/*  
Theme Name: Rob Green v2.0
Theme URI: http://www.robgreen.net/
Description: Rob Green's personal blog theme.
Version: 2.0
Author: Rob Green
Author URI: http://www.robgreen.net/

	Rob Green v2.0
	http://www.robgreen.net/

	This theme was designed and built Rob Green,
	whose blog you will find at http://www.robgreen.net/
*/
body {
	background-image: url(images/bg-grad.gif);
	background-repeat: repeat-x;
	font-family: Calibri, Verdana, sans-serif;
	margin: 0;
}

.page-wrapper {
	background-image: url(images/bg-lines.gif);
	margin: 0 auto;
	width: 846px;
}
.page {
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 840px;
}

.header {
	background-image: url(images/header-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0 20px;
}
.header-logo {
	background-image: url(images/header-logo-bg.gif);
	height: 100px;
	width: 300px;
}
.header-logo img {
	font-size: 2em;
	margin: 29px 0 0 30px;
	text-transform: lowercase;
}

.navigation {
	background-color: #000;
	background-image: url(images/navigation-bg.gif);
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	height: 44px;
	margin: 10px 20px 0;
	min-height: 44px;
	text-transform: uppercase;
}
.navigation ul {
	float: left;
	list-style: none;
	margin: 9px 0 0 20px;
	padding: 0;
}
.navigation li {
	float: left;
	height: 23px;
	margin: 0 10px 0 0;
}
.navigation li a {
	color: #fff;
	display: block;
	padding: 0 10px;
	height: 23px;
	text-decoration: none;
}
.navigation li.active {
	background-image: url(images/button-r.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.navigation li.active a {
	background-image: url(images/button-l.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.navigation li a span {
	display: block;
	padding-top: 3px;
}

.content {
	float: left;
	margin: 0 20px 0;
	width: 600px;
}
.content .post {
	color: #5a5a5a;
	/*margin: 1.5em 30px 2.5em;*/
	margin: 1.5em 0 2.5em;
}
.content .post h2 {
	font-size: 1.1em;
	float: left;
	margin: 0 0 0.5em 30px;
	padding: 0;
	width: 400px;
}
.content .post h2 a {
	color: #5a5a5a;
	text-decoration: none;
}
.content .post h2 a:hover {
	background-color: #36941a;
	color: #fff;
	text-decoration: none;
}
.content .post p.postmetadata {
	text-align: center;
}
.content .post a {
	color: #36941a;
}
.content .post a:hover {
	background-color: #36941a;
	color: #fff;
	text-decoration: none;
}
.content .post small.date {
	color: #9d9d9d;
	float: left;
	font-size: 0.8em;
	margin: 0.3em 0 0 0;
	text-align: right;
	width: 135px;
}
.content .post .entry {
	background: url(images/post-line.gif) no-repeat center top;
	padding: 5px 30px 0;
}
.content .post .entry p {
	
}

.main {

}
.sidebar {
	float: left;
	margin: 20px 0 0 0;
	width: 165px;
}
.sidebar .textbox {
	border: 1px solid #36941a;
	float: left;
	font-family: Calibri, Verdana, sans-serif;
	width: 100px;
}
.sidebar .button {
	float: left;
	font-size: 0.7em;
	margin-left: 5px;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	margin: 0 0 0 10px;
}
.sidebar ul li.search {
	margin: 0;
}
.sidebar ul li ul li {
	color: #36941a;
	font-size: 0.7em;
}
.sidebar h2 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.sidebar a {
	color: #555;
	text-decoration: none;
}
.sidebar a:hover {
	background-color: #36941a;
	color: #fff;
}
.sidebar .aktt_tweets li {
	color: #555;
	padding-bottom: 0.5em;
}
.sidebar .aktt_tweets li a {
	color: #333;
}

.pagination {
	margin: 0 30px;
	padding: 10px 0 0 0;
}
.pagination a {
	border: 1px solid #36941a;
	color: #36941a;
	padding: 0.25em;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #36941a;
	color: #fff;
	text-decoration: none;
}
.pagination .align-left {
	float: left;
	width: 50%;
}
.pagination .align-right {
	float: left;
	text-align: right;
	width: 50%;
}

.comments {
	margin: 0 30px;
	font-size: 0.9em;
}
.comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments li {
	margin: 0 0 1em 0;
	padding: 0;
}
.comments cite {
	margin-left: 10px;
}
.comment-content {
	margin-top: 10px;
	padding: 10px;
}
.comments li .comment-content {
	background-color: #e2e2e2;
}
.comment-content p {
	margin: 0 0 1em 0;
}
.comment-content small {
	display: block;
	text-align: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
