/*







Theme Name: Church-Life







Theme URI: http://ithemes.com/purchase/life-series/







Author: iThemes







Author URI: http://ithemes.com/







Version: 1.2.9







Description: Life Series is a premium WordPress theme designed by iThemes.







Tags: dark, technology, theme options, image fader, dropdown menus, CMS















Copyright (c) 2009 iThemes Media, LLC.







See license.txt for terms and conditions.















See history.txt for version history.







*/















/*CSS Reset*/







@import url(css/reset.css);

body { /* This is where you set many of the universal defaults*/

	background: #2e2e2e;

	color: #FFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	line-height: 18px;

	text-align: center;

}

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	margin: 0px;

	padding: 0px;

	height: 0;

	visibility: hidden;

}

/*********************************************







		Universal Link Styles







*********************************************/







a {

	color: #38657c;

 *Default 99ccff* text-decoration: none;

}

a:hover {

	color: #731a1a;

*#99ccff;

*  text-decoration: underline;

}

/*********************************************







		Universal Text Elements







*********************************************/







i, em {

	font-style: italic;

}

b, strong {

	font-weight: bold;

}

p, ul, ol, blockquote {

	color: #575757;

 *FFF*

}

ol, ul {

	margin: 5px 35px;

}

ol {

	list-style-type: decimal;

}

ul {

	list-style-type: square;

}

blockquote {

	margin: 5px 0px 5px 10px;

	padding: 0px 0px 0px 10px;

	font-style: italic;

}

img {

	border: 0px;

	background: none;

}

p {

	padding: 10px 0px;

	margin: 0px;

}

/*********************************************







		Header Styles







*********************************************/







/* Use this for universal styles for all header elements







Be sure to uncomment the styles before using */







h1, h2, h3, h4, h5, h6 {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 25px;

	font-weight: normal;

	color: #575757;

	margin: 0px;

	padding: 0px;

}

h1 { /* This style is generally used as title on single posts and pages */

	font-size: 20px;

	margin: 0px;

	padding: 0px;

	text-transform: uppercase;

}

h2 { /* This style used as a sub-header in post/page content */

	font-size: 16px;

	margin: 0px;

	padding: 0px;

}

h3 { /* This style used as the post titles on homepage/archive */

	clear: both;

	font-size: 18px;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

 *text-transform: uppercase;

 *

}

h3 a {

}

h3 a:hover {

}

h4 { /* This style used as title for comments and as the identifying header on archive page  */

	font-size: 14px;

	margin: 0px;

	padding: 0px;

	text-transform: uppercase;

}

h5 {

	font-size: 16px;

	margin: 0px;

	padding: 0px;

}

h6 {

	font-size: 14px;

	margin: 0px;

	padding: 0px;

}

/*********************************************







		The Obligatory WP Styles







*********************************************/







.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {

	float: left;

	margin: 0px 8px 8px 0px;

}

.alignright {

	float: right;

	margin: 0px 0px 8px 8px;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}

.wp-caption img {

	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;

}

/*********************************************







		Container Div







*********************************************/







#container {

	width: 960px;

	margin: 20px auto;

	padding: 0px;

	text-align: left;

}

/*********************************************







		Header Styles







*********************************************/







#header {

	background: url(images/header.jpg) no-repeat;

	width: 960px;

	height: 140px;

}

#header a {

	display: block;

	width: 960px;

	height: 200px;

	margin: 0px;

	padding: 0px;

	text-indent: -9999px;

}

/*********************************************







		Horizontal Navigaion Styles 







				(with dropdowns)







*********************************************/







#menu {

	float: left;

	font-size: 14px;

	background: transparent url('images/menu-bg.png') no-repeat;

	width: 960px;

	height: 40px;

	margin: 0px;

	padding:0 0 0 6px;

	position: relative;

	z-index: 100;

	text-align: center;

}

/* This is the style for the first UL (horizontal) */







#menu ul {

	margin:0 auto;

	padding:5px 0 0 0;

}

/* This is the style for the top level list items */







#menu ul li {

	background: none;

	width: 0;

	white-space: nowrap;

	display: inline-block;

	list-style-type: none;

	height:33px;

	line-height:35px;

	margin: 0px;

	padding: 0px;

}

#menu ul > li {

	width: auto;

}

#menu ul li.home {

	background: none;

}

/* The style for all links */







#menu a {

	color: #FFF;

	text-decoration: none;

}

/* The universal hover state colors and background for all LI items and links */







#menu li:hover, #menu li:hover a, #menu li.sfhover, #menu li.sfhover a, #menu li a:hover {

 *background: white;

*#575757**  color: white;

	text-decoration: none;

}

/* This is the style for the top level links, if different than the universal */







#menu ul li a {

	color: #38657c;

*black;

    display:block;

	font-weight:bold;

	height:33px;

	line-height:35px;

	margin:0;

	padding:0 20px;

	text-decoration:none;

}

/* if you want to set a "current page item" style, do it here */







#menu ul li.current_page_item a {

}

/****************************** 







The second-level stuff 







*******************************/







/* This hides the nested UL before you hover */







#menu li ul {

	position: absolute;

	width: 150px; /* the width of the dropdown Default 200px*/

	left: -999em;

	border-left: 1px solid #8e8e8e;

	border-bottom: 1px solid #8e8e8e;

	border-right: 1px solid #8e8e8e;

}

/* This shows the nested UL when you hover */







#menu li:hover ul, #menu li.sfhover ul {

	left: auto;

	display:  block;

	z-index: 1000;

}

/* This is the style for the nested UL */







#menu li:hover ul, #menu li.sfhover ul {

	background: transparent;

	display: block;

	margin: 0px;

	padding: 0px;

}

/* This is the style for the LI items within the nested UL */







#menu li:hover ul li, #menu li.sfhover ul li {

	background: transparent;

	width: 100%;

	display: block;

	padding: 0px;

	margin: 0px;

	height: 20px;

	line-height: 20px;

	overflow: hidden;

	text-align: left;

}

/* This is the style for the links within the LI items within the nested UL */







#menu li:hover ul li a, #menu li:hover ul li.current_page_item a, #menu li.sfhover ul li a, #menu li.sfhover ul li.current_page_item a {

	width: 225px;

	display: block;

	background: white;

*#575757;

*  margin: 0px;

	padding: 0px;

	height: 20px;

	line-height: 20px;

	padding-left: 10px;

}

/* This is the style for the hover state on the links within the LI items within the nested UL */







#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {

	color: #731a1a;

*#8e8e8e;

*  *background: #8e8e8e;

*  text-decoration: none;

	margin: 0px;

	padding: 0px;

	height: 20px;

	line-height: 20px;

	padding-left: 10px;

}

/*********************************************







		Homepage Styles







*********************************************/







#homefeature {

	width: 960px;

	margin: 0px;

	padding: 0px;

	padding-left: 6px;

	padding-right: 10px;

	background: transparent url('images/content-bg.png') repeat-y;

}

#homefeature #rotator-wrapper {

	display: block;

	float: left;

	border-right: 1px solid #FFF;

}

#homefeature #homefeature-blurb {

	display: block;

	float: left;

	width: 278px;

	margin: 0px;

	padding: 5px 5px 6px 5px;

}

#homebottom {

	-moz-background-clip:border;

	-moz-background-inline-policy:continuous;

	-moz-background-origin:padding;

	background:transparent url(images/content-bg.png) repeat-y scroll 0 0;

	margin:0;

	padding:0 0 0 7px;

	width:960px;

}

#homebottom .widget {

	width:316px;

	display: inline;

	float: left;

}

#homebottom h4 {

	font-size: 14px;

	font-weight: bold;

	text-align: center;

	height: 35px;

	background: transparent url(images/homebottom-header.png) no-repeat;

	line-height: 24pt;

	color: white;

}

#homebottom .widget p, #homebottom .widget img, #homebottom .widget form, #homebottom .widget div {

	padding: 5px;

}

#homebottom .widget ul, #homebottom .widget ol {

	padding: 10px 0px;

	margin: 0px 15px 5px 25px;

	list-style-type: square;

}

#homebottom .widget .textwidget p, #homebottom .widget .textwidget img, #homebottom .widget .textwidget form, #homebottom .widget .textwidget div, #homebottom .widget .textwidget ul, #homebottom .widget .textwidget ol {

	margin: 0px;

	padding: 0px;

}

/*********************************************







		Content Div







*********************************************/







#content {

	display: inline;

	width: 596px;

	float: left;

	margin: 0px;

	padding: 20px;
	
}

#content .cat-blog{

	color: #000000;
	
	font-size: 12px;

}

#content-full {

	background: transparent url(images/content-bg.png) repeat-y scroll 0 0;

	float:left;

	margin:0;

	padding:15px;

	width:930px;

}

#featureimg-wide {

	width: 954px;

	padding: 0px 3px;

	border-bottom: 1px solid #FFF;

}

#featureimg-wide img {

	width: 954px;

}

#featureimg {

	width: 635px;

	padding: 0px 0px 0px 3px;

	border-bottom: 1px solid #FFF;

	float: left;

}

#featureimg img {

	width: 635px;

}

hr.archive { /*Style for hr on the archive page.*/

	width: 589px;
	height: 3px;
	color: #6a6a6a;
	background: #6a6a6a;
	text-align: center;

}

/*********************************************







		Post Div







*********************************************/







.post {

	clear: both;

}

/*********************************************







		Post Meta Styles, if needed







*********************************************/







.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	font-size: small;
	color:#aaa;
}

.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	font-size: small;
	color:#aaa;
	padding: 10px 0px;

}

.meta-date {

}

.meta-author {

}

.meta-comments {

}

.meta-category {

}

/*********************************************







		Previous/Next Page Navigation







*********************************************/







.page-nav {

	clear: both; /* To clear any floats */

	margin: 0px;

	padding: 0px;

}

/*********************************************







		Sidebar







*********************************************/







.sidebar {

	display: inline;

	float: right;

	width: 294px;

	margin: 0px;

	position: relative;
	
	top: 12px;
	
	right: 20px;
	
}

.sidebar .widget {

	clear: both;

	margin: 0px;

	padding: 10px 25px;

}

.sidebar p, .sidebar .textwidget {

}

.sidebar img {

	margin: 10px 0px;

}

.sidebar form {

	margin: 5px;

	padding: 0px;

}

.sidebar ul {

	margin: 0px;

	padding: 0px 20px;

}

.sidebar ul li {

	margin: 5px 10px 5px 5px;

	padding: 0px;

}

.sidebar ul li a {

}

.sidebar ul li a:hover {

}

.sidebar ul li ul {

	margin: 0px 0px 0px 10px;

	padding: 0px;

}

.sidebar ul li ul li {

	margin: 5px 10px 5px 5px;

	padding: 0px;

}

#sidebar-top {

	width: 294px;
	
	height: 20px;
	
	background: transparent url(images/sidebar-top-bg.png) no-repeat;

}

#sidebar-content {

	width: 294px;
	
	height: auto;
	
	background: transparent url(images/sidebar-content-bg.png) repeat-y;

}

#sidebar-bottom {

	width: 294px;
	
	height: 20px;

	background: transparent url(images/sidebar-bottom-bg.png) no-repeat;

}

/*********************************************







		Comment Styles







*********************************************/







#comments {

	margin: 20px 0px;

	padding: 0px;

	overflow: hidden;

}

#comments .title {

	font-size: 25px;

	margin: 0px;

	padding: 15px 0px;

}

#comments ol.commentlist {

	margin: 0px;

	padding: 0px;

}

#comments ul.children {

	margin: 0px;

	padding: 10px 0px 0px 20px;

}

#comments .vcard {

}

#comments .vcard .avatar {

	display: block;

	float: left;

	margin: 0px;

	padding: 0px 10px 0px 0px;

}

#comments .comment-meta {

	padding: 0px 0px 20px 0px;

}

#comments li.even, #comments li.odd {

	clear: both;

	list-style-type: none;

	border: 1px solid #CCC;

}

#comments ul.children li {

	border: 1px solid #CCC;

}

#comments li.even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#comments li.odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#comments blockquote {

	background: #F2F2F2;

	margin: 10px 0px;

	padding: 10px;

}

#comments blockquote {

	background: #FFF;

	border: 1px solid #CCC;

	margin: 10px 0px;

	padding: 10px;

}

#comments .alert {

	background: #fffbd6;

	border: 1px solid #ebe067;

	margin: 5px 0px;

	padding: 5px;

}

#comments p {

	margin: 0px 0px 10px;

	padding: 0px;

}

#respond {

	overflow: hidden;

}

#respond #commentform {

	margin: 5px 0px 0px 0px;

	padding: 0px;

	overflow: hidden;

}

#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {

	width: 50%;

	margin: 0px 0px 5px 0px;

	padding: 5px;

}

#respond #commentform #comment {

	width: 98%;

	margin: 10px 0px 15px 0px;

	padding: 5px;

}

#ithemes-contact-page-name, #ithemes-contact-page-website, #ithemes-contact-page-email, #ithemes-contact-page-form textarea {

	font-family: Helvetica, Arial, sans-serif;

	font-size: 14px;

	line-height: 17px;

}

#commentform textarea, #commentform input {

	font-family: Helvetica, Arial, sans-serif;

	font-size: 14px;

	line-height: 17px;

}

/*********************************************







		Footer Styles







*********************************************/







#footer {

	background:transparent url(images/content-bg.png) repeat-y scroll 0 0;

	clear:both;

	color:black;

	display:block;

	margin:0;

	padding-top: 20px;

	font-size: 8pt;

	text-align:center;

}

#footer a {

	color: black;

	text-decoration: none;

}

#footer a:hover {

	color: black;

	text-decoration: underline;

}

#footer-bot {

	background:transparent url(images/footer-bot-bg.png) no-repeat scroll 0 0;

	clear:both;

	display:block;

	margin:0;

	padding:0;

	width:960px;

	height:20px;

}

.sermon_table {

	width:930px;

	font-size:8pt;

	border:none;

	color:black;

}

.sermon_table td {

	text-align: center;

	vertical-align:middle;

	border:none;

}

.sermon_table td a:hover {

	color:#333333;

}

.sermon_table th#odd {

	background-color:#EFEBEF;

	border-bottom:solid #000;

	border-bottom:thin solid #FFF;

	border-top:medium none;

	text-align: center;

	vertical-align:middle;

}

.sermon_table td#odd {

	background-color:#EFEBEF;

}

.sermon_table td#even {

	background-color:#EFEBEF;

}

.sermon_table td a.icon {

	border-bottom: none;

}

.sermon_table td a img {

	vertical-align:middle;

}



.widget {

	background: transparent url(images/column-shadow.jpg) no-repeat scroll 1px 36px;

}



.widget img {

	margin-left: auto;

	margin-right: auto;

}



.widget p {

	margin-top: 10px !important;

}

a.carouselBtn {
	visibility:hidden;
	display:none;
}
div.slideInfoZone {
	visibility:hidden;
	display:none;
}
