/*

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


/* 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, 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;
	font-size: 12px;
}
:focus { outline: 0;}
ul { list-style: none;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


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

html {height: 100%; background: #000000 url(../images/bg/bg_html.jpg) top center repeat-x;}
body { background: transparent url(../images/bg/bg_body.jpg) top center no-repeat; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #666666; height: 100%; }

h1, h2, h3, h4, h5, h6 { font-size:1.8em; font-weight:bold; color: #333333; font-family: Helvetica, Arial, Verdana, sans-serif; }
p { font-size:1.2em; line-height:1.4em; margin:12px 0; }
small { font-size:1.1em;}
code { font-size: 1.2em; display: block; margin-top: 6px; }

.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; }
p.last { margin-bottom: 0; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

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

.margin-top { margin-top: 24px; }


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

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

.footer a:link { color: #c60b0d;}
.footer a:visited { color: #c60b0d;}
.footer a:hover { color: #ffffff; text-decoration: underline;}
.footer a:active { color: #c60b0d;}

.site_index ul li.title a:link { color: #fff; }
.site_index ul li.title a:visited { color: #fff; }
.site_index ul li.title a:hover { color: #fff; }
.site_index ul li.title a:active { color: #fff; }

.switch_box a:link { color: #fff; }
.switch_box a:visited { color: #fff; }
.switch_box a:hover { color: #fff; }
.switch_box a:active { color: #fff; }

a.arrow {background: transparent url(../images/arrows/arrow_blue.gif) 100% 50% no-repeat; padding-right: 14px;}

.btn_more { display:block; width: 40px; height: 18px; text-indent: -9999px; background: transparent url(../images/btn/btn_more.gif) top left no-repeat; float: right; display: inline; margin: 12px 12px 0 0; }
.btn_more:hover { background-position: top right;}

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

.btn_join_a_group { display:block; width: 198px; height: 41px; text-indent: -9999px; background: transparent url(../images/btn/btn_join_a_group.gif) top left no-repeat; }
.btn_join_a_group:hover { background-position: bottom left;}

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

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

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

.btn_ask_thank_god { float:right; margin-top:38px; display:block; width: 198px; height: 41px; text-indent: -9999px; background: transparent url(../images/btn/btn_ask_thank_god.gif) top left no-repeat; }
.btn_ask_thank_god:hover { background-position: bottom left;}

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



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

.header { margin: 0 auto; padding: 0 0 26px 0; overflow: hidden; width: 100%; }
.container { width:960px; margin: 0 auto; background: transparent url(../images/bg/bg_container.gif) 0 0 repeat-y; padding: 0 0; }
.content { width:960px; padding: 0 0 20px 0; background: transparent url(../images/bg/bg_secondary.jpg) 0 0 repeat-y; overflow: hidden;}
.main { width:626px; float:left; display:inline; margin: 0; }
.sidebar { width:253px; float:right; display:inline; margin: 20px 20px 0 0; }
.bg_middle { width:960px; height: 26px; background: transparent url(../images/bg/bg_middle.jpg) 0 0 no-repeat;}
.footer {
	width: 920px;
	margin: 0 auto;
	padding: 16px 20px 20px 20px;
	color: #333333;
	overflow: hidden;
	background-color: #FFF;
}

body.home .content { background-image:none; padding: 0;}
body.no_bg .content { background: transparent url(../images/bg/bg_content.jpg) 0 0 repeat-y; }

body.home #home, body.home #home:hover { background-position: 0 -98px; }
body.about #about, body.about #about:hover { background-position: -40px -98px; }
body.events #events, body.events #events:hover { background-position: -109px -98px; }
body.media #media, body.media #media:hover { background-position: -161px -98px; }
body.contact #contact, body.media #contact:hover { background-position: -206px -98px; }
body.giving #giving, body.giving #giving:hover { background-position: -293px -98px; }


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

.homepage_content {
	width: 920px;
	padding:20px;
	background: #ffffff url(../images/bg/bg_content.jpg) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg/bg_content.jpg);
}

.homepage_content img {
	border: none;
	margin: 0;
	padding: 0;
}
#divMainRotatorNav { position:absolute; bottom:40px; left:38px; z-index:99; }
#divMainRotatorNav a { margin: 0 0 0 4px; padding: 3px 7px; background: #ffffff; text-decoration: none; color: #888888; font-size: 1.2em; }
#divMainRotatorNav a:hover { background: #454545; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a.activeSlide { background: #c60b0d; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a:focus { outline: none; }

.home_events_row { overflow: hidden; width: 100%; border-bottom: 2px solid #dddddd; padding: 14px 0 9px 0; }
.home_events_row h4 { float: left; display: inline; font-size: 3.8em; color: #aaaaaa; margin-left: 12px; line-height: 1em; padding: 0; }
.home_events_content { float: right; display: inline; width: 84% }
.home_events_content h3 { font-size: 1.4em; }
.home_events_content p { margin: 1px 0 0 0; }

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

.main h4, .full h4 { font-size: 1.6em; margin: 20px 0; }
.staff_title { font-size: .75em; font-weight: normal; margin-left: 8px; }
.staff_title img { vertical-align: bottom; margin:0 0 2px 6px; }

.page_header { margin: 0; padding:0 0; border-bottom: 2px solid #ac0608; background: #d90709 url(../images/bg/bg_titles.jpg) 0 0 repeat-x; width: 100%; overflow: hidden; height: 40px; }
.page_header h3 { margin: 13px 0 0 12px; padding: 0; font-size: 1.8em; color: #ffffff; }
.event_details_header { margin-bottom: 24px; }

.page_header h2 { font-size: 3em; font-weight: normal; color: #5d7c79; }

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

.main_content { width:626px; padding: 0 0; margin:20px 0 0 20px; }
.main_content p { line-height: 1.6em; margin: 18px 0;}
.main_content ul, .main_content dl, .main_content ol, .full ul { margin: 16px 0; }
.main_content ul li, .main_content dl dd, .full ul li { 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; }

.left_panel { width: 48%; float: left; display: inline; }
.right_panel { width: 48%; float: right; display: inline; }
.row { margin-bottom: 24px; }
.bottom_row { padding-top: 24px; border-top: 8px solid #e8e8e8; }

.main_image { margin: 24px 0 12px 0; }
.main_image_small { float: left; display: inline; margin: 0 28px 24px 0; }

.staff_box { margin-top: 24px; }
.staff { width:25%; float: left; display: inline; text-align: center; height: 230px; }
.staff h3 { 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 { margin-top: 4px; }
.staff_content { width: 64%; float: right; display: inline; }
.staff_content h4 { font-size: 1.6em; margin: 0 0 2px 0; }
.staff_content p { margin: 0 0 16px 0; }

.main_content .staff_info h4 { font-size: 1.2em; margin: 16px 0 0 0; }
.main_content .staff_networks { margin: 12px 0 0 0; padding: 0; width: 100%; overflow: hidden; }
.main_content .staff_networks li { margin: 0; padding: 0; list-style: none; float: left; display: inline; margin-right: 12px; }
.main_content .staff_networks li a { display: block; width: 16px; height: 16px; text-indent: -9999px;}
.staff_facebook, .staff_facebook:hover  { background: transparent url(../images/staff/staff_facebook.gif) 0 0 no-repeat; }
.staff_twitter, .staff_twitter:hover { background: transparent url(../images/staff/staff_twitter.gif) 0 0 no-repeat; }
.staff_myspace, .staff_myspace:hover { background: transparent url(../images/staff/staff_myspace.gif) 0 0 no-repeat; }
.staff_linkedin, .staff_linkedin:hover { background: transparent url(../images/staff/staff_linkedin.gif) 0 0 no-repeat; }
.staff_flickr, .staff_flickr:hover { background: transparent url(../images/staff/staff_flickr.gif) 0 0 no-repeat; }

.news_list { width: 100%; border-bottom: 1px solid #e8e8e8; padding: 14px 0; overflow: hidden; }
.news_list .news_date { width: 10%; float: left; display: inline; }
.news_list .listing { width: 87%; float: right; display: inline; border-bottom: 0; margin: 0; padding: 0; }
.news_list h4 { font-size: 1.4em; margin: 0; }
.news_list h5 { font-size: 1.4em; margin: 0; }
.news_list .listing h4 { margin: 0 0 0 0; }

.full { width:920px; padding: 20px 0; margin: 0 auto; }

.site_map_list { width: 25%; float: left; display: inline;  }
.full .site_map_list li { font-size: 1.2em; margin-left: 0; list-style: none; padding-left: 0; }
.full .site_map_list li.site_map_title { margin: 0 0 8px 0; padding: 0; list-style: none; font-size: 1.6em;}

.big_text { background: #d6ebc4 url(../images/icons/icon_confirmation.gif) 16px 50% no-repeat; padding: 18px 10%; width: 80%; text-align: center; margin: 24px 0; }
.big_text p { font-size: 1.6em; color: #2c8603; margin: 0; line-height: 1.3em; }


/* Media Module
______________________________________________________________________________________ */

.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: 320px; }

.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.listen { background-position: -95px 0;}
ul.media_options a.listen:hover { background-position: -95px -43px;}
ul.media_options a.buy { background-position: -189px 0;}
ul.media_options a.buy:hover { background-position: -189px -43px;}

.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;}
.table_sermons td.borders { border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; }

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;}

a.btn_give { display: block; width: 186px; height: 44px; text-indent: -9999px; background: transparent url(../images/btn/btn_give.jpg) top left no-repeat;}
a.btn_give:hover { background-position: top right;}


/* Ministries Module
______________________________________________________________________________________ */

.missions_row { margin-bottom: 26px; }
.missions_row img { float: left; display: inline; }
.missions_right_panel { float: right; display: inline; width:59%; }
.missions_right_panel h4 { margin: 0 0 0 0; }
.missions_right_panel h5 { font-size: 1.2em; margin-top: 3px; color: #888888; font-weight: normal; }
.missions_right_panel p { margin: 8px 0 0 0; }


/* Wallpaper Module
______________________________________________________________________________________ */

.download_row { margin-bottom: 26px; padding-bottom: 20px; border-bottom: 4px solid #dddddd;}
.download_left_panel { float: left; display: inline; width: 140px; height: 105px; position: relative; border: 4px solid #eeeeee; background: #eeeeee; text-align: center; }
.download_left_panel a { display: block; width: 140px; height: 105px; }
.icon_zoom { position: absolute; bottom: 0; right: 0; z-index: 1; }
.download_right_panel { float: right; display: inline; width:71%; }
.download_right_panel h4 { margin: 0 0 0 0; }
.download_right_panel h5 { font-size: 1.2em; margin-top: 3px; color: #888888; font-weight: normal; }
.download_right_panel p { margin: 8px 0 0 0; }

ul.download_items { margin: 8px 0 0 0; padding: 0; overflow: hidden; width: 100%; }
ul.download_items li { list-style: none; margin: 0; padding: 4px 0 4px 24px; float: left; display: inline; margin-right: 12px; width: 41%; font-size: 1.2em; }
.download_item_img { background: transparent url(../images/icons/icon_download_img.gif) 0 50% no-repeat; }
.download_item_pdf { background: transparent url(../images/icons/icon_download_pdf.gif) 0 50% no-repeat; }
.download_item_doc { background: transparent url(../images/icons/icon_download_doc.gif) 0 50% no-repeat; }
.download_item_xls { background: transparent url(../images/icons/icon_download_xls.gif) 0 50% no-repeat; }
.download_item_ppt { background: transparent url(../images/icons/icon_download_ppt.gif) 0 50% no-repeat; }
.download_item_mp3 { background: transparent url(../images/icons/icon_download_mp3.gif) 0 50% no-repeat; }
.download_item_mov { background: transparent url(../images/icons/icon_download_mov.gif) 0 50% no-repeat; }
.download_item_mpg { background: transparent url(../images/icons/icon_download_mpg.gif) 0 50% no-repeat; }
.download_item_pie { background: transparent url(../images/icons/icon_download_pie.gif) 0 50% no-repeat; }
.download_item_generic { background: transparent url(../images/icons/icon_download_generic.gif) 0 50% no-repeat; }


/* Events & Calendar
______________________________________________________________________________________ */

.event_row { width: 100%; }
.event_row h3 { margin-bottom: 20px; }
.event_listing { border-bottom: 1px solid #dddddd; overflow: hidden; padding-bottom: 12px; margin-bottom: 12px; width: 100%; }
.left_panel_event_listing { width: 8%; float: left; display: inline; }
.left_panel_event_listing h5 { font-size: 3.6em; font-weight: normal; color: #aaaaaa; }
.right_panel_event_listing { width: 89%; float: right; display: inline; overflow: hidden; }
.right_panel_event_listing h4 { margin: 0;}
.right_panel_event_listing p { margin: 2px 0 0 0;}

.featured_event_listing { border-bottom: 4px solid #e8e8e8; overflow: hidden; padding-bottom: 12px; margin-bottom: 12px; }
.left_panel_fevent_listing { width: 28%; float: left; display: inline;}
.left_panel_fevent_listing h5 { font-size: 3.6em; font-weight: normal; }
.right_panel_fevent_listing { width: 61%; float: right; display: inline; overflow: hidden;  }
.right_panel_fevent_listing h4 { margin: 0;}
.right_panel_fevent_listing p { margin: 2px 0 0 0;}

img.featured_event_thumb { width: 218px; height: 120px; }
img.featured_event_details { width: 626px; height: 258px; margin-bottom: 24px; }

.event_title { width: 100%; overflow: hidden; }
.back { font-size: .65em; float: right; display: inline;}

.table_events { width: 100%; border-collapse: collapse; font-size: 1.2em;}
.table_events td { padding: 10px 0; border-bottom: 1px solid #e8e8e8; }
.table_events td.titles { background: #5e6874; color: #ffffff; font-weight: bold;}
.table_events td p  { margin: 0; padding: 0; font-size: 1em; }

#calendar_box { width:100%; margin-bottom: 16px; }
#calendar_box ul#calendar_months { width:253px;height: 46px; background:#444444; 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/btn/btn_calendar_prev_month.gif) top left no-repeat; }
#calendar_box ul#calendar_months li#previous_month a:hover { background-position: bottom left; }
#calendar_box ul#calendar_months li#current_month { width:193px; color:#ffffff; font-size: 1.6em; line-height:46px; }
#calendar_box ul#calendar_months li#next_month a { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/btn/btn_calendar_next_month.gif) top left no-repeat; }
#calendar_box ul#calendar_months li#next_month a:hover { background-position: bottom left; }

#calendar_box ul#calendar_dates { width:251px; padding:0 0 0 0;margin: 0 auto; border:1px solid #cccccc; border-top: none;background: #f0f0f0; text-align: center; overflow: hidden;}
#calendar_box ul#calendar_dates li { float:left; display:inline; width:35px; height:35px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; font-size: 1.2em;}
#calendar_box ul#calendar_dates li.last_column { border-right:0; border-bottom:1px solid #cccccc; width:35px;}
#calendar_box ul#calendar_dates li.last_row { border-bottom:0;}
#calendar_box ul#calendar_dates li.last_row_column { border:0;}
#calendar_box ul#calendar_dates li.days { display:block; line-height:35px; font-weight: bold; background: #ffffff; color: #333333;}

#calendar_box ul#calendar_dates li a { display:block; line-height:35px; color:#999999; text-decoration: none;}
#calendar_box ul#calendar_dates li a:hover { background:#d5d5d5; color:#333333; text-decoration: underline;}
#calendar_box ul#calendar_dates li a.current_date { background:#c60b0d; color:#ffffff;}

.no_events { width: 90%; padding:8px 5%; text-align: center; background: #fffcc0; font-size: 1.6em; border-top:1px solid #efec9e; border-bottom:1px solid #efec9e; }


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

.sidebar_header { margin: 0; padding:0 0; border-bottom: 2px solid #ac0608; background: #d90709 url(../images/bg/bg_titles.jpg) 0 0 repeat-x; width: 100%; overflow: hidden; height: 40px; }
.sidebar_header h4 { margin: 13px 0 0 12px; padding: 0; font-size: 1.6em; color: #ffffff; }

.sidebar_header_grey { margin: 0; padding:0 0; border-bottom: 2px solid #555555; background: #777777 url(../images/bg/bg_main_titles.jpg) 0 0 repeat-x; width: 100%; overflow: hidden; height: 40px; }
.sidebar_header_grey h4 { margin: 13px 0 0 12px; padding: 0; font-size: 1.6em; color: #ffffff; }

.sidebar h3 { margin: 0 0; padding:0 5%; border-bottom: 2px solid #555555; background: #777777 url(../images/bg/bg_main_titles.jpg) 0 0 repeat-x; width: 90%; overflow: hidden; height: 40px; line-height: 44px; color: #ffffff; font-size: 1.6em;}
.side_nav { margin-bottom: 10px; width: 253px; padding: 6px 0 6px 0;}

.side_nav li { font-size: 1.8em; background: transparent url(../images/arrows/arrow_grey.gif) 0 50% no-repeat; border-bottom: 1px solid #bbbbbb; }
.side_nav li a:link, .side_nav li a:visited, .side_nav li a:hover, .side_nav li a:active { display: block; width: 93%; padding: 8px 0 8px 7%; color: #666666; }
.side_nav li.last { border: none; }

.sidebar ul.checklist { margin: 24px 0; }
.sidebar ul.checklist li { padding-left: 28px; background: transparent url(../images/icons/icon_check_small.gif) 0 50% no-repeat; font-size: 1.4em; color: #555555; margin-bottom: 6px; font-weight: bold; }

.side_box { margin-bottom: 16px; width: 100%; }

.sidebar_ads img { border: 8px solid #444444; margin-bottom: 16px; }

.side_box .event_row { width: 100%; }
.side_box .event_listing { border-bottom: 1px solid #d7d2c2; overflow: hidden; padding-bottom: 6px; margin-top: 6px; width: 100%; }
.side_box .left_panel_event_listing { width: 8%; float: left; display: inline; }
.side_box .left_panel_event_listing h5 { font-size: 2.6em; font-weight: normal; color: #999999; }
.side_box .right_panel_event_listing { width: 89%; float: right; display: inline; overflow: hidden; }
.side_box .right_panel_event_listing h4 { margin: 0; font-size: 1.2em;}
.side_box .right_panel_event_listing p { margin: 2px 0 0 0; font-size: 1.1em; line-height: 1.3em;}
.side_box .no_events { width: 90%; padding:4px 5%; text-align: center; background: #fefa9c; font-size: 1.2em; border-top:1px solid #e6e283; border-bottom:1px solid #e6e283; }

.sidebar a.btn_more_2 { display:block; width: 40px; height: 18px; text-indent: -9999px; background: transparent url(../images/btn/btn_more_2.gif) top left no-repeat; float: right; display: inline; margin: 12px 12px 0 0; padding: 0; }
.sidebar a.btn_more_2:hover { background-position: top right;}

.social_networks li { margin-bottom: 16px; }

a.btn_facebook { display: block; width: 102px; height: 22px; text-indent: -9999px; background: transparent url(../images/btn/btn_facebook.jpg) top left no-repeat;}
a.btn_facebook:hover { background-position: top right;}

a.btn_twitter { display: block; width: 100px; height: 20px; text-indent: -9999px; background: transparent url(../images/btn/btn_twitter.jpg) top left no-repeat;}
a.btn_twitter:hover { background-position: top right;}

a.btn_myspace { display: block; width: 130px; height: 23px; text-indent: -9999px; background: transparent url(../images/btn/btn_myspace.jpg) top left no-repeat;}
a.btn_myspace:hover { background-position: top right;}

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

.banner_ads { width: 920px; padding: 20px; background: #222222 url(../images/bg/bg_bottom.jpg) 0 0 repeat-x; overflow: hidden; }
.banner_ads_left { float: left; display: inline; width: 626px; overflow: hidden; }
.banner_ads_right { float: right; display: inline; width: 294px;}

.banner_ads_left img { float: left; display: inline; margin-right: 20px; }

.cmg_twitter_feed { width: 100%; height: 81px; background: transparent url(../images/bg/bg_twitter_feed.jpg) 0 0 no-repeat; }
.cmg_twitter_feed td { vertical-align: middle; margin: 0; padding: 0; padding: 0 10px 0 102px; }
.cmg_twitter_feed h3 { color: #777777; font-size: 1.4em; font-weight: normal; line-height: 1.2em;}
.cmg_twitter_feed h3 span { font-size: .7em; }
.cmg_twitter_feed h3 span a { color: #ffffff; }

.footer h2 { float: right; display: inline; margin-top: 8px; }
.footer h2 a { display: block; width: 226px; height: 19px; text-indent: -9999px; outline: none; background: transparent url(../images/church_media_group.gif) left top no-repeat; }
.footer h2 a:hover { background-position: right top; }
.footer img { float: left; display: inline; margin-top: 6px; }
.copyright { width: 91%; float: right; display: inline; margin-top: 6px; }
.copyright p { font-size: 1.1em; margin: 0 0 4px 0; }
.copyright p.last { margin-bottom: 0; }
