/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

@import url("nav.css");

body {
	background-image: url(images/backgrounds/body.jpg);
	background-color: #0a1505;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
	font-family: Tahoma, Verdana, Geneva;
	font-size: 100%;
	color: #b5db7a;
}

a {
	color: #ff6f00;
	text-decoration: none;
	border-bottom: 1px dotted #ff6f00;
}

a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ff6f00;
}

.wp-caption .wp-caption-text {
	font-size: 10px;
	padding: 2px 0;
	border-bottom: 1px dotted #164004;
	background-color: #000;

}

.clear {clear: both; }

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

/* Headings
-------------------------------------------------- */

h1 {
	color: #bafe71;
	font-size: 36px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #164004;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}

h1 a, h1 a:hover {
	color: #bafe71;
}

h1 a, h2 a {
	text-decoration: none;
	border: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
	border: none;
}


h2 {
	color: #ff6f00;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 0;
	letter-spacing: -1px;
}

h3 {
	color: #ff6f00;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
}

hr {
	border-style: dotted;
	color: #164004;
	border-color: #164004;
	background-color: #164004;
	height: 1px;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 10px 0;
	/* Aligns it in IE */
	text-align: left;

}

#wrapper .featured {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#wrapper #upcoming_events h2, #wrapper #whats_new h2, #wrapper #sidebar .block h2 {
	color: #bafe71;
	margin: 0 0 5px 0;
}

#wrapper #upcoming_events h2 a {
	color: #bafe71;
}

#wrapper #whats_new h2 a {
	color: #ff6f00;
}


#wrapper #upcoming_events h2 a, #wrapper #whats_new h2 a, #wrapper #sidebar .block h2 a {
	border: none;
}

#wrapper #upcoming_events h2 a, #wrapper #whats_new h2 a, #wrapper #sidebar .block h2 a:hover {
	border: none;
}


/* Structure
-------------------------------------------------- */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	background-color: #091604;
}

#wrapper #header {
	width: 960px;
	height: 129px;
	background: url("images/backgrounds/header.jpg") no-repeat;
}

#wrapper #header #logo {
	display: block;
	width: 200px;
	height: 81px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -3000px;
}

#wrapper #body_home {
	background: url("images/backgrounds/body-content.jpg") no-repeat;
	width: 920px;
	padding: 15px 20px 10px 20px;
	background-color: #0a1505;
}

#wrapper #body {
	background: url("images/backgrounds/body-content-sub.jpg") no-repeat;
	width: 920px;
	padding: 5px 20px 10px 20px;
	background-color: #091604;
}

#wrapper #elevator_pitch {
	width: 445px;
	padding: 0 20px 10px 0;
	float: left;
}

#wrapper #upcoming_events {
	float: left;
width: 230px;
	margin: 15px 0 0 0;/*
	background-color: #164004;
	width: 200px;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px; */
}

#wrapper #whats_new {
	width: 205px;
	padding: 30px 0 15px 20px;
	float: left;
}

#wrapper #events-calendar-list {
	background: none;
	list-style-type: none;
}

#wrapper #footer {
	width: 900px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 auto 10px auto;
}

#wrapper #sidebar {
	width: 260px;
	padding: 15px 0 15px 0;
	float: right;
}

#wrapper #sidebar .block {
	background-color: #164004;
	width: 230px;
	float: left;
	margin: 0 0 15px 0;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wrapper .block ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper .block ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#wrapper .block a {
	color: #bafe71;
	border-bottom: 1px dotted #204213;
}

#wrapper .block a:hover {
	color: #FFF;
	border-bottom: 1px dotted #bafe71;
}

#wrapper .block #s {
	background-color: #061403;
	border: 1px solid #bafe71;
	color: #bafe71;
	padding: 5px;
	width: 218px;
	font-size: 18px;
	height: 24px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	
}


/* Post Structure
-------------------------------------------------- */

.col1 {
	width: 640px;
	float: left;
}

.post, .entry, .commentsblock {
	width: 640px;
}

.post p, .entry p{
	margin: 0 0 10px 0;
}

.entry h2 {
	margin: 30px 0 0 0;
}

.wpcf7-form input {
	background-color: #000;
	border: 1px solid #164004;
	color: #bafe71;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-form textarea {
	background-color: #000;
	border: 1px solid #164004;
	color: #bafe71;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"] {
	font-size: 14px;
	background-color: #ff6f00;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"]:hover {
	cursor: pointer;
	background-color: #FFF;
	color: #ff6f00;
}


.commentsblock {
	border-top: 1px dotted #164004;
	margin: 30px 0 0 0;
}

.commentsblock ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #164004;
}

#comment {
	background-color: #000;
	border: 1px solid #164004;
	color: #bafe71;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.postinfo {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #164004;
}

.post .postinfo {
	padding: 5px 0 5px 0;
	margin: 5px 0 10px 0;
	border-top: 1px dotted #164004;
	border-bottom: 1px dotted #164004;
	background-color: #000;
}

