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


/* MAIN */

body {
	font-family: Oceania, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	font-size: 14px;
	background: #fff;
}

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

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

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

a {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #a6cf00;
}

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



/* STRUCTURE */

#header {
	height: 80px;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
	background: -moz-linear-gradient(top, #fff,#e5e5e5); 
	border-bottom: 1px solid;
	border-color: #a6cf00;
	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: -5px;
	background: no-repeat;
	background-image: url(../images/header_logo.png);
	float: left;
	-webkit-transition: all 250ms ease-in-out;
	background-position: left center;
}
.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: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#featured_artist {
	width: 280px;
	float: left;
	position: relative;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#blurb {
	width: 280px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#artists_blurb {
	width: 600px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.albums {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	line-height: 15px;
	height: 310px;
	color: #868686;
    background: #fff;
	-webkit-transition: all 350ms ease-in-out;
}

.albums:hover {
    background: #a6cf00;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6cf00), to(#83a400));
	background: -moz-linear-gradient(top, #a6cf00,#83a400);  
	color: #FFFFFF;
}

.info {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	line-height: 14px;
	height: 310px;
    background: #fff;
}

.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: #a6cf00;
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 10px;
	letter-spacing: -1px;
}

.main {
	font-size: 13px;
	text-align: left;
	line-height: 130%;
	font-weight: normal;
}

.main a {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #222222;}

.main a:hover {
	color: #a6cf00;
	border-bottom: 1px solid #a6cf00;}

.blurb {
	font-size: 13px;
	text-align: left;
	text-transform: lowercase;
	line-height: 17px;
}

.blurb a {
	color: #222222;
	text-decoration: none;}

.blurb a:hover {
	color: #a6cf00;
	border-bottom: 1px solid #a6cf00;}

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

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

.subheading {
	font-size: 16pt;
	color: #a6cf00;
	text-transform: lowercase;
	line-height: 1.3;
	padding-bottom: 5px;
	letter-spacing: -1px;
	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:40px;
	width:40px;
	float: left;
	margin-right:5px;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all 150ms ease-in-out;}

.download {
	height:20px;
	padding:5px;
	float: left;
	margin-right:10px;
	background-color: #eee;
	-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;
}
.download:hover {
    background-color: #a6cf00;
	color: #fff;
}

.column {
	width: 280px;
	padding: 10px;
	float: left;
	margin: 0 10px 0 10px;
	line-height: 170%;
	font-size: 13px;
}

.column a {
	border-bottom: 1px solid #666;}
.column a:hover {
	border-bottom: 1px solid #a6cf00;}
