/*



	Theme Name: Mountain Town Olive Oil

	Theme URI: http://www.falcadia.com

	Description: Custom theme developed for Mountain Town Olive Oil

	Version: 1.0

	Author: Falcadia

	Author URI: http://www.falcadia.com/



*/





/* Body reset */

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #ECEAC8 url(images/bkgrd.jpg) repeat;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#342911;
}
a {
	color:#ACAB54;
	text-decoration: none;
	outline: none;
}
/* Header styling */

#header_wrapper {
	width:100%;
	height:240px;
	background: #ECEAC8 url(images/woodbar.jpg) repeat-x 0 0;
}
#header {
	position: relative;
	width:1000px;
	padding:0 1em 1em 1em;
	margin:0 auto;
}
h1 {
	margin:0;
	padding:0;
	float:left;
}
h1 a {
	color:#ffffff;
}
h2 {
	font-size: 18px;
	color:#342911;
	margin:0;
	padding:0;
 letter-spacing;
-1px;
}
h2 a {
	color:#342911;
}
#description {
	clear:left;
	float:left;
	color:#ffffff;
}
#logo {
	float:left;
	padding-top: 25px;
}
#hangtag {
	position: absolute;
	top:0;
	right:40px;
	float:right;
	z-index:100px;
}
/* Content styling */



#wrapper {
	min-height:100%;
	position:relative;
}
#content {
	width:1000px;
	margin:-30px auto 0 auto;
	padding:10px;
	padding-bottom:160px;   /* Height of the footer */
}
#main {
	width:936px;
	padding:10px;
	height:394px;
	margin: 0 auto 10px auto;
	background: #FDFFE0 url(images/main_bk.png) no-repeat 10px 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#mainbot {
	width:936px;
	padding:10px;
	min-height:170px;
	margin: 0 auto 10px auto;
	background-color: #FDFFE0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#mainbot h4 {
	margin:0;
}
#bot1 {
	float:left;
	width:270px;
	padding:20px;
	border-right: 1px solid #E1E3CC;
}
#bot2 {
	float:left;
	width:270px;
	padding:20px;
	border-right: 1px solid #E1E3CC;
}
#bot3 {
	float:left;
	width:270px;
	padding:20px;
}
#slideshow {
	float:left;
	width:540px;
	height:360px;
	background:#251F15;
	margin:15px 8px 0 15px;
	border: 3px solid #251F15;
}
#blurb {
	float:left;
	width:300px;
	height:220px;
	margin: 140px 0 0 30px;
	overflow: hidden;
	text-align: center;
}
#post {
	width:890px;
	padding:30px;
	min-height:300px;
	margin: 0 auto 10px auto;
	background-color: #FDFFE0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* Nav styling */

#nav {
	float:left;
	padding: 79px 0 0 30px;
 *padding: 97px 0 0 30px;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
	color: #FFFDD9;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 18px;/*border-left: 1px solid #7A602B;*/
}
#nav ul li {
	display:inline;
	float: left;
	margin: 0 1px 0 0;
	padding:0 0 10px 0;
	position:relative;
	z-index:1000;
	zoom: 1;
}
#nav ul li a {
	padding: 0.2em 1em;
	color: #FFFDD9;
	margin-right:2px;
	text-decoration: none;
	float: left;/*border-right: 1px solid #947534;*/
}
/*#nav ul li a:hover {
	color:#fff;
	background-color: #8C8C45;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}*/
/*#nav ul li.current_page_item a {
	color:#fff;
	background-color: #8C8C45;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/


#nav ul li:hover > ul {
	display:block;
}
#nav ul li.page_item a:hover, #nav ul li.current-cat a, #nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li.current_page_ancestor a {
	color:#fff;
	background-color: #8C8C45;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav ul li:hover > a {
	color:#fff;
	background-color: #8C8C45;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*#nav ul li.page_item li:hover > a {
	background:#8c8c45 none;
	color:#fff;
}*/
#nav ul li.current-cat li a, #nav ul li.current_page_item li a {
	background-color:#58441f;
	color: #fff
}
#nav ul li.page_item ul li a {
	background-color:#58441f;
	height:auto;
	line-height:18px;
	padding:5px 10px;
	color:#fff;
	font-weight:normal;
	font-size:14px;
}
#nav ul li.page_item ul li a:hover {
	background:#8c8c45 none;
	color:#fff;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	-webkit-border-radius:0;
}
#nav ul ul {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
	top:34px;
	width:200px;
	background: #58441f;
}
#nav ul ul li {
	margin:0;
	padding:0;
	display: block;
	width: 200px;
	border-bottom: 1px solid #8C8C45;
}
#nav ul ul li a {
	display: inline-block;
	width:180px;
	text-transform: none;
	zoom:1;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
/* Footer styling */

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:156px;
	background:#EBE9C5 url(images/footer.jpg) repeat-x;
	color:#473618;
	font-size: 13px;
}
#footcell {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.fleft {
	float:left;
	padding:4.2em 1em 0 1em;
	margin:0 auto;
}
.fright {
	float:right;
	padding:4.2em 1em 0 1em;
	margin:0 auto;
}
#footer a {
	color:#807F3E;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: none;
}
.simplepie {
	margin-bottom:30px;
}
.simple {
	float:left;
	margin:10px 20px 10px 10px;
	width:180px;
	height:260px;
	padding:5px;
	border: 1px solid #DBDEC7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.simple img {
	max-height: 100px;
}
.button a {
	text-align: center;
	padding: 3px;
	display: block;
	width:97%;
	color:#fff;
	text-decoration: none;
	background-color: #8C8C45;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.button a:hover {
	background-color: #AB7311;
}
.simple h4 {
	margin:2px 0 5px 0;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.box {
	border:1px solid #DBDEC7;
	padding:15px;
	margin:20px 0;
	}
.fw-fb {
	background:url(images/fb-icon.jpg) no-repeat 0 0;
	padding:0 0 0 40px;
	height:35px;
	display:block;
	line-height:35px;
	width:150px;
	margin-bottom:10px;
	}
