html { background-color: #000; }

body {
	width: 800px;
	margin: 0 auto 30px;
	padding: 0;
	color: #ADAEAF;
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}

p, h1, h2, h3, h4 {
	margin: 0 0 1em;
	padding: 0;
}

a {
	color: #F7941E;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#header {
	position: relative;
	height: 630px;
	background-image: url("header_bg.jpg");
}

#header h1 {
	position: absolute;
	top: 11px;
	left: 224px;
	width: 354px;
	height: 235px;
	margin-bottom: 0;
	background-image: url("v-drums_contest_badge.jpg");
}

#header h1 a {
	display: block;
	position: absolute;
	top: 46px;
	left: 140px;
	width: 84px;
	height: 26px;
	margin-bottom: 0;
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	top: 258px;
	right: 27px;
	width: 134px;
	height: 73px;
	margin-bottom: 0;
	text-indent: -9999px;
	background-image: url("v-drums_contest_logo.png");
}

#content h3 {
	height: 69px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-image: url("title.png");
}

#content h4 {
	margin-bottom: .5em;
	font-size: 18px;
	color: #FFF;
}

#left {
	float: left;
	width: 188px;
}

#left p { font-style: italic; }

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li {
	padding: 0 0 2px 20px;
	/*color: #F7941E;*/
	background: url("bullet.png") no-repeat 6px 5px;
}

#left ul li.date {
	padding: 8px 0;
	color: #FFF;
	background: none;
}

#left #like_button { margin: 20px; }

#right {
	float: left;
	width: 582px;
	margin-left: 30px;
}

#right p.error {
	padding: 8px 8px 8px 56px;
	color: #CCC;
	font-size: 14px;
	border: #ED1D24 1px solid;
	background: #222 url("warning.gif") no-repeat 8px 8px;
}

#right p.intro {
	font-size: 14px;
	margin-bottom: 1.5em;
}

#entry_form fieldset {
	margin-bottom: .8em;
	padding: 4px 8px 8px 8px;
	border: #333 1px solid;
}

#entry_form legend {
	color: #F7941E;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#entry_form table.age_group td { padding-right: 12px; }

#entry_form table.text_input input {
	border: #666 1px solid;
	background-color: #E0E0E0;
	margin-bottom: 4px;
}

#entry_form td.pad_left { padding-left: 16px; }

#entry_form td.light {
	padding-left: 4px;
	color: #404040;
	font-size: 12px;
}

#entry_form div.div_hr {
	margin: 1em;
	border-bottom: #333 1px solid;
}

#entry_form p.instructions {
	margin-bottom: .5em;
	color: #555;
	font-style: italic;
}

#entry_form p.red { color: #ED1D24; }
#entry_form p.insider { margin: .8em 0 .2em; }

#entry_form p.submit {
	margin-bottom: .5em;
	text-align: center;
}

#footer {
	clear: left;
	height: 53px;
	margin-top: 20px;
	background-image: url("footer_logos.png");
}

#footer h3 { display: none; }

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li#logo1 { width: 183px; }
#footer ul li#logo2 { width: 166px; }
#footer ul li#logo3 { width: 139px; }
#footer ul li#logo4 { width: 161px; }
#footer ul li#logo5 { width: 151px; }

#footer ul li a {
	display: block;
	height: 53px;
	outline: none;
	text-indent: -9999px;
}

#footer ul li a#link1 { width: 130px; }
#footer ul li a#link2 { width: 113px; }
#footer ul li a#link3 { width: 86px; }
#footer ul li a#link4 { width: 111px; }
#footer ul li a#link5 { width: 151px; }
