/*
Theme Name: harvestguide1
Theme URI: http://harvestguide.net
Description: Used for harvestguide.net based on farmville graphics
Author: Susie Sahim
Version: 1
*/


/* CSS Document */
body{
	background-image: url(/main/wp-content/themes/harvestguide1/images/layout1_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #499A49;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 83%;
}
h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size: 200%;
}
h2 a, h2{
	color:#000000;
	text-decoration:none;
}
a{
	color: #CC0000;
}





#header{
	height: 144px;
	background-image: url(/main/wp-content/themes/harvestguide1/images/layout1_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	text-align:center;
}
#header #headerimg{
	display:none;
}
#header #logo{
width: 700px;
}




#page{
	width: 750px;
	margin: 0px auto;
}
#page #content{
	width: 480px;
	float:left;
	padding-left: 25px;
}




.post{
	margin-bottom: 40px;
}
.post h2{
	border-bottom: solid 1px #CCC;
	border-top: solid 2px #CCC;
	margin-bottom: .2em;
}
.post small{
	color: #999;
}
.post .entry{
	line-height: 1.3em;
}
.post .postmetadata{
	font-size: 11px;
}
.post .postmetadata a{
	text-decoration: none;
	color: #999;
	font-weight:bold;
}
#comment{
	width: 450px;
}





#sidebar{
	padding-right: 15px;
	width: 190px;
}
#sidebar h2{
	margin: 1em 0em .5em;
}
#page #sidebar{
	float:right;
}
#page #sidebar ul{
	margin: 0px;
	padding: 0px;
}
#page #sidebar li{
	list-style-type:none;
}
#sidebar li a{
	color: #666666;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #000;
}
#sidebar li li{
	padding: .3em 0em .3em .8em;
	border-bottom: solid 1px #CCC;
}
#sidebar li li li{
	border: none;
	padding-left: .8em;
}




#footer{
	width: 750px;
	clear:left;
	margin-left: 25px;
}