/* Basic elements */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #ffebd4;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	height: 100%;
}

fieldset, img {
	border: none;
}

a:link, a:visited, a:active {
	color: #482e4d;
	text-decoration: none;
}

a:hover {
	color: #F7921E;
	text-decoration: none;
}

h1,h2,h3 {
	color: #482e4d;
}

ul, li {
	list-style-type: none;	
}

#admin_login label, #admin_login input {
	float: left;
	clear: left;
}

.wrapper {
	background: url(../img/header_bg.jpg) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

.container {
	margin: 0 auto;
	width: 760px;
	overflow: auto;
	position: relative;
}

.push {
	clear: both;
	height: 120px;
}

.footer {
	height: 100px;
	position: relative;
	width: 100%;
	background: url(/img/footer_bg.jpg) repeat;
}

.footer_content {
	width: 760px;
	margin: 0 auto;
	position: relative;
	color: #F7921E;
}

.footer_content ul {
	padding: 20px 0px 15px;
	text-align: center;
}

.footer_content ul.right li {
	display: inline;
	margin-right: 15px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: white;
}

.footer a:hover {
	color: #F7921E;
}

.header {
	height: 200px;
	margin-bottom: 20px;
	position: relative;
}

.content {
	padding: 10px 20px;
	line-height: 140%;
	width: 500px;
	float: left;
}

.content h3.title {
	width: 480px;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 8px;
	padding: 5px 10px;
	background: url(/img/h3_style.jpg) repeat;
}

.logo {
	position: absolute;
	bottom: 1px;
	left: 100px;
}

.musician {
	position: absolute;
	bottom: 1px;
	left: 0px;
}

.sponsors {
	position: absolute;
	top: 0px;
	right: 0px;
}

.nav {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

.nav ul {
	list-style-type: none;
}

.nav ul li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
}

.nav ul li a:hover {
	color: #fff;
}

.nav ul li.omega {
	margin-right: 0px;
}

#sidebar {
	float: right;
	position: relative;
	width: 185px;
	padding: 10px;
}

#sidebar label {
	font-size: 11px;
}

#sidebar h3.title {
	color: #FFF;
	width: 174px;
	display: block;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 8px;
	padding: 6px 0px 3px 8px;
	background: url(/img/footer_bg.jpg) repeat-x;
}

#sidebar .text {
	width: 140px;
	border: 1px solid #482e4d;
	margin-bottom: 5px;
}

#sidebar .submit {
	background: url(/img/h3_style.jpg) repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#sidebar .side_content {
	margin-bottom: 20px;
}

.alpha_section {
	width: 500px;
	margin-bottom: 15px;
	position: relative;
}

.alpha_section a.top {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 10px;
}

.alpha_section a:hover.top {
	color: #FFF;
}

ul.alpha_list {
	display: block;
	margin-bottom: 20px;
}

.alpha_list li {
	display: inline;
	margin-right: 4px;
}

.band_banner {
	margin-bottom: 15px;
}

.vote_form {
	padding: 20px;
	color: #FFF;
	background: #402D4D;
	margin: 10px 0px 30px;
}

.band_name {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 20px;
	color: #482e4d;
	line-height: 90%;
}

h3.title a:hover {
	color: white;
}

.sns_list li {
	margin-bottom: 5px;
	font-weight: bold;
}

.prize_pack li {
	font-size: 12px;
	margin: 10px 0px;
	font-weight: bold;
}

.content table td {
	padding: 5px;
	font-weight: bold;
}

.content table th {
	padding: 5px;
	font-weight: bold;
	font-size: 140%;
	background: orange;
}

/* Site Meter
---------------------------------------------------*/
.sitemeter {
	position: absolute;
	left: -9999px;
	bottom: 0px;
}