/* @override http://www.brianbal.com/wp-content/themes/blueprint/css/brian.css */

/* @group Layout */

body {
	background: #3F4840;
}

#wrapper {
	background: #ededed;
}

#header {
	padding: 2em;
	background: #ededed url('../images/header_bg.gif') repeat-x left -50px;
	border-top: 5px solid #5c8a05;
}

#content {
	padding-top: 2em;
	background: #ededed;
}

#footer {
	padding: 2em 0;
	background: #3F4840;
}

/* @end */

/* @group Header */

#header h1 {
	margin-bottom: 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header h1 a{
	color: #5c8a05;
	text-shadow: #5f6d62 1px 1px 2px;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
}

#header p.description {
	background: #5c8a05;
	color: #ddd;
	display: block;
	width: 18em;
	text-align: center;
	text-transform: capitalize;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #3F4840 1px 1px 2px;
}

#search {
	margin-top: 1em;
	float: right;
	padding-right: 40px;
}

#search form {
	background: url('../images/icons/search_grey.gif') no-repeat left center;
	padding-left: 20px;
}

/* @end */

/* @group Menus */

/* @group Normal */

.menu {
	margin: 0;
	padding: 0;
	float: left;
	background: transparent;
}

.menu li {
	margin: 0 0 .5em 0;
	padding: 0;
	float: left;
	width: 100%;
	background: transparent;
	list-style: none;
}

.menu li a {
	margin: 0;
	padding: 0 2em;
	color: #3F4840;
	display: block;
	line-height: 1.75em;
	text-decoration: none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 115%;
	font-weight: bold;
}

.menu li a:hover {
	background: #bad8c1;
}

.menu li.current_page_item a{
	background: #5c8a05;
}



/* @end */

/* @group Tabbed */

.tabbed {
	margin: 1em 0 0 0;
	list-style: none;
}

.tabbed li {
	margin: 0 0 0 1em;
	width: auto;
	border: none;
}

.tabbed li a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	line-height: 2em;
	text-align: center;
	border-right: none;
}

.tabbed li a:hover {
	background: #e6ecb3;
}

.tabbed li.current_page_item a {
	background: #5c8a05;
	color: #ddd;
	border-right: none;
}



/* @end */

/* @end */

/* @group Content */

h2, h3 {
	color: #598605;
}

/* @group Posts */
	
.post {
	margin-bottom: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

.post h2 {
	color: #598605;
	margin-bottom: 5px;
}

.post h2 a {
	color: #598605;
}

.post p.small {
	margin: .5em 0;
	padding: 0;	
}


/* @end */

/* @group Sidebar */

ul.sidebar, .sidebar ul{
	margin: 0;
	padding: 0;
}

.sidebar li{
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}

.sidebar li li{
	margin: 0;
}

.sidebar h2 {
	margin-bottom: .2em;
}


/* @end */

/* @end */

/* @group Footer */

#footer {
	color: #ededed;
}

/* @group sidebar */

ul.footer-sidebar, .footer-sidebar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.footer-sidebar li{
	margin: 0 0 2em 0;
	padding: 0 1.5%;
	list-style: none;
	float: left;
	width: 30%;
}

.footer-sidebar li li{
	margin: 0;
}

.footer-sidebar h2 {
	margin-bottom: .2em;
}



#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #ddd;
	text-decoration: underline;
}



/* @end */

/* @end */

/* @group Tables */

thead th {
	background: #598605;
	color: #aaa;
}

table caption {
	text-align: center;
	font-size: 125%;
	background: transparent;
	color: #aaa;
}

/* @end */



/* @group Misc */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


.float-left {
	float: left;
}

.float-right{
	float: right;
}





/* @end */