/*
Theme Name: Calvary Chapel South Maui
Theme URI: 
Description: 
Author:
Author URI: 
*/



/* basics */

*{margin:0; padding:0;}

img{ border:none;}

.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}

body{
	background:url(images/blue-palm_bg.png) no-repeat center top #e8e8e8;
	font-family:"Lucida Sans Unicode", "Lucida Sans", arial; 
	font-size:12px;
	color: #333;
}


a {
	color:#038cc1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

h1 {
	font-size: 18px;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; font-weight: normal; }
p { margin-bottom: 15px; }

#wrapper{
	width:928px;
	margin:auto;
}

#header{
	height:67px;
	padding-top:40px;
	width: 100%;
}

	#header .topNav{ 
		float:left;
		margin-top:10px;
		margin-left: 10px; 
	}
	
		.topNav a{ 
			text-decoration:none;
			font-size:13px;
			
			margin:0 10px;
		}
	
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index: 10000;
}


#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:4px 7px;
   	color:#000000;
    text-decoration:none;
	background-color: #0eadee;
	border:1px solid #87D6F7;
}

#nav a span { text-transform: uppercase; }
#nav a:hover{
     background-color:#018cc3;
    color:#fff;
}

#nav li{
    float:left;
    position:relative;
}


#nav ul {
    position:absolute;
    width:12em;
    top:2em;
    display:none;
}

#nav li ul a{
    width:16em;
    float:left;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

	#header .logo{
		float:right;
	}
	
		.logo img{
			margin-right:30px;
		}
	
	.slideshow{
		width:900px;
		height:302px;
	 
	}
		
		.slideshow .slide{
			width:607px;
			height:302px;
			float:left;
		}
		
		.slideshow .desc{
			float:left;
			text-align:left;
			background:url(images/shadow.png) repeat-y 0 0;
			width:233px;
			height:242px;
			padding:30px;
			color:#FFF;
			font-family:"Trebuchet MS", Arial;
		}
		
			.slideshow .desc h3{
				font-size:17px;
				font-weight:normal;
				
			}
			
			.slideshow .desc p{
				font-size:12px;
				margin-bottom:20px;
			}
			.slideshow .desc a {
			color:white;
			padding:6px;
			background-color:#0eadee;
			border:1px solid #87d6f7;}
			.slideshow .desc a:hover {
			border-color:#aeaeae;
			text-decoration:none;}
#nav li ul li a {font-size:11px;margin-top:-1px;}


.play {
	background: url("images/control_play_blue.gif") no-repeat 100% center;
	padding-right: 20px;
	font-size: 11px;
	font-weight:bold;  
}


.bold { font-weight:bold;  }
ul {
	margin: 10px 10px 10px 20px;
}


#content{
	background:url(images/pagebg.png) no-repeat 0 0;
	min-height:500px;
	padding: 14px 14px 5px 14px; 
}

	#content .container {
		background: #e8e8e8;
		padding:5px;
		width:890px;
	}
	
	#content .innerContainer {
		padding:0;
		width:900px;
		background: #e8e8e8; 
		min-height:600px;
	}
	
	
.archivetitle {
	color:#777;
	margin-bottom: 15px; 
}

	.panel{
		position:relative;
		z-index:1;
		margin:10px;
	}
	
	.panel .t,
	.panel .pcontent,
	.panel .b{
		background:url(images/panel.gif) top right;
	}
	
	.panel .t{
		background-position:top left;
		position:absolute;
		left:0;
		top:0;
		width:4px;
		margin-left:-4px;
		height:100%;
	}
	
	.panel .pcontent{
		position:relative;
		padding:5px;
		max-width:700px;
	}
	
	.panel .b{
		width:100%;
		position:relative;
		background-position:bottom right;
	}
	
	.panel .b,
	.panel .b div{
		height:4px;
	}
	
	.panel .b div{
		position:relative;
		width:4px;
		margin-left:-4px;
		background-position:bottom left;
	}
	
	#content .events,
	#content .teaching{
			width:425px;
			height:190px;
			overflow:auto;
			background-color:white;
	}
	
	#content .direction{
		width:275px;
	}
	
	#content .blank{
		width:570px;
	}
	
		.events .pcontent,
		.teaching .pcontent{
			height:170px;
		}
		
		.direction .pcontent,
		.blank .pcontent{
			height:350px;
		}
		
.podcastListing{
	list-style: none;
	margin:0;
	padding:0; 
}

.podcastListing li {
	margin:6px 0;
	padding: 0; 
	line-height: 15px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px;
	height: 302px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0;
	height: 302px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.stepcarousel .nav {
	position: absolute;
	width:577px;
	padding: 0 15px; 
	height: 40px;
	bottom: 0;
	background:url(images/shadow.png) repeat-x 0 0;
	z-index: 11;
}


.stepcarousel .nav a {
	display: block;
	height: 40px;
	line-height:35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

 
#leftCol {
	width: 615px;
	float: left;
	padding: 15px; 
}


.post {
	margin-bottom: 20px; 
}

	.post .title {
		font-size: 24px;
		font-weight:bold; 
	}
	
	.post .info {
		font-size: 11px; 
		padding-bottom: 7px;
		border-bottom: 1px solid #fff;
		margin-bottom: 7px; 
	}

#sidebar {
	float: right; 
	width: 220px;
	padding: 15px; 
}


#sidebar  .panel {
	margin-left:0;
	margin-right: 0;
	margin-top:0;
	margin-bottom: 20px; 
	width: 220px; 
}




h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 18px 18px 5px 18px !important;
	background:#edf5f8;
	border:1px solid #c7d9e3;	
}
input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #afe8fe;
	background:#F5F4F0;
}


.gravatar {
	float:left;
	margin: 0px 7px 0 0;
	padding:4px;
	background:#afe8fe;
}

.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
	
	
.podcasts {
	 width: 200px;  float: left; margin: 0 25px 15px 0;
}

.podcasts .panel {
	width: 200px;
}


.podcasts .panel h4 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 5px; 
}
	
	
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 18px;
}

.entrycomment {
	background:#fff;
	padding: 4px 10px;
	border-top: #ddd;
	border-bottom: #ddd; 
}

#content > .twitter {
	clear:both;
	display:block;
	padding:15px;
	font-size:17px;
	padding-right:150px;
	
}


#footer {
	padding:0 14px 14px 26px;
	width:880px;
}


#footer .fnav {
	width:630px;
}

#footer .logo {
	width: 150px;
	float: right;
	text-align: right
}

#navfooter, #navfooter ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index: 10000;
}

#navfooter a {
	font-size: 11px; 
}

#navfooter a:link, #navfooter a:active, #navfooter a:visited{
    display:block;
    padding:4px 7px;
   	color:#000000;
    text-decoration:none;
	background-color: #e1e1e1;
}

#navfooter a:hover{
     background-color:#e1e1e1;
    color:#333;
}

#navfooter li{
    float:left;
    position:relative;
}


#navfooter ul {
    position:absolute;
    width:12em;
    bottom:2em;
    display:none;
}

#navfooter li ul a{
    width:12em;
    float:left;
}

#navfooter ul ul{
	bottom:auto;
	}	

#navfooter li ul ul {
    left:12em;
    margin:0px;
    }

#navfooter li:hover ul ul, #navfooter li:hover ul ul ul, #navfooter li:hover ul ul ul ul{
    display:none;
    }
#navfooter li:hover ul, #navfooter li li:hover ul, #navfooter li li li:hover ul, #navfooter li li li li:hover ul{
    display:block;
    }
	
	
/* Hacks
------------------------------ */
/** Clearfix **/
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf {display: inline-block;}
/* Hides from IE-mac \*/
* html .cf {display: block;}
/* End hide from IE-mac */


.pcontent h3 {
padding:6px;}

.pcontent h3 a {
font-weight:normal;
font-size:12px;
padding:10px;

}

.wplc_event_list {
margin:0;
padding:0;
}

.wplc_event_list li {
list-style:none;
padding:10px;
background-image:url('images/home_module_bg.png');
background-repeat:no-repeat;
}
.wplc_alt {

}

.podcastListing {
margin-top:-5px;
}

.podcastListing li {
list-style:none;
padding:6px;
background-image:url('images/home_module_bg.png');
background-repeat:no-repeat;
}

.sermon-title {
font-size:13px;
display:block;
}

.sermon-preacher, .sermon-date {
font-size:9px;
text-transform:uppercase;}

#location {
padding:20px;
font-size:13px;}

.twitter span {
font-size:10px;
text-transform:uppercase;
float:right;
padding-right:15px;
}


.post h2 {
font-size:24px;
color:#aeaeae;
border-bottom:1px solid #aeaeae;
}

.entry h2 {
font-size:18px;
font-weight:normal;
color:#333;
margin-bottom:10px;
margin-top:10px;
}


.entry h3 {
margin-top:10px;
margin-bottom:10px;
color:maroon;
}
.entry p {
margin-bottom:5px;}

.sermon-browser-results h2 {
padding-top:25px;
padding-bottom:10px;
border:none;
}

.sermon_file a {

float:right;
background-color:#03a6e7;
color:#fff;
font-weight:bold;
text-transform:uppercase;
font-size:11px;
padding:15px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #fff;

}
.sermon_file a:hover {
text-decoration:none;
background-color:#555;
color:white;
}
.nearby-sermons {
margin-top:50px;
background-color:#f0f0f0;}


.todays-events > h2, .upcoming-events > h2 {
padding-top:10px;
font-size:14px;
}

.todays-events ul, .upcoming-events ul {
margin:0px;
}

.todays-events li, .upcoming-events li {
list-style:none;
}

.upcoming-events > ul > li {
font-weight:bold;
}
.upcoming-events > ul > li > ul {
font-weight:normal;
}
li.todays-events, li.upcoming-events {
list-style:none;
}
.todays-events > ul > li, .upcoming-events > ul >li {
margin-top:10px;
}

.headerleft {
	float:left;width:50%;
}

.headerright {
	float:right;width:38%;
	text-align:left
	color:white;
}

.headerright > div {
	padding:10px;
	}
	
	.headerright a {
				color:white;
				font-weight:bold;
				padding:6px;
				background-color:#12759e;
				border:1px solid #87d6f7;
				width:90%;
				display:block;
				
				
				}
	.headerright a:hover {
				border-color:#aeaeae;
			text-decoration:none;
			background-color:#333;}
		.alignright {float:right;}
		.wp-caption {padding:3px;background-color:#ddd;border:1px solid #bbb;}
