/*
Theme Name: Green and White Theme
Description: Green and White Theme is light and minimal 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: gray, white, green, 2-columns, left sidebar, widget ready, fixed width, seo friendly

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background-color:#FFFFFF;
	color: #555555;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:920px;
	text-align:left;
}
#wrap {
	background:url(images/background.png) repeat-y;
	padding: 0px 10px;
}
#header {
	background:url(images/background_header.jpg) repeat-x;
	height:125px;
	padding: 0px 10px;
}
#title {
	height:89px;
	float:left;
}
#topright {
	float:right;
	padding: 30px 10px 0px 20px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-size: 9pt;
	color: #ffffff;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	color: #ffffff;
	margin-right:25px;
	text-decoration: none;
}
#main {
	background:url(images/background_main.jpg) repeat-x;
	padding: 20px 10px;
}
#sidebar {
	width: 180px;
	float:right;
	color: #999999;
}
#content {
	width: 680px;
	float:left;
}
#footer {
	margin: 20px 0px;
	text-align:center;
	color:#CCCCCC;
}
/* default */
p, h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
img {
	border: 0px;
}
.clear {
	height:1px;
	clear:both;
}
/* text */
#title h1 {
	padding: 10px 0px 0px 0px;
	font-size: 24pt;
	font-weight: normal;
}
#title h1 a {
	color: #acacac;
	text-decoration: none;
}
.description {
	font-size:12pt;
	color:#999999;
}
#footer a {
	color:#CCCCCC;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #a1a1a1;
}
#content h1 a {
	color: #a1a1a1;
	text-decoration: none;
}
h2 {
	font-size: 11pt;
}
#sidebar h2 {
	color: #999999;
}
#content h2 a, #content h2 {
	color:#8fc400;
	text-decoration: none;
	font-size:14pt;
	font-weight:normal;
}
h3, h4 {
	font-size: 11pt;
	color: #a1a1a1;
}
#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: #999999;
	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: #0000FF;
	text-decoration:none;
}
.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, .searchsubmit {
	background-color: #8fc400;
	color: #ffffff;
	border: 1px solid #464646; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#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;
}
