/*
Theme Name: RaBu
Theme URI: http://rabu.dk/
Description: Theme for the RaBu website and weblog.
Version: 1.0
Author: Rasmus Burkal
Author URI: http://rabu.dk/
Tags: rabu, green
*/

html {
	margin: 0;
	padding: 0;	
}
body {
	background-color: #407c2c;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center; 
	height: 100%;
	font-family: arial;
	font-size: 13px;
}
div#mainBody {
	width: 600px;
	margin: 80px auto 0 auto;	
}
div#headerTop {
	height: 10px;
	background-image: url('img/top.gif');
}
div#headerBottom {
	background-color: #19181b;
	height: 90px;
}
div#headerBottom img#topLogo {
	margin-top: 10px;
	margin-left: 20px;
}
div#headerBottom div#teaser {
	color: #fff;
	float: right;
	margin-right: 20px;
	font-size: 9px;
}
div#topNav {
	background-image: url('img/topNavBg.gif');
	height: 40px;
}
div#topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#topNav ul li {
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
}
div#topNav ul li.current_page_item, div#topNav ul li.current_page_parent {
	background-image: url('img/active.gif');
	background-repeat: no-repeat;
	background-position: bottom center; 
}
div#topNav ul li a {
	line-height: 40px;
	color: #deeed9;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 10px;
}
div#topNav ul li.current_page_item a, div#topNav ul li.current_page_parent a, div#topNav ul li a:hover {
	color: #fff;
}
div#subNav {
	background-image: url('img/subNavBg.gif');
	height: 30px;
	font-size: 11px;
}
div#subNav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
div#subNav ul li {
	margin: 0;
	padding: 0;
	height: 30px;
	float: left;
}
div#subNav ul li.current_page_item {}
div#subNav ul li a {
	line-height: 30px;
	color: #5c9144;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 5px;
}
div#subNav ul li.current_page_item a, div#subNav ul li a:hover {
	color: #295a1c;
}
div#contentArea {
	background-color: #fff;
}
div#contentArea #content {
	float: left;
	width: 410px;
}
div#contentArea #content div.inner {
	padding: 25px 40px 0 20px;
}
div#contentArea #rightSideBar {
	float: left;
	width: 190px;
}
div#contentArea #rightSideBar div.inner {
	padding: 20px 20px 0 0;
}
div#subFooterTop {
	height: 10px;
	background-image: url('img/middle.gif');
	background-color: #518640;
}
div#subFooterMiddle {
	background-color: #518640;
	padding: 10px 0;
}
div#subFooterMiddle .header {
	color: #fff;
	margin: 5px 15px;
}
div#subFooterMiddle .header img {
	vertical-align: middle;
	margin-right: 5px;
}
div#subFooterMiddle .header a {
	color: #fff;
	text-decoration: none;
}
div#subFooterMiddle .row {
	float: left;
	width: 199px;
}
div#subFooterMiddle .border {
	border-right: 1px solid #8bad7d;
}
div#subFooterMiddle ul {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
}
div#subFooterMiddle ul li {
	margin: 0;
	padding: 0 0 15px 0;	
}
div#subFooterMiddle ul li a {
	color: #afd49c;
	text-decoration: none;
}
div#subFooterMiddle ul li a:hover {
	text-decoration: underline;
}
div#subFooterMiddle ul li span.date {
	color: #fff;
	font-size: 11px;
	font-style: italic; 
}
div#subFooterBottom {
	height: 10px;
	background-image: url('img/bottom.gif');
}
div#footer {
	margin: 15px 0 15px 0;
	font-size: 11px;
	font-style: italic;
	color: #fff;
	text-align: center;
	line-height: 16px;
}
div#footer a {
	color: #AFD49C;
}
div#footer a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
h2 {
	color: #295a1c;
	padding: 0 0 5px 0;
	margin: 0;
}
h3 {
	color: #295a1c;
	padding: 0 0 5px 0;
	margin: 0;
}
h2 a {
	color: #295a1c;
}
h3 a {
	color: #295a1c;
}
div#contentArea #rightSideBar div.box {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dcdbdc;
}
div#contentArea #rightSideBar div.box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#contentArea #rightSideBar div.box ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
div#contentArea #rightSideBar div.box ul li a {
	color: #000;
}
div#contentArea #rightSideBar div.box ul li a:hover {
	text-decoration: none;
}
div#contentArea #content div.box {
	margin: 0 0 30px 0;
}
div#contentArea #content .date {
	font-style: italic;
	font-size: 11px;
	color: #818182;
	margin-bottom: 10px;
}
img {
	border-width: 0;
}
div#rightSideBar .date {
	font-style: italic;
	font-size: 11px;
	color: #818182;	
}
div#content a, div#rightSideBar a {
	color: #295A1C;
}
div#content a:hover, div#rightSideBar a:hover {
	text-decoration: none;
}
.searchField {
	width: 160px;
}
#rightSideBar .searchField {
	margin-bottom: 3px;
}
form {
	margin: 0;
	padding: 0;
}
#rightSideBar #searchSubmit {
	float: right;
}
blockquote {
	color: #818182;
	font-size: 23px;
	font-style: italic;
}
pre {
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #eee;
}
.socialBox {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
	background-color: #eee;	
}
.socialBoxFirst {
	border-top: 1px solid #ccc;
}
.socialBox .icon {
	float: left;
	width: 42px;
}
.socialBox .info {
	float: left;
}
.socialBox .info h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
.socialBox .info h3 a {
	text-decoration: none;
}
div#content .socialBox .info a {
	color: #333;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.metaInfo {
	color: #818182;
}
div#content .metaInfo a {
	color: #818182;
}
#rpx_comment_hint {
	border: 1px solid #ccc;
	padding: 10px 10px;
	background-color: #eee;
	text-align: center;
}
div#content #rpx_comment_hint a {
	color: #333;
}
p {
	margin: 0 0 13px 0;
}
div#commentsBlock {
	
}
#commentsList {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.comment {
	border-top: 1px solid #ccc;
	padding: 10px 10px;
}
.bypostauthor {
	background-color: #eee;
}
#vCardContainer {
	margin-bottom: 30px;
}
#vCardContainer img {
	vertical-align: middle;
	margin-right: 5px;
}
#rss {
	vertical-align: middle;
}