/*
Theme Name: Home and Gardens Theme
Theme URI: http://home-and-gardens.net/
Description: Home and Gardens WordPress Theme.
Version: 1.0
Author: Peter Butler
Author URI: http://home-and-gardens.net/
*/

/* @group General */
body{
	background: #fff url(images/header_bg.png) repeat-x;
}
#container{
	background: url(images/headerfocus.jpg) no-repeat;
	width: 1000px;
	margin: auto;	

}
a{
	color: #344f1d;
}
a:hover{
	color: #143d66;
}
p{
	color: #333333;
	margin: 10px 0;
	font: 14px/26px Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	margin: 10px 0;
}
h1{
	font-size: 34px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 16px;
}
ul, ol{
	padding-left: 20px;
}
ul li{
	list-style-type: disc;
}
ol li{
	list-style-type: decimal;
}
em{
	font-style: italic;
}
html{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	body:0px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.navigation a:hover{
	color: #000;
}
/* @end */

/* @group Structure */

.content{
	width: 1000px;
	margin: auto;
	background: url(images/bodybg.jpg) repeat-y 0 500px;
	
}
#sidebar{
	width: 210px;
	float: right;
}
.main{
	width: 650px;
	float: left;
}
#footer{
	clear: both;
}
/* @end */


/* @group Header */
#header{
	width: 1000px;
	margin: auto;
	height: 155px;
	margin-bottom: 20px;
	position: relative;
}
#header h1{
	position: absolute;
	top: 20px;
	left: 28px;
	margin: 0;
}

#nav ul{
	margin: auto;
	padding: 0px;
	position: absolute;
	top: 125px;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav ul li{
	float: left;
	list-style-type: none;
}
#nav ul li a{
	line-height: 30px;
	display: block;
	height: 30px;
	padding:0 15px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}
#nav ul li ul{
	top: 28px;
	position: absolute;
	display: none;
	padding-left: 0px;
	background: #94a86c;
	width: auto;
	z-index: 20;
}
#nav ul li ul li{
	background: #94a86c;
	clear: left;
}
#nav ul li ul li ul li{
	clear: none;
	display: none;
}
#nav ul li a:hover, 
#nav ul li.current_page_item a{
	color: #536542;
}

.header_accent{
	position: absolute;
	right: 0px;
	top: 4px;
}
/* @end */

/* @group Posts */
.post{
	padding: 0 0 10px;
	margin-bottom: 20px;
	position:relative;
}
blockquote{
	margin: 10px;
	padding: 10px;
	background: #f9f9f9;
	color: #666;
	font-size: 14px;
}
.postmetadata, .postmeta{
	margin-top: 10px;
	background: #f9f9f9;
	font-family: "myriad pro";
	padding: 5px;
	color: #656565;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	clear: both;
}
.post .single_postmeta{
	background: url(images/authorbox.png) no-repeat;
	min-height: 70px;
	position: relative;
	float: left;
	width: 250px;
	margin-right: 10px;
	font-family: "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	padding-bottom: 0px;
}
.post .single_postmeta div{
	font-size: 12px;
	line-height: 16px;
}
.single_postmeta div.postedby{
	margin-top: 10px;
}
.single_postmeta div.author{
	margin-top: 5px;
	font-size: 24px;
	line-height: 24px;
}
.entry #author_gravatar .avatar{
	float: left;
	border: 4px solid #536a3f;
}
.post .single_postmeta_bottom{
	background: url(images/authorbox_bottom.png) no-repeat;
	height: 10px;
	position:absolute;
	bottom: 0px;
	width: 250px;
}
.post h2, h1.posttitle{
	margin-bottom: 0px;
}
.post h2 a, h1.posttitle{
	font-weight: normal;
	font-size: 26px;
	color: #122635;
	text-decoration: none;
}
.pagetitle{
	color: #0095ff;
	font-weight:normal;
	font-family: "myriad pro";
	font-size: 18px;
	text-align: center;
}
.entry{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
}
.entry img{
	margin: 10px;
}
.date_flag{
	font-family: "georgia";
	width: 65px;
	height:65px;
	left: -95px;
	text-align: center;
	padding-left: 20px;
	position: absolute;
	background: url(images/dateflag.jpg) no-repeat;
	color: #666;
}
.date_flag .day{
	font-size: 40px;
}
.date_flag .month{
	font-size: 11px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 280px;
	float: right;
}
#sidebar ul{
	padding-left: 0px;
	font-size: 14px;
}
#sidebar h2 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: normal;
	color: #707d64;
	font-size: 22px;
	text-transform: lowercase;
	background: url(images/widget_header.png) no-repeat;
	padding: 7px 0;
}
#sidebar ul li{
	list-style-type: none;
}
#sidebar ul li.widget {
	margin: 20px 0;
}

#sidebar ul li ul li a{
	display: block;
	margin-right: 20px;
	padding: 5px 3px;
	border-bottom: 1px solid #ccc;
	
}
#sidebar ul li ul li a:hover{
	background: #fcfcfc;
}
#sidebar a{
	font-size: 13px;
	color: #666;
	text-decoration: none;

}
#searchform label{
	display: none;
}
#sidebar #searchform input#s {
	padding: 3px;
}

#sidebar #searchform input#searchsubmit {
	padding: 5px;
	padding-bottom: 3px;
	color: #fff;
	background: #677E52;
	border style: inset;
	border-color: #3e4c31;
	border-width: 1px;
}


/* @end */

/* @group Footer */
#footer{
	margin-top: 100px;
	padding-bottom: 20px;
	font-size: 10px;
	padding-top: 20px;
	color: #fff;
	background: #677e52 url(images/footer.png) repeat-x;
}
#footer a{
	color: #f1f1f1;
}


/* @end */

/* @group Comments */
#respond h3{
	margin-top: 50px;
	font-size: 24px;
	font-weight: normal;
}
h3#comments{
	font-weight: normal;
	font-size: 24px;
	margin-top:30px;
}
.comment-body{
	margin-bottom: 20px;
}
.alt .comment-body{
	background:#fcfcfc;
}
ol.commentlist{
	padding: 0;
}
ol.commentlist li{
	list-style: none;
	position: relative;
}
#commentform p{
	margin: 5px;
	margin-left: 0px;
	font-family: "Myriad Pro";
}
#commentform input{
	border: 1px solid #ccc;
	height: 25px;
	width: 300px;
}
#commentform input#submit{
	width: 153px;
	height: 40px;
	background: url(images/button.png) no-repeat;
	font-size: 14px;
	line-height: 14px;
	border: none;
}
#commentform textarea{
	width: 630px;
	padding: 10px;
	border: 1px solid #ccc;
}
.comment-author.vcard{
	padding: 5px;
	height: 32px;
	border-bottom: 1px solid #707d64;
	background: #fff;
}
.alt .comment-author.vcard{
}
.vcard .photo{
	float:left;
	border: 1px solid #536a3f;
}
.vcard cite{
	float: left;
	font-family: georgia;
	line-height: 35px;
	font-size: 24px;
	padding-left: 10px;
	color: #707d64;
}
.comment-meta a,
.vcard a{
	color: #707d64;
	text-decoration: none;
}
.vcard a:hover{
	color: #333;
}
.vcard .says{
	display: none;
}
.commentmetadata a{
	position: absolute;
	top: 16px;
	right: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.comment-body p{
	font-size: 14px;
	line-height: 24px;
	padding: 5px;
	padding-bottom: 0px;
	color: #333;
}
/* @end */
