/*

	File: screen.css
	Media: screen
	Copyright: (c) 2008 Church Media Group, Inc. www.churchmedia.cc
	Author: Ismael Burciaga Jr.
	Notes: 

Table of Contents:

	Reset Defaults
	Basic Selectors
	Links
	Main Structure Selectors
	Header Layout
	Main Layout
	Sidebar Layout
	Margins
	
Colors:

	Dark Gray #333
	Medium Gray #777
	Light Gray #ccc
	Red #a90000
	
*/


/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, 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-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
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: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body { background: #fcf9f2 url(../images/bg/bg_body.png) top left repeat-x; font: normal 62.5% Arial, Helvetica, sans-serif; color: #64594e; height: 100%;}

h3 { font-size:2.2em; color: #a79e94; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: normal; }
h1, h2, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #a79e94; font-family: Helvetica, Arial, Verdana, sans-serif }
p { font-size:1.2em; line-height:1.4em; margin:12px 0; }
small { font-size:1.1em; }

.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 { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

.back { float: right; font-size: .825em; }

.margin_top { margin-top: 20px;}

.no_events { background: #f8f9b3; text-align: center; padding: 6px 10px;}

/* Links
--------------------------------------------------------------------------------------- */

a:link { color: #de8638; font-weight: bold; text-decoration: none; }
a:visited { color: #de8638; font-weight: bold; text-decoration: none;}
a:hover { color: #484139; font-weight: bold; text-decoration: underline;}
a:active { color: #de8638; font-weight: bold; text-decoration: none;}

.church_info p a:link { color: #ffffff; font-weight: bold; text-decoration: none; }
.church_info p a:visited { color: #ffffff; font-weight: bold; text-decoration: none;}
.church_info p a:hover { color: #ffffff; font-weight: bold; text-decoration: underline;}
.church_info p a:active { color: #ffffff; font-weight: bold; text-decoration: none;}

.latest_sermon_home a { font-size: .875em; padding: 2px 4px; }
.latest_sermon_home a:link, .btns_latest_sermon li a:link { color: #ffffff; font-weight: bold; text-decoration: none; background: #786d61; }
.latest_sermon_home a:visited, .btns_latest_sermon li a:visited { color: #ffffff; font-weight: bold; text-decoration: none; background: #786d61; } 
.latest_sermon_home a:hover, .btns_latest_sermon li a:hover { color: #ffffff; font-weight: bold; text-decoration: none; background: #de8638; }
.latest_sermon_home a:active, .btns_latest_sermon li a:active { color: #ffffff; font-weight: bold; text-decoration: none; background: #786d61; }

/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container { width:912px; margin: 0 auto; }
.header { width:912px; margin: 0 auto; padding: 0 0 11px 0; border-bottom: 6px solid #f1ede6; overflow: hidden; }
/*
.content { width:912px; margin: 24px auto; padding: 0 0; background: transparent url(../images/bg/bg_content.png) 644px 0 repeat-y; overflow: hidden; }
.main { width:620px; float:left; }
.sidebar { width:240px; float:right;}
*/
.content { width:912px; margin: 24px auto; padding: 0 0; background: transparent url(../images/bg/bg_content.png) 616px 0 repeat-y; overflow: hidden; }
body.content_full .content { background: none; }

.main { width:592px; float:left; display: inline;}
.sidebar { width:268px; float:right; display: inline;}
.block{margin: 20px 0 0 0;}
.footer { width: 912px; margin: 24px auto 0  auto; padding: 6px 0; border-top: 6px solid #e8e3db; }

body.home .content { background: none; }


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

.header h1 { float: left; display: inline; margin-top: 22px; }

.church_info { width: 571px; float: right; display: inline; overflow: hidden;}
.left_info { float: left; display: inline; width: 32%; background: #beb5a6; padding: 12px 4% 10px 4%; }
.right_info { float: right; display: inline; width: 51%; background: #beb5a6; padding: 12px 4% 10px 4%; }
.church_info h3 { font-size: 1.4em; color: #484139; }
.church_info p { margin: 0; }

.main_nav { float: right; display: inline; overflow: hidden; width: 75%; margin-top: 26px; }
.main_nav li { float: right; font-size: 1.2em; font-family: helvetica, arial, verdana, san-serif; margin-left:10px; text-transform: uppercase;}

.main_nav li a, .main_nav li a:hover { display: block; height: 28px; text-indent: -9999px; background: transparent url(../images/btn/btn_nav.png) 0 0 no-repeat; padding: 0;}
#home { width: 56px; background-position: 0 0; }
#home:hover{ background-position: 0 -28px; }
body.home a#home, body.home a#home:hover { background-position: 0 -56px; }

#connect { width: 85px; background-position: -740px 0; }
#connect:hover { background-position: -740px -28px; }
body.connect a#connect, body.connect a#connect:hover { background-position: -740px -56px; }

#about { width: 85px; background-position: -655px 0; }
#about:hover { background-position: -655px -28px; }
body.about a#about, body.about a#about:hover { background-position: -655px -56px; }

#events { width: 69px; background-position: -170px 0; }
#events:hover { background-position: -170px -28px; }
body.events a#events, body.events a#events:hover { background-position: -170px -56px; }

#ministries { width: 90px; background-position: -249px 0; }
#ministries:hover { background-position: -249px -28px; }
body.ministries a#ministries, body.ministries a#ministries:hover { background-position: -249px -56px; }

#groups { width: 71px; background-position: -350px 0; }
#groups:hover { background-position: -350px -28px; }
body.groups a#groups, body.groups a#groups:hover { background-position: -350px -56px; }

#media { width: 60px; background-position: -431px 0; }
#media:hover { background-position: -431px -28px; }
body.media a#media, body.media a#media:hover { background-position: -431px -56px; }

#contact { width: 101px; background-position: -498px 0; }
#contact:hover { background-position: -498px -28px; }
body.contact a#contact, body.contact a#contact:hover { background-position: -498px -56px; }

#give { width: 49px; background-position: -606px 0; }
#give:hover { background-position: -606px -28px; }
body.give a#give, body.give a#give:hover { background-position: -606px -56px; }

#imnew { width: 94px; background-position: -66px 0; }
#imnew:hover { background-position: -66px -28px; }
body.imnew a#imnew, body.imnew a#imnew:hover { background-position: -66px -56px; }


.btn_give_today { display:block; width: 137px; height: 34px; text-indent: -9999px; background: transparent url(../images/btn/btn_give_today.gif) top left no-repeat; }
.btn_give_today:hover { background-position: top right;}

.btn_back { display:block; width: 56px; height: 21px; text-indent: -9999px; background: transparent url(../images/btn/btn_back.gif) top left no-repeat; float: right; }
.btn_back:hover { background-position: top right;}


/* Rotator Layout  ( STEP CAROUSEL )
--------------------------------------------------------------------------------------- */

.rotator { width: 604px; height:268px; border: 1px solid #c8c1b6; float: left; display: inline; position: relative; background: #e8e3db; overflow: hidden; padding: 7px; }
.rotator h3 { float: left; display: inline; color: #484139; font-size: 2.2em; border-right: 1px solid #57524d; padding: 12px 22px 12px 16px; margin-top: 8px; }
.rotator h4 { color: #484139; }
.featured_content { float: left; margin: 8px 0 0 20px; padding-top: 7px; display: inline; }
.featured_content p{ margin: 2px 0 0 0; }
.btn_rotator { position: absolute; bottom: 4px; right:8px; }
.btn_rotator p{ font-size: 1.1em; }

#divMainRotatorNav { position:absolute; bottom:18px; right:12px; z-index:99; }
#divMainRotatorNav a { margin: 0 0 0 4px; padding: 3px 6px; background: #786d61; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a:hover { background: #ffffff; text-decoration: none; color: #5f554a; }
#divMainRotatorNav a.activeSlide { background: #ffffff; text-decoration: none; color: #5f554a; }
#divMainRotatorNav a:focus { outline: none; }


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

.new_banners { float:left; display:inline; width:912px; overflow: hidden; }
.new_banners img { background: #e8e3db; padding: 7px; border: 1px solid #c8c1b6; margin-right: 23px; float: left; display: inline; }
.new_banners img.last { margin-right: 0;}

.welcome { float:right; display:inline; width:268px; }
.welcome img { background: #e8e3db; padding: 7px; border: 1px solid #c8c1b6; margin-bottom: 20px;}
.welcome img.last { margin-bottom: 0;}
.welcome a:hover { background:none; text-decoration: none; }
.welcome a:hover img { border: 8px solid #555049; }

.title_arrow { width: 100%; background: transparent url(../images/arrows/arrow_down_orange.gif) 10px bottom no-repeat; padding-bottom: 9px; font-size: 2.2em; }
.title_arrow span { background: #b15c11; padding: 5px 0 0 16px; display: block;}
.dark_orange { background-image: url(../images/arrows/arrow_down_orange.gif); }
.dark_orange span { background: #b15c11;}
.dark_orange span a { float: right; display: inline; font-size: .575em; margin: 3px 6px 0 0; background: #4c2706;}

.dark_red { background-image: url(../images/arrows/arrow_down_light_orange.gif); }
.dark_red span { background: #b15c11; color: #ffffff; }
.dark_red span a { float: right; display: inline; font-size: .575em; margin: 3px 6px 0 0; }

.orange { background-image: url(../images/arrows/arrow_down_light_orange.gif); }
.orange span { background: #cd8d54;}
.orange span a { float: right; display: inline; font-size: .575em; margin: 3px 6px 0 0; background: #4c2706;}

.latest_sermon_home { width: 880px; padding: 8px 8px 8px 24px; background: #e8e3db; overflow: hidden; margin-top: 24px;}
.latest_sermon_home h3{ font-size: 2em; border-right: 1px solid #57524d; padding: 1px 16px 0 0; margin-right: 14px; float: left; display: inline; color: #bbb1a6; line-height: 1em; }
.latest_sermon_home p { margin: 0 0 0 0; font-size: 1.4em; }
.latest_sermon_home p span { font-size: .875em; margin-left: 12px; font-style: italic; }

.bg_latest_sermom { background: transparent url(../images/bg/bg_latest_sermon.gif) top left no-repeat; width: 878px; padding: 26px 8px 0 26px; }
.bg_latest_sermom img { float: left; display: inline; padding: 6px; border: 1px solid #1b1814; background: #e8e3db; }
.latest_sermon_info { float: right; display: inline; width: 710px; overflow: hidden; padding-top: 12px; }
.latest_sermon_info h3 { font-size: 1.6em; color: #a79e94; width: 75%; margin-bottom: 24px;  }
.latest_sermon_info h3 span { font-size: .825em; margin-left: 12px; font-weight: normal; }
.latest_sermon_info p { margin-bottom: 0;}

.btns_latest_sermon { float: right; display: inline; width: 22%; overflow: hidden;  }
.btns_latest_sermon li { float: right; display: inline; margin-left: 6px; font-size: 1.2em; }
.btns_latest_sermon li a { padding: 2px 4px; display: block; }

.homepage_bottom_section { border-top: 6px solid #e8e3db; margin-top: 24px; padding-top: 24px; }
.homepage_bottom_section h3 { color: #ffffff;}
.events_quicklinks { float: right; display: inline; width: 590px; overflow: hidden; }
.ads { width: 282px; height: 224px; border: 8px solid #e8e3db;}
.upcoming_box { margin-right: 24px; width: 298px; }
.quicklinks { width: 268px; }

.listing { border-bottom: 1px solid #d9d3c9; margin-left:20px; overflow: hidden; padding: 17px 0; width: 278px; }
.quick .listing { width: 248px; }
.block .listing{margin: 0;}
.left_panel_listing { width: 17%; float: left; display: inline; }
.right_panel_listing { width: 79%; float: right; display: inline; overflow: hidden; }
.right_panel_listing h4 { color: #de8638;}
.right_panel_listing p { margin: 2px 0 0 0; font-size: 1.1em;}
.listing.full{width: 100%;margin: 0;}
.listing.full .left_panel_listing{width: 48px;}
.listing.full .right_panel_listing{width: 90%;}
.listing.full a.register-link:link{float: right;width:39px;height: 20px;background: transparent url(../images/btn/btn_register_small.gif) no-repeat;}
.listing.full a.register-link:hover, .listing.full a.register-link:visited:hover{float: right;width:39px;height: 20px;background: transparent url(../images/btn/btn_register_small.gif) -39px 0 no-repeat;}

a.more_info_small{display:block; float:right; width:39px; height: 20px; text-indent:-9999px; background: transparent url(../images/btn/btn_more_info_small.gif) no-repeat;}
a.more_info_small:hover{ background-position: -39px 0;}

.date { background: #a79e94; text-align: center; text-transform: uppercase; padding: 4px 0 2px 0; }
.date h4 { font-size: 1.2em; color: #ffffff; }
.date h5 { font-size: 2.4em; color: #ffffff;}
.date h5.date_number { font-size: 1.4em; color: #ffffff;}
.event_row { margin-bottom: 24px; }
.event_row h3 { font-size: 1.8em;}

/* Main Layout
--------------------------------------------------------------------------------------- */

.main h4, .full h4 { font-size: 1.6em; margin: 20px 0; }

.page_header { width: 100%; overflow: hidden; padding-bottom:8px; margin: 10px 0 20px 0;	 }
.page_header h2 { font-size: 3.4em; color: #484139; font-weight: normal; letter-spacing: .03em;}
.page_header h3 { font-size: 1.8em; color: #a79e94;margin: 20px 0 0 0;clear: both;}

.main_content p { line-height: 1.6em;}
.main_content ul, .main_content dl, .main_content ol { margin: 16px 0; }
.main_content ul li, .main_content dl dd{ list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }
.main_content ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.main_content p.crumbs { margin: 0 0 24px 0; font-size: 1.1em; }

table#data-listing{width: 100%;}
#data-listing .data-header{color: #FFF; text-transform: uppercase; font-size: 1.3em;}
#data-listing td{height: 40px; text-align: left; vertical-align: middle;}
#data-listing .data-row td{height: 30px;}
#data-listing .title{width: 40%; color: #FFF;}
#data-listing .speaker{width: 20%;}
#data-listing .published{width: 15%}
#data-listing .icon{width: 10%;}

#data-listing tr.alt td, #data-listing .data-header{background: #14110E;}

a.watch{display: block;height: 20px; width: 39px;background: transparent url(../images/arrows/arrow_watch.gif) -39px 0 no-repeat; }
a.watch:hover{background-position: 0 0; }

a.listen{display: block;height: 20px; width: 39px;background: transparent url(../images/arrows/arrow_listen.gif) -39px 0 no-repeat; }
a.listen:hover{background-position: 0 0; }

#featured-sub{background: #14110E;padding: 10px 0 10px 10px; margin: 0 0 40px 0;}
#featured-sub .sermon-image, #featured-sub .event-image{width: 364px;}
#featured-sub .sermon-description, #featured-sub .event-description{width: 190px;margin: 20px 10px 0 0;}
#featured-sub .sermon-description p { margin: 8px 0;}
#featured-sub ul{}
#featured-sub li{display: inline; float: left; margin: 0 4px 0 0;}

a.big-register-link:link{float: right;display: block;width:78px;height: 40px;background: transparent url(../images/btn/btn_register.gif) no-repeat;}
a.big-register-link:hover,#featured-sub a.big-register-link:visited:hover{float: right;display: block;width:78px;height: 40px;background: transparent url(../images/btn/btn_register.gif) -78px 0 no-repeat;}

#featured-sub a.more-info:link{display: block;width:78px;height: 40px;background: transparent url(../images/btn/btn_more_info.gif) no-repeat;}
#featured-sub a.more-info:hover,#featured-sub a.more-info:visited:hover{display: block;width:78px;height: 40px;background: transparent url(../images/btn/btn_more_info.gif) -78px 0 no-repeat;}

.table_events { width: 100%; border-collapse: collapse; font-size: 1.2em; margin-top: 16px; }
.table_events td { padding: 10px 8px 10px 0; border-bottom: 1px solid #e8e3db; }
.table_events td.titles { background: #eee8d8; color: #FFF; font-weight: bold;}
.table_events td p  { margin: 0; padding: 0; font-size: 1em; }

.featured_event_details { border: 8px solid #e8e3db; margin-top: 24px; }
.featured_event_thumb { border: 4px solid #e8e3db; }

.listing.full.featured_event_row .left_panel_listing{width: 129px;}
.listing.full.featured_event_row .right_panel_listing{width: 75%;}
.listing.full.featured_event_row .right_panel_listing p { margin-top: 8px; }

.print{float: right;}

.site_map_list { width: 16.67%; float: left; display: inline; }
.full .site_map_list li { font-size: 1.2em; margin-bottom: 6px; }
.full .site_map_list li a { font-weight: normal;}
.full .site_map_list li.site_map_title a { font-weight: bold;}
.full .site_map_list li.site_map_title { margin: 0 0 8px 0; padding: 0; list-style: none; font-size: 1.6em;}

.staff_box { width:100%; margin-top: 24px; }
.staff { width:25%; float: left; display: inline; text-align: center; height: 230px; }
.staff h4 { font-size: 1.2em; margin: 8px 0 2px 0; letter-spacing: normal; text-transform: none; }
.staff_info { width: 200px; float: left; display: inline; }
.staff_info img { border: 8px solid #f0ece5; }
.staff_thumb_image { border: 8px solid #f0ece5; }
.staff_content { width: 57%; float: right; display: inline; }
.staff_content h4 { font-size: 1.6em; margin: 0 0 2px 0; }
.staff_content p:first-child { margin-top:0; }
.staff_title { font-size: .75em; font-weight: normal; margin-top: 0; }
.staff_title img { vertical-align: bottom; margin:0 0 2px 6px; }

/* Ministries Module
______________________________________________________________________________________ */

.ministries_content { width: 95%;}
body.ministry_listings .main_content { width:630px; padding: 26px 0 26px 30px; background: #ffffff; }
.ministry_listing_box { margin-top: 24px; }
.ministry_listing { float: left; display: inline; margin-right: 30px; text-align: center; margin-bottom: 20px; width: 283px; }
.ministry_listing img { border: 10px solid #eeeeee; }
.ministry_listing h5 { width: 100%; background: #eeeeee; padding: 2px 0 12px 0; font-size: 1.2em; }

.ministry_name { text-transform: none; color: #1665ce; font-weight: normal; margin-left: 4px; }
.ministry_small_image { float: left; display: inline; margin: 6px 28px 24px 0; }
.ministry_large_image { margin: 20px 0 24px 0; border: 8px solid #e8e3db; }

ul.ministry_nav { width:584px; margin: 0; padding: 4px 4px 0 4px; overflow: hidden; background: #ece8de; }
ul.ministry_nav li { margin: 0; padding: 0; list-style:none; float: left; display: inline; border-right: 1px solid #111111;  font-size: 1.3em; }
ul.ministry_nav li:last-child { border-right: 1px solid #d5d5d5; }
ul.ministry_nav li a { display: block; padding: 6px 16px 4px 16px; background: #484139; border-bottom: 3px solid #38322b; color: #ffffff; }
ul.ministry_nav li a:hover { text-decoration:none; background: #564f46; border-bottom: 3px solid #4a433b;}
ul.ministry_nav li a.active { background: #ffffff; border-bottom: 3px solid #ffffff; color: #111111; }

.ministry_content { width:544px; margin-bottom: 6px; border: 4px solid #ece8de; border-top: 0; padding: 8px 20px; background: #ffffff; }

/*.ministry_content { width: 100%; margin-bottom: 6px; }*/
.ministry_right_panel { float: right; display: inline; width: 150px; margin: 22px 0 10px 20px; }
.ministry_right_panel img { margin-bottom: 16px; }


.ministry_drop_down { padding: 5px 5px 5px 6px; border: 8px solid #444444; margin: 16px 0; width: 99%; font-size: 1.4em; color: #666666; }
.side_event_listing { border-bottom: 1px solid #454545; padding: 8px 0; }
.side_event_listing:last-child { border:0; }
.side_event_listing h4 { font-size: 1.2em; margin: 0; padding: 0; }
.side_event_listing p { font-size: 1.2em; margin: 0; padding: 0; }



/* Calendar
______________________________________________________________________________________ */


.calendar{margin: 0 0 22px 0;}
#calendar_box { width:260px; }
#calendar_box ul#calendar_months { width:260px;height: 46px; background:#b15c11; text-align: center; overflow: hidden; }
#calendar_box ul#calendar_months li { float:left; display: inline;}
#calendar_box ul#calendar_months li#previous_month a { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/button_calendar_prev_month.jpg) top left no-repeat; }
#calendar_box ul#calendar_months li#previous_month a:hover { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/button_calendar_prev_month.jpg) bottom left no-repeat; }
#calendar_box ul#calendar_months li#current_month { width:200px; text-transform:uppercase; color:#ffffff; font: bold 1.4em/3em Arial, Helvetica, Verdana, sans-serif; }
#calendar_box ul#calendar_months li#next_month a { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/button_calendar_next_month.jpg) top left no-repeat; }
#calendar_box ul#calendar_months li#next_month a:hover { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/button_calendar_next_month.jpg) bottom left no-repeat; }


#calendar_box ul#calendar_dates { width:260px; padding:0 0 0 0;margin: 0 auto; border:1px solid #d5ccc3; border-top: none;background: #f8f3ee bottom left no-repeat; text-align: center; overflow: hidden;}
#calendar_box ul#calendar_dates li { float:left; width:36px; height:36px; border-right:1px solid #d5ccc3; border-bottom:1px solid #d5ccc3;}
#calendar_box ul#calendar_dates li.last_column { border-right:0; border-bottom:1px solid #d5ccc3; width:38px;}
#calendar_box ul#calendar_dates li.last_row { border-bottom:0;}
#calendar_box ul#calendar_dates li.last_row_column { border:0; width:38px;}
#calendar_box ul#calendar_dates li.days { display:block; line-height:36px; font-weight: bold; background: #ffffff; color: #14110E}

#calendar_box ul#calendar_dates li a { display:block; line-height:36px; color:#14110E; text-decoration: none;}
#calendar_box ul#calendar_dates li a:hover { background:#A79E94; color:#14110E; text-decoration: underline;}
#calendar_box ul#calendar_dates li a.current_date { background:#A79E94; color:#14110E;}


/* Media Layout  */

.current_sermon_box { margin-bottom: 24px; }
.caption_header { background: #e8e8e8 url(../images/bg/bg_captions.gif) bottom left repeat-x; width: 96%; padding: 10px 2% 8px 2%; overflow: hidden; border-bottom: 1px solid #c5c5c5; }
.caption_header h4 { margin: 0; float: left; display: inline; }
.caption_header a.view_more { margin: 0; float: right; display: inline; font-size: 1.2em; }
.sermon_left_panel { float: left; display: inline; width: 283px; }
.sermon_right_panel { float: right; display: inline; width: 283px; }

.sermon_right_panel h5 { font-size: 1.8em; color: #333333; }
.sermon_right_panel h6 { font-size: 1.1em; margin-top: 3px; color: #888888; font-weight: normal; }

ul.media_options { margin: 0; padding: 0; overflow: hidden; }
ul.media_options li { margin: 0; padding: 0; float: left; display: inline; list-style: none;}
ul.media_options a { display: block; width: 94px; height: 43px; text-indent: -9999px; background: transparent url(../images/media/btn_watch_listen.jpg) 0 0 no-repeat; }
ul.media_options a.watch { width: 95px; background-position: 0 0;}
ul.media_options a.watch:hover { background-position: 0 -43px;}
ul.media_options a.watch { display: block; width: 95px; height: 43px; text-indent: -9999px; background: transparent url(../images/media/btn_watch_listen.jpg) 0 0 no-repeat; }
ul.media_options a.listen { background-position: 0 0;}
ul.media_options a.listen:hover { background-position: 0 -43px;}
ul.media_options a.listen { display: block; width: 95px; height: 43px; text-indent: -9999px; background: transparent url(../images/media/btn_listen.jpg) 0 0 no-repeat; }


.table_sermons { width: 100%; border-collapse: collapse; font-size: 1.1em; margin:8px 0 24px 0;}
.table_sermons td { padding: 6px 0; border-bottom: 1px solid #e8e8e8; vertical-align: middle; }
.table_sermons td.titles { font-weight: bold; color: #333333;}

a.icon_watch { display: block; width: 15px; height: 15px; text-indent: -9999px; background: transparent url(../images/media/icons_watch_listen_buy.jpg) 0 0 no-repeat;}
a.icon_watch:hover { background-position: 0 -15px;}
a.icon_listen { display: block; width: 15px; height: 15px; text-indent: -9999px; background: transparent url(../images/media/icons_watch_listen_buy.jpg) -15px 0 no-repeat;}
a.icon_listen:hover { background-position: -15px -15px;}
a.icon_buy { display: block; width: 15px; height: 15px; text-indent: -9999px; background: transparent url(../images/media/icons_watch_listen_buy.jpg) -30px 0 no-repeat;}
a.icon_buy:hover { background-position: -30px -15px;}

ul.pages { margin: -5px 0 0 0; padding: 0; overflow: hidden; }
ul.pages li { margin: 0; padding: 0; float: left; display: inline; margin-right: 6px; color: #333333; }
ul.pages li.title { padding-top: 3px; font-weight: bold; }
ul.pages li a { display: block; padding:1px 5px; border: 2px solid #dddddd; text-decoration: none;}
ul.pages li a:hover { border: 2px solid #c2dcef; text-decoration: none; background: #f1f8fc;}
ul.pages li a.active, ul.pages li a.active:hover { display: block; padding:3px 5px; border: 0; color: #333333; text-decoration: none; }

a.btn_download { display: block; width: 89px; height: 22px; text-indent: -9999px; background: transparent url(../images/media/btn_download.gif) 0 0 no-repeat;}
a.btn_download:hover { background-position: 0 -22px;}

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

.sidebar h3 { color: #ffffff;}

.sidebox h3 { color: #ffffff; }

.side_nav {margin: 0 0 0 0; padding: 0 0 10px 0; width:268px;}
.side_nav li { font-size: 1.4em;}
.side_nav li a { display: block; line-height:2.4em;  background: transparent url('../images/arrows/arrow_right_brown.gif') 0 12px no-repeat;color: #F79246; text-decoration: none; width:250px; padding: 0 0 0 18px;}
.side_nav li a:hover { color: #484139;}

.side_box { margin-top: 24px; }
.side_box .listing { width: 268px; }

.side_listing { width: 100%; border-bottom: 1px solid #d9d3c9; padding: 8px 0; }
.side_listing h3 {font-size: 1.1em; margin-bottom: 2px; line-height: 1.2em;}
.side_listing h2 {font-size: 1.6em; line-height: 1.3em;}
.side_listing h4 span { font-weight: normal;}


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

.stay_connected { width: 912px; height: 80px; background: transparent url(../images/bg/bg_stay_connected.jpg) 0 0 no-repeat; margin-top: 24px; }

.btn_twitter { display:block; width: 107px; height: 22px; text-indent: -9999px; background: transparent url(../images/btn/btn_twitter.jpg) top left no-repeat; float: left; margin: 26px 0 0 330px; }
.btn_twitter:hover { background-position: top right;}

.btn_facebook { display:block; width: 107px; height: 23px; text-indent: -9999px; background: transparent url(../images/btn/btn_facebook.jpg) top left no-repeat; float: left; margin: 26px 0 0 60px; }
.btn_facebook:hover { background-position: top right;}

.btn_vimeo { display:block; width: 83px; height: 24px; text-indent: -9999px; background: transparent url(../images/btn/btn_vimeo.jpg) top left no-repeat; float: left; margin: 26px 0 0 60px; }
.btn_vimeo:hover { background-position: top right;}


.footer p { font-size: 1.1em; margin: 16px 0; color: #777067; }
.footer h2 { float: right; display: inline; margin-top: 15px; width: 199px; height: 17px;}
.footer h2 a { display: block; width: 199px; height: 17px; text-indent: -9999px; outline: none; background: transparent url('../images/church_media_group.gif') top left no-repeat; padding: 0; }
.footer h2 a:hover { background-position: bottom left;}

h4.connect_header { padding-bottom: 5px; border-bottom: 5px solid #eae3db; font-size: 2em; margin-top: 20px; }

