*, html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

htmml, body { height: 100%; }

body {
	background: #fdf7d8 url(../img/bg_pattern.png) repeat;
}

p {
	line-height: 1.3em; /*18px*/
}

/* Self-clearing floats */
#content:after, #content .pastors-msg:after, #content .staff-member:after, #content .link:after, #content .link p.title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* -------------- */
/* General Layout */
/* -------------- */
#container {
	width: 100%;
	min-width: 1020px;
	height: 175px;
	background: url(../img/bg_header_shadow.png) repeat-x;
}

#header {
	width: 100%;
	min-width: 1020px;
	height: 46px;
	background: url(../img/bg_nav.png) repeat-x;
}

#nav {
	width: 1020px;
	height: 46px;
	margin: 0 auto;
}
#nav li { float: left; }
#nav li a {
	display: block;
	width: 102px;
	height: 31px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em; /*14px*/
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#nav li.first { margin-left: 19px; }
#nav li.outreach a { padding-top: 7px; line-height: 1.1em; }

#titlebar {
	width: 100%;
	min-width: 1020px;
	height: 113px;
	padding-top: 1px;
	background: url(../img/bg_header.jpg) repeat-x;
}
#titlebar h1 {
	width: 1020px;
	height: 46px;
	margin: 0 auto;
}
#titlebar h1 a {
	display: block;
	width: 471px;
	height: 46px;
	margin: 49px 0 0 29px;
	background: url(../img/clc_logo.png) no-repeat;
}
#titlebar h1 a span { margin-left: -9999px; }

#page {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	background: url(../img/bg_page.png) repeat-y;
}

#content {
	position: relative;
	width: 930px;
	min-height: 800px;
	margin: 0 auto;
	padding: 40px 33px 20px 33px;
	background: url(../img/page_top.png) no-repeat;
}

#footer {
	width: 1020px;
	height: 154px;
	margin: 0 auto;
	padding-top: 1px;
	background: url(../img/bg_footer.png) no-repeat;
}
#footer .map {
	float: left;
	width: 402px;
	height: 114px;
	margin: 12px 0 0 31px;
	background: url(../img/footer_map.jpg) no-repeat;
}
#footer .map a {
	display: block;
	width: 402px;
	height: 114px;
}
#footer .map span { margin-left: -9999px; }

#footer ul {
	float: left;
	width: 558px;
	height: 100px;
	margin: 24px 0 0 16px;
}
#footer li.contact-info {
	float: left;
	width: 378px;
}
#footer li.donate {
	float: left;
}
#footer li.donate a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /*14px*/
	font-weight: normal;
	color: #fbdb97;
	text-transform: uppercase;
	text-decoration: none;
}

#footer p {
	font-size: 1em;
	color: #fff;
}
#footer p.address-line1 {}
#footer p.address-line2 { padding-left: 5px; }
#footer p.phone { margin-top: 10px; }
#footer p.fax {}
#footer p.email {}
#footer p.email a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}


/* ------------------------------ */
/* Content columns                */
/* ------------------------------ */
.col-248 {
	float: left;
	width: 248px;
	margin: 20px 0 0 0;
}

.col-643 {
	float: left;
	width: 643px;
	margin: 20px 0 0 39px;
}

.col-580 {
	float: left;
	width: 580px;
	margin: 10px 0 0 0;
}

.col-320 {
	float: left;
	width: 320px;
	margin: 10px 0 0 30px;
}

.col-906 {
	clear: both;
	width: 906px;
	margin: 0;
	padding-top: 40px;
}

.col-925 {
	clear: both;
	width: 925px;
	margin: 0;
	padding-top: 20px;
}


/* ------------------------------ */
/* Content styles                 */
/* ------------------------------ */
#content .quote {
	font-size: 1.7em; /*24px*/
	line-height: 1.3em;
	color: #063564;
	padding: 20px 10px 55px 10px;
}

#content h2 {
	font-size: 1.7em; /*24px*/
	color: #9b151c;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#content h3 {
	font-size: 1.3em; /*18px*/
	color: #cfa525;
	margin: 10px 0 15px 0;
}

#content h3 a {
	color: #cfa525;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

#content h3.red-line {
	width: 90%;
	font-size: 1em;
	color: #9b151c;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 4px 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #9b151c;
}
/*#content .red-line span { margin-left: -9999px; }*/
#content .col-248 .red-line { width: 100%; }

#content h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 13px;
}

#content p {
	padding: 0 0 15px 13px;
}
#content p.small {
	font-size: 0.9em;
}

#content a.more {
	float: right;
	font-size: 0.7em; /*10px*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

#content ul {
	padding-bottom: 10px;
	margin-left: 18px;
}
#content li {
	line-height: 1.5em; /*21px*/
	padding-bottom: 10px;
}

#content .col-580 li.event, #content .col-643 li.event {
	width: 420px;
	padding: 0 0 12px 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #507499;
}
#content .col-643 li.event { width: 540px; }
#content .col-580 li.event p.date, #content .col-643 li.event p.date {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
}
#content .col-580 li.event p.title, #content .col-643 li.event p.title {
	width: 380px;
	font-size: 0.9em;
	padding: 0 0 5px 15px;
}
#content .col-643 li.event p.title { width: 500px; }
#content .col-580 li.event p a, #content .col-643 li.event p a {
	float: right;
	font-size: 0.7em; /*10px*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 24px;
	border-bottom: 1px solid #000;
}

#content li.sidebar-event {
	width: 290px;
	padding: 0 0 10px 7px;
	margin-bottom: 10px;
	/*border-bottom: 1px dashed #507499;*/
}
#content li.sidebar-event p.date {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
}
#content li.sidebar-event p.title {
	width: 260px;
	font-size: 0.9em;
	padding: 0 0 5px 15px;
}
#content li.sidebar-event p a {
	float: right;
	font-size: 0.7em; /*10px*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 14px;
	border-bottom: 1px solid #000;
}

#content ul.photos {
	margin-left: 0;
}
#content ul.photos li {
	float: left;
	line-height: 1em; /*14px*/
	margin-right: 16px;
}
#content ul.photos li.last { margin-right: 0; }

#content li.news {
	line-height: 1em;
	margin-bottom: 15px;
}
#content li.news h4 {
	margin-left: 0;
}
#content li.news h4 span.date {
	font-size: 0.8em;
	color: #666;
	font-style: italic;
	text-transform: uppercase;
	padding-right: 5px;
}
#content li.news p {
	font-size: 0.9em;
	padding-left: 13px;
	padding-bottom: 0;
}

#content li.form {
	padding-left: 20px;
	background: url(../img/ico-page.gif) 0 3px no-repeat;
}

#content img.framed {
	border: 3px solid #cfa525;
	-moz-box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	box-shadow: 3px 3px 6px #888;
}

#content img.shadow {
	-moz-box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	box-shadow: 3px 3px 6px #888;
}

#content h4.subhead {
	width: 50%;
	font-size: 1em;
	color: #9b151c;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 4px 5px;
	margin: 0 0 15px 10px;
	border-bottom: 2px solid #9b151c;
}

#content .staff-member {
	min-height: 100px;
	margin: 0 0 20px 15px;
}
#content .staff-member.no-bio {
	min-height: 10px;
	margin-bottom: 15px;
}
#content .staff-member img {
	float: left;
	margin: 0 20px 0 10px;
}
#content .staff-member p {
	width: 440px;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #222;
	margin-left: 85px;
}
#content .staff-member p.member-name {
	font-size: 1em;
	line-height: 1em;
	padding-top: 7px;
	padding-bottom: 0;
}
#content .staff-member p.no-photo { margin-left: 0; }
#content .staff-member p.member-name a { color: #9b151c; }

#content .link {
	min-height: 40px;
	margin: 0 0 20px 10px;
}
#content .link img {
	float: left;
	margin: 0 20px 0 0;
}
#content .link p {
	width: 440px;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #222;
	margin-left: 20px;
}
#content .link p.title {
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 15px;
	margin-left: 0;
}
#content .link p.title span { line-height: 1.8em; }
#content .link p.title a {
	color: #9b151c;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #9b151c;
}


/* ------------------- */
/* Homepage            */
/* ------------------- */
.mission-statement {
	width: 1020px;
	height: 162px;
	margin-left: -45px;
	background: url(../img/mission_statement.png) no-repeat;
}
.mission-statement span { margin-left: -9999px; }

#content ul.callout-slots {
	width: 996px;
	height: 114px;
	padding: 0;
	margin: 23px 0 30px -33px;
}
#content ul.callout-slots li {
	float: left;
	width: 312px;
	height: 114px;
	line-height: 1em; /*14px*/
	margin-left: 16px;
}

/*#content h3.devotion { background: url(../img/heading_devotion.png) no-repeat; background-position: 5px 2px; margin-bottom: 15px; }
#content h3.announcements { background: url(../img/heading_announcements.png) no-repeat; background-position: 5px 2px; }*/

#content .col-643 ul { padding-left: 0; margin-left: 13px; }
#content .col-643 li { padding-bottom: 15px; }

#content p.communion { padding-bottom: 25px; }

#content .feat-photos {
	clear: both;
	width: 906px;
	padding: 40px 0 0 13px;
}

#content .feat-photos h3 {
	font-size: 1em;
	margin: 0 0 12px 5px;
	padding-right: 3px;
	background: url(../img/heading_photos.png) no-repeat;
	background-position: 0 2px;
}
#content .feat-photos h3 span { margin-left: -9999px; }

#content .feat-photos ul { padding: 0; margin: 0; }
#content .feat-photos li {
	float: left;
	line-height: 1em; /*14px*/
	margin-right: 16px;
}
#content .feat-photos li.last { margin-right: 0; }

#content .pastors-msg {
	min-height: 110px;
}
#content .pastors-msg h3 {
	width: 488px;
	margin-left: 90px;
}
#content .pastors-msg img {
	float: left;
	margin: 0 20px 0 10px;
}
#content .pastors-msg p {
	width: 440px;
	color: #333;
	line-height: 1.5em;
	margin-left: 85px;
}


/* ---------------------------- */
/* Generic Pages                */
/* ---------------------------- */
.header-img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#content .col-320 p { padding-left: 0; }

/* ---------------------------- */
/* Event View                   */
/* ---------------------------- */
#content .event-view {
	width: 555px;
	padding-left: 15px;
}

#content .event-view h3 {
	font-size: 1.4em;
}

#content .event-view p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 20px 0 8px 0;
	padding: 0 24px 0 12px;
}

#content .event-view p.info {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #333;
	margin-top: 0;
	padding-right: 12px;
}

#content .event-view p.info span {
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 3px;
}

