/*
Theme Name: e3 Ministries 0.3
Theme URI: http://www.e3ministries.com
Description: This is the custom theme for e3 Ministries
Version: 0.3
Author: Adam J. Walker
Author URI: http://www.aonewaydesigns.com/
Tags: yellow, fixed width, three columns, 5 widgets, 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: url(images/site_bg.png) repeat-x top left #676771;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

.content-bg {
	background: url(images/content_bg.png) repeat top left;
	width: 960px;
}
.footer {
	background: url(images/footer-trans.png) no-repeat top left;
	height: 115px;
	width: 960px;
}

/* HEADER */
#header {
	background: url('images/header-trans.png') no-repeat top left;
	height:219px;
}
#header a {
	color: #000;
}
#header h2{
	font-size:28px;
	margin: 1.2em 0.5em 0 0em;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a {
	text-decoration:none;
}
#header p {
	padding:1em 0;
	margin:0;
	line-height:1em;
}
#header p.description {
	line-height: 60px;
}

/*Content */
#content_top {
	background: url('images/main_sec_top-trans.png') no-repeat scroll top left;
	width: 960px;
	height: 38px;
}

.content_middle {
	background: url('images/main_sec_middle-trans.png') repeat scroll top left;
	width: 960px;
/*	height:auto; */
}

#content_bottom {
	background: url('images/main_sec_bottom-trans.png') no-repeat scroll top left;
	width: 960px;
	height: 40px;
}


/* Post */

.post {
	padding:0 30px 0 80px;
	font-size: 14px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* MENU */
#menu {
	background: url('images/menu-trans.png') no-repeat scroll top left;
	width: 960px;
	height: 41px;
	padding-left:65px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 12px 0 12px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	background: #EF8F18 url(images/img2.gif) repeat-x;
	color: #fff;
}

#spacer {
	background: url('images/spacer-trans.png') scroll top left repeat-y;
	width: 960px;
	height: 15px;
}

/* Search */

#search {
	float: left;
	width: 234px;
	padding: 32px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}
#searchsubmit {
	height: 19px;
	background: #ef8f18;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}


.credit {
	text-align: right;
	font-size: 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #fff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 10px 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 7px 0;
	background: none;
	border-top: 1px solid #3B495A;
}

#sidebar li.first {
	border: none;
}

#sidebar h2 {
	font-size: 15px;
}