/*  
Theme Name: Yale Harvest
Theme URI: http://yaleharvest.org/
Description:
Author: Alexander White
Author URI: http://www.vestaldesign.com/

*/

html {
	background: #c1b9a4;
}

body {
	width: 1000px;
	background: url('images/bg-main.png') center repeat-y;
	margin: 0 auto;
}



#all {
	background:#172033;
	width: 930px;
	margin: 0 auto;
	border-left:2px solid #10182b;
}


#sidebar {
	text-align: right;
	padding: 25px 10px 0 0;
	width: 170px;
	float: left;
}

#sidebar a {
	font-family: avenir, futura, trebuchet, helvetica, sans-serif;
	line-height: 150%;
	font-size: 115%;
	font-weight: thin;
	text-decoration: none;
	color: #858496;
}

#sidebar a.selected {
	color: #dfbb3b;
}

#sidebar a:hover {
	color: #c8c8bf;
}

#right {
	float: right;
	width: 730px;
	margin: 0;
	background: #e4e4fe;
}

#header {
	background: #ffda6b;
	margin: 0;
}
#header img {
	margin: 30px 0 10px 10px;
	border: none;
}

#slideshow {
	margin:0;
	display:block;
}

#content {
	min-height: 300px;
	font-family: trebuchet, trebuchet MS, helvetica, sans-serif;
	background: #e4e4fe;
	padding: 1px 15px 1px 15px;
	font-size:.9em;
	margin-bottom: 2px;
}

* html #content {
height:300px;
}

#content p {
	color: #051131;
	margin-right: 40px;
}

#content img {
	border: none;
	float: right;
}


#footer {
	width: 723px;
	min-height: 50px;
	background: #555;#999
	text-align: right;
	padding: 4px 5px 1px 0;
	color: #aaa;
	font-family: trebuchet ms, helvetica, sans-serif;
	border: 2px solid #444;
	border-left: none;
}

* html #footer {
height:50px;
}

#footer a {
	color: #c7c7c7;
}
#footer p {
	text-align: right;
}
#baseboard {
	margin:0 auto;
	height:41px;
	background:url('images/bg-shadow-bottom.jpg') bottom center no-repeat;
}