/* Fonts */
@import url('fonts/bebas-neue/stylesheet.css');

#navigation a,
#navigation span,
.title,
.title span,
.title a,
.section > .header > .nav a,
.datestamp span,
#footer > .section > .navigation a,
.section.events .listing.full th,
.section.events .listing.full td span,
#main .section.event > .article .details fieldset legend,
.contact #main .section.newsletter form label,
.content h1, .content h2, .content h3, .content h4, .content h5,
.contact #aside .section.contacts .listing .item .type { font-family: 'Bebas Neue', sans-serif; font-size: 1.5em; font-weight: normal; }

/**
 * Global
 */

html {
	background: #868583;
	height: 100%;
	overflow-y: scroll;
}
body {
	color: #FFF;
	background: #ede9e8 url('../img/bg/body.jpg');
	width: 970px;
	min-height: 100%;
	margin: 0 auto;
	
	box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
		-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
}
#wrapper {
	width: 970px;
	min-height: 100%;
	position: absolute;
}
	
	/* Custom Background images -- swapping store & bio photos */
	.home #wrapper { background: url('../img/bg/pages/homepage.jpg') top center no-repeat fixed; }
	.news #wrapper { background: url('../img/bg/pages/news.jpg') top center no-repeat fixed; }
	.bio #wrapper,
	.sissboombang #wrapper { background: url('../img/bg/pages/releases.jpg') top center no-repeat fixed; }
	.events #wrapper { background: url('../img/bg/pages/tour.jpg') top center no-repeat fixed; }
	.releases #wrapper { background: url('../img/bg/pages/music.jpg') top center no-repeat fixed; }
	.store #wrapper { background: url('../img/bg/pages/store.jpg') top center no-repeat fixed; }
	.videos #wrapper { background: url('../img/bg/pages/video.jpg') top center no-repeat fixed; }
	.photos #wrapper,
	.extras #wrapper { background: url('../img/bg/pages/photos.jpg') top center no-repeat fixed; }
	.contact #wrapper { background: url('../img/bg/pages/contact.jpg') top center no-repeat fixed; }

	/* Links */
	a, #header #navigation .navigation a:hover,
	#footer .navigation li a:hover { color: #fffdc2; /* Logo red color: #8b1104 */ }

	/* Columns defaults */
	#aside { float: left;}
	#main { float: right;}

	/* Dimensions */
	#header, #page {
		width: 940px;
		margin: 0 auto;
	}
	#container {
		width: 940px;
		padding: 0 0 42px;
		margin: 0 auto;
		min-height: 400px;
	}
		#container > #main,
		#container > .main {
			width: 640px;
		}
		#container > #aside,
		#container > .aside {
			width: 260px;
		}
		#container > #main.full,
		#container > .main.full,
		#container > .full {
			width: 940px;
			float: none;
			clear: both;
		}
	#container > #main,
	#container > #aside,
	#container > #main.full,
	#container > .main.full,
	#container .aside { margin: 0; }
	
	/** Scrolling Content **/
	.scrolling {
		overflow: auto;
		max-height: 450px;
		padding: 0 5px 0 0;
	}

/**
 * Header
 */

#header {
	margin: 0 auto 30px auto;
}

	/* Logo */
	#header #logo { float: left; }
	#header #logo, #header #logo a {
		width: 300px;
		height: 99px;
		display: block;
	}
		#header #logo a {
			background: url('../img/logo.png') top left no-repeat;
			text-indent: -999em;
		}

	/* Navigation */
	#header #navigation,
	#footer .navigation { float: right; }
		#header #navigation .navigation,
		#header .navigation {
			background: url('../img/bg/navigation.png') top left repeat-x;
			height: 30px;
			padding: 3px 5px 0;
			margin: 50px 0 0;
			max-width: 610px;
		}
			#header #navigation .navigation,
			#header #navigation .navigation li,
			#footer .navigation li {
				float: left;
				padding: 4px 5px 0;
				font-size: 11px;
			}
			#header #navigation .navigation a,
			#footer .navigation a {
				text-decoration: none;
				line-height: 1em;
				display: block;
				color: #FFF;
				text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
			}

/**
 * Content
 */
	
	/* Sections */
	#container > div > .section {
		background: url('../img/bg/50-black.png');
		margin: 0 0 20px;
		padding: 10px;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
		
		border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
	}
		.section .title a { color: #FFF; }
		#container > div > .section > .header {
			overflow: hidden;
		}
			#container > div > .section > .header > .title,
			#playjukebox {
				background: url('../img/bg/section_header.png') top left no-repeat;
				width: 100px;
				height: 30px;
				font-size: 9px;
				padding: 5px 0 0;
				text-align: center;
				float: left;
				margin: 0;
			}
				#container > div > .section > .header > .title > span ,
				#container > div > .section > .header > .title > a,
				#playjukebox span {
					color: #FFF;
				}
			.section > .header > .nav {
				float: right;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
				.section > .header > .nav li {
					float: left;
					margin-left: 10px;
				}
					.section > .header > .nav a {
						color: #FFF;
						text-decoration: none;
					}
						.nav .viewall:before {
							content: "• ";
						}
						.nav .viewall:after {
							content: " •";
						}
		
		/** Datestamp items **/
		.datestamp {
			margin: 0 10px 0 0;
			display: block;
			padding: 0px 2px;
			background: url('../img/bg/25-white.png');
			border: 1px solid #FFF;
			border: 1px solid rgba(255,255,255,0.5);
			color: #FFF;
			overflow: hidden;
			text-shadow: 0px -1px 0px rgba(0,0,0,0.15);
			
			border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
		}
			.datestamp span {
				font-size: 16px;
				line-height: 14px;
				padding: 2px 3px;
			}
			.datestamp .month {
				float: left;
				border-right: 1px solid #FFF;
				border-right: 1px solid rgba(255,255,255,0.5);
			}
			.datestamp .day { float: right; }
		
		/** Twitter **/
		.section.twitter .listing .item span {
			font-size: 12px;
			line-height: 1.5em;
			color: #FFF;
		}
			.section.twitter .listing .item span.time {
				display: block;
			}
				.section.twitter .listing .item span.time a {
					color: #AAA;
					text-decoration: none;
					font-style: italic;
					font-size: 11px;
				}
		
		/** Events **/
		
			/*** Event Detail ***/
			#main .section.event > .header { margin: 0 0 10px; }
				#main .section.event > .header > .title { padding: 0 0 5px; }
			#main .section.event > .article .figure {
				float: left;
				width: 200px;
			}
			#main .section.event > .article .details {
				width: 400px;
				float: right;
			}
				#main .section.event > .article .details fieldset {
					background: url('../img/bg/25-white.png');
					border: 1px solid rgba(255,255,255,0.5);
					margin: 0 0 10px;
					padding: 10px;
					
					border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
				}
					#main .section.event > .article .details fieldset legend {
						padding: 3px 5px;
						margin: 0;
						background: url('../img/bg/25-black.png');
						border: 1px solid rgba(255,255,255,0.5);
						font-size: 16px;
						line-height: 16px;
						
						border-radius: 2px;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
					}
					#main .section.event > .article .details fieldset li strong {
						margin-right: 5px;
					}
						#main .section.event > .article .details fieldset li strong:after {
							content: ":";
						}
			#main .section.event > .article .GC_tickets { clear: both; }
		
			/*** Full Listing ***/
			.section.events .listing.full th { font-size: 24px; }
			.section.events .listing.full th,
			.section.events .listing.full td {
				padding: 5px 0;
				border: none;
			}
			.section.events .listing.full td {
				padding: 6px 0 5px;
				background: url('../img/bg/dots.png') top left repeat-x;
			}
				.section.events .listing.full td .datestamp {
					float: left;
					position: relative;
					top: 3px;
				}
				.section.events .listing.full td .datestamp,
				.section.events .listing.full td .datestamp span {
					line-height: 16px; font-size: 16px;
				}
			.section.events .listing.full td.tickets {
				width: 80px;
				height: 20px;
			}
				.section.events .listing.full td.tickets ul { margin: 0; }
				.section.events .listing.full td.tickets li { float: left; }
			
			
			/*** Compact Listing ***/
			.section.events .listing.compact .item,
			.section.news .listing.compact .item,
			.contact #aside .section.contacts .listing .item,
			#tweets .listing .item {
				background: url('../img/bg/dots.png') top left repeat-x;
			}
				.section.events .listing.compact .item > a,
				.section.news .listing.compact .item,
				.contact #aside .section.contacts .listing .item,
				#tweets .listing .item {
					display: block;
					text-decoration: none;
					padding: 11px 5px 10px;
				}
					.section.events .listing.compact .item > a:hover { background: url('../img/bg/15-black.png'); }
					.section.events .listing.compact .item .title {
						margin: 0;
						padding: 0;
						overflow: hidden;
						font-size: 20px;
						line-height: 20px;
						color: #FFF;
					}
						.section.events .listing.compact .item .title .datestamp { float: left; }
		
		/** News **/
		body.news #main { float: left; }
		body.news #aside { float: right; }
		
		.section.news .datestamp {
			float: left;
		}
		
			/*** Detail ***/
			.section.news.story .article .header { margin: 10px 0; }
				.section.news.story .article .title { font-size: 32px; }
			.section.news.story .article .figure {
				width: 100%;
				text-align: center;
				margin: 0 0 10px;
			}
		
			/*** Featured Listing ***/
			body.home .section.news .listing .item .figure { width: 100%; clear: both; float: none; }
			
			/*** Full Listing **/
			#main .section .listing.full .item {
				padding: 21px 0 20px;
				background: url('../img/bg/dots.png') top left repeat-x;
				min-height: 100px;
			}
					#main .section .listing.full .article .header {
						clear: both;
					}
						.section.news .article .header .title {
							clear: both;
							padding: 5px 0;
							margin: 0;
						}
					.section.news .listing.full .article .figure,
					.section.releases .listing.full .figure {
						float: left;
						margin: 0 10px 0 0;
						max-width: 200px;
					}
					#main .section .listing.full .article .excerpt p,
					#aside .section .listing.compact .article .excerpt p {
						padding-top: 0;
					}
		
		/** Media **/
		.media #main { float: left; }	
		.media #main .section .listing .item {
			float: left;
			width: 140px;
			margin: 0 16px 16px 0;
		}
			.media #main .section .listing .item.fourth { margin: 0 0 20px;}
			.media #main .section .listing .item .figure {
				overflow: hidden;
				height: 93px;
			}
				.media #main .section .listing .item img { width: 100%; }
		
		.media #main .section .listing .item .header {
			margin: 1px 0 0;
			padding: 0;
			background: #F3F3F3;
		}
			.media #main .section .listing .item .header .title {
				padding: 5px;
				border-top: 1px solid #FFF;
				color: #363636;
				margin: 0;
				text-shadow: 0px 1px 0px #FFF;
			}
		
		/** Releases **/
		.section.releases .listing .item { height: 200px !important;}
		.section.releases .listing .item .header .title,
		.store #main .section > .header {
			padding: 0;
			margin: 0 0 5px;
		}
			#main .section.release > .header > .title,
			#main .section.event > .header > .title,
			.media #main .section.gallery > .header .title,
			.media #main .section.asset > .header .title,
			.store #main .section > .header .title {
				background: none;
				width: auto;
				clear: both;
			}
				#main .section.release > .header > .title span,
				#main .section.event > .header > .title span,
				.media #main .section.gallery > .header .title,
				.media #main .section.asset > .header .title,
				.store #main .section > .header .title {
					font-size: 24px;
					line-height: 24px;
				}
			#main .section.release > .header > .meta,
			#main .section.event > .header > .meta,
			.media #main .section.gallery > .header > .meta,
			.media #main .section.asset > .header > .meta,
			.store #main .section > .header > .meta {
				clear: both;
				display: block;
				font-size: 12px;
			}
		
		/** Siss Boom Bang **/
		body.sissboombang #main { float: left; }
			.sissboombang #main .listing .item { overflow: hidden; }
				.sissboombang #main .listing .figure {
					float: left;
					width: 200px;
				}
				.sissboombang #main .listing .item .article {
					float: right;
					width: 400px;
					clear: none;
				}
					.sissboombang #main .listing .item .article .title {
						margin: 0 0 5px;
						padding: 0;
						font-size: 20px;
						line-height: 20px;
					}
		
		/** Contact **/
		.contact #container {
			width: 540px;
			margin: 0;
		}
		.contact #container > #main,
		.home #container > #main {
			width: 260px;
		}
			
			/*** Contacts ***/
			.contact #aside .section.contacts .header { margin: 0 0 10px; }
			.contact #aside .section.contacts .listing .item .type {
				text-transform: uppercase;
				font-size: 18px;
			}
				.contact #aside .section.contacts .listing .item strong { font-weight: bold; }
			
			/*** Newsletter Form ***/
			.contact #main .section.newsletter form fieldset div {
				margin: 0 0 7px;
			}
				.contact #main .section.newsletter form fieldset p { text-align: right; }
				.contact #main .section.newsletter form .red { color: red; }
				.contact #main .section.newsletter form label {
					display: block;
					clear: both;
					font-size: 16px;
				}
				.contact #main .section.newsletter form input.text {
					padding: 5px;
					font-size: 11px;
					line-height: 11px;
					border: none;
					font-family: 'Lucida Grande', sans-serif;
					width: 230px;
				
					border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
				}
			.contact #main .section.newsletter form .birthday input { width: 2em;}
				.contact #main .section.newsletter form .birthday input.double { width: 4em;}
				.contact #main .section.newsletter form fieldset fieldset {
					padding: 10px;
					background: url('../img/bg/25-white.png');
					border: 1px solid #FFF;
					border: 1px solid rgba(255,255,255,0.5);
					
					border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
				}
					.contact #main .section.newsletter form fieldset fieldset h2 {
						color: #000;
						padding: 0;
						margin: 0 0 5px;
						font-size: 24px;
					}
					.contact #main .section.newsletter form fieldset fieldset input.text { width: 210px; }
		
		/** Bio **/
		.bio #main { float: left; }
		
		/** Extras **/

/**
 * Pagination
 */

.pagination * {
	font-family: 'Georgia', serif;
	font-size: 14px;
}
	.pagination li { margin: 0 5px; }
		.pagination a {
			color: #FFF;
			text-decoration: none;
		}
		
/**
 * Footer
 */

#footer {
	position: absolute;
	bottom: 0;
	width: 970px;
	height: 42px;
	background: url('../img/bg/footer.png') top left repeat-x;
}
	
	/* Media Player (Jukebox) */
	#jukebox {
		background: url('../img/bg/50-black.png');
		height: 35px;
		width: 300px;
		border-bottom: 1px solid #000;
		
		position: absolute;
			top: -35px;
			right: 8px;
		
		border-radius: 2px 2px 0 0;
			-webkit-border-radius: 3px 3px 0 0;
			-moz-border-radius: 2px 2px 0 0;
	}
	#jukebox #audio_player {
		height: 0px;
		width: 0px;
		position: absolute;
		top: -1px;
		left: -1px;
	}	
			/** Controls **/
			#jukebox #player { overflow: hidden; }
			#jukebox #player #controls {
				height: 20px;
				padding: 8px 7px;
				width: 85px;
				overflow: hidden;
				float: left;
			}
				#jukebox #player #controls a {
					height: 20px;
					width: 20px;
					display: block;
					text-indent: -999em;
					text-decoration: none;
					background: url('../img/jukebox_controls.png') no-repeat;
					cursor: pointer;
					float: left;
					margin: 0 5px 0 0;
				}
				
				#jukebox #player #controls .play {
					background-position: 0 0;
				}
				#jukebox #player #controls .pause {
					background-position: 0 -20px;
				}
				#jukebox #player #controls .prev {
					background-position: 0 -60px;
				}
				#jukebox #player #controls .next {
					background-position: 0 -40px;
				}
			
		#jukebox #player #hud {
			padding: 5px 10px 5px 5px;
			overflow: hidden;
			text-align: right;
			font-size: 12px;
			font-weight: bold !important;
			line-height: 26px;
			font-weight: normal;
			font-family: sans-serif;
			float: right;
			text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
		}
	
	/* Footer Content */
	#footer > .section { overflow: hidden; }
		#footer > .section > .navigation {
			float: left;
			padding: 0;
		}
		#footer > .section > .navigation li {
			padding: 15px 5px 0;
			display: block;
			float: left;
		}
		#footer > .section #copyright {
			float: right;
			padding: 10px 10px 0;
		}
			#footer #copyright p {
				padding: 0;
				margin: 0;
				font-size: 12px;
			}
				#footer #copyright p .poweredby { margin-left: 10px; }
				#footer #copyright p a {
					color: #FFF;
					text-decoration: none;
				}
					#footer #copyright p a strong {
						font-weight: bold;
					}
					
.store #aside .listing .item span, .store #aside .listing .item a
{
	color: #fff;
}

/**
 * Formatting
 */

/* Hide! */
#dashboard, #breadcrumbs, #footer > .section > .nav.terms,
.pagination h6, .pagination .results, #jukebox #playlist { display: none; }

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.store #container > .main.full {
    float: right;
    margin: 0;
    overflow: hidden;
    width: 27.6%;
}
/* Privacy */
.privacy .content.details {height: 540px;}
.privacy .content.details dl, .privacy .content.details ol, .privacy .content.details ul {padding-left:2em;}
.privacy .content.details dt {font-weight:bold;}
.privacy .content.details dd {padding-left:0;}
.privacy .content.details dd + dt {margin-top:1em;}
.privacy .content.details ol {list-style:decimal;}
.privacy .content.details ul {list-style:disc;}
.privacy .content.details .vcard div {line-height:1.5em;}
.privacy .content.details strong {font-weight:bold;}

