/*
Meyer's Browser Default Reset (http://meyerweb.com/eric/tools/css/reset/) - v1.0 | 20080212
-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }
/*
Foundation
------------------------------------------------------*/
body { color: #ccc; font: 0.85em/1.34 "Lucida Grande", arial, helvetica, sans-serif; background:#000; }
a { color: #c94b47; border-bottom:1px solid #ccc; text-decoration:none; padding:2px; }
a:hover { background:#c94b47; color:#fff; border:none; }
a:hover { text-decoration: none; }

input { font-family:Arial, Helvetica, sans-serif; width:200px; margin:5px 0 0 100px; padding:5px; font-weight:bold; font-size:1em; background:#fff; border:1px solid #ccc; clear:right; }
input:focus { background:#ffc; border:1px solid #fc6; }

input.form-submit { float:left; width:200px; border:none; padding:none; background:none; margin:5px 0 0 100px; clear:both; }

form { float:left; width:400px; clear:right; margin:5px 0 30px 0; display:block; }

#container { width:900px; margin:0 auto; }

#splash { clear: both; float:left; width:900px; height:900px; margin:0; background: url(../_img/splashbg.jpg) top left no-repeat; padding:0;}

#content { width:290px; float: left; margin:130px 0 0 23px; }

h1 { display:none; }

h2 {color: #fff; font-size:18px;  margin:20px 0 5px 0;}

h3 { color: #333;  margin:5px 0 25px 0; color:#000; }

li { margin:0 0 10px 0;}
ul { list-style:none; margin:0;}

p { font-size:.95em; line-height:1.7em; margin:10px 0 10px 0; color:#999;}

.small { font-family: "lucida grande", Tahoma, Arial, sans-serif; font-size:10px; color:#666;  margin:20px 0 0 0; }

p.bottom { color:#999; font-size:10px; }
	p.bottom a { color:#777; }
	p.bottom a:hover { color:#666; background:none; }