/*
Theme Name: CCQ Theme
Theme URI: http://
Description: A theme developed for Calvary Chapel Quakertown.
Version: 0.5
Author: Luis Toro and Chris Vasquez
Author URI: http://robo.clickpopmedia.com
Tags: fixed width
*/

body {
	margin:0px;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	background-color:#7a7067;
	}
	
img {
	border:0;
	}

/** Header **/
#header {
	height:133px;
	background-color:#41362b;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	}

#header h2 {
	padding:0px;
	line-height:0px;
	margin:0px;
	}
	
#headerimg {
	width:960px;
	margin:0px auto;
	}
	
	/** Menubar **/
	#menubar, #footer {
		background-color:#7a7067;
		height:39px;
		}
		
	#menubar a {
		padding:0px 0px 0px 5px;
		}
		
/** Page **/
.page {
	width:990px;
	margin:0px auto;
	overflow:auto;
	}
	
.page h2, .page h3 {
	font-family:helvetica, arial, sans-serif;
	xfont-family:georgia, "Times New Roman", serif;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	line-height:auto;
	}
	
/** Home Page **/
#topRow {
	background-color:#f8f3ed;
	overflow:auto;
	}
		
	/** Main Text **/
	#mainText {
		float:left;
		width:622px;
		padding:15px 5px 15px 10px;
		}
		
	/** Upcoming **/
	#upcoming {
		width:326px;
		padding:30px 5px 15px 10px;
		margin-left:10px;
		float:left;
		}
		
#lowRow {
	overflow:auto;
	padding:0px 8px;
	}
	
	/** Directions, Sermons, Services, Twitter, Photos **/
	.module {
		width:299px;
		padding:15px 0px;
		float:left;
		}
		
	.module ul {
		padding:0px 15px;
		margin:0px;
		}
		
	/** Twitter **/
	.twitter_box {
		width:315px;
		height:88px;
		background-image:url('images/twitter_box.png');
		margin-bottom:10px;
		font-size:90%;
		}
	
	.twitter_box div {
		padding:10px;
		}
		
	.twitter_box a {
		text-decoration:none;
		color:#111;
		}
		
/** Page Content **/

.navigation {
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	
.navigation .alignleft {
	float:left;
	}
	
.navigation .alignright {
	float:right;
	}

.pageContent {
	padding:0px 5px;
	}

.pageContent li {
	margin-bottom:10px;
	}
	
.pageContent h2 {
	font-family:arial, helvetica, sans-serif;
	font-size:50px;
	font-weight:normal;
	padding-bottom:0px;
	}
	
.sermons {
	float:left;
	width:720px;
	padding:10px;
	}
	
.sermons h2 {
	margin-bottom:10px;
	}
	
.sermons .post {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	}
	
.entry {
	overflow:auto;
	}
	
#sidebar {
	width:200px;
	float:left;
	padding:10px;
	}
	
#sidebar ul {
	padding:0px 0px 10px 15px;
	margin:0px;
	}
	
#sidebar li {
	list-style:none;
	}
	
/** Footer **/
	#footer {
		background-color:#7a7067;
		border-top:2px solid #6e6861;
		}
		
	#footer a {
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		}
	#footer a:hover {text-decoration:underline; }