body
{
	padding: 0; margin: 0;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 13px;
	background: #0e0e0e url('../images/background.jpg');
	text-align: center;
	color:#EEE;
	line-height:18px;
}

a, a:visited
{
	color: #FFF;
}

ul, li { list-style:none; padding:0; margin: 0;}

h1 { display:inline; font-size: 20px; font-weight:normal; margin:0; color:#ab9478; }
h2 { font-size: 13px; font-weight:normal; margin:0; color:#ab9478; }

div#menu a {
	text-decoration: none;
	margin-right: 20px;
	font-size: 15px;
	color: #EEE;
}

div#menu a.selected {
	color:#ffbc69;
}

div#menu a:hover {
	color:#ffd49f;
}

img
{
	margin: 0;
}

div#wrap
{
	margin:40px auto;
	width: 800px; /* page width */
	text-align: left;
}

div#logo
{
	width: 800px;
	height:122px;
}

div#menu
{
	margin-bottom:10px;
	padding: 5px 0 6px 62px;
}

div#page
{
	background: #282828 url('../images/subl_rounded_tp.png') no-repeat;
	padding: 30px 40px 0 40px;
}

div#page img.artistSmall
{
	height: 100px;
	width: 100px;
}

div#page img.artistLarge
{
	height: 160px;
	width: 160px;
	margin-right:20px;
	margin-bottom:10px;
}

div#page img.artistMicro
{
	height: 50px;
	width: 50px;
	margin-right:10px;
	margin-bottom:10px;
}

div#footer
{
	background: #0e0e0e url('../images/subl_rounded_bt.png') no-repeat;
	padding:15px;
	font-size: 10px;
	color: #999999;
}

div#footer div.left
{
	width: 70%;
	float: left;
}

div#footer div.right
{
	width: 30%;
	float: left;
	text-align: right;
}


ul#artistlist li { float: left; margin:0 38px 20px 0; width:120px;}

img.brd { border:4px solid #444; }
img.brd:hover { border:4px solid #666; }
img.artist-profile { width:200px; height:200px; }

div.cols4
{
	float: left;
	width: 22%;
	padding-right: 3%;
}

div.content-block
{
	border-bottom:2px solid #222;
	padding:20px;	
}

em { background: #222; padding: 0 5px; color:#4C0; font-weight:normal; font-family: Times; font-size:16px;}

a.formatted { background: #222; text-decoration:none; font-size:13px; padding:4px 5px; color:#CCC;}
a.formatted:hover { color:#e3e2a4; }

.small { font-size:11px; color:#ab9478; }

/* ------------------------- SELF CLEARING RULES ------------------------- */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; _height: 1%; }
/* Hide from IE-mac \*/ .clearfix { display: block; } /* End hide from IE-mac */