/** -------------------------------------
/**  Colors
/** -------------------------------------*/
/**	White: 						#FFF
/**	Brown (text):				#5B483E
/**	Brown (footer bg):			#7E715C
/**	Green (headline):			#64BC2F
/**	Green (nav bg):				#D7EBB8 
/**	Green (active nav bg):		#A8D268
/**	Green (footer text):		#BFD69B
/**	Orange (link):				#BC8A01
/**	
/**	
/**	


/* Reset, based on Eric Meyer's Reset Reloaded */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: "" "";
}
.clear { clear: both; }
em { font-style: italic; }
strong { font-weight: bold; }

/** -------------------------------------
/**  Page Basics
/** -------------------------------------*/

html {
	background-color: #7E715C;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #FFF url(/assets/css/images/bg_top.png) left top repeat-x;
	color: #5B483E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#page {
	height: 100%;
	width: 100%;
	background: transparent url(/assets/css/images/bg_bottom.png) left bottom repeat-x;

}
#content {
	width: 830px;
	margin: 0 auto;
}
#header,
#body,
#footer {
	clear: both;
	padding: 0 15px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ul {
	list-style-type: disc;
}

/** -------------------------------------
/**  Header
/** -------------------------------------*/

#header {
	height: 196px;
	position: relative;
}
#siteTitle {
	height: 156px;
	background: transparent url(/assets/css/images/bg_header.jpg) -20px top no-repeat;
	text-indent: -9999px;
	margin-left: -15px;
}
#siteTitle h1 {
	height: 156px;
}
#siteTitle a {
	display: block;
	height: 100%;
	width: 100%;
}

/** -------------------------------------
/**  Site Navigation
/** -------------------------------------*/

#siteNavigation {
	font-size: 12px;
}
#siteNavigation li {
	display: block;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	border-left: 1px solid #B6AF8E;
	border-right: 1px solid #FFF;
}
#siteNavigation li.last {
	border-right: 1px solid #B6AF8E;
}
#siteNavigation a {
	display: block;
	height: 100%;
	padding: 0 12px;
	color: #5B483E;
	text-decoration: none;
}
#siteNavigation li.active a,
#siteNavigation a:hover {
	background: transparent url(/assets/css/images/bg_siteNav_hover.jpg) left top repeat-x;
}


/** -------------------------------------
/**  Member Info
/** -------------------------------------*/

#memberInfo {
	position: absolute;
	height: 46px;
	width: 500px;
	text-align: right;
	top: 0;
	right: 0;
	background: transparent url(/assets/css/images/bg_memberInfo.png) right top no-repeat;
	font-size: 12px;
	line-height: 30px;
}
#memberInfo a {
	color: #BC8A01;
	text-decoration: none;
}
#memberInfo #simpleSearch {
	float: right;
	width: 200px;
	margin-left: 35px;
	margin-right: 5px;
}


/** -------------------------------------
/**  Body
/** -------------------------------------*/

#body {
	padding: 0 15px;
}


/** -------------------------------------
/**  Copy
/** -------------------------------------*/

#copy {
	width: 550px;
	min-height: 400px;
	float: left;
	margin-top: 20px;
}
#copy p {
	margin-bottom: 14px;
	line-height: 1.25em;
}
#copy h2 {
	color: #64BC2F;
	font-size: 24px;
	margin-bottom: 25px;
}
#copy h3 {
	font-size: 18px;
	margin-bottom: 18px;
}
#copy h4 {
	font-weight: bold;
	margin-bottom: 14px;
}
#copy a {
	color: #BC8A01;
}
#copy ul {
	line-height: 1.1em;
}
#copy li {
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 30px;
}
#copy .more {
	text-align: right;
}
#copy .left {
	float: left;
	width: 265px;
}
#copy .right {
	float: right;
	width: 265px;
}
#copy form div.item {
	margin-bottom: 15px;
}
body.contact #copy {
	width: 800px;
}
body.contact #copy .left {
	width: 500px;
}
body.contact #copy .right {
	width: 270px;
}

/** -------------------------------------
/**  Store Items
/** -------------------------------------*/

#copy .store_group {
	clear: both;
	margin-bottom: 20px;
}
#copy .store_group li {
	display: block;
	position: relative;
	background-color: #FAF7D1;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 15px 15px 75px;
	width: 230px;
	margin-bottom: 30px;
}
#copy .store_group li.one {
	clear: left;
	float: left;
}
#copy .store_group li.two {
	float: right;
}
#copy .store_group .title {
	min-height: 34px;
}
#copy .store_group li li {
	background-color: transparent;
	list-style-type: disc;
	padding: 5px;
	width: auto;
	margin-bottom: 0;
}
#copy .store_group p.image {
	text-align: center;
}
#copy .store_group p.image img {
	padding: 5px;
	background-color: #FFF;
	border: 5px solid #5B483E;
}
#copy .store_group .buy {
	height: 60px;
	width: 230px;
	position: absolute;
	bottom: 0;
}
#copy .store_group .price {
	float: left;
	width: 80px;
}
#copy .store_group .price span.value {
	color: #BC8A01;
	font-weight: bold;
}
#copy .store_group .add_to_cart {
	float: right;
	width: 120px;
}

/** -------------------------------------
/**  Sidebar
/** -------------------------------------*/

#support {
	width: 250px;
	float: right;
}
#support h2 {
	height: 53px;
	margin-left: 20px;
	line-height: 53px;
	text-indent: 15px;
	font-size: 18px;
	text-transform: uppercase;
	background: transparent url(/assets/css/images/bg_pageNav_top.png) left top repeat-x;
	border-bottom: 1px solid #E9F4D7;
}
#support h2 a {
	display: block;
	color: #5B483E;
	text-decoration: none;
}
#support li {
	padding-left: 20px;
}
#support li a {
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #D7EBB8;
	border-bottom: 1px solid #E9F4D7;
	border-top: 1px solid #FFF;
	text-indent: 15px;
	color: #5B483E;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#support ul {
	list-style-type: none;
}
#support li a:hover,
#support #nav_sub li.active a,
#support #nav_sub li.parent_active a {
	background-color: #A8D268;
}
#support #nav_sub li li {
	padding-left: 0;
}
#support #nav_sub li li a {
	font-weight: normal;
	text-transform: none;
}
#support #nav_sub li.active li a,
#support #nav_sub li.parent_active li a {
	background-color: #F4F0B3;
}
#support #nav_sub li.active li a:hover,
#support #nav_sub li.active li.active a,
#support #nav_sub li.parent_active li a:hover,
#support #nav_sub li.parent_active li.active a {
	background-color: #FFD02C;
}


/** -------------------------------------
/**  Footer
/** -------------------------------------*/

#footer {
	position: relative;
	height: 35px;
	padding-top: 172px;
	background: transparent url(/assets/css/images/footer_grass.gif) left top no-repeat;
}
#credits {
	color: #BFD69B;
	position: relative;
	top: -94px;
}
#site_by {
	position: absolute;
	bottom: 70px;
	color: #988A74;
}
#site_by img {
	vertical-align: middle;
}

#connect {
	position: absolute;
	right: 0;
	bottom: 58px;
	width: 270px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BFD69B;
	line-height: 1.25em;
}
#connect em {
	padding-left: 30px;
}
/* Coming soon to a website near you...
#connect {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 77px;
	width: 270px;
	background: transparent url(/assets/css/images/bg_social.jpg) left top no-repeat;
	text-indent: -9999px;
}
#connect a {
	display: block;
	position: absolute;
	top: 0;
	width: 50px;
	height: 60px;
}
#connectTwitter a {
	left: 105px;
}
#connectFacebook a {
	left: 155px;
}
#connectYouTube a {
	left: 205px;
}
*/

/** -------------------------------------
/**  Homepage
/** -------------------------------------*/

#home #page {
	position: relative;
}
#home #heros {
	position: absolute;
	left: 0;
	top: 196px;
	height: 280px;
	width: 100%;
	padding-bottom: 20px;
	background: transparent url(/assets/css/images/bg_home_hero_bottom.png) left bottom repeat-x;
	overflow: hidden;
}
#home #heros .hero {
	position: relative;
	display: none;
	height: 240px;
}
#home #heros div.active {
	display: block;
}
#home #heros div.active img {
	display: block;
	margin: 0 auto;
}
#home #heros ul {
	height: 40px;
	width: 800px;
	margin: 0 auto;
}
#home #heros li {
	float: left;
	position: relative;
	line-height: 40px;
	list-style-type: none;
}
#home #heros li a {
	color: #F5D671;
	text-decoration: none;
	display: block;
	padding: 0 25px;
}
#home #heros li a:hover,
#home #heros li.active a {
	color: #FFF;
	background-color: #72BF44;
}
#home #heros li .hoverArrow {
	position: absolute;
	top: -17px;
	left: 0;
	height: 17px;
	width: 100%;
	overflow: hidden;
	background: transparent url(/assets/css/images/hero_arrow.png) center top no-repeat;
}
#home #copy {
	width: 800px;
	margin-top: 300px;
	padding-top: 15px;
}
#home #copy #left {
	float: left;
	width: 385px;
}
#home #copy #right {
	float: right;
	width: 385px;
}
#home #right li {
	margin-bottom: 1em;
}
#home #right #store {
	margin-bottom: 35px;
}
#home #right #store .left {
	width: 200px;
}
#home #right #store .right {
	width: 150px;
}
#home #right #store .label {
	display: block;
	float: left;
	width: 60%;
}
#home #right #store .value {
	display: block;
	float: right;
	width: 35%;
	text-align: right;
	font-weight: bold;
	color: #D99D00;
}
#home #baptist_press h3 {
	padding: 6px;
	background-color: #CCEF97;
}
#home #baptist_press a {
	display: block;
}
#home #baptist_press li {
	list-style-type: none;
	margin-left: 0;
}
#home #copy h2 a {
	color: #64BC2F;
	text-decoration: none;
}
#home #copy h3 a {
	color: #5B483E;
	text-decoration: none;
}


/** -------------------------------------
/**  Calendar
/** -------------------------------------*/

#days_of_week th {
	padding: 0 0 10px 0;
}
#calendarTable {
	margin-top: 20px;
	border-color: #93C445;
}
#calendarTable,
#fc_inner {
	width: 100%;
	border-collapse: collapse;
}
#calendarTable #month_year th {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
}
#calendarTable #month_year th a {
	color: #BC8A01;
}
#calendarTable #month_year .prev {
	width: 25%;
}
#calendarTable #month_year .current {
	text-align: center;
	width: 50%;
}
#calendarTable #month_year .next {
	text-align: right;
	width: 25%;
}
#calendarTable .day_cell {
	width: 112px;
	height: 112px;
	padding: 5px;
	overflow: hidden;
	line-height: 1em;
	border: 1px solid #94C74A;
	font-size: 12px;
	background: #FFF url(/assets/css/images/bg_calendar_cell.png) left bottom no-repeat;
}
#calendarTable .today {
	background: #FFF url(/assets/css/images/calendar_today_bg.jpg) left bottom no-repeat;
}
#calendarTable .day_cell .event {
	/*color: #FFF;*/
	color: #BC8A01;
	margin: 10px 0;
	padding: 3px;
	/*background: #D99E00 url(/assets/css/images/bg_calendar_event.png) left bottom repeat-x;*/
}
#calendarTable .day_cell .event a {
	padding: 3px;
	color: #BC8A01;
	display: block;
}
#calendarTable .today {
	background-color: #CAE0A0;
}
#calendarTable .out_of_range {
	color: #999;
}
#calendarTable .day_cell a {
	color: #142348;
}
#calendarTable .day_of_week {
	text-align: center;
}
body.month #content {
	padding: 20px 15px;
}


/** -------------------------------------
/**  Blog
/** -------------------------------------*/

#blog #copy {
	float: left;
	width: 550px;
}
#blog #copy .item {
	margin-bottom: 20px;
	line-height: 1.25em;
}
#blog #copy div.item {
	clear: both;
	margin-bottom: 40px;
}
#blog #copy div.image {
	float: left;
	margin: 0 15px 15px 0;
}
#blog #copy div.image img {
	border: 2px solid #64BC2F;
}
#blog #copy h2 {
	color: #5B483E;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
#blog #copy .details {
	text-transform: uppercase;
	margin-bottom: 20px;
}
#blog #copy h2 a {
	color: #5B483E;
	text-decoration: none;
}
#blog #copy p {
	clear: left;
}
#blog #comments {
	margin-top: 20px;
}
#blog #comments .comment {
	margin-bottom: 20px;
	border: 1px solid #5B483E;
	padding: 10px;
}
#blog #comments .comment_two {
	background-color: #5B483E;
	color: #BFD69B;
}
#blog #comments .byline {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #BFD69B
	color: #5B483E;
}
#blog #comments .author {
	font-weight: bold;
	font-size: 18px
}
#blog #comments .date {
	font-size: 12px;
	color: #B57700;
}


/** -------------------------------------
/**  Store
/** -------------------------------------*/

body.store_item #copy .left {
	width: 360px;
}
body.store_item #copy .right {
	width: 170px;
	font-size: 16px;
}
body.store_item #copy .right img {
	padding: 5px;
	border: 5px solid #5B483E;
	background-color: #FFF;
}
body.store_item #copy .label {
	display: block;
	float: left;
	width: 60%;
}
body.store_item #copy .value {
	display: block;
	float: right;
	width: 35%;
	text-align: right;
	font-weight: bold;
	color: #D99D00;
}
div.add_to_cart a.foxycart_link {
	height: 44px;
	width: 149px;
	background: transparent url(/assets/css/images/button_add_to_cart.jpg) left top no-repeat;
}
div.add_to_cart a.foxycart_link {
	display: block;
	height: 45px;
	width: 120px;
	text-indent: -9999px;
}

/** -------------------------------------
/**  Members
/** -------------------------------------*/

body.members div.left img,
body.members div.right img {
	border: 8px solid #CCC;
}
body.members div.left div.item,
body.members div.right div.item {
	margin-bottom: 20px;
}

/** -------------------------------------
/**  Subscribe
/** -------------------------------------*/

body.subscribe #body {
	background: transparent url(/assets/css/images/bg_subscribe.png) left top no-repeat;
}

/** -------------------------------------
/**  FoxEE
/** -------------------------------------*/

#memberInfo #foxee_cart_container {
	display: inline;
}

/** -------------------------------------
/**  CPOC Form
/** -------------------------------------*/

#cpoc-form {overflow: hidden;}
/* The following rule styles the calculator results to aid usability. */
#cpoc-form .cpoc-parent-cell input {background: none; border: none; font-size: 2em; color: #777;}
/* The following classes govern the layout and spacing of the columns. */
.cpoc-two {float:left; margin:0 1% 1em 1%; overflow:hidden; padding:2%; width:27%;}
.cpoc-three {float:left; margin:0 1% 1em 1%; overflow:hidden; padding:2%; width:43%;}
.cpoc-six {clear:both; margin:0 1% 1em 1%; overflow:hidden; padding:2%; width:92.25%;}
/* The following classes style the information containers. */
.cpoc-parent-cell {border: 1px solid #ccc;}
.cpoc-child-cell {background:#eee; border: 1px solid #ccc;}



