/*
Theme Name: Cornerstone	
Theme URI: http://cwol.us/
Description: Custom theme for Cornerstone Word of Life Church.
Version: 1.0
Author: Cornerstone
Author URI: http://cwol.us

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Reset Defaults */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

/* @group Basic */

body {
	background: #403b31 url(images/body_bg.png) repeat;
	color: #000;
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
}

p {
	color: #000;
	font: normal 1.3em/1.8em Arial, Helvetica, Verdana, sans-serif;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.push {
	clear: both;
}

.hide {
	display: none;
}

.overflow {
	overflow: hidden;
	width: 101%;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  font: normal bold 1.6em/1.1em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #cd5421;
}

/* @end */

/* @group Main Structure */

.container {
	width:  960px;
	margin:  auto;
}

.header {
	width: 960px;
	height: 175px;
	background:  transparent;
	overflow: hidden;
	text-indent: -9999px;
	margin: auto;
}

.content {
	width: 960px;
	overflow: hidden;
	margin: 0;
	background: #fff no-repeat center bottom;
}

.main {
	width: 580px;
	height: 100%;
	float: left;
	display: inline;
	margin: 0 10px;
	background: transparent;
	padding: 20px;
}

.sidebar {
	width:  260px;
	height: 100%;
	float: right;
	padding-right: 20px;
	display:  inline;
	margin: 0 10px;
	padding-top: 0px;
	padding-left: 20px;
	background-color: transparent;
}

.footer {
	width: 960px;
	height: 80px;
	overflow: hidden;
	padding:  0px;
	margin: 30px auto auto;
}	



/* @end */



/* @group Rotator */

.rotator {
	width: 950px;
	height: 428px;
	background: transparent;
}

.mainrotator { 
	width: 940px; 
	height: 408px;  
	overflow: hidden; 
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 1;
}


#mainrotatornav {
	margin-top: 11px;
	height: 10px;
	width: 100px;
	background-color: transparent;
	float: right;
	z-index: 99;
}

#mainrotatornav a {
	background: transparent url(images/select.png) no-repeat; 
	color: #666; 
	float: left; 
	text-decoration: none; 
	margin: 0 3px; 
	padding: 10px 0px 0 0px; 
	overflow: hidden; 
	width: 10px; 
	height: 1px; 
}

#mainrotatornav a.activeSlide {
	background: transparent url(images/select_active.png) no-repeat; 
}

#mainrotatornav a:focus { 
	outline: none; 
}


/* @end */

/* @group Header Layout */

.header h1 {
	float: left;
	display: block;
	margin: 0;
}

.header h1 a {
	display: block;
	width: 197px;
	height: 107px;
	background: transparent url(images/logo2.png) no-repeat;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 5px;
}

.header h2 {
	float: right;
	display: block;
	margin: 0;
}

.header h2 p {
	display: block;
	width: 422px;
	height: 41px;
	background: transparent url(images/slogan.png) no-repeat;
	text-indent: -9999px;
	margin-top: 70px;
	margin-right: 50px;
}

.main_nav {
	width: 940px;
	overflow: hidden;
	height: 15px;
	padding: 0 0 0 0px;
	background: transparent;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
}

.main_nav li {
	height: 15px;
	float: left;
	display: inline;
}

.main_nav li a {
	height: 15px;
	width: 940px;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/nav.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

#home {
	width: 46px;
	background-position: 0px 0;
}

#home:hover {
	width: 46px;
	background-position: 0px -15px;
}

#about {
	width: 80px;
	background-position: -79px 0;
	margin-left: 33px;
}

#about:hover {
	width: 80px;
	background-position: -79px -15px;
}

#about_current {
	width: 80px;
	background-position: -79px -15px;
	margin-left: 33px;
}

#ministries {
	width: 92px;
	background-position: -193px 0;
	margin-left: 34px;
}

#ministries:hover {
	width: 92px;
	background-position: -193px -15px;
}

#ministries_current {
	width: 92px;
	background-position: -193px -15px;
	margin-left: 34px;
}

#events {
	width: 61px;
	background-position: -319px 0;
	margin-left: 34px;
}

#events:hover {
	width: 61px;
	background-position: -319px -15px;
}

#events_current {
	width: 61px;
	background-position: -319px -15px;
	margin-left: 34px;
}

#media {
	width: 52px;
	background-position: -414px 0;
	margin-left: 34px;
}

#media:hover {
	width: 52px;
	background-position: -414px -15px;
}

#media_current {
	width: 52px;
	background-position: -414px -15px;
	margin-left: 34px;
}

#members {
	width: 81px;
	background-position: -500px 0;
	margin-left: 34px;
}

#members:hover {
	width: 81px;
	background-position: -500px -15px;
}

#members_current {
	width: 81px;
	background-position: -500px -15px;
	margin-left: 34px;
}

#contact {
	width: 98px;
	background-position: -615px 0;
	margin-left: 34px;
}

#contact:hover {
	width: 98px;
	background-position: -615px -15px;
}

#contact_current {
	width: 98px;
	background-position: -615px -15px;
	margin-left: 34px;
}


#newhere {
	width: 192px;
	background-position: -748px 0;
	margin-left: 34px;
}

#newhere:hover {
	width: 192px;
	background-position: -748px -15px;
}

/* @end */

/* @group Home Layout */

.home_top {
	width: 960px;
	height: 280px;
	background: transparent url(images/horiz_divider.png) no-repeat 0 top;
}

.home_news {
	width: 420px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.home_news h1 {
	background: transparent url(images/frnt_news.png) no-repeat;
	width: 144px;
	height: 28px;
	text-indent: -9999px;
}

.home_top_div {
	width: 1px;
	height: 275px;
	background: transparent url(images/top_divider.png) no-repeat 0 center;
	display: inline;
	float: left;
	padding-top: 10px;
}

.home_bottom {
	width: 960px;
	height: 317px;
}

.home_events {
	width: 419px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.home_events h2 {
	background: transparent url(images/frnt_events.png) no-repeat;
	width: 205px;
	height: 28px;
	text-indent: -9999px;
}

.home_events h3 {
	font-size: 1.8em;
	font-weight: bold;
}

.home_horiz_div {
	width: 960px;
	height: 1px;
	margin-top: 10px;
	background: transparent url(images/horiz_divider2.png) no-repeat;
}

.home_btm_div {
	width: 1px;
	height: 275px;
	background: transparent url(images/bottom_divider.png) no-repeat 0 center;
	display: inline;
	float: left;
	margin-top: 20px;
}

.home_sermons {
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.home_sermons h1 {
	width: 220px;
	height: 19px;
	background: transparent url(images/frnt_sermons.png) no-repeat;
	text-indent: -9999px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.home_service {
	width: 259px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.home_service h2 {
	width: 130px;
	height: 19px;
	background: transparent url(images/frnt_service.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

.home_contact {
	width: 259px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.home_contact h1 {
	width: 106px;
	height: 19px;
	background: transparent url(images/frnt_contact.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

.hero_content {
	width: 960px;
	height: 96px;
	background: transparent url(images/hero_bg.png) no-repeat;
}

.hero_ablaze {
	width: 144px;
	height: 49px;
	margin-left: 60px;
	margin-top: 30px;
	float: left;
	text-indent: -9999px;
	background: url(images/hero_ablaze.png) left top;
}

.hero_ablaze:hover {
	background-position: left bottom;
}

.hero_ignite {
	width: 120px;
	height: 70px;
	margin-left: 100px;
	float: left;
	text-indent: -9999px;
	background: url(images/hero_ignite.png) left top;
}

.hero_ignite:hover {
	background-position: left bottom;
}

.hero_bi {
	width: 75px;
	height: 79px;
	margin-left: 140px;
	margin-top: -10px;
	float: left;
	text-indent: -9999px;
	background: url(images/hero_bi.png) left top;
}

.hero_bi:hover {
	background-position: left bottom;
}

.hero_angel {
	width: 180px;
	height: 48px;
	margin-right: 60px;
	float: right;
	text-indent: -9999px;
	background: url(images/hero_angel.png) left top;
}

.hero_angel:hover {
	background-position: left bottom;
}

.hero_locate {
	width: 292px;
	height: 226px;
	background-image: url(images/hero2.png);
	margin: 10px;
	float: left;
	text-indent: -9999px;
}

.hero_apply {
	width: 292px;
	height: 226px;
	background-image: url(images/hero3.png);
	margin: 10px;
	float: left;
	text-indent: -9999px;
}

.hero_clientlogo {
	
}

.hero_facebook {
	
}

.hero_call {
	width: 399px;
	height: 80px;
	background-image: url(images/callus.png);
	float: right;
	text-indent: -9999px;
	margin-top: 30px;
	margin-right: 5px;
}

/* @end */

/* @group Subpage Headers */

.sub_about {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_about.jpg) no-repeat left top;
}

.sub_contacct {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_contact.jpg) no-repeat left top;
}

.sub_newhere {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_newhere.jpg) no-repeat left top;
}

.sub_believe {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_believe.jpg) no-repeat left top;
}

.sub_pastors {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_pastors.jpg) no-repeat left top;
}

.sub_staff {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_staff.jpg) no-repeat left top;
}

.sub_service {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_service.png) no-repeat left top;
}

.sub_location {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_location.jpg) no-repeat left top;
}

.sub_vision {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_vision.jpg) no-repeat left top;
}

.sub_404 {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_404.jpg) no-repeat left top;
}

.sub_vocals {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_vocals.jpg) no-repeat left top;
}

.sub_events {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_events.jpg) no-repeat left top;
}

.sub_members {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_members.jpg) no-repeat left top;
}

.sub_volun {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_volun.jpg) no-repeat left top;
}

.sub_give {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_giving.jpg) no-repeat left top;
}

.sub_prayerreq {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_prayerreq.jpg) no-repeat left top;
}

.sub_news {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_news2.jpg) no-repeat left top;
}

.sub_ministries {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_ministries.jpg) no-repeat left top;
}

.sub_healing {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_healschool.jpg) no-repeat left top;
}

.sub_ablaze {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_ablaze.jpg) no-repeat left top;
}

.sub_ignite {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_ignite.jpg) no-repeat left top;
}

.sub_media {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_media.jpg) no-repeat left top;
}

.sub_knowing {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_knowinghim.jpg) no-repeat left top;
}

.sub_faithfound {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_ff.jpg) no-repeat left top;
}

.sub_af {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_af.jpg) no-repeat left top;
}

.sub_bi {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_bi.jpg) no-repeat left top;
}

.sub_bookstore {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_bookstore.jpg) no-repeat left top;
}

.sub_womens {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_women.jpg) no-repeat left top;
}

.sub_mens {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_mens.jpg) no-repeat left top;
}

.sub_missions {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_missions.jpg) no-repeat left top;
}

.sub_nursing {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_nursing.jpg) no-repeat left top;
}

.sub_prayer {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_prayer.jpg) no-repeat left top;
}

.sub_oasis {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_oasis.jpg) no-repeat left top;
}

.sub_childrens {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_children.jpg) no-repeat left top;
}

.sub_wol {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_wol.jpg) no-repeat left top;
}

.sub_sermons {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_sermons.jpg) no-repeat left top;
}

.sub_videos {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_videos.jpg) no-repeat left top;
}

.sub_salvation {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_salvation.jpg) no-repeat left top;
}

.sub_leadmeet {
	width: 960px;
	height: 250px;
	display: block;
	margin: 0;
	text-indent:  -9999px;
	background: url(images/sub_leadmeet.jpg) no-repeat left top;
}
/* @end */

/* @group Sidebar */

.side_nav { 
	width: 255px;
	float: right;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	border-left: 1px solid #a6a5a1;
}

.sub_menu {
	width: 235px;
	height: 34px;
	text-indent: -9999px;
	margin-top: 0px;
}

.sub_contact {
	width: 235px;
	height: 34px;
	background: transparent url(images/sub_contact.png) no-repeat;
	text-indent: -9999px;
	margin-top: 5px;
}

.sub_menuc {
	width: 256px;
	height: 300px;
	background: transparent url(images/contact.png) no-repeat;
	text-indent: -9999px;
	margin-top: -10px;
}

.side_nav h2 {
	color: #000000;
	font: normal small-caps bold 1.5em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

.side_nav li { 
	color: #000000;
	text-indent: 4px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #a6a5a1;
}
	
.side_nav li a { 
	color: #cd5421;
	font: bold 1.7em/2em Arial, Helvetica, Verdana, sans-serif;
}

.side_nav li a:hover { 
	color: #403b31;
	text-decoration: none;
}

/* @end */

/* @group Links */

a {
	text-decoration: none;
}

a:link {
	color: #cd5421;
}

a:visited {
	color: #cd5421;
}

a:hover {
	color: #403b31;
}

a:active {
	color: #403b31;
}

.footer a:link {
	color: #fff;
	font-weight: bold;
}

.footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: #cd5421;
}

.footer a:active {
	color: #cd5421;
}

/* @end */

/* @group Footer */

.footer_map {
	width: 200px;
	float: left;
	padding-right: 5px;
	padding-left: 50px;
}

.footer_contact {
	width: 300px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.footer_connect {
	width: 300px;
	float: right;
	padding-right: 20px;
	padding-left: 5px;
}

.footer a {
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

.footer p
 {
	margin: 0;
	color: #625d56;
	font: 1.3em Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Events */

.events_list {
	float: left;
	color: #000;
}

.events_h3 {
	font-size: 1.6em;
	color: #cd5421;
	line-height: .5px;
}

.events_p {
	color: #000;
	font: normal 1.3em/.1px Arial, Helvetica, Verdana, sans-serif;
}

/* @end */

/* @group bI */

.bi_nav {
	float: right;
	font-weight: bold;
}

/* @end */

/* @group Forms */

.form_row {
	width: 560px;
	height: 30px;
	float: left;
	margin-bottom: 15px;
}

.form_row_area {
	width: 560px;
	height: 80px;
	float: left;
	margin-bottom: 15px;
}

.form_left {
	width: 150px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.form_left p {
	font-weight: bold;
}

.form_right {
	width: 400px;
	float: left;
	margin-left: 10px;
}

.text_box {
	height: 30px;
	background-color: #fff;
	border: 1px solid #000;
	font: normal 1.4em Arial, Helvetica, Verdana, sans-serif;
	padding-left: 5px;
}

.text_area {
	background-color: #fff;
	border: 1px solid #000;
	font: normal 1.4em Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 15px;
	padding-left: 5px;
}

/* @end */