/*
Theme Name: Green WordPress Theme
Description: Green WordPress Theme is a stylish theme designed 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: white, gray, green, seo-friendly, fixed-width, right sidebar, seo-friendly, 2-columns, widget ready

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background: url(images/background.jpg) repeat-x #585858;
	font-size: 8pt;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width:930px;
	text-align:left;
}
#main {
	background:url(images/background_wrap.png) repeat-y;
	padding: 0px 15px;
}
#maintop {
	background:url(images/top.png) no-repeat;
	height: 30px;
}
#mainbottom {
	background:url(images/bottom.png) no-repeat;
	height: 30px;
}
#header {
	height: 100px;
	padding: 0px 15px;
	margin-bottom:10px;
}
#pagenav {
	height: 100px;
	line-height:115px;
	font-size: 11pt;
	float:right;

}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	margin-left:30px;
	color: #555555;
	text-decoration: none;
}
#title {
	height: 100px;
	float:left;
}
#leftcol {
	float:left;
	width:690px;
}
#content {
	width: 660px;
	padding: 0px 15px 0px 15px;
}
#content_top {
	background:url(images/content_top.jpg) no-repeat;
	height:15px;
}
#rightcol {
	width: 200px;
	float:right;
}
#sidebar {
	width:160px;
		padding: 15px 15px 15px 25px;
	color: #ffffff;
	background:url(images/background_sidebar.jpg) repeat-y;
}
#sidebar_bottom {
	background:url(images/sidebar_bottom.jpg) right no-repeat;
	height: 15px;
}
#footer {
	margin: 10px 0px;
	background:url(images/background_footer.jpg) no-repeat;
	height:50px;
	line-height:50px;
	color: #999999;
	text-align:center;
}
#footer a {
	color: #999999;
	text-decoration: none;
}

/* default */
h1, h2, h3, h4, h5, h6, p, ol, ul, .post, .widget {
	padding-bottom:10px;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}
/* text */
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding: 35px 0px 0px 0px;
}
#title h1 a {
	color: #9bda46;
	text-decoration: none;
}
.description {
	font-size:10pt;
	color: #252525;
}
#content h1 {
	font-size: 16pt;
	color: #9bda46;
	font-weight: normal;
}
#content h1 a {
	color: #9bda46;
	text-decoration: none;
}

#content h1 a:hover {
	color: #999999;
}

h2 {
	color: #555555;
	font-size: 11pt;
}
#sidebar h2 {
	color: #ffffff;
}
#sidebar a {
	color: #ffffff;
	text-decoration: none;
}
#content h2 a {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #9bda46;
}
blockquote {
	margin: 10px;
	padding: 10px;
	font-size:9pt;
	font-style:italic;
	line-height: normal;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}
#sidebar ul li ul li {
	margin-left: 0px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}

small {
	color: #999999;
	font-size: 8pt; 
}
.postmetadata {
	padding: 10px 0px;
	color: #999999;
}
.postmetadata a {
	color: #999999;
	text-decoration:none;
}
/* form */
#calendar_wrap {
	margin-bottom: 10px;
}
td, th {
	padding: 2px;
}
#author, #email, #url, #comment, .s, .checkbox {	
	border: 1px solid #333333;
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #555555;
	font-family:Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #9bda46;
	color: #ffffff;	
	border: 1px solid #333333;
	font-size: 7pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}
#commentform a:hover {
	color:#252525;	
	text-decoration: underline;
}
#comments, #commentform, #date, .comment {
	padding: 10px 0px;
}
/* default */
.navigation {
	margin: 10px;
	clear: both;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.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;
}
