/*
Theme Name: Green Pro 2.0
Theme URI: 
Description: Pro Blog 2.0 Theme
Author: 
Author URI: 

*/

a, a:visited {
	color: #4e9100;
	text-decoration: none;
}

a:focus, a:hover {
	color: #7aad40;
	text-decoration: underline;
}

/*-----------Block Level Elements--------------*/

body {
	background: #000;
	color: #000;
	font-family: Arial, Tahoma, san serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#page {
	width: 990px;
	margin: 0 auto;
	background: url(images/bg.png) repeat-y;
}

#header {
	height: 238px;
	padding: 0px 100px 0px 160px;
	background: url(images/header.png) no-repeat;
	color: #FFF;
}

#headerimg h1 {
	font-family: Times New Roman, serif;
}

#headerimg h1 {
	padding-top : 80px;
	font-size: 26px;
	margin: 0px;
}

#headerimg a:visited ,
#headerimg a {
	color: #FFF;
}

#headerimg div {
	font-size: 12px;
	font-weight: bold;
}

#header_menu {
	float: right;
}

#header_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header_menu li {
	float: left;
	margin-right: 13px;
}

#header_menu a {
	display: block;
	width: 129px;
	background: url(images/menu.png) no-repeat;
	height: 37px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 9px;
}

.rss_link {
	float: right;
	height: 66px;
	width: 154px;
	padding-top: 45px;
	margin-right: 0px;
	padding-right: 14px;
}

.rss_link a {
	background: url(images/rss_link.png) no-repeat;
	height: 66px;
	display: block;
}

.rss_link a:focus ,
.rss_link a:hover {
	text-decoration: none;
}

.description {

}

#wrapper {
	width: 789px;
	padding: 0px 95px 0px 106px;
}

* html #wrapper {
	width: 990px;
	w\idth: 789px;
}


#content {
	float: left;
	width: 588px;
	margin-right: 11px;
}

#sidebar {
	margin-left: 599px;
	padding-bottom: 33px;
	background: #99f548 url(images/sidebar_footer.png) no-repeat left bottom;
}

#sidebar_top {
	background: #99f548 url(images/sidebar_header.png) no-repeat;
	height: 55px;
	margin-bottom: -14px;
}

#footer {
	width: 100%;
	background: url(images/footer.png) no-repeat;
	height: 136px;
	clear: both;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#footer div {
	padding-top: 48px
}

#footer a:visited ,
#footer a {
	color: #FFF;
	font-weight: normal;
}

.post {
	margin-bottom: 30px;
}

.post-date {
	float: left;
	width: 85px;
	height: 86px;
	background: url(images/badge.png) no-repeat;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.post-day {
	font-size: 33px;
	margin-bottom: -2px;
}

.post-month {
	font-size: 17px;
}

.post-title {
	margin-left: 85px;
	background: url(images/post_bar.png) repeat-x;
	padding-top: 46px;
	padding-left: 20px;
}

.post-title h2 {
	margin: 0;
}

.postmetadata {
	margin: 12px 0px; 
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	margin-right: 20px;
}

#sidebar ul ul {
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar ul ul ul {
	margin-left: 10px;
}

#sidebar a:visited ,
#sidebar a {
	font-weight: bold;
	color: #000;
}

#sidebar h2 {
	font-size: 18px;
	margin: 14px 0px;
}

#body_content {position: absolute;left: -10000px;};

