/*
Theme Name: Green Fields Blog Template
Description: Green Fields Blog Template is a nice, eco-friendly theme brought to you free by <a href="http://jump2top.com/themes" target="_blank">Free Blog Themes and Blog Templates</a>
Author: Free Blog Themes and Blog Templates
Author URI: http://jump2top.com/themes
Version: 1.0
Tags: green, white, blue, gray, 2-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background-color: #ebebeb;
	color: #252525;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 894px;
	text-align:left;
	background-color: #ffffff;
	padding: 3px;
}
#header {
	height:262px;
}
#title {
	height:227px;
	background:url(images/background_header.jpg) no-repeat;
}
#pagenav {
	height:35px;
	font-size:10pt;
	color: #ffffff;
	padding: 0px 10px;
	line-height:35px;
	background:url(images/background_pagenav.gif) no-repeat;
	font-weight: bold;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	margin-right:25px;
	color: #ffffff;
	text-decoration: none;
}
#pagenav li a:hover {
	margin-right:25px;
	color: #6c87af;
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 190px;
	margin-right: 10px;
	color: #ffffff;
	padding:15px 0 0 0;
}
#content {
	float: left;
	width: 630px;
	margin-right: 20px;
	padding:15px;
}
#footer {
	color: #ffffff;
	text-align: center;
	width:900px;
	background:url(images/background_footer.gif) no-repeat;
	height:55px;
	padding-top:20px;
	line-height: 35px;
}
.post {
	margin-bottom: 15px;
}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	background: url(images/background_post.png);
	width:188px;
}
.widget {
	background-color: #5c8a27;
	border: 1px solid #d9d9d9;
	padding: 15px;
	margin-bottom:15px;
}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:1px;
}
img {
	border:0px;
	padding:5px;
}
/*text */
#title h1 {
	font-size:24px;
	font-weight: normal;
	padding: 90px 0 0 10px;
	margin-bottom:0px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size:11pt;
	padding:0px 0 0 10px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #5c8a27;
}
#content h1 a {
	color: #5c8a27;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
#sidebar h2 {
	color: #cccccc;
	font-size: 10pt;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:10px;
}
#content h2 a {
	color:#464646;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #5c8a27;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #ffffff;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px;
	color: #666666;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
a {
	color: #464646;
}
.searchform {
	padding-bottom: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #464646; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	background-color: #5c8a27;
	color: #ffffff;
	border: 1px solid #464646; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.searchsubmit {
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


