/* @group 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;
}
/* @end */
body{
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #f5f5f5;
	background-color: #251D17;
}
h1 {
	display: block;
	width: 480px;
	height: 120px;
}
h1 a{
	display: block;
	text-indent: -2000em;
	width: 480px;
	height: 120px;
	background: url(logo.png) no-repeat 0 0;
}
#announcement{
	width: 100%;
	height: 80px;
	background: black;
	color: #eee;
}
#announcement h2{
	width: 960px;
	margin: 0 auto;
	line-height: 80px;
	text-align: center;
}
#announcement h2 a{
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #eee;
	line-height: 80px;
	
}
#announcement h2 a:hover{
	color: #600;
}
#container{
	width: 600px;
	margin: 50px auto 0 auto;
	text-align: left;
}
#ad-unit{
	width: 160px;
	height: 600px;
	float:left;
}
#central{
	width: 400px;
	margin: 0 0 0 20px;
	float: left;
}
input#what{
	font-size: 20px;
	color: #898886;
	background: #1E1712;
	padding: 8px;
	width: 400px;
	margin: 0 28px;
	border: 4px solid #898886;
}
p.text{
	clear: both;
}
label.text{
	display: block;
	font-size: 20px;
	color: #898886;
	padding: 8px;
	width: 150px;
	margin: 0 0 0 28px;
	float: left;
	text-align: left;
}
input.text{
	font-size: 20px;
	color: #898886;
	background: #1E1712;
	padding: 8px;
	width: 220px;
	margin: 0 28px 10px 10px;
	border: 4px solid #898886;
	float: left;
}
#response{
	display: none;
}
.form_ctnr p, #finish{
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin: 0 0 18px;
}
#finish strong, .form_ctnr p strong{
	color: #D34115;
	font-weight: normal;
}
.form_ctnr p em{
	color: #898886;
	font-weight: normal;
}
input#go{
	font-size: 20px;
	color: #D34115;
	background: #1E1712;
	padding: 8px;
	width: auto;
	margin: 0 28px 10px 10px;
	border: 4px solid #1E1712;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	float: left;
	cursor: hand;
}

ul#twitter_update_list li{
	font-size: 18px;
	line-height: 1.5em;
	margin: 20px 10px;
}
ul#twitter_update_list li a{
	color: #D34115;
	text-decoration: none;
}
ul#twitter_update_list li span a{
	color: #D34115;
	background: #564335;
	padding: 3px;
	text-decoration: none;
}
ul#twitter_update_list li span a:hover{
	color: #ff4115;
	background: #2b211a;
	padding: 3px;
	text-decoration: none;
}