/*

	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 Blue #013976
	Dark Red #a14c25
	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;}
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 {}
body { background: #ece8db; font: normal 62.5% Arial, Helvetica, sans-serif; color: #837d70; }

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #514c40; }
p { font-size:1.2em; line-height:1.5em; 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 { width: 558px; margin: 20px auto; background: #fff; padding: 20px 20px 0 20px; border-top: 1px solid #dad4c1; border-right: 4px solid #dad4c1; border-bottom: 4px solid #dad4c1; border-left: 1px solid #dad4c1; }
.header { width:100%; margin-bottom:20px; text-align: center; overflow: hidden;}
.content { width:100%; margin-bottom:24px; }
.main { width:650px; float:right; }
.sidebar { width:258px; float:left; margin-right: 24px; }
.footer { width:100%; padding-top:12px; border-top:6px solid #ccc;}


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

.header h3 { color: #a14c25; font-size: 1.6em; margin-top: 10px; }
.header p { color: #a14c25; margin: 2px 0 0 0;}
.header a { color:#a14c25; text-decoration:underline; }
.header a:hover, .header a:active { color:#013976; }


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

.page_title { width: 100%; font-size: 1.6em; color: #013976; margin-bottom:20px; border-top:1px solid #c7dcec; border-bottom:1px solid #c7dcec; padding: 12px 0; text-align: center; background: #e6f3fd; }
.highlight { background: #fcfab7; padding: 6px 0; width: 100%; text-align: center; margin:20px 0; }

.overflow { overflow: hidden; margin-bottom: 30px; }
.primary_add { width:46%; float:left; display:inline; }
.added_registrant { width: 100%; border-bottom: 1px dashed #cccccc; }
.added_registrant p { margin: 6px 0;}
.added_registrant img { float: right; margin-top: 8px;}

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



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

