/*  
Theme Name: Euzoa
Theme URI: http://www.joshandkel.com
Description: A simple blog theme by <a href="http://www.joshandkel.com">jelwood</a> for Euzoa Bible Church.
Author: jelwood
Author URI: http://www.joshandkel.com/
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*
	- GENERAL
	- LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- OTHER

/*	##################################
   	GENERAL
	################################## */
* {
    margin: 0;
}
body {
	width:100%;
	height: 100%;
	letter-spacing: 0em;
	word-spacing: 3px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	background: url(img/body_bg.jpg) #d2d1cc no-repeat top;
	font:12px/18px Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color: #464240;
	/*border-top: 5px solid #281901;
	e38a31*/
}

html {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	color:#c7532d;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 0 15px;
	padding: 0px;
	display: block;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 100%;	
	height: 100%;
    height: auto !important;
	min-height: 100% !important;
	margin: 0 auto -223px;
	background: 0;

}
	
#header {
	position: relative;
	width: 65%;
	height: 160px;
	margin: 0 auto;
	min-width: 950px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top:20px;
}

#content {
	background-color: white;
	width: 65%;
	-width:85%; /* ie 6 fix*/
	height: 100% !important;
    min-height: 100% !important;
	min-width: 960px;
    margin: 0 auto;
	padding: 30px;
	margin-bottom: 200px;
	border: 1px solid #999;
}

#content-index {
	background-color: white;
	width: 65%;
	height: 100%;
	min-height: 100%;
	min-width: 960px;
	margin: 0 auto;
	padding: 30px;
	height: auto !important;
	border: 1px solid #999;
	margin-bottom: -30px;
}
#content-left {
	float: left;
	width: 65%;
	height:100%;
	padding: 0px;
	min-width: 350px;
	margin: 0 auto 223px;

}

#content-right {
	float: right;
	width: 220px;
	padding: 10px;
	height: 100% !important;
	min-height: 100% !important;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 40px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	font:bold italic 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #861d21;
	text-shadow: 1px 1px 2px #000;
}

h1 a {
	color:#178b97;
	text-decoration: none;
}

.subtitle {
	position: absolute;
	top: 55px;
	left: 250px;
	margin: 0px;
	padding: 0px;
	font:bold italic 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #861d21;
	text-shadow: 1px 1px 1px #000;
}

h2#blog-description {
	position: relative;
	top: 68px;
	left: 140px;
	margin: 10px;
	padding: 0px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #FFF;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
}

h3 {
	line-height: 30px;
	margin: 0 0 6px 0;
	font:normal 28px/24px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #861d21;
}

h3 a {
	text-decoration: none;
	font-size: 30px;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #B3B3B3;
	font: normal "Lucida Grande";
	font-weight: normal
}
h5 {
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
	color: #B3B3B3;
	font: normal "Lucida Grande";
	font-weight: normal
}
/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 36px;
	width: 100%;
	min-width: 100%;
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	text-align:center;
	overflow: hidden;
	
}

#header li {
	float: left;
	margin: 10px 0px 0 0;
	padding: 0px;
	line-height: 0px;
	display: inline; /* Prevents "stepdown" */
}

.page_item a {
	width: auto;
	height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 12px 30px 30px 10px;
	font:normal 16px/11px Verdana, Tahoma;
	color:#999;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	/* the following is for IE 6 */
	_margin-left: 0px;
	_margin-right: 0px;
}

.page_item a:hover {
	text-transform: lowercase;
	color: #363636;
}

.current_page_item a {
	font: 16px/11px Verdana, Tahoma;
	color:#363636;
	padding: 12px 30px 30px 0;
	height: 27px;
	text-transform: lowercase;
}
.current_page_item a:hover {
	color:#ffcc00;
	height: 27px;
	text-transform: lowercase;
}

/*	##################################
   	CONTENT
	################################## */
/** content left */
.HeaderImg {
	padding:5px;
	border: 1px solid #999;
	clear: right;
	margin-bottom: 45px;
	margin-right: 100px;
	line-height: normal;
}

#events {
	padding: 20px; 
	margin-left: 660px; 
	margin-top: -764px; /* was -656*/
	_margin-left: 330px; /* ie 6 fix */
	_margin-top: -672px; /* ie 6 fix */
	font-size: 12px; 
	background: #d2d1ce; 
	color: #464240; 
	float: left; 
	width: 240px; 
	height: 368px; 
}

.box-left {
	margin: 0 0 20px 0;
	clear: both;
	line-height: 18px;

}
	
.meta {
	font:italic 10px/12px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	text-align: left;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f4f4f4;
	margin: 0px;
	padding: 5px;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#861D21;
	font-size: 12px;
	font-weight: normal;
	text-align: inherit;
}
.sermons {
	border: 0px;	
	padding: 5px;

}

/** search form */

#search {
	border: 1px solid #f2f2f2;
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
	width: 150px;
	padding: 5px;
	color: #999;
	text-indent: 25px;
	float: left;
	margin: 5px
}


#search-submit {
	width: auto;
	margin: 5px;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}
.home
{
    border:none;
    margin: 8px 0px;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	clear: both;
	border-top: 3px solid #444444;
	height: 200px;
	width: 100%;
	position: absolute;
	position/**/: relative;
	bottom: 0;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	margin-bottom: -40px;
	font:normal 10px/10px Verdana, Tahoma;
	color: #fff;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	line-height: 15px;
	background: #222222;
	display: block;
}
.footer_item a {
	display: block;
	width: 40px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0 0;
	font:normal 12px/11px Verdana, Tahoma;
	color:#999;
	text-decoration: none;
	text-align: center;
}


#footer a {
	color:#fff;
}


/*	##################################
   	OTHER
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	height: 1px;
	width: 100%;
	margin: 0 0 -1px;
	clear:both;
	
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}


.skadoosh {
	-moz-box-shadow:inset 0px 1px 0px -28px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px -28px #ffffff;
	box-shadow:inset 0px 1px 0px -28px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6ebed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #e6ebed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ebed', endColorstr='#dfdfdf');
	background-color:#e6ebed;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin: 10px;
}.skadoosh:hover {
	border: 1px solid #c7532d;
}.skadoosh:active {
	position:relative;
	top:1px;
}