/*
Theme Name: CCQ 2010
Theme URI: http://ccquakertown.org/
Description: 
Version: 1.0
Author: Chris Vasquez & Luis Toro
Author URI: http://clickpopmedia.com/
Tags: church

*/



body {
	background:url('images/background.png') top center no-repeat #deddd7;
	margin:0;
	
	font-family:helvetica, arial, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#111111;
	}
	
img {
	border:none;
	}
	
a {
	color:#3c6a8c;
	text-decoration:none;
	}

#container {
	margin:0px auto;
	width:930px;
	background: #f4f3ed;
	padding:5px 30px 20px;
	}
	
.header {
	display:block;
	}
	
.intro {
	padding:10px 20px;
	margin-left:218px;
	background:#fff;
	border:1px solid #deddd7;
	
	color:#2c1b08;
	font-size:13px;
	line-height:20px;
	}
	
.intro p {
	padding:0;
	margin:0;
	}
	
.nav {
	margin:5px 0px;
	}
	
.nav img {
	margin-right:5px;
	}
	
.whiteBlock {
	background:#fff;
	overflow:auto;
	border-bottom:1px dashed #deddd7;
	}

/** Left Column **/
	#leftCol {
		width:620px;
		height:auto;
		background:#FFF;
		float:left;
		}
		
	#oneCol {
		height:auto;
		background:#FFF;
		float:left;
		}
	
	#slider {
		margin:4px;
		width:605px;
		height:333px;
		overflow:hidden;
		color:#FFF;
		background:#f4f3ed;
		border:1px solid #deddd7;
		}
	
	/** Service Times **/
		.serviceTime {
			padding:15px 5px 0px;
			width:300px;
			float:left;
			}
			
/** Lower Blocks **/
	.lowBlock {
		width:300px;
		padding:5px;
		float:left;
		}
			
/** Recommendations **/
	.recommendations {
		font-size:12px;
		line-height:17px;
		}
		
	.recommendation {
		clear:both;
		overflow:auto;
		border-bottom:1px dashed #deddd7;
		padding:10px 0px;
		}
		
	.recommendations p {
		padding:0px;
		margin:0px;
		}
		
	.recommendations a {
		color:#54402a;
		text-decoration:underline;
		}
		
	.recommendations img {
		border:1px solid #836b50;
		display:block;
		float:left;
		padding:2px;
		margin-right:5px;
		width:60px;
		height:auto;
		}
		
/** Pages & Posts **/
	.post {
		padding:10px 15px 5px 10px;
		}
		
	.post h2, h2 {
		margin-top:0px;
		padding-top:0px;
		margin-bottom:10px;
		padding-bottom:10px;
		top:0px;
		
		color:#2c1b08;
		border-bottom:1px dashed #deddd7;
		}
		
	/** Entry **/
		.entry {
			border-bottom:1px dashed #836b50;
			margin-bottom:5px;
			padding-bottom:15px;
			}
			
	.pageTitle {
		margin:10px 15px 0px;
		}
		
/** Navigation **/
	.navigation {
		overflow:auto;
		display:block;
		padding:5px 10px;
		}
		
	.navigation .alignleft {
		float:left;
		}
		
	.navigation .alignright {
		float:right;
		}
		
/** Social Links **/
	#socialLinks {
		padding: 0px 5px;
		}
		
	.tooltip {
		display:none;
		text-align:center;
		background:url('images/toolTip.png');
		font-size:12px;
		height:35px;
		width:150px;
		padding-top:5px;
		color:#836b50;	
		z-index:200;
		}
		
/** Sidebar **/
	#sidebar {
		margin-left:620px;
		width:300px;
		padding:10px 5px;
		background:#FFF;
		}
		
	/** Twitter **/
		.twitterTop {
			height:15px;
			width:300px;
			background:url('images/twitterTop.png');
			margin-top:5px;
			}
			
		.twitterMid {
			padding:5px 10px;
			width:280px;
			background:url('images/twitterMid.png');
			}
		
		.twitterBot {
			height:4px;
			width:300px;
			margin-bottom:10px;
			background:url('images/twitterBot.png');
			}
			
	/** Sermon Categories **/
		.sermonCats {
			margin-bottom:15px;
			padding-bottom:10px;
			}
		
		.sermonCats h3 {
			margin-bottom:0px;
			padding-bottom:0px;
			}
		
		.sermonCats ul {
			padding:0px 0px 0px 15px;
			}
		
/** Footer **/
	#footer {
		clear:both;
		width:930px;
		margin:10px auto;
		font-size:10px;
		overflow:auto;
		text-align:center;
		color:#666666;
		}
		
.accordionButton {	
	cursor: pointer;
	}
 
.accordionContent {
	display: none;
	}

.curriculum {
	width:97%;
	padding:10px 8px;
	}
	
.curriculum .row {
	border:1px dashed #deddd7;
	overflow:auto;
	clear:both;
	margin:5px 0px;
	padding:5px 0px;
	}

.curriculum div div {
	float:left;
	padding:4px;
	margin:1px;
	text-align:center;
	border-right:1px dashed #deddd7;
	}
