/* =Basic HTML
----------------------------------------------------------------------*/

body
{
	background: #f5f3eb url(../../img/visitor/body.gif) repeat-x;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul
{
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	line-height: 1;
	margin: 0;
	padding: 15px 0 5px;
}

h1
{
	color: #a45f26;
	font-size: 25px;
	font-weight: bold;
	padding-top: 0;
}

h2
{
	color: #796141;
	font: bold 20px Georgia, Times, "Times New Roman", serif;
}

h3
{
	color: #a45f26;
	font-size: 16px;
	font-weight: bold;
}

h4
{
	color: #9a9082;
	font-size: 14px;
	font-weight: bold;
}

h5
{
	color: #a45f26;
	font-size: 14px;
	font-weight: normal;
}

h6
{
	color: #2b5d80;
	font-size: 14px;
	font-weight: normal;
}

/* =Misc Classes
----------------------------------------------------------------------*/

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

.left
{
	float: left;
}

.right
{
	float: right;
}

p.bubble
{
	background: #ddc url(../../img/site/p_bubble.gif) no-repeat;
	border-bottom: 1px solid #987;
	color: #321;
	padding: 50px 20px 20px;
}

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

#header,
#header .container
{
	background: url(../../img/visitor/header.gif) repeat-x 50% 27px;
	height: 170px;
}

#header .ms_espanol_header 
{
	background: url(../../img/latin/cfespanol-header.gif) repeat-x 50% 27px;
}

#header
{
	margin: 0 0 20px;
	width: 100%;
}

#header .container
{
	position: relative;
}

#header img
{
	position: absolute;
	top: 0;
	right: 0;
}

/* Not used now take out later
#header h1
{
	background: url(../../img/visitor/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	text-indent: -99999px;
	position: absolute;
	top: 27px;
	left: 0;
	width: 280px;
	height: 91px;
}
*/

#header a.ms_header_logo,
#header a.ms_espanol_header_logo,
#header a.ms_online_header_logo
{
	background: url(../../img/visitor/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	text-indent: -99999px;
	position: absolute;
	top: 27px;
	left: 0;
	width: 280px;
	height: 91px;
}

#header a.ms_espanol_header_logo {
	background: url(../../img/visitor/logo_espanol.gif) no-repeat;
}

#header div.ms_espanol_header a.ms_espanol_header_logo {
	background: url(../../img/latin/cfespanol-image.gif) no-repeat;
}

#header a.ms_online_header_logo {
	background: url(../../img/visitor/logo_online.gif) no-repeat;
}

/* =Header, Rotating Images
----------------------------------------------------------------------*/

#header ul
{
	background: #000;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 350px;
	margin: 0;
	width: 600px;
	height: 170px;
	z-index: 0;
}

#header ul img
{
	position: static;
}

#header li
{
	width: 600px;
	height: 170px;
}

#header .container div
{
	background: url(../../img/visitor/photo_frame.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 170px;
	z-index: 2;
}

#header div.ms_espanol_header .container div
{
	background: url(../../img/visitor/cfespanol_photo_frame.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 170px;
	z-index: 2;
}


/* =Column Span-6
----------------------------------------------------------------------*/

.span-6 ul
{
	padding: 1px 0 0;
	position: relative;
	margin: 0 -15px 0 0;
	list-style: none;
	z-index: 1;
}

.span-6 a
{
	color: #807464;
	display: block;
	padding: 20px;
	text-align: right;
	text-decoration: none;
}

.span-6 a.alt
{
	background: url(../../img/visitor/menu_a_alt.png) repeat-y right top;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #a45f26;
	margin: -1px 0;
}

.span-6 a:hover
{
	color: #000;
}

.span-6 strong
{
	display: block;
	font-size: 17px;
}

/* =Column Span-5
----------------------------------------------------------------------*/

.span-5
{
	background: #e0ddd5 url(../../img/visitor/sidebar_right.gif) repeat-y;
	margin-left: -5px;
	padding: 20px 0 10px;
	position: relative;
	z-index: 1;
}

.span-5 ul
{
	list-style: none;
}

.span-5 h5
{
	margin-left: 15px;
}

.span-5 a
{
	display: block;
	color: #fff;
	margin: 0 0 20px;
	text-decoration: none;
	width: 148px;
}

.span-5 .middle
{
	display: block;
	background: #c4beb2;
	padding: 0 15px 5px;
	width: 118px;
}

.span-5 .topper
{
	background: url(../../img/visitor/chat_bubble.gif) no-repeat;
	display: block;
	font-size: 0;
	overflow: hidden;
	width: 148px;
	height: 10px;
}

.span-5 .bottom
{
	background: url(../../img/visitor/chat_bubble.gif) no-repeat 0 -20px;
	display: block;
	font-size: 0;
	overflow: hidden;
	width: 148px;
	height: 20px;
}

.span-5 a:hover .middle
{
	background: #9B968c;
}

.span-5 a:hover .topper
{
	background-position: 0 -10px;
}

.span-5 a:hover .bottom
{
	background-position: 0 -40px;
}

/* =Article
----------------------------------------------------------------------*/

#article
{
	background: #fff url(../../img/visitor/article.gif) repeat-y;
	border-top: 1px solid #ddd;
	float: left;
	padding: 20px 30px 0;
	width: 460px;
}

#article_inner
{
	min-height: 650px;
}

#article img
{
	border: 2px solid #ddd;
	display: inline;
	margin-top: 0;
	padding: 3px;
}

#article a:hover img
{
	border-color: #bba;
}

#article img.clean,
#article div.csc-textpic img
{
	border: 0;
	padding: 0;
}

#article img,
#article div.csc-textpic.csc-textpic-border img
{
	border: 2px solid #ddd;
	display: inline;
	margin-top: 0;
	padding: 3px;
}

#article img.left
{
	margin-right: 10px;
}

#article img.right
{
	margin-left: 10px;
}

#article .spacer-gif {
	border-style: none;
	border-width: 0;
	}

#article .span-quarter,
#article .span-three-quarter,
#article .span-half,
#article .span-third,
#article .span-two-third
{
	float: left;
	margin-right: 20px;
}


#article .span-half
{
	width: 220px;
}

#article .span-third
{
	width: 140px;
}

#article .span-two-third
{
	width: 300px;
}

#article .span-quarter
{
	width: 100px;
}

#article .span-three-quarter
{
	width: 340px;
}


#article .last
{
	margin: 0;
}

#article a
{
	color: #a45f26;
}

#article a.keyword
{
	color: #678193;
}

#article a:hover
{
	text-decoration: underline;
}

#article blockquote
{
	background: #eee;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 15px 1px;
}

#article ul li
{
	list-style-image: url(../../img/visitor/article_ul_li.gif);
}

#article_bottom
{
	background: url(../../img/visitor/article_bottom.gif) no-repeat left bottom;
	clear: both;
	font-size: 0;
	margin: 0 -30px;
	padding: 10px 0 0;
	overflow: hidden;
	width: 520px;
	height: 10px;
}

#article.wide
{
	background-image: url(../../img/visitor/article_wide.gif);
	margin: 0;
	width: 650px;
}

#article.wide #article_bottom
{
	background-image: url(../../img/visitor/article_wide_bottom.gif);
	width: 710px;
}

#article.wide .span-quarter,
#article.wide .span-three-quarter,
#article.wide .span-half,
#article.wide .span-third,
#article.wide .span-two-third
{
	float: left;
	margin-right: 20px;
}

#article.wide .span-quarter
{
	width: 147px;
}

#article.wide .span-three-quarter
{
	width: 443px;
}

#article.wide .span-half
{
	width: 315px;
}

#article.wide .span-third
{
	width: 203px;
}

#article.wide .span-two-third
{
	width: 406px;
}

#article.wide .last
{
	margin: 0;
}

/* =Article Steps List
----------------------------------------------------------------------*/

#article ol.steps
{
	color: #c3bcab;
	font-size: 25px;
	font-weight: bold;
	margin-left: 30px;
	padding: 20px 0 0;
}

#article ol.steps li
{
	margin: 0 0 30px;
}

#article ol.steps div
{
	color: #630;
	font-size: 12px;
	font-weight: normal;
	margin: -10px 0 0;
}

#article ol.steps strong
{
	color: #a45f26;
	font-size: 20px;
}

/* =Article Table
----------------------------------------------------------------------*/

#article table
{
	width: 100%;
}

#article caption
{
	background: none;
	color: #a45f26;
	font-size: 14px;
	font-weight: bold;
}

#article th
{
	border: 0;
}

#article td
{
	border: 0;
	border-top: 1px solid #ccc;
}

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

#footer
{
	clear: both;
	color: #ad8c71;
	margin: 0 auto;
	padding: 20px 30px 30px;
	width: 460px;
}



/* @group Sermon List Tables */

#article table.sermon_series,
#article table.recent_sermons {
	width: 650px;
	}

#article table.recent_sermons td,
#article table.sermon_series td,
#article table.recent_sermons th,
#article table.sermon_series th {
	border: none;
	margin: 0;
	padding: 3px 0;
	vertical-align: top;
	}

#article div.series_container table.odd thead th {
	background-color: #f5f3eb;
	}


#article div.series_container table.odd thead th {
	background-color: #f5f3eb;
	}

#article table.recent_sermons td.sermon_title,
#article table.sermon_series td.sermon_title {
	width: 250px;
	padding-left: 20px;
	padding-right: 5px;
	}

#article table.recent_sermons td.sermon_speaker {
	width: 100px; 
	padding-right: 5px;
	}

#article table.recent_sermons td.sermon_date {
	width: 55px;
	padding-right: 5px;
	}

#article table.sermon_series th.series_title {
	padding-left: 20px;
	font-size: 14px;
	height: 30px; 
	color: #a45f26;
	background: url(../../img/sermon_icons/arrow_down.gif) no-repeat 5px 10px;
	}

#article div.series_container table.odd th.series_title {
	background: #f5f3eb url(../../img/sermon_icons/arrow_down.gif) no-repeat 5px 10px;
	}

#article div.series_container.collapsed table.sermon_series th.series_title {
	background: url(../../img/sermon_icons/arrow.gif) no-repeat 5px 10px;
	}

#article div.series_container.collapsed table.odd th.series_title {
	background: #f5f3eb url(../../img/sermon_icons/arrow.gif) no-repeat 5px 10px;
	}


#article table.sermon_series th.series_title:hover {
	color: black;
	}


#article table.recent_sermons td.sermon_speaker,
#article table.sermon_series td.sermon_speaker,
#article table.recent_sermons td.sermon_date,
#article table.sermon_series td.sermon_date {
	color: #807464;
	}

#article table.recent_sermons td.sermon_speaker,
#article table.sermon_series td.sermon_speaker,
#article table.recent_sermons td.sermon_date,
#article table.sermon_series td.sermon_date {
	color: #807464;
	}


#article table.recent_sermons td.listen,
#article table.recent_sermons td.download_audio,
#article table.recent_sermons td.watch,
#article table.recent_sermons td.download_video,
#article table.recent_sermons td.notes {
	width: 70px;
	text-align: center;
	}

#article table.sermon_series th.sermon_action {
	width: 42px;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	padding: 4px 0 0;
	color: #807464;
	}

#article .collapsed table.sermon_series th.sermon_action {
	color: white;
	}
	
#article div.series_container.collapsed table.odd th.sermon_action {
	color: #f5f3eb;
	}
	
#article div.series_container.collapsed.odd table.sermon_series th.sermon_action {
	color: #f5f3eb;
	}



/*put in ie6*/
#article table.sermon_series td.listen,
#article table.sermon_series td.watch,
#article table.sermon_series td.notes {
	width: 42px;
	}

#article table.sermon_series td.listen a,
#article table.sermon_series td.download_audio a,
#article table.sermon_series td.watch a,
#article table.sermon_series td.download_video a,
#article table.sermon_series td.notes a {
	display: block;
	height: 17px;
	font-size: 0;
	line-height: 100px;
	overflow: hidden;
	background: url(../../img/sermon_icons/audio_listen.gif) no-repeat 10px 0;
	}


/*
#article div.series_container.collapsed table.sermon_series th.sermon_action {
padding-left: 100px;
overflow: hidden;
	}
*/


#article table.sermon_series td.download_audio a {
	background: url(../../img/sermon_icons/audio_dwnld.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.watch a {
	background: url(../../img/sermon_icons/video_watch.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.download_video a {
	background: url(../../img/sermon_icons/video_dwnld.gif) no-repeat 10px 0;
	}

#article table.sermon_series td.notes a {
	background: url(../../img/sermon_icons/notes.gif) no-repeat 10px 0;
	}

#article table.sermon_series {
	border-bottom: 1px solid #807464;
	}

#article table.sermon_series td.notes {
	border-right: 1px solid #807464;
	}

#article table.sermon_series td.sermon_title {
	border-left: 1px solid #807464;
	}

#article table.recent_sermons td.sermon_title a,
#article table.sermon_series td.sermon_title a {
	font-size: 14px;
	text-decoration: none;
	}

div.series_container {
	height: auto;
	}

div.series_container.collapsed {
	height: 30px;
	overflow: hidden;
	}




/* @end */
