@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Rosarivo:400,400italic);

html, body, #wrapper {
	height: 100%;
	margin: 0;
	font-family: 'Rosarivo', serif;
	font-size: 14px;
	color: #fcedb6;
	background: #000;
}

body > #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	max-width: 1490px;
	margin: 0 auto;
	background: url(../../images/repeat.jpg);
}

#wrapper_home {
	position: relative;
	height: 100%;
	max-height: 934px;
	min-width: 1024px;
	max-width: 1490px;
	display: block;
	margin: 0 auto;
	background: url(../../images/repeat.jpg);
}

/* ============================= HEADING ============================= */

#header {
	position: relative;
	width: 100%;
	max-width: 1490px;
	height: 297px;
	margin: 0 auto;
	background: url(../../images/header_main.png) center no-repeat;
	pointer-events: none;
	z-index: 100;
}

#vinyl_holder {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 112px;
	margin-top: -35px;
}

#vinyl_home {
	position: absolute;
	width: 112px;
	height: 112px;
	left: 315px;
	top: -30px;
	z-index: 110;
}

#vinyl {
	position: relative;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	pointer-events: auto; 
	z-index: 110;
}

#vinyl_home:hover {
	-moz-animation: rotate .3s infinite linear;
	-webkit-animation: rotate .3s infinite linear;
	border-radius: 50%;
}

#vinyl:hover {
	-moz-animation: rotate .3s infinite linear;
	-webkit-animation: rotate .3s infinite linear;
	border-radius: 50%;
}

@-moz-keyframes rotate {
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(360deg);}
}
     
@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

/* ============================= ./END HEADING ============================= */



/* ============================= NAVS ============================= */

#homenav {
	position: relative;
	width: 740px;
	margin: 440px auto 0 auto;
	color: #fcedb6;
}

#nav {
	position: relative;
	width: 740px;
	margin: 0 auto;
	color: #fcedb6;
}

#homenav .left, #nav .left {
	position: relative;
	float: left;
	margin: 20px 0 0 60px;
}

#homenav .right, #nav .right {
	position: relative;
	float: right;
	margin-top: 20px;
	pointer-events: auto;
}

#homenav .right ul, #nav .right ul {
	margin: 0;
}
	
#homenav .right li, #nav .right li {
	display: inline-block;
	list-style-image: none;
	margin-left: 10px;
}

#homenav .right li a, #nav .right li a {
	color: #fcedb6;
	text-decoration: none;
}

#homenav .right li a:hover, #nav .right li a:hover {
	color: #eb4923;
}

.active {
	color: #eb4923;
}

/* ============================= ./END NAVS ============================= */



/* ============================= CONTENT ============================= */

#content {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin: -230px auto 0 auto;
	padding-bottom: 40px;
}

#home {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -40px auto 0 auto;
	background: url(../../images/home.png) top center no-repeat;
	z-index: 10;
}

/* ============ BIO ============ */

#content #bio_left {
	position: relative;
	width: 50%;
	max-width: 745px;
	min-height: 500px;
	float: left;
	margin-bottom: 10px;
	background: #eb4822 url(../../images/cap-left.jpg) top right no-repeat;
}

#content #bio_left .text {
	position: relative;
	max-width: 530px;
	float: right;
	margin: 0;
	padding: 40px 20px 110px 20px;
	z-index: 10;
}

#content #bio_right {
	position: relative;
	width: 50%;
	max-width: 745px;
	min-height: 500px;
	float: right;
	margin-bottom: 10px;
	background: url(../../images/cap-right.png) 5px 0 no-repeat;
}

#content #bio_right img {
	position: relative;
	margin: 130px 0 0 100px;
}

/* ============ ./END BIO ============ */

/* ============ DISCOGRAPHY ============ */

#content #key_right {
	position: relative;
	width: 50%;
	max-width: 745px;
	height: 35px;
	float: right;
	margin-bottom: 10px;
	background: url(../../images/cap-key.png) 5px 0 no-repeat;
}

#content #key_right .text {
	position: relative;
	display: block;
	margin: 12px 0 0 100px;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}

#content #discography {
	position: relative;
	width: 100%;
	min-height: 500px;
	float: left;
	background: #eb4822;
	margin-bottom: 10px;
}

#content #discography #column_holder {
	position: relative;
	width: 90%;
	min-width: 900px;
	float: right;
	margin-bottom: 130px;
}

#content #discography #column_holder .column {
	position: relative;
	width: 30%;
	margin: 0 15px;
	float: left;
}

#content #discography #column_holder .key {
	font-size: 9px;
	font-weight: bold;
	color: #000;
}

/* ============ DISCOGRAPHY ============ */

/* ============ AUDIO ============ */

#content #audio_left {
	position: relative;
	width: 50%;
	max-width: 745px;
	height: 100%;
	float: left;
	margin-bottom: 10px;
	background: #eb4822 url(../../images/cap-left.jpg) top right no-repeat;
}

#content #audio_left ul {
	position: relative;
	max-width: 530px;
	float: right;
	margin: 0;
	list-style-type: none;
	padding: 40px 20px 140px 20px;
	z-index: 100;
}

#content #audio_left ul li {
	display: inline-block;
}

#content #audio_right {
	position: relative;
	width: 50%;
	max-width: 745px;
	min-height: 500px;
	float: right;
	margin-bottom: 10px;
	background: url(../../images/cap-right.png) 5px 0 no-repeat;
}

#album {
	position: relative;
	width: auto;
	display: block;
	margin: 150px 0 0 40px;
	padding: 10px;
	color: #000;
}

/* ============ ./END AUDIO ============ */

/* ============================= ./END CONTENT ============================= */



/* ============================= SOCIAL ============================= */

/* ============ LINKS ============ */

.facebook {
	display: block;
  	width: 20px;
  	height: 20px;
	float: left;
  	background: url(../../images/facebook.png) no-repeat 0 0;
}

.facebook:hover {
	background-position: -20px 0;
}

.email {
	display: block;
  	width: 30px;
  	height: 20px;
	margin-left: 30px;
  	background: url(../../images/email.png) no-repeat 0 0;
}

.email:hover {
	background-position: -30px 0;
}

/* ============ ./END LINKS ============ */

/* ============ BAR ============ */

#top_bar {
	 position: relative;
	 height: 40px;
	 max-width: 1490px;
	 margin: 0 auto;
	 z-index: 300;
}

#footer .left, #top_bar .left {
	position: relative;
	float: left;
	margin: 10px 20px;
}

#footer .right a, #top_bar .right a {
	position: relative;
	float: right;
	margin: 10px 20px;
	color: #fcedb6;
	text-decoration: none;
}

#footer .right a:hover, #top_bar .right a:hover {
	color: #eb4923;
}
/* ============ ./END BAR ============ */

/* ============================= ./END SOCIAL ============================= */



.clear { 
    clear:both; 
}

#footer_element {
	position: absolute;
	width: 100%;
	min-width: 1024px;
	height: 142px;
	bottom: 40px;
	background: url(../../images/footer_element.png) no-repeat center;
	pointer-events: none;
}

#footer {
	 clear: both;
	 position: relative;
	 height: 40px;
	 max-width: 1490px;
	 margin: -40px auto 0 auto;
	 background: #000;
	 z-index: 10;
}