/*
THEME NAME: CMT
DESCRIPTION: Based on Sandbox
VERSION: 1.0
AUTHOR: <a href="http://pilcrow.biz/">Julie Hathaway</a>
*/

/*
 ------- Palette -------
Background blue: #535684;
Text blue: #1A1F5D;
Link green: #3E9515;
Navbar green: #96BE68;
*/

body {
	margin:0;
	padding:0;
	background: #535684;
	font: 85% Verdana, sans-serif;
	color: #1A1F5D;
	text-align:center;
	}
	
a {
	text-decoration:none;
	color:#3E9515;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img.floatright {
	float:right;
	margin-left: 1em;
	}
	
div.clearer {
	clear:both;
	height: 20px;
	}
	
div.blurb {
	background: #DBF1C1;
	padding: 0.5em 1em;
	margin-top: 4em;
	}
	
.hidden, .cf_hidden {
	position:absolute;
	top:0;
	left:-999px;
	}
	
h1, h2 { font-family: Georgia, serif }

#wrapper {
	width: 960px;
	margin:0 auto;
	background: url(images/bg.jpg) repeat-y;
	text-align:left;
		position:relative;
	}
	
#nav {
	xfloat:left;
		position:absolute;
		top:244px;
	width: 904px;
	margin-left: 28px;
	background: url(images/navbar-bg.jpg) top repeat-x;
	}

#nav ul {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
		float:left;
	}

#nav ul li {
	float:left;
	list-style:none;
	padding: 0;
	margin: 0;
	background: url(images/greentab-right.jpg) no-repeat right top;
	}
	
#nav ul li.current_page_item {
	background: url(images/whitetab-right.jpg) no-repeat right top;
	}
	
#nav ul li a {
	display:block;
	background: url(images/greentab-left.jpg) no-repeat left top;
	min-height:40px;
	padding: 18px 15px 0;
	color: #1A1F5D;
	font-weight:bold;
	}
	
#nav ul li.current_page_item a {
	background: url(images/whitetab-left.jpg) no-repeat left top;
	}
	
#nav ul li a:hover {
	color: #3E9515;
	text-decoration:none;
	}
	
#container {
	float:right;
	width: 550px;
	margin-right: 70px;
	margin-top: 50px;
	margin-bottom: 40px;
	}
	
#content p, #content li {
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
#content li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
h1.entry-title {
	margin:0;
	padding:0;
	}
	
h1.entry-title a {
	color: #1A1F5D;
	}
	
div.entry-date {
	font-style:italic;
	}
	
.post {
	margin-bottom: 40px;
	}
	
.cube {
	background: url(images/cube.jpg) no-repeat;
	padding-left: 60px;
	min-height: 60px;
	}
	
#content ul.supporters {
	margin:0;
	padding:0;
	width: 180px;
	float:left;
	}
	
#content ul.supporters li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
div.navigation {
	float:left;
	}
	
div.navigation div.nav-previous {
	float:left;
	}
	
div.navigation div.nav-next {
	float:right;
	}
	
#sidebar {
	width: 300px;
	margin-left: 30px;
	background: url(images/sidebar-bg.jpg);
	margin-bottom: 40px;
	}
	
#sidebar-wrap {
	background: url(images/sidebar-top.jpg) no-repeat;
	}
	
#sidebar-wrap2 {
	background: url(images/sidebar-bot.jpg) bottom no-repeat;
	}
	
#sidebar h2, #sidebar h3, #sidebar p, #sidebar ul {
	width: 220px;
	margin-left: 40px;
	}
	
#sidebar .top {
	padding-top: 40px;
	}
	
#sidebar h3 {
	margin-bottom:-0.5em;
	padding-bottom:0;
	}
	
#sidebar p, #sidebar ul {
	}

#sidebar ul {
	margin:0;
	padding:0;
	padding-left: 1em;
	margin-left: 40px;
	}
	
#sidebar ul li {
	margin-right: 1em;
	padding-bottom: 1em;
	}
	
div#height {
	height: 40px;
	}
	
p#meta {
	clear:both;
	text-align:center;
	color: #777;
	font-style:italic;
	font-family: Georgia, serif;
	line-height: 1.4em;
	margin-bottom: -10px;
	}
	
p#meta a { color: #777 }

#footer {
	background: url(images/footer.jpg) bottom no-repeat;
	height: 60px;
	}

/* Forms */

.cform fieldset {
	border:0;
	margin:0;
	padding:0;
	}
	
.cform legend {
	display:none;
	}

.cform ol.cf-ol {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.cform label span {
	display:block;
	}
	
.cform label.cf-group-after span {
	display:inline;
	}
	
.cform input, .cform textarea {
	border: 1px solid #1A1F5D;
	}
	
.cform input.single, .cform textarea {
	width: 300px;
	margin-right: 5px;
	padding: 2px;
	}
	
.cform li.cf-box-title {
	font-weight:bold;
	}
	
.cform input.cf-box-b {
	border: 1px solid #1A1F5D;
	margin-right: 5px;
	}
	
div.failure {
	color: #f00;
	font-weight:bold;
	}




	
	
	