/*  
Theme Name: Farmers Market
Version: 1
Author: Helene Speer
*/

body {
	background-color: #FFEAC1;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 85%;
	line-height: 1.3;
	color: #9a6600; /*#cc9832;*/
	}
* html body {
	font-size: 75%;
	}
a {
	color: #CF7A00; /*#9a6600;*/
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
h2, h3 {	
	font-size: 1.2em;
	line-height: 1.1;
	color: #346633;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0;
	}
	
h2 {
	margin: 1em 0 .1em 0;
	}
	
h3 {
	font-variant: normal;
	margin: 0 0 .1em 0;
	}
	
h2 a, h3 a {
	color: #346633;
	}
h4 {
color: #346633;
font-size: 1em;
font-weight: bold;
margin: 1em 0 0 0;
}
	
h5 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 1em 0 0 0;
	}
	
ul {list-style: none;}
	
#container {
	width: 840px;
	background: #fff url(images/sides.gif) top center repeat-y;
	margin: 0 auto;
	padding-top: 14px;
	}

#header {
	height: 136px;
	margin: 0 28px;
	border-bottom: 3px dotted #FFEAC1;
	}
	
#header p {
	font-style: italic;
	padding: 0;
	margin: 0;
	}
	
#main {
	margin: 12px 28px;
	}
	
#header .left, #main .left, #main .right {
	width: 186px;
	float: left;
 	}
 	
#main .right {
	width: 165px;
}
 
#header .right {
	width: 560px;
	float: left;
	margin-left: 20px;
	}
	
#header .right ul {
	margin: 0;
	padding: 20px 0 0 15px;
	text-align: center;
	list-style: none;
	font-size: 1.2em;
	font-variant: small-caps;
	}
	
#header .right ul li {
	height: 70px;
	padding: 0 15px;
	text-align: center;
	float: left;
	}
	
#header .right ul li.first {
	background: url(images/plant.gif) top center no-repeat;
	}
#header .right ul li.second {
	background: url(images/beets.gif) top center no-repeat;
	}
#header .right ul li.third {
	background: url(images/chicken.gif) top center no-repeat;
	}
#header .right ul li.fourth {
	background: url(images/turnip.gif) top center no-repeat;
	}
#header .right ul li.fifth {
	background: url(images/pear.gif) top center no-repeat;
	}
	
#header .right ul li a {
	display: block;
	padding-top: 45px;
	color: #346633; 
	}
	
#header .right ul li a:hover {
	color: #5CB55B;
	}
	
#header .right ul li.first a:hover {
	background: url(images/plant-glow.gif) top center no-repeat;
	}
#header .right ul li.second a:hover {
	background: url(images/beets-glow.gif) top center no-repeat;
	}
#header .right ul li.third a:hover {
	background: url(images/chicken-glow.gif) top center no-repeat;
	}
#header .right ul li.fourth a:hover {
	background: url(images/turnip-glow.gif) top center no-repeat;
	}
#header .right ul li.fifth a:hover {
	background: url(images/pear-glow.gif) top center no-repeat;
	}
	
#main p {
	padding: 0;
	margin: 0 0 .5em 0;
	}
		
#main .left ul.bulleted {
	list-style-image: url(images/bullet.gif);
	padding: 0;
	margin: 1em 0 0 19px;
	}
 
#main .left ul.bulleted li {
	margin-bottom: 1em;
	}
	
#main .left ul, #main .right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#main .center, #main .center-right {
	width: 360px;
	float: left;
	margin: 0 10px 0 10px;
	border-left: 1px solid #FFEAC1;
	padding: 0 15px;
	}
	
#main .center {
	border-right: 1px solid #FFEAC1;
}
	
#main .right {
	margin-left: 10px;
}
	
#main .center-right {
	width: 540px;
}

#main img {
	margin-right: 10px;
	float: left;
}

#footer {
	height: 40px;
	margin: 0 28px;
	border-top: 3px dotted #FFEAC1;
	font-size: .9em;
	}
	
#sub-footer {
	height: 20px;
	background: url(images/footer.gif) bottom center no-repeat;
	}
	
ul.date-list, ul.date-list li {
	margin: 0;
	padding: 0;
	}
	
.ec3_list li {
	margin-left: 0 !IMPORTANT;
}
.ec3_list_day {
	margin-left: 0 !IMPORTANT;
}

.clear {
	clear: both;
	}
