BODY {
	font-family: "trebuchet ms", "lucida sans", verdana, sans-serif;
	font-size: 12px;
	background: #121212 url(../img/bg_page.jpg) top left no-repeat;
	margin: 0 0 30px 0;
	padding: 20px 20px 40px 60px;
}
H1 { 
	font-size: 13px; 
	text-transform: uppercase;
	font-family: "arial black";
	margin: 0px;
}
DIV {
	width: 289px;
	height: 184px;
	margin: 15px;
	float: left;
	border: 0px solid #eee;
	padding: 10px 15px 10px 10px;
	background: #212121 url(../img/bg_box.jpg) repeat-x top left;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
DIV.bio {
	overflow: auto;
}
IMG {
	display: block;
}
IMG.artwork {
	float: left; 
	margin-right: 10px; 
	border: 1px solid #333;
}
DIV.artwork A {
	width: 150px;
	height: 150px;
	display: block;
	margin: 15px auto;
	text-indent: -9999px;
}
.cat {
	position: absolute;
	top: 0;
	left: 0;
	background: #fffc00;
	padding: 2px 4px;
	color: #222;
	font-weight: bold;
	font-size: 11px;
}


/* ARTIST BOX */
DIV.artist H1 {
	margin: 0;
	padding: 0;
}
DIV.artist {
	padding: 0;
	width: 314px;
	height: 204px;
}
DIV.artist A {
	width: 314px;
	height: 204px;
	display: block;
}
.name {
	position: absolute;
	top: 0;
	left: 0;
	background: #fffc00;
	padding: 2px 4px;
	color: #222;
	font-weight: bold;
	font-size: 11px;
}
.location {
	position: absolute;
	top: 17px;
	left: 0;
	background: #fff;
	padding: 2px 4px;
	color: #666;
	font-weight: normal;
	font-size: 11px;
}



H1 {
	margin: 0 0 10px 0;
}
H1 A SPAN,
H1 SPAN {
	font-family: "arial";
	font-weight: normal;
	color: white;
}

A#logo {
	text-indent: -9999px;
	display: block;
	width: 73px;
	height: 418px;
	margin: 0px;
	clear: both;
	border: 0px solid #ccc;
	background: transparent url(/img/logo.png) no-repeat center;
	-moz-border-radius: 0 4px 4px 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
A#logo SPAN {
	position: absolute;
	top: 0;
	left: 780px;
	background: url(/img/symbol.png) top left no-repeat;
	width: 46px;
	height: 69px;
}

DIV#logo H1,
DIV.bioheader H1 {
	display: none;
}
A {
	color: #fffc00;
	text-decoration: none;
}
A:hover {
	color: #D32057;
}
P {
	margin-top: 0;
	line-height: 1.5;
}
P A SPAN {
	background: #fffc00;
	color: #222;
	padding: 0 2px;
}
UL {
	padding-left: 16px;
	list-style-type: square;
}
OL {
	padding-left: 26px;
}
OL LI SPAN,
P.classification-data SPAN {
	background: none;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}
P.classification-data {
	line-height: 1.3;
}
P.classification-data SPAN {
	display: block;
	margin-top: 9px;
}
LI {
	margin-bottom: 1px;
	clear: both;
}
LI.bonus {
	margin-top: 10px;
	padding: 2px;
}
OL.tracklisting A.download {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10px 3px 0;
	color: #333;
	padding: 0 2px;
	background: #aaa;
}
OL.tracklisting A.download:hover {
	background: #D32057;
	color: white;
}
OL.tracklisting LI.bonus A.download {
	background: #ed1c24;
}

/* SPREADSHIRT BOX */
DIV#spreadshirt {
	background: url(../img/tee.jpg) top left no-repeat;
	padding: 0;
	width: 314px;
	height: 204px;
	position: relative;
}
DIV#spreadshirt H1 {
	background: #333;
	display: inline-block;
	padding: 1px 5px;
	margin: 0;
	position: absolute;
	bottom: 100px;
	left: 0;
}
DIV#spreadshirt P {
	position: absolute;
	bottom: 59px;
	left: 0;
	line-height: 1.1;
}
DIV#spreadshirt P SPAN {
	background: white;
	color: #333;
	display: inline-block;
	padding: 1px 5px;
	margin: 0;
}
DIV#spreadshirt P A {
	color: #D32057;
}


/* RELEASES BOX */
.release {
	padding: 0 !important;
	width: 314px;
	height: 204px;
	position: relative;
}
.release .cover {
	width: 160px;
	height: 204px;
	background: black;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	-moz-border-radius: 0 2px 2px 0;
	padding: 0;
	margin: 0;
}


.release .meta {
	margin: 0;
	background: none;
	width: 140px;
	height: 204px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}


/* MIXSETS BOX */
DIV#mixsets {
	background: url(../img/vinyl.jpg) top left no-repeat;
	padding: 0;
	width: 314px;
	height: 204px;
	position: relative;
}
DIV#mixsets H1 {
	background: #333;
	display: inline-block;
	padding: 1px 5px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0;
}
DIV#mixsets P.latest-mixset {
	position: absolute;
	top: 71px;
	left: 0;
	line-height: 1.1;
}
DIV#mixsets P SPAN {
	background: white;
	color: #333;
	display: inline-block;
	padding: 1px 5px;
	margin: 0;
}
DIV#mixsets P A {
	color: #D32057;
}
DIV#mixsets P.older-mixsets {
	position: absolute;
	bottom: 5px;
	right: 0;
	line-height: 1.1;
	text-align: right;
}




a.soundcloud-dropbox {
	display: block; 
	margin: 0 0 0 7px; 
	background: transparent url(http://a1.soundcloud.com/images/dropbox_square_white.png?f7f36b) top left no-repeat; 
	color: #888888; 
	font-size: 10px; 
	height: 82px; 
	padding: 44px 15px 0 10px; 
	width: 105px; 
	text-decoration: none; 
	text-align: center; 
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif; 
	line-height: 1.3em;
	float: right !important;
}

a.soundcloud-dropbox:hover {
	color: #1896D1 !important; 
	background-color: transparent !important; 
	background-position: -200px 0 !important;
}
*html a.soundcloud-dropbox {
	background-image: none !important; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_square_white.png?f7f36b)', sizingMethod='crop') !important;
}