/*
Theme Name: Chris Emmitt Theme
Theme URI: http://chrisemmitt.com/
Description: chrisemmitt.com wordpress theme.
Version: 1.0
Author: Community Bible Church
Author URI: http://www.communitybible.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

html {
	background: #000;
}

body {
	background: url(images/chr-body.jpg) top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#brand {
	display: block;
	float: left;
	height: 40px;
	margin: 35px auto auto 200px;
	width: 250px;
}

#wrapper {
	background: url(images/chr-wrapper.jpg) top left no-repeat;
	min-height: 530px;
}

#header {
	float: left;
	height: 100px;
}

.width-site {
	width: 960px;
}

.width-content {
	width: 685px;
}

.width-side {
	width: 230px;
}

#content {
	background: url(images/chr-content.jpg) top no-repeat;
	margin-top: 0px;
	min-height: 430px;
	padding: 0;
}

#icon-feed {
	background: url(images/chr-icon-feed.png) no-repeat;
	float: left;
	height: 32px;
	margin: 15px 0px;
	width: 32px;
}

#searchform {
	float: right;
	margin: 45px 20px auto;
}

#searchform #s, #searchform #searchsubmit {
	background: #000;
	border-collapse: collapse;
	border: 1px solid #48b3e0;
	color: #48b3e0;
	
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

/* SITE NAVIGATION --------------------------------------- */
#nav {
	font-size: 105%;
	height: 40px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	width: 750px;
}

#nav li {
	display: inline;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav li a {
	background: url(images/chr-nav-li.jpg) right no-repeat;
	color: #f1f1f1;
	display: block;
	font-weight: bold;
	float: left;
	letter-spacing: 0.1em;
	height: 28px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	width: 180px;
}

#nav li a:hover {
	background: url(images/chr-nav-li-over.jpg) right no-repeat;
}

#second-nav {
	color: #f1f1f1;
	padding: 10px 0;
	width: 245px;
}

#second-nav li h2 {
	margin-bottom: 10px;
}

#second-nav ul, #second-nav ul li ul {
	margin: 5px 5px 20px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
/*


#second-nav li {
	height: 30px;
	margin: 0px;
	clear: both;
}

#second-nav li h2 {
	float: left;
}

#second-nav li a {
	border-collapse: collapse;
	border-bottom: 1px solid #99d5dd;
	display: block;
	margin: 0px;
	padding: 4px 0 4px 10px;
	text-decoration: none;
}

#second-nav h2 {
	color: #603813;
	float: left;
	font-size: 115%;
	margin: 8px 0px 3px 5px;
}

#second-nav p {
	margin: 20px 7px;
}

/* CONTENT -------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading-color {
	color: #f1f1f1;
}

a {
	color: #265c99;
}

a:hover {
	color: #4d82be;
	text-decoration: none;
}

#main-content {
	color: #f1f1f1;
	margin: 15px 0px 0px 15px;
}

.post {
	margin-bottom: 35px;
}

.post h2, #second-nav li h2 {
	background: #48b3e0;
	height: 30px;
	padding: 10px 0px 0px 5px !important;
	
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.navigation {
	margin-bottom: 15px;
}

.navigation a {
	background: #48b3e0;
	color: #fff;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	text-decoration: none;
}

.navigation a:hover {
	background: #e1e1e1;
	color: #407d9a;
}

.post h2 a {
	color: #fff;
	text-decoration: none;
}
/*
.date-short {
	background: #359eca;
	display: block;
	height: 30px;
	float: right;
	font-size: 110%;
	margin: 2px auto;
	padding: 10px;
	text-align: center;
}

.date-year {
	float: right;
	font-size: 80%;
	margin: 8px 8px 0px 0px;
}*/

.postmetadata {
	width: 250px;
}

.addtoany_share_save_container {
	float: right;
	margin-right: 10px;
	width: 200px;
}

.addtoany_share_save_container a {
	display: block;
	width: 170px;
}

.aktt_tweets ul li, .blogroll li {
	margin-bottom: 20px;
}

/* FOOTER --------------------------------------- */
#footer {
	border-collapse: collapse;
	border-top: 1px solid #48b3e0;
	color: #603813;
	font-size: 75%;
	height: 30px;
	padding: 10px 0 50px 0;
}

#footer p {
	margin: 5px !important;
}