/*

	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; 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: #ffffff; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #888888; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; }
h3 { font-weight:normal; color: #000000; font-size:2em; margin-bottom: 20px; font-family: Helvetica, Arial, Verdana, sans-serif;}
p { font-size:1.4em; 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; }


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

.container { width:98%; margin: 0 auto; padding: 0 0; }
.header { margin-bottom: 40px; padding-top: 30px; width: 100%; border-bottom: 4px solid #e8e8e8; padding-bottom: 16px; }
.content { margin: 0 auto 10px auto; padding: 0; background: #ffffff;}
.footer { margin: 0 auto; padding: 10px 0 24px 0; overflow: hidden; }

h1 { font-size: 3.6em; font-weight: normal; }
h3 { width: 100%; }
h4 { margin: 24px 0 0 0; }

.back { display: none; }



/* Events & Calendar
______________________________________________________________________________________ */


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

.copyright p { font-size: 1.1em; margin: 20px 0 4px 0; }
.copyright p.last { margin-bottom: 0; }



