/* =============================================================================
   Resets (Do not edit unless necessary)
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
body { margin: 0; padding: 0; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1, h2, h3 { font-weight: normal; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }


a, img {
	border: none;
	outline: none;
}

body {
	background: url(../images/splash/background.png) no-repeat center 0 fixed #FBECDB;
	font-family: 'Helvetica', sans-serif;
	font-weight: 100;
}

.content {
	margin: auto;
	width: 900px;
}

.logo {
	margin: 5px 0 0 0;
	width: 900px; height: 135px;
}

.tour-dates {
	list-style: none;
	column-count: 2;
	column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-count: 2;
	-moz-column-count: 15px;
}

	.tour-dates li {
		margin: 0 0 0 30px;
		width: 100%;
	}

.tour-banner {
	font-size: 24px;
	margin: auto;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.tour {
	margin: 15px 0 0 0;
	position: relative;
	width: 100%; height: auto;
}

	.tour h2 {
		margin: 0;
		padding: 10px 0;
		text-align: center;
	}
	
		.tour a {
			color: #000000;
			display: block;
			font-weight: 900;
			margin: -10px auto 0 auto;
			text-align: center;
			text-decoration: none;
		}
		
.us {
	display: block;
	position: absolute;
		top: 30px;
		right: 15px;
	width: 164px; height: 43px;
	z-index: 999;
}

.europe {
	display: block;
	margin: 0 0 0 -161px;
	position: absolute;
		top: 80px;
		left: 50%;
	width: 320px; height: 40px;
	z-index: 999;
}

.festivals {
	margin: 30px 0 0 0;
}

	.festivals h2 {
		margin: 15px 0 -10px 0;
		text-align: center;
	}

.festivals, .festival_locations {
	overflow: auto;
	width: 900px; height: auto;
}

.festival_locations {
	margin: -50px 0 0 0;
}

.festival_locations p {
	font-family: 'Gill Sans', sans-serif;
	font-size: 15px;
	font-weight: light;
	margin: 0 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.festival {
	float: left;
	margin: 0 0 15px 12px;
	width: 170px; height: 100px;
}

	.festival h2 {
		font-size: 12px;
	}

.festival_first {
	float: left;
	margin: 0 0 15px 2px;
	width: 170px; height: 100px;
}

	.festival_first img, .festival img {
		margin: 10px 0 0 0;
	}
	

.videos {
	margin: 350px 0 0 0;
	overflow: auto;
	width: 900px; height: 300px;
}

.video {
	float: left;
	overflow: hidden;
	width: 531px; height: 300px;
}

	.video ul {
		float: left;
		margin: 0;
		padding: 0;
		width: 9999px;
	}
	
		.video li {
			float: left;
			width: 531px; height: 300px;
		}

.video_thumbnails {
	float: right;
	overflow: hidden;
	width: 350px; height: 300px;
}

	.video_thumbnails a {
		background: #000000;
		float: right;
		margin: 0 0 15px 15px;
		width: 100px; height: 90px;
	}

.album_info {
	margin: 15px 0 0 0;
	width: 900px; height: 290px;
}

.social {
	margin: 15px 0 0 0;
	width: 900px; height: 290px;
}

.panel1, .panel2, .panel3 {
	background: rgba(255,255,255,.5);
	float: left;
	width: 290px; height: 290px;
}

.social .panel2 {
	padding: 10px;
	width: 270px; height: 270px;
}

	.panel2 a {
		color: #000000;
		text-decoration: none;
	}
	
		.panel2 a:hover {
			color: #333333;
		}
		
			.panel2 li {
				border-top: 1px solid #AAAAAA;
				font-size: 11px;
				margin: 0;
				padding: 5px 0;
			}
			
				.panel2 li a {
					color: #333333;
				}
				
					.panel2 li a:hover {
						color: #666666;
					}
			
						.panel3 h3, .panel2 h3 {
							font-family: 'Gill Sans', sans-serif;
							font-size: 22px;
							font-weight: light;
							margin: 0 0 5px 0;
						}

.panel2, .panel3 {
	margin: 0 0 0 15px;
	overflow: hidden;
}

	.panel2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

.panel1 {
	overflow: hidden;
	padding: 0;
}

.panel3 ul {
	font-size: 11px;
	list-style: none;
}
	
	.panel3 li {
		border-top: 1px solid #AAAAAA;
		overflow: auto;
		padding: 5px 0;
	}
	
		.social .panel3 a {
			color: #000000;
			font-weight: 900;
			float: right;
			margin: 0 0 0 30px;
			text-decoration: none;
		}
		
			.social .panel3 a:hover {
				color: #666666;
			}
	

.date {
	float: left;
}

.location {
	float: right;
}

#feature {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1000px; height: 290px;
}
	
	#feature li {
		color: #FFFFFF;
		display: block;
		float: left;
		position: relative;
		width: 290px; height: 290px;
	}

.release_date {
	background: rgba(255,255,255,.5);
	font-family: 'Gill Sans', sans-serif;
	font-size: 30px;
	font-weight: light;
	margin: 15px 0 0 0;
	padding: 10px;
	text-align: center;
	width: 880px; height: 35px;
}

.navigation, .footer, .purchase {
	background: rgba(255,255,255,.5);

	margin: 15px 0 0 0;
	padding: 10px;
	width: 880px; height: 35px;
}

	.navigation a, .footer a {
		color: #000000;
		font-weight: 900;
		line-height: 35px;
		text-decoration: none;
		width: auto; height: 30px;
	}
	
.purchase p {
	color: #000000;
	float: left;
	font-family: 'Gill Sans', sans-serif;
	font-size: 20px;
	font-weight: light;
	margin: 0 0 0 35px;
	line-height: 40px;

}

.purchase a {
	float: left;	
	margin: 0 0 0 30px;
}
	
.footer {
	margin: 0 0 15px 0;
}

	.footer a {
		float: right;
		margin: 0 0 0 15px;
	}

		.footer form {
			float: left;
			margin: -2px 0 0 0;
			padding: 0;	
		}
		
			.footer input[type="email"] {
				border: none;
				float: left;
				font-family: 'Lucida Grande', sans-serif;
				font-size: 15px;
				font-weight: 100;
				padding: 0 5px;
				outline: none;
				width: 150px; height: 35px;	
			}
			
				.footer input[type="submit"] {
					background: #000000;
					border: none;
					color: #FFFFFF;
					cursor: pointer;
					float: left;
					font-size: 12px;
					font-weight: 900;
					width: 100px; height: 35px;	
				}
				
					.footer p {
						float: left;
						font-family: 'Lucida Grande', sans-serif;
						font-size: 14px;
						font-weight: 500;
						margin: 0 10px 0 0;
						text-align: center;
					}
				
.enter {
	color: #000000;
	font-family: 'Gill Sans', sans-serif;
	font-size: 25px;
	font-weight: light;
	margin: 15px 0 0 0;
	text-align: center;
}

	.enter a {
		background: rgba(255,255,255,.5);
		color: #000000;
		display: block;
		line-height: 50px;
		margin: auto;
		text-decoration: none;
		width: 250px; height: 50px;
	}
	
		.enter a:hover {
			background: rgba(255,255,255,.7);
			color: #333333;	
		}

.nominee {
	color: #000000;
	font-size: 12px;
	margin: 15px 0 70px 0;
	text-align: center;
}

	.nominee a {
		color: #000000;
		font-weight: 900;
		text-decoration: none;
	}
	
		.nominee a:hover {
			color: #333333;
		}
		
.inactive {
	color: #999999;	
}