/*

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


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

html {height: 100%;}
body { background: #000000; font: normal 62.5% Arial, Helvetica, sans-serif; color: #9a988b; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #333; }
p { font-size:1.4em; line-height:2em; margin:12px 0; }
strong { color: #ffffff; }

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

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


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

.container { width:808px; margin:0 0 0 76px; background:transparent url(../images/bg_body.jpg) 0 0 no-repeat; padding:101px 0 20px 0; }
.footer { width:100%; border-top:4px solid #1a1a1a; margin-top: 40px;}
.footer p { font-size: 1.1em; margin: 16px 0; color: #3f3f3c;}

h1 { margin-bottom: 60px; }
h1 a {display: block; width: 461px; height: 121px; text-indent: -9999px; background: transparent url(../images/shalom_zambia.jpg) top left no-repeat;}

h2 { font-size:2.4em; font-weight:bold; color: #ffffff; font-family: Helvetica, Arial, sans-serif; margin: 50px 0 14px 0; }
h2 span { font-size: .7em; font-weight: normal; }
img { margin: 40px 0 40px 0 }

.btn_donate {display: block; width: 271px; height: 64px; text-indent: -9999px; background: transparent url(../images/button.jpg) top left no-repeat;}
.btn_donate:hover {background-position:top right;}



