/*@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";*/

/* RESET */

/** { margin: 0; padding: 0l; }*/
html { overflow-y: scroll; }
html, body { height: 100%; }
body { background: #faf7ee url(images/headerBG.gif) top repeat-x; font: 12px/20px 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif; color: #3c2313; }
ol, ul, li { list-style: none outside none; }
a { outline: none; text-decoration: none; }
a img { border: none; }
img { }
table { border-collapse: collapse; }
div, ul, li, form { position: relative; }

/* UTILITY */

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.button { border: 1px solid #272727; background: white; padding: 3px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #272727; }
.button:hover { background: #990000; color: white; }

/* STRUCTURE */

#pageWrap {
	width: 960px;
	margin: 0 auto;
	min-height: 100px;
}

h1 a {
	width: 102px;
	background:url(images/schuppLogo.gif) no-repeat;
	height: 58px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 10px;
}

ul.nav {
	position: absolute;
	display: block;
	left: 142px;
	font-size: 14px;
	line-height: 20px;
	margin: 16px 0 0 0;
	padding: 0;
}

ul.nav li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #3c2313;
}

ul.nav li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}

.last-childNav {
	border: none;
	padding: 0px;
	margin: 0px;
}

.last-child {
	border: none;
}

ul.nav a, ul.nav a:link, ul.nav a:visited {
	color: #3c2313;
}

ul.nav a:hover, ul.nav a:active {
	color: #96ab90;
}

ul.subnav {
	font: 14px/20px;
	margin: 16px 0 0 0;
	padding: 0;
}

ul.subnav li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

ul.subnav li:last-child {
	padding: 0;
	margin: 0;
}

input#s {
	width: 140px;
}

input#searchsubmit {
	margin-left: 6px;
}

form#searchform {
	margin-right: 25px;
}

#headerBanner {
	width: 960px;
	padding-top: 22px;
	height: 159px;
}

#mainContent {
	width: 940px;
	padding: 15px 10px 0 10px;
}

#leftCol {
	width: 780px;
}

#featureContainer {
	width: 780px;
	height: 286px;
	background-image: url(images/featureBTM.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 0 16px 0;
}

.postContainer {
	color: #3c2313;
	width: 780px;	
}

.post {
	margin-bottom: 35px;
}

.post img {
	margin: 10px 0;
}

.post p {
	margin-bottom: 10px;
}

.postContainer a, .postContainer a:link, .postContainer a:visited {
	color: #96ab90;
}

.postContainer a:hover, .postContainer a:active {
	text-decoration: underline;
}

.postLeft {
	width: 140px;
}

.postLeft p {
	text-align: right;
	font-size: 9px;
	line-height: 16px;
	color: #a5ada3;
}

.home img {
	display: none;
}

a img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

a img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postRight {
	width: 620px;
}

.date {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

.author {
	text-transform: capitalize;
}

.commentLink {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

.readOn {
	margin-top: 14px;
	width: 81px;
	display: block;
	height: 24px;
}

.postRight p {
	font: 12px/20px;
	font-style: normal;
}

#rightCol {
	width: 140px;
	font-size: 11px;
	line-height: 17px;
}

#sidebarContainer {
	width: 140px;
}

.sidebarCats {
	padding-bottom: 13px;
}

#rightCol a, #rightCol a:link, #rightCol a:visited {
	color: #96ab90;
	text-decoration: none;
}

#rightCol a:hover, #rightCol a:active {
	text-decoration: underline;
}

#rightCol ul {
	padding: 0;
	margin: 0;
}

#categories {
	color: #acb3aa;
}

#pagination {
	width: 620px;
	margin-left: 160px;
	margin-bottom: 23px;
}

.twitter {
	width: 140px;
}

li.twitter-item {
	padding-bottom: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d8dbd6;
}

li.twitter-item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#recentPosts li {
	margin-bottom: 6px;
}

#recentPosts li:last-child {
	margin-bottom: 0px;
}

#tagCloud {
	margin-top: 13px;
}

/* PAGINATION */

#rb-page-prev {
}

#rb-page-next {
}

#rb-page-pages {
	text-transform: inherit;
}

/* TYPOGRAPHY */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #96ab90;
	margin-bottom: 6px;
}

/* COMMENTS */

textarea#comment {
	width: 620px;
	margin: 10px 0 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#commentContainer {
	margin-bottom: 30px;
}

.imgLeft {
	padding-right: 10px;
}

/* FOOTER */

#footerContainerOuter {
	height: 93px;
	background: url(images/footerBG.gif) repeat-x;
}

#footerContainerInner {
	width: 960px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}

#footerToTop {
	width: 80px;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 9px;
	display: block;
}

#footerLogo {
	width: 102px;
	height: 38px;
	position: absolute;
	top: 41px;
	left: 9px;
}

#copyright {
	height: 20px;
	position: absolute;
	width: 315px;
	top:49px;
	left: 134px;
	font-size: 10px;
}

#address {
	height: 20px;
	position: absolute;
	width: 360px;
	top:49px;
	left: 592px;
	font-size: 10px;
}

#nextPrev {
	width: 620px;
	padding: 0;
	margin: 0 0 30px 160px;
}

#nextPrev ul {
	margin: 0;
	padding: 0;
}

#nextPrev a, #nextPrev a:link, #nextPrev a:visited {
	color: #96AB90;
}

#nextPrev a:hover, #nextPrev a:active {
	text-decoration: underline;
}

.titleContainer {
}

.titleLeft {
	width: 600px;
	display: block;
	float: left;
}

.titleRight {
	width: 16px;
	display: block;
	float: right;
	height: 16px;
	margin-top: 5px;
	padding: 0;
}

/* ADD TO ANY */

	.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}
	
/* SLIDER */

#slider {
	height: 286px;
	margin: 0px 0 16px;
	background-image: url(images/featureBTM.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 780px;
}

.link a, .link a:link, .link a:visited {
	color: #96ab90;
}

.link a:hover, .link a:active {
	text-decoration: underline;
}

.slides1_wrap {
	position: relative;
	padding: 0;
	margin: 0;
	width: 780px;
	height: 286px;
}

#slides1 {
	overflow: hidden;
	height: 232px;
	width: 780px;
}

#slides1 li {
	list-style: none;
	width: 780px;
	margin: 0 0 0 -40px;
	padding: 0;
}

#slides1 li img {
	float: left;
}

ul.slides1 {
	margin:0;
	padding: 0; 
}

#slides1 .content {
	float: left;
	width: 378px;
	padding-left: 22px;
}

#slides1 li p {
	line-height: 20px;
	margin-top: 6px;
}

#slides1 h3 {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	color: #96ab90;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 100px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 90px;
	top: 100px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 102px;
}

.bx_pager {
	position: absolute;
	right: 0;
	top: -35px;
}

.bx_pager a {
	float: left;
	background: none;
	color: #96AB90;
	font-size: 12px;
	line-height: 20px;
	margin: 2px;
	padding: 1px 6px;
}

.bx_pager a:hover, .bx_pager a.active {
	background: #96AB90;
	color: #ffffff;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}


.bxslider_container {
	overflow: hidden;
	position: relative;
	width: 780px;
	height: 286px;
}

.bxslider_wrap {
	position: relative;
}
