/*

	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, 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;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


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

html {height: 100%;}
body { background: #eeeeee; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #666666; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:2.2em; 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; color: #999999; }

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

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


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

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

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

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

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

body.home a#home, body.home a#home:hover,
body.about a#about, body.about a#about:hover,
body.services a#services, body.services a#services:hover,
body.store a#store, body.store a#store:hover,
body.rental a#rental, body.rental a#rental:hover,
body.studies a#studies, body.studies a#studies:hover,
body.video a#video, body.video a#video:hover { color:#ffffff; background: transparent url(../images/bg/bg_nav_active.gif) bottom center no-repeat; text-decoration: none; }

.btn_learn_more { display:block; width: 112px; height: 34px; text-indent: -9999px; background: transparent url(../images/btn/btn_learn_more.jpg) top left no-repeat; }
.btn_learn_more:hover { background-position: bottom left;}


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

.container { width:960px; margin: 0 auto; background: transparent url(../images/bg/bg_container.gif) 0 0 repeat-y; padding: 0 5px; }
.header { width:960px; margin: 0 auto; padding: 0; overflow: hidden;}
.content { width:912px; margin: 0 auto; padding: 24px; }
.main { width:620px; float:left; margin: 0 0 0 0; }
.sidebar { width:268px; float:right; margin: 0 0 0 0;}
.footer { width: 912px; margin: 0 auto; padding: 24px; color: #778180; overflow: hidden; border-top: 12px solid #e8e8e8; }


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

.site_index { background: #333; border-bottom: 5px solid #282828; overflow: hidden; width: 936px; padding: 16px 0 24px 24px; }
.site_index ul { width: 162px; float: left; display: inline; margin-right: 24px }
.site_index ul li { border-bottom: 1px solid #3a3a3a; font-size: 1.2em; padding: 4px 0;}
.site_index ul li.title { font-size: 1.4em; }


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

.header h1 { float: left; display: inline; margin: 24px 0 0 24px; }
.header h1 a { display: block; width: 70px; height: 70px; text-indent: -9999px; background: transparent url(../images/agi_professional.gif) top left no-repeat; }
.header_content { width: 60%; float: right; display: inline; margin: 0 24px 0 0; text-align: right; overflow: hidden; }
.header_content p { margin-bottom:6px; }
.tab_index { margin: 0; float: right; display: inline; width: 100%; overflow: hidden; margin-bottom: 20px;}
.tab_index a { background: #282828; padding: 8px 0; display: block; width: 100px; float: right; display: inline; font-size: 1.2em; text-align: center; color: #fff;}
.main_nav { overflow: hidden; width: 100%; background: #4fbaea url(../images/bg/bg_nav.gif) bottom left repeat-x; margin-top: 24px; }
.main_nav li { float: left; display:inline; font-size: 1.6em; margin:0 40px 0 24px; font-family: Helvetica, Arial, Verdana, sans-serif; }
.main_nav li.last { margin:0 0 0 28px;}
.main_nav li a {padding: 14px 0; display: block; text-decoration: none; }
.main_nav li a:hover {text-decoration: none; }

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

.h3_style { font-weight: normal; color: #888888; }
.main h4, .full h4 { font-size: 1.6em; margin: 20px 0; }

.about_box { width: 572px; padding: 24px; background: #e7f5fc; overflow: hidden; }
.video_box { width: 322px; float: right; display: inline; margin-left: 24px; }

.h3_title { margin-bottom: 10px; }
.blog_list { width: 100%; border-bottom: 1px solid #e8e8e8; padding: 8px 0; overflow: hidden; }
.blog_list .date { width: 12%; float: left; display: inline; }
.blog_list .listing { width: 88%; float: right; display: inline; }
.blog_list h4 { font-size: 1.6em; margin: 0; }
.blog_list p { margin: 3px 0 0 0; }

.product_top { height: 148px; width:100%; position: relative; padding-top: 6px; }
* html .product_top { height: 160px; }
.sidebar .product_top { padding-top: 18px; }
.products h5 {font-size: 1em; text-transform: uppercase; margin: 0 0 6px 0; color: #666666; }
.products h4.product_title, .sidebar.products h4.product_title { font-size: 1.6em; margin:0 0 16px 0; color: #333333; }
.clearance_title { width:100%; padding-bottom: 0; background: transparent url(../images/icons/icon_clearance.gif) 48% 0 no-repeat;}
.prices { font-size: 1.2em; margin: 0 0; }
.red { color: #ff0000;}
div.btn { position: absolute; bottom: 16px; left: 0; z-index: 99;}
.store_info { border-top: 3px solid #e8e8e8; padding-top:4px; clear: both; }
.product_image { position: absolute; bottom: 16px; right: 0; z-index: 99;}

.case_studies_box { width: 100%; background: #555555; padding: 24px 0 8px 0; }
.case_studies_box h3{ width: 572px; margin: 0 0 16px 24px; color: #ffffff;}
.case_study { width: 174px; float: left; margin-left: 24px; display: inline; }
.case_study img { border: 3px solid #7b7b7b; margin-bottom: 16px; }
.case_study h4 { font-size: 1.4em; color: #42b5e8; margin: 0; }
.case_study p { color: #ffffff;}

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

.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 { float: left; display: inline; margin: 16px 28px 24px 0; }

.staff_box { margin-top: 20px; }
.staff { width: 131px; margin-right: 24px; float: left; display: inline; text-align: center; height: 230px; }
.staff h3 { font-size: 1.2em; margin: 8px 0 2px 0; }

.staff_info { width: 200px; float: left; display: inline; }
.staff_image { margin-top: 14px; }
.staff_content { width: 396px; float: right; display: inline; }

.staff_content h4 { font-size: 1.6em; margin: 0 0 2px 0; }
.main_content h4.staff_title { font-size: 2.4em; }
.staff_title span { font-size: .75em; font-weight: normal; margin-left: 8px; }
.staff_title span img { vertical-align: bottom; margin:0 0 2px 12px; }

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


.testimonies { width: 86%; border-left:6px solid #e8e8e8; padding-left: 24px; margin: 24px 0; font-style: italic; margin-left: 24px;}
.testimony_name { font-weight: bold; }
.btn_testimony { display:block; width: 157px; height: 29px; text-indent: -9999px; background: transparent url(../images/btn/btn_testimony.gif) 0 0 no-repeat; }
.btn_testimony:hover { background-position: 0 0;}

.main_content ul.secondary_nav { overflow: hidden; width: 100%; background: #eeeeee; }
.main_content ul.secondary_nav li { display: inline; float:left; margin: 0 0 0 0; padding:0 0 0 0; border-right: 1px solid #cccccc; }
.main_content ul.secondary_nav li a { display:block; padding: 8px 16px; font-size: 1.3em; background: #eeeeee; color:#333333; margin: 0;}
.main_content ul.secondary_nav li a:hover { background: #ffffff; color:#333333; text-decoration: none;}

.main_content ul.secondary_nav li.active a { background: #ffffff; color:#333333; text-decoration: none; }

.case_study_photos { border: 8px solid #cccccc; margin:16px 0 0 0; }

.site_map_list { width: 14%; float: left; display: inline; padding-right: 15px; }
.full .site_map_list li { font-size: 1.1em; 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;}

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

.main_content ul.glossary-nav { width:100%; overflow:hidden;}
.main_content ul.glossary-nav li { float:left; display:inline; list-style: none; margin: 0 13px 0 0; padding: 0; color: #999999; font-size: 1.6em; font-weight: bold; }
.main_content ul.glossary-nav li.last { margin: 0; }
.main_content ul.glossary-nav li a {color:#333333;}
.main_content ul.glossary-nav li a.selected, .main_content ul.glossary-nav li a.selected:hover  {color:#42b5e8;}

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

.main_content .brands_listing ul { margin: 0; }
.main_content .brands_listing ul li { margin: 0; list-style: none; width: 100%; padding: 6px 0; border-bottom: 1px solid #dddddd; font-size: 1.2em; }
.main_content .brands_listing ul li.last { border-bottom: none; }
.main_content .brands_listing ul li a { display: block; }
.main_content .brands_listing ul li:hover { background: #fffccb;}



/* 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: 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_buy.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 12px; 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;}

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 h4 { font-size: 1.6em; color: #555555; margin: 24px 0; }
.side_nav {background: #f5f5f5; width: 234px; padding: 8px 16px; border: 1px solid #e0e0e0;}
.side_nav li { border-bottom: 1px solid #ddd; font-size: 1.6em; background: transparent url(../images/arrows/arrow_blue.gif) 0 50% no-repeat; padding-left: 16px; }
.side_nav li a { display: block; width: 100%; padding: 6px 0;}
.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; }

.sidebox { margin-top: 24px; background: #f5f5f5; width: 234px; padding: 16px; border: 1px solid #e0e0e0;}


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

.footer p { font-size: 1.2em; margin: 0; }
.footer h2 { float: right; display: inline; margin-top: 12px; }
.footer h2 a { display: block; width: 216px; 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; }
.copyright { width: 849px; float: right; display: inline; }
.copyright p { margin-bottom: 5px; }
.copyright p.last { margin-bottom: 0; }


