@charset "UTF-8";



body {
	background: #555 url(/images/bg-default.png);
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial;	
}

#wrapper {
	background: url(/images/bg-default-fade.jpg) repeat-x;
	height:522px;
	width: 100%;
}

#site{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}

#content{
	background-color: #171717;
	border-top: 3px solid #3e3e3e;
	border-bottom: 3px solid #3e3e3e;
}

#content.sidebar-bg{
	background-image: url(/images/bg-sidebar-left.png);	
	background-repeat: repeat-y;
	background-position: -13px;
}
.full-padding{
	padding:28px;
}

h1{
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
	margin: -4px 0 10px 0;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	margin-bottom: 5px;
	line-height: 14px;
}

p{
	color: #5d5d5d;
	font-size: 11px;
	margin-top: 0;
	margin-bottom:16px;
	
}

.artist a{
	margin: -4px 0 0;
	color: #5D5D5D;
}

p strong{
	color: #999;
}

a{
	font-weight: normal;
	text-decoration: none;
	color: #00deb7;
}
a:hover{
	color: #FFF;
}

a span{
	color: #FFF;
	font-style: italic;
}


img.wide-border{
	border: 9px solid #4c4c4c;
	margin-bottom: 10px;
}

a:hover img.wide-border{
	border-color: #00deb7;
}

.divider{
	height: 3px;
	background-color: #282828;
	border-top: 1px solid #454545;
	clear:both;
	margin: 20px 0;
}

.nomargin{
	margin:0;
}

.clear{
	clear: both;
}

.left{
	float: left;
}


.right{
	float: right;
}



img.text-float-left{
	float:left;
	margin: 2px 10px 3px 0;
}



/* general columns */

.col{
	margin-right: 13px;
	width: 170px;
	float: left;
	overflow:hidden;
}

.col.two{
	width: 353px;
}

.col.three{
	width: 536px;
}

.col.last{
	margin-right: 0;
	clear:right;
}

.col.two-contracted{
	width: 340px;
}



/* Main Nav */

#header{
	height: 78px;
	background-color: #FFF;
	border-bottom: 1px solid #818181;
	position: relative;
}

#header img{
	display:none;
}

#header a.logo{
	background: url(/images/logo-header1.png) center;
	width: 184px;
	height: 78px;
	display: block;
	border-right: 1px solid #E6E6E6;
}

#header a:hover.logo{
	background-image: url(/images/logo-header2.png);
}

#header ul.nav{
	list-style-type: none;
	bottom:0;
	right: 0;
	position: absolute;
	margin: 0;
	padding:4px;
}

#header ul.nav li{
	float: left;
	padding: 0;
	margin-left:4px;
	
}

#header ul.nav li a{
	color: #000;
	padding: 72px 12px 10px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#header ul.nav li.active a{
	color: #FFF;
	background-color: #00deb7;
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#header ul.nav li a:hover{
	color: #FFF;
	background-color: #00deb7;
	opacity: 0.4;
	-moz-opacity: 0.4;
}

/* footer */

#footer{

	background-color: #FFF;
	border-top: 1px solid #818181;
	padding: 14px 28px;
	clear: both;
}

#footer p strong{
	color: #2D2D2D;
}

/* General releases css */



.releases img{
	border: 9px solid #4c4c4c;
	margin-bottom: 3px;
}
.releases.thumbs img{
	height:60px;
	width: 60px;
}



.releases ul{
	list-style-type: none;
	padding:0;
	margin:0;
	width: 366px;
	overflow: hidden;
}

.releases li{
	float: left;
	max-width: 170px;
	padding: 0 13px 7px 0;
	cursor:pointer;
}

.releases li.last{
	padding-right: 0;
}

.releases li:hover h2{
	color:#00deb7;
}
.releases li:hover img{
	border-color:#00deb7;
}
.releases a.artist{
	color: #5d5d5d;
	font-weight: normal;
}
.releases a:hover.artist{
	color: #FFF;
}

.releases h2{
	margin: 0;
}


