@charset "utf-8";
/* CSS Document */


/* MAIN */

body {
	font-family: Museo, Arial, Helvetica, sans-serif;
	color: #868686;
	text-align: center;
	font-size: 14px;
	background: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: left top;
}

@font-face {
  font-family: Museo;
  src: url("../fonts/Museo500-Regular.otf");
}

@font-face {
  font-family: Segoe;
  src: url("../fonts/segoeui.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Segoe;
  src: url("../fonts/segoeuib.ttf");
  font-weight: bold;
}

a {
	text-decoration: none;
	color: #d5d5d5;
}
a:hover {
	text-decoration: none;
	color: #ff0084;
}

img {
	border: none;
	padding-bottom: 5px;
}



/* STRUCTURE */

#header {
	height: 80px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	background-color: #1A1A1A;
	border-bottom: 1px solid;
	background-image: url(../images/bg2.png);
	background-position: top;
}

#headercontent {
	width: 940px;
	margin: 0 auto;
}

#content {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	margin-top: 120px;
	position: relative;
}

.logo {
	width: 155px;
	height: 80px;
	margin-left: -10px;
	background: no-repeat;
	background-image: url(../images/header_logo.png);
	float: left;
	-webkit-transition: all 250ms ease-in-out;
}
.logo:hover {
	background-image: url(../images/header_logo.png);
}

#navigation {
	text-align: left;
	font-size: 14px;
	text-decoration: none;
	width: 750px;
	float: right;
}

#featured {
	width: 600px;
	float: left;
	position: relative;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #3c3c3c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
}

#featured_artist {
	width: 280px;
	float: left;
	position: relative;
	padding: 10px;
	background: #3c3c3c;
	margin-left: 10px;
	margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
}

#blurb {
	width: 280px;
	float: left;
	margin-left: 20px;
	background: #3c3c3c;
	padding: 10px;
	margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
}

#artists_blurb {
	width: 600px;
	float: left;
	margin-left: 20px;
	background: #3c3c3c;
	padding: 10px;
	margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
}

.albums {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	line-height: 15px;
	height: 310px;
	color: #868686;
	background: #3c3c3c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
	-webkit-transition: all 150ms ease-in-out;
}

.albums:hover {
    background: #FF0084;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff70ba), to(#ff0084));
	color: #FFFFFF;
}

.info {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	line-height: 14px;
	height: 310px;
	background-color: #3c3c3c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 3px 10px #000;
    -webkit-box-shadow: 0px 3px 10px #000;	
}

.follow {
    float: left;
	width: 100px;
	height: 100px;
	padding: 20px;
}


#footer {
	height: 20px;
	width: 960px;
	float: left;
}

.spacer {
	margin-bottom: 20px;
	margin-top: 10px;
}

#others {
	width: 960px;
}

#releases {
	float: right;
	width: 960px;
}

.title {
	font-size: 24pt;
	margin-bottom: 10px;
	color: #f5f5f5;
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 10px;
	letter-spacing: -1px;
	text-shadow: #000000 0 3px 10px;
}

.main {
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	font-family: Segoe, Arial, Helvetica, sans-serif;
}

.blurb {
	font-family: Segoe, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-transform: lowercase;
	line-height: 17px;
}

.light {
	color: #868686;
	font-weight: normal;
}

.light_small {
	color: #7a797b;
	font-weight: normal;
	font-size: 12px;
}

.subheading {
	font-size: 16pt;
	color: #f5f5f5;
	text-transform: lowercase;
	line-height: 1.3;
	padding-left: 13px;
	padding-bottom: 5px;
	letter-spacing: -1px;
	background-image: url(../images/pinkbutton.png);
	font-family: Museo, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
}

.numbers {
	font-size: 9px;
	text-transform: uppercase;
}

.smaller {
	font-size: 80%;
	line-height: 14px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}

.lowercase {
	text-transform: lowercase;
}

.h2 {
	font-size: 16pt;
	width: 940px;
	float: right;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #7a797b;
}

.blue {
	color: #29A4C2;
}

.socialbutton {
    height:20px;
	width:20px;
	padding:5px;
	float: left;
	margin-right:5px;
    background-color: #202020;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 150ms ease-in-out;}
.socialbutton:hover {
    background-color: #FF0084;
}

.download {
	height:20px;
	padding:5px;
	float: left;
	margin-right:10px;
	background-color: #202020;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 150ms ease-in-out;
	font-weight: normal;
	margin-bottom: 10px;
	color: #868686;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.download:hover {
    background-color: #FF0084;
	color: #fff;
}
