/*

	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: #1c0b00 url(bg_body.jpg) top center no-repeat; font: normal 62.5% Courier, Arial, Helvetica, Verdana, sans-serif; color: #76634c; height: 100%;}

h1 { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.2em; color: #ffffff; letter-spacing: .3em; margin-top: 34px;}

.btn_vote { display: block; width: 366px; height: 88px; text-indent: -9999px; background: transparent url(btn_vote.png) top left no-repeat; margin: 0 0 0 217px;}
.btn_vote:hover { background-position: bottom left;}

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

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


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

.container { width: 800px; padding: 525px 0 100px 0; position: relative; margin: 0 auto 0 auto; text-align: center}

.footer { width: 100%; border-top: 1px dashed #432813; margin: 40px 0 0 0;}
.footer ul { width: 100%; height: 27px; background: transparent url(btn_social_links.png) 0 0 no-repeat; margin: 34px 0 0 0;}
.footer ul li { float: left; display: inline; height: 27px; text-indent: -9999px;}
.title { width: 265px;}
.footer ul li a { display: block; height: 27px; text-indent: -9999px; background: transparent url(btn_social_links.png) 0 0 no-repeat; }
#facebook { width: 143px; background-position: -265px 0; }
#facebook:hover { background-position: -265px -27px; }
#twitter { width: 136px; background-position: -408px 0; }
#twitter:hover { background-position: -408px -27px; }
#myspace { width: 175px; background-position: -544px 0; }
#myspace:hover { background-position: -544px -27px; }
#youtube { width: 81px; background-position: -719px 0; }
#youtube:hover { background-position: -719px -27px; }
