/*  

Theme Name: Casa Food Shed Custom

Theme URI: http://casafoodshed.org/

Description: Custom made theme Casa Food Shed

Author: LightWeb Design

Author URI: http://lightwebdesign.com/

	

*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #9ba646 url(images/bkg.png) repeat-x;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
}

#header {
	background: url(images/header_pco_bkg.jpg);
	margin: 0px auto;
	height: 179px;
	width: 900px;
}

#topMenu {
	height: 25px;
	width: 896px;
	margin: 0px auto;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background: #592918;
}

#container {
	background: #FFFFFF url(images/container_bkg.jpg) repeat-y left top;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#nav {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 20px 20px;
}

#nav h2 {
	font-size: 1.0em;
	color: #2d3a0b;
	margin: 15px 0px 5px;
	padding: 0px;
}

ul#sidebar {
	padding: 28px 10px 0px 0px;
	margin: 0px;
	list-style: none;
}

ul#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#sidebar ul li a {
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;	
}

ul#sidebar ul li a:hover, ul#sidebar ul li a:active {
	text-decoration: underline;
}

ul#sidebar li a {
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	line-height: 1.4em;
}

ul#sidebar li a:hover, ul#sidebar li a:active {
	text-decoration: underline;
}

#content {
	margin: 0px 0px 0px 270px;
	padding: 10px 20px 10px 0px;
}

#content a:link, #content a:visited {
	font-weight: bold;
	color: #495928;
	text-decoration: none;
}

#content a:hover, #content a:active {
	font-weight: bold;
	color: #495928;
	text-decoration: underline;
}

#content p.postmetadata {
	font-size: 0.9em;
}

#content p.postmetadata a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content p.postmetadata a:hover, #content p.postmetadata a:active {
	text-decoration: underline;
}

#content h2 {
	font-size: 1.2em;
}

#content h2 a {
	color: #333333;
	text-decoration: none;
}

#content h2 a:hover, #content h2 a:active {
	text-decoration: underline;
}

#content blockquote {
	border-left: 4px solid #9ba646;
	padding: 0px 10px;
}

#footer {
	text-align: left;
	margin: 0px auto;
	height: 40px;
	width: 896px;
	border: 2px solid #FFFFFF;
	background: #4a5928;
	position: relative;
}

#copyright {
	font-size: 0.7em;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	top: 12px;
	right: 20px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
