/*
Theme Name: SBG Green
Description: SBG Green is bastardized from Red 
Author: logan sandrock
Author URI:
Version: 1.1
Tags: green, white, 2-columns, right sidebar, widget ready, fixed width, seo friendly, free

*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #ffffff; 
	color: #003300;
	font-size: 8pt;
	font-family: Futura, Helvetica, sans-serif;
}
#wrap {
	width: 550px;
	text-align: left;
}
#header {
	height: 60px;
	background: #ffffff;
}
#title {
	float: left;
	padding-top: 5px;
}
#pagenav {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px 10px 0px 0px;
}
#sidebar {
	width: 130px;
	background: #ffffff;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	float: right;
	margin-top: 1px;
	padding: 30px 10px 30px 20px;
}
#content {
	margin: 0px 230px 0px 0px;
	padding: 30px 0px;
	
}
#footer {
	color: #003300;
	text-align: center;
	padding: 15px 0px;
}
#footer a{
	color: #003300;
	text-decoration: none;
}
.post {
	padding-bottom: 20px;
	background: #ffffff;
/*	border-bottom: 1px solid #003300; */
	margin-bottom: 20px;
}
.postmetadata {
	padding: 10px 0px 10px 0px;
	color:#003300;
}
/* text */
#title h1 a {
	color: #003300;
	font-size: 16pt;
	text-decoration: none;
	font-weight: normal;
}
.description {
	color:#003300;
	font-size: 14pt;
}
#pagenav ul li {
	list-style:none;
	display: inline;
}
#pagenav li a {
	color: #003300;
	padding-left: 20px;
	text-decoration: none;
}
#pagenav li a:hover {
	color:#003300;
}
#content h1, h2, h3, h4, ol, ul, #calendar_wrap, p {
	padding-bottom: 10px;
}
#content h1 {
	color: #003300;
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h2 a {
	color: #003300;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #003300;
}
a {
	color: #003300;
	text-decoration: none;
}
#content h1 a {
	color: #003300;
	text-decoration: none;
}
.postmetadata a {
	color:#003300;
	text-decoration: none;
}
#sidebar a {
	color: #003300;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
td, th {
	padding: 2px;
}
caption {
	font-weight: bold;
}
#content ul li, #content ol li {
	margin-left: 30px;
}
blockquote {
	padding: 15px 15px 15px 30px;
	font-size: 10pt;
	font-style: italic;
	background:url(../../../../../../../sbggreen/images/background_blockquote.gif) left top no-repeat;
}
/* wp default */
.navigation {
	margin-top: 20px;
}
.navigation a {
	color: #003300;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #003300;
	text-align: center;
	background-color: #003300;
	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;
}
#date {
	padding-bottom: 5px;
	color: #003300;

}
#date a {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
#today {
	font-weight: bold;
	color: #003300;
}
.center {
	text-align: center;
	padding-top: 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #003300; 
	padding: 5px;
	font-size: 9pt;
	background: transparent;
	color: #003300;
	font-weight: bold;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #ffffff;
	color: #003300;
	border: 1px solid #003300; 
	font-size: 9pt;
	padding: 2px;
	font-weight: bold;
}
.searchform {
	margin-bottom: 10px;
}