/*-----------------------
American Idiot Stylesheet
Global Styles
-----------------------*/

* {
	margin: 0;
	padding: 0;
	-moz-outline: none;
}

a{
	outline: none;
}

body {
	font: 12px Arial, sans-serif;
}

ul {
	list-style-type: none;
}

a, a img {
	outline-style: none;
}

/*-----Global Classes-----*/
.float {
	float: left;
	display: inline;
}

.cleared {
	clear: both;
}
.button {
	display: block;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

/*-----Global Modules-----*/
#container {
	width: 1000px;
	margin: 0 auto;
}

#left {
	width: 280px;
	padding: 28px 0 0 0;	
}

#left h1, #left ul li a, .hideTxt {
	text-indent: -9999px;
}

#left h1 {
	width: 247px;
	height: 263px;
	background: url(/img/logo.gif) no-repeat 0 0;
}

#left ul {
	margin: 26px 0 19px 0;
}

#left ul li a {
	display: block;
	margin: 4px 0 5px 0;
}

#left ul li a:hover, #left ul li a.on {
	background-position: left bottom;
}

	#navHome {
		width: 229px;
		height: 62px;
		background: url(/img/nav_home.gif) no-repeat 0 0;
	}

	#navAbout {
		width: 180px;
		height: 37px;
		background: url(/img/nav_about.gif) no-repeat 0 0;
	}

	#navTickets {
		width: 272px;
		height: 77px;
		background: url(/img/nav_tickets.gif) no-repeat 0 0;
	}

	#navNews {
		width: 279px;
		height: 40px;
		background: url(/img/nav_news2.gif) no-repeat 0 0;
	}

	#navTeam {
		width: 165px;
		height: 49px;
		background: url(/img/nav_team.gif) no-repeat 0 0;
	}

	#navMedia {
		width: 288px;
		height: 83px;
		background: url(/img/nav_media.gif) no-repeat 0 0;
	}
	
	#navMerch {
		width: 117px;
		height: 47px;
		background: url(/img/nav_merch.gif) no-repeat 0 0;
	}
	
	#navContest {
		width: 269px;
		height: 55px;
		background: url(/img/nav_contest.gif) no-repeat 0 0;
	}

#right {
	width: 685px;
	padding: 28px 0 0 26px;
}

.privacy {
	margin: 0 0 30px 0;
	text-align: left;
	position: relative;
	top: 25px;
}

/*-----Link States-----*/

a img {
	border: none;
}

a:link {
	color: #cd181f;
	text-decoration: underline;
}

a:visited {
	color: #cd181f;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #cd181f;
	text-decoration: underline;
}

/*-----Global Subnav-----*/

#subnav {
	margin: 20px 0 0 0;
}

#subnav li {
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

#subnav a {
	display: block;
}

#subnav li a:hover, #subnav li a.on, #list li a:hover, #list li a.on {
	background-position: left bottom;
}


#footer{
	background-color: #000;
	height: 87px;
	width: 100%;
	margin-top: 15px;
}

#foot{
	width: 1024px;
	margin: 0 auto;
	background-image: url(/img/footerbg.jpg);
	height: 87px;
	position: relative;
}

#foot a{
	color: #cd181f;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#foot input{
	display: inline;
}

#privacy{
	position: absolute;
	top: 60px;
	left: 30px;
}

#contact{
	position: absolute;
	top: 60px;
	left: 120px;
}

#socialbuttons{
	position: absolute;
	top: 42px;
	left: 300px;
}

#emailform{
	position: absolute;
	top: 20px;
	left: 450px;
}

#emailform #email_address{
	position: relative;
	top: -10px;
}

#mobileform{
	position: absolute;
	top: 20px;
	left: 780px;
}

#mobileform #area_code,#mobileform #first,#mobileform #last{
	position: relative;
	top: -10px;
}

#emailform, #mobileform{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

#video{
	margin: 15px 0;
}

#right img{
	margin-right: 22px;
}

#email_address {
	width: 187px;
}

#area_code, #first {
	width: 23px;
}

#last {
	width: 31px;
}

input {
	padding: 4px;
	border: 1px solid #000;
}

input.button {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	border: none;
}