/*
Theme Name: Review theme green
Theme URI:
Description: 
Version: 1.0
Author:
Author URI:
*/
#featured {
	background: #fcf873;
	border: 3px #fcd800 solid;
	margin-bottom: 10px;
	padding: 10px;
	}
/* Resetting */
* {
	margin: 0;
	padding: 0;
	}
ul,li {
	list-style: none;
	}
p {
	padding: 5px 0;
	}
/* Globals */
body {
	background: #ededed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #111;
	}
.width {
	width: 960px;
	text-align: left;
	}
a {
	outline: none;
	color: #719e0f;
	text-decoration: underline;
	}
a:hover {
	color: #111;
	text-decoration: underline;
	}
/* Header */
#header {
	height: 100px;
	background: #272727;
	}
#header h1 {
	padding: 45px 0 0 10px;
	}
#header h1 a, #header h1 a:hover {
	text-decoration: none;
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	}
/* Navigation */
#nav {
	background: #719e0f url(images/navbg.jpg);
	height: 70px;
	}
#nav ul {
	padding-top: 10px;
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 10px;
	}
#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
/* Content */
#leftcol {
	width: 640px;
	padding: 10px;
	float: left;
	}
.post {
	background: #fff;
	border: 1px #ccc solid;
	padding: 10px;
	margin-bottom: 10px;
	}
.post h2 {
	margin: 10px;
	font-weight: normal;
	font-size: 24px;
	}
.post h2 a, .post h2 a:hover {
	text-decoration: none;
	}
.post small {
	font-size: 11px;
	}
/* Sidebar */
#rightcol {
	float: right;
	width: 280px;
	padding: 10px;
	}
#rightcol h2 {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 5px #719e0f solid;
	border-left: 1px #ccc solid;
	background: #f9f9f9;
	padding: 10px;
	font-weight: normal;
	font-size: 16px;
	}
#rightcol ul {
	background: #fff;
	padding: 0 10px 10px 10px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	line-height: 30px;
	margin-bottom: 20px;
	}
/* Footer */
#footer {
	background: #719e0f url(images/footerbg.jpg);
	height: 30px;
	color: #fff;
	padding-top: 40px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
	}
/* PAGE NAVIGATION */
#pagenav a {
	color: #333;
	background: #f4f4f4;
	border: 1px #eee solid;
	margin: 5px 0;
	padding: 5px 7px;
	text-decoration: none;
	font-weight: bold;
	}
#pagenav a:hover {
	background: #ddd;
	border: 1px #eee solid;
	color: #444;
	margin: 5px 0;
	padding: 5px 7px;
	text-decoration: none;
	}

/* COMMENTS */
input.button {
	font-size: 12px;
	color: #333;
	background: #ddd;
	border: 1px #eee solid;
	margin: 5px 7px 5px 0;
	padding: 5px 7px;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	width:auto;
	}
input.button:hover {
	color: #444;
	background: #ddd;
	border: 1px #eee solid;
	margin: 5px 7px 5px 0;
	padding: 5px 7px;
	text-decoration: none;
	border: none;
	}
.comment cite {
	font-size: 11px;
	}
textarea.commentarea, input.commentarea {
	background: #181818;
	border: 1px #333 solid;
	}
.commentlist {
	width: 500px;
	margin: 10px 0 30px 0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	}
.commentlist li {
	background: #e6e6e6;
	border-bottom: 1px #999 solid;
	padding: 10px 20px;
	}
.commentlist li.alt {
	background: #eee;
	border-bottom: 1px #999 solid;
	}
.commentlist li h4 {
	font-size: 22px;
	margin: 0;
	}
.commentlist li h4 a, .commentlist li h4 a:hover {
	color: #1064a2;
	text-decoration: none;
	}
.commentlist li h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #8c8c8c;
	}