/*

	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 { background: #071727; height: 100%;}
body {  font: normal 62.5% Arial, Helvetica, sans-serif; color: #555; padding-top: 0px; height: 100%; }

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #333; }
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;}

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

.ten { font-size:1em; }
.eleven { font-size:1.1em; }
.twelve { font-size:1.2em; }
.fourteen { font-size:1.4em; }
.sixteen { font-size:1.6em; }
.eighteen { font-size:1.8em; }
.twenty { font-size:2em; }
.twentytwo { font-size:2.2em; }
.twentyfour { font-size:2.4em; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #000;}
a:visited { color: #000;}
a:hover { color: #a90000;}
a:active { color: #000;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container {background: #1d3548 url(../images/bg/bg_body.jpg) top left repeat-x;}
h2.page_title { font-size: 2em; color: #a2d06a; margin-bottom: 26px; padding-top: 0; }

.code_box { width: 460px; float: right; display: inline; margin-top: 65px; text-align: left; }
.code_box h3 { color: #ffffff; font-size: 1.1em; margin-bottom: 20px; }
.code_box div {width: 412px; padding: 20px; background: #234054; border: 1px solid #305269; }
.code_box div code { line-height: 1.4em; color: #ffffff; }

.player { float: left; display: inline; width: 390px; }
.flash_box { width: 880px; height:710px; margin: 0 auto; color: #ffffff; font-size: 1.4em; overflow: hidden; }
.widget { height:450px; padding-top: 30px; }

.footer_box { background: #071727; color: #213a52; font-size: 1em; margin-top:20px; padding-top: 2px; border-top: 4px solid #05111d; }
.footer { width: 788px; margin:0 auto; overflow: hidden; }
.footer p { float: left; display: inline;}
.footer h2 { float: right; display: inline; margin-top: 12px;}
.footer h2 a { display: block; width: 119px; height: 11px; text-indent: -9999px; background: transparent url(../images/church_media_group.gif) top left no-repeat; }
.footer h2 a:hover { background-position: right top; }

