 /* THE WILD! CSS BITCHES! */

body {
	background-position: top center;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header {
	background: #FFF;
	width: 100%;
	height: 100px;
	padding: 20px 0 0 0;
}

#container {
	width: 960px;
	margin: auto;
	padding-bottom: 200px;
	padding-top: 200px;
}

#footer {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/black_bg_80.png') repeat;
	font-size: 14px;
	font-family: Helvetica;
}


@font-face {
	font-family: LeagueGothic;
	src: url('resources/LeagueGothic.otf');
}

@font-face {
    font-family: 'RockSaltRegular';
    src: url('resources/RockSalt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DestroyRegular';
    src: url('resources/DESTROY.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ImpactLabelRegular';
    src: url('resources/Impact_Label.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ImpactLabelReversedRegular';
    src: url('resources/Impact_Label_Reversed.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BoycottRegular';
    src: url('resources/BOYCOTT.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HeadhunterRegular';
    src: url('resources/Headhunter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrueCrimesRegular';
    src: url('resources/true-crimes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blues';
    src: url('resources/sf_intoxicated_blues.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion';
    src: url('resources/Minion-Pro-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Global Class */

  img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10000
	}

.center {
	text-align: center;
}

hr {
	width: 60%;
	border: 1;
}

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

.clearBoth {
	clear:	both;
}

.clearSpace {
	clear: both;
	margin-bottom: 200px;
}

.red {
	color: #af0f1b;
}

.white {
	color: #FFF;
}

.pale {
	color: #fadbae;
}

.Italic {
	font-style: italic;
}

.newsTitle {
	font-weight: bold;
	font-size: 14px;
	color: #af0f1b;
	text-shadow: 1px 1px 1px #000;
}

.bandMember {
	font-weight: bold;
	font-size: 14px;
	color: red;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
}

.current {
	font-family: "Minion",sans-serif;
	color: #af0f1b;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 24px;

}

h1 {
  font-family: 'ImpactLabelReversedRegular';
	font-size: 4em;
	color: #FFF;
	text-shadow: 4px 4px 4px #000;
	padding-left: 20px;

}

.title {
  font-family: 'ImpactLabelReversedRegular';
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #;
	margin: 0;
	text-shadow: #000 2px 2px 2px;
	padding-right: 20px;
}

h2 {
  font-family: 'ImpactLabelReversedRegular';
	font-size: 2.5em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	text-shadow: #000 2px 2px 2px;
}

h3 {
  font-family: 'ImpactLabelReversedRegular';
	color: #af0f1b;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-shadow: #000 2px 2px 2px;

}

h4 {
	font-family: Arial;
	color: #af0f1b;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h5 {
  font-family: 'ImpactLabelReversedRegular';
	color: #fadbae;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h6 {
  font-family: 'ImpactLabelReversedRegular';
	color: #af0f1b;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	float: right;
}

h7 {
	font-family: 'Arial';
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Site Body */

div.overlay {
	position: absolute;
	top: 30%;
	left: 50%;
	color: #fff;
	width: 520px;
	height: 250px;
	margin-left: -260px;
	margin-top: -125px;
	text-align: center;
}

.headerContainer {
	width: 960px;
	margin: 10px auto;
}

#headerAngle {
	width: 100%;
	height: 64px;
	background: url('images/header_angle_white.png');
	position:relative;
	top: -50px;
	z-index: -1000;

}

div.title {
	width: 300px;
	float: left;
	color: #000000;
	font-family: Helvetica;
	vertical-align: middle;
	font-style: italic;
}

	div.title span {
		font-family: Helvetica;
		display: block;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		margin-right: 16px;
		font-style: normal;

	}

	div#linkBar {
	text-align: right;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 28px;
	color: #FFF;
	}

	div#linkBar a {
		font-family: "Minion",sans-serif;
		font-weight: 700;
		color: #333;
		font-size: 1.3em;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 24px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;

	}

	div#linkBar a:hover {
	color: #fadbae;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

	}

#socialLinks {
	width: 300px;
	float: right;
}

#socialLinks li {
	float: left;
	border: 5px solid #FFF;
	background: #000;
	color: #FFF;
	list-style: none;
	margin-left: 20px;
	position: relative;
	top: -30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#socialLinks li:hover {
	border: 5px solid #af0f1b;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#wildNews {
	width: 350px;
	float: left;
	background: url('images/black_bg_40.png') repeat;
	padding: 12px;
	color: #FFF;
	font-size: 14px;
}

#wildNews a {
	color: #fadbae;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#wildNews a:hover {
	color: #af0f1b;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#introCollage {
	float: right;
}

#twitterFeed {
	width: 500px;
	margin: 20px auto;
	float: right;
}

#mediaContent {
	margin: auto;
	color: #FFF;
	font-size: 14px;
	width: 960px;
	float: left;
	padding: 24px;
	text-align: left;
}

.videoBox {
	width: 960px;
	margin: auto;
	padding: 20px;
}

.mediaBox {
	color: #FFF;
	width: 960px;
	margin: 50px 0 50px 0;
}

.mediaBox a {
  font-family: 'RockSaltRegular';
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px #000;
}

.mediaBox a:hover {
		color: #fadbae;
}

#tourContent {
	margin: 100px auto;
	width: 810px;
	color: #FFF;
	font-size: 14px;
	background: url('images/black_bg_40.png') repeat;
}

.bp-extension {
	font-size: 18px;
}

#tourContent ul {
	float: left;
	padding-right: 20px;
}

#tourContent li {
	padding-bottom: 12px;
	list-style: none;
}

#tourContent a:hover {
	color: #af0f1b;

}

.bioContainer {
	width: 960px;
	margin: auto;
}

#bioContent {
	width: 800px;
    font-family: helvetica;
	padding: 24px;
	color: #FFF;
	text-align: justify;
	font-size: 16px;
	margin: 20px auto;
}

#bioContent img {
	text-align: center;
}

#bioContent a {
		color: #fadbae;
}

#bioContent a:hover {
		color: #FFF;
}

.bioContainer a {
	color: #af0f1b;
}

.bioContainer a:hover {
	color: #FFF;
}

#contactTitle {
	margin: 20px auto;
	width: 700px;
	color: #FFF;
	text-align: left;
}

#contactContent {
	margin: 50px auto;
	width: 800px;
	color: #FFF;
	text-align: center;
}

#contactContent a {
    font-family: 'ImpactLabelReversedRegular';
	color: #fadbae;
	font-size: 2em;
	text-shadow: 1px 1px 1px #000;

}

#contactContent a:hover {
	color: #af0f1b;
}

#contactContent p {
		padding: 0 0 0 24px;

}

#contactContent img {
	padding: 50px 40px 0 0;
}

#contactContent img:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#footerBody {
	width: 960px;
	margin: auto;
}

#footerBody ul.normal {
	height: 120px;
	float: left;
	padding: 0 20px 0 20px;
}

#footerBody ul.divider {
	height: 120px;
	float: left;
	padding: 0 20px 0 20px;
}

#footerBody li {
	list-style: none;
}

#footerBody a {
	color: #999;
	text-decoration: none;
}

#footerBody a:hover {
	color: #CCC;
}

#footerRightside {
	float: right;
	position: relative;
	right: 0;
	clear: both;
}

#footerLeftside {
	float: left:
}

.footerRight {
	width: 150px;
	float: right;
}

.footerPhrase {
	width: 300px;
	float: right;
}

#copyright {
	font-family: Helvetica;
	font-size: 11px;
	color: #999;
	text-align: center;
	clear: both;
}
