
/* header */
#header-container {
	width: 100%;
	background: url(../images/bg-header.jpg) center top no-repeat #134f7f;
	padding: 15px 0 0 0;
	text-align: center;
}
#masthead {
	background: url(../images/bg-masthead.png) center top no-repeat;
	width: 470px;
	height: 75px;
	margin: 0 auto;
	text-indent: -9999px;
}
#nav {
	width: 760px;
	margin: 20px auto 0 auto;
}
	#nav a {
		display: inline-block;
		margin-right: 8px;
		background: url(../images/bg-tab.png) right top repeat-y;
		text-decoration: none;
		color: #0a2942;
		font-family: "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
	}
	#nav a strong {
		display: block;
		background: url(../images/bg-tab-link.gif) left top repeat-x #9dbacb;
		margin-right: 2px;
		padding: 5px 10px;
	}
	
/* body */
#content-container {
	width: 100%;
}

	/* content focus */
	.content-focus-container {
		width: 100%;
		background: url(../images/bg-headband-2.png) repeat-x bottom left #9dbacb;
		padding: 10px 0;
	}
	.content-focus {
		width: 960px;
		margin: 0 auto 10px auto;
	}
	.content-focus a {
		display: block;
		line-height: 0em;
	}
		.content-focus .whats-new {
			float: left;
			width: 550px;
			margin-right: 20px;
		}
		.content-focus .jump-offs {
			float: left;
			width: 390px;
		}
		.content-focus .split-jump-off-1 {
			float: left;
			width: 460px;
			text-align: center;
			margin: 10px 0;
			padding-left: 20px;
		}
		.content-focus .split-jump-off-2 {
			float: left;
			width: 460px;
			text-align: center;
			margin: 10px 0;
			padding-right: 20px;
		}
			.content-focus .jump-offs .mission {
				margin-bottom: 10px;
			}
		.btn-what-we-believe {
			text-indent: -9999px;
			background: url(../images/what-we-believe.jpg) no-repeat;
			height: 130px;
			width: 550px;
		}
			.btn-what-we-believe:hover {
				background-position: 0 -130px;
			}
	
	/* content */
	#content {
		width: 960px;
		margin: 20px auto;
	}
		/* cols */
		.main-col {
			width: 550px;
			margin-right: 20px;
			float: left;
		}
		.sub-col {
			width: 370px;
			padding: 0 10px;
			float: left;
			background: url(../images/bg-subcol.jpg) no-repeat;
		}
		.full-col {
			width: 960px;
		}
		.large-col {
			width: 720px;
			margin-right: 20px;
			float: left;
		}
		.small-col {
			width: 200px;
			float: left;
			padding: 0 10px;
			background: url(../images/bg-subcol.jpg) no-repeat;
		}
	#content h1 {
		color: #cb531e;
		padding-bottom: 10px;
		border-bottom: 1px solid #e2dec7;
	}
	#content h2 {
		color: #333;
	}
	
	/* Calendar */
	.calendar {
		background: #FFF;
		padding: 5px;
		border: 1px solid #f5f0d8;
		margin-bottom: 10px;
	}
		.main-col .calendar {
			width: 538px;
		}
		.full-col .calendar {
			width: 918px;
			padding: 15px 20px;
		}
	
	/*worship info*/
	.sub-col .worship-info .excerpt {
		font-size: 1.1em;
	}
	.sub-col .worship-info h2 {
		font-size: 1.1em;
		font-family: "Georgia", serif;
	}
	.sub-col .worship-info .regular-services {
		float: left;
		margin-right: 10px;
		width: 175px;
	}
	.sub-col .worship-info .special-services {
		float: left;
		width: 175px;
	}
	
	/* message */
	html .message .portraits { background: none; padding-top: 50px; }
	
	/* history */
	html .history { width: 550px; margin: 50px auto; float: none; }
	/* communion */
	html .communion { width: 550px; margin: 50px auto; float: none; }