* {
	margin:0;
	padding:0;
}

html {
	text-align:center;
	background:#222222;
	background-image: url(../images/back.jpg);
	background-attachment: fixed;
}

body {
	font:9px, verdana;
	text-align: left;
	color:#333;
	width:790px;
	margin:0px auto;
	padding:1.3em;
	background:#000000;
}

p {
	font-size:9px;
	line-height:1.5em;
	margin:1em 0;
}

.imgwrap {
	float : left;
	padding : 2px;
	margin-right: 0px;
	border : 1px solid #000000;
	margin-bottom: 10px;
}

a img {
	border: 0;
}

a {
	color:#ffcc00;
	text-decoration:none;
}

a:hover {
	color:#ffcc00;
	text-decoration:underline;
	
}

ul {
	list-style:none;
}

#masthead {
	width:100%;
	height:130px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position:relative;
	margin-bottom:0.3em;
	line-height:14em;
}

#masthead sup {
	font-size:0.5em;
}

#mastheadBanner {
	z-index:11;
	position:absolute;
	height:74px;
	top:50%;
	margin-top:-5em;
	right:0.1em;
	width:473px;
	background-color:#FFFFFF;
	padding:5px 5px 3px 10px;
}

#mastheadBanner p {
	padding:5px 0 0;
	margin:0;
}

.nav{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.nav ul{
	font: bold 10px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.nav a{
	float: left;
	color: white;
	background: #ffcc00 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.nav a span{
	float: left;
	display: block;
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.nav a span{
	float: none;
}

.nav a:hover, .nav li.selected a{
	background-color: #c49e05; /*background color of tabs onMouseover*/
	color: white;
}

.nav a:hover span{
	background-color: transparent;
}

.navdivider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 5px;
	background: #ffcc00; /*background color of horizontal line*/
	border-top: 01px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#navlinks {
	clear:both;
	padding:0.1em 2em;
	margin-top:0.3em;
	background:#c60001;
}

#navlinks li {
	display:inline;
}

#navlinks li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../images/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#navlinks li a:hover, #footer li a:hover {
	text-decoration:underline;
}

/* Main Column */
#mainContent {
	width:520px;
	padding:10px 0 10px 5px;
	font-family:Verdana;
	font-size:9px;
	float:left;
}

#mainContent h2 {
	color:#000000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	padding-top: 6px;
	padding-left: 5px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}

.artistbutton{
	padding: 2px;
}

.artistbutton ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.artistbutton li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.artistbutton a, .artistbutton a:visited{
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background-color: #222222;
	text-decoration: none; 
}

.artistbutton a:hover, .artistbutton a:active{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.artist {
	width:240px;
	height:180px;
	float:left;
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin:2px;
	padding:5px;
}

.artist img{
	border-width:0px;
}

.artist_profilepic {
	width:500px;
	height:322px;
	float:left;
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin:5px;
	padding:5px;
}

.artist_profilepic img{
	border-width:0px;
}

.release {
	float : left;
	margin-right: 10px;
	border : 1px solid #333333;
	margin-bottom: 10px;
}

.release_title {
	font-weight: bold;
	color: #c60001;
}

.release_titleright {
	color: #000000;
}


.release_quote {
	color: #ffffff;
}

.thumb_img {
	border: 1px solid #000000;
}

.imgwrap {
	float : right;
	padding : 2px;
	margin-left : 10px;
	margin-bottom: 5px;
}

.imgwrap2 {
	float : left;
	padding : 2px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.text {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
}

.text2 {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}

/* Side Column */
#subContent {
	width:240px;
	padding:10px 0px 20px 20px;
	font-family:Verdana;
	font-size:9px;
	float:left;
}

#subContent h2, #subContent p {
	font-size:11px;
}

#subContent h2 {
	color:#ffcc00;
}

.subContentBox {
	border:1px solid #666666;
	background:#333333;
	color:#FFFFFF;
	padding:1em 1em 0.5em;
	margin-bottom:2em;
}

/* Footer */
#footer {
	text-align:left;
	font-family:Verdana;
	font-size:9px;
	clear:both;
	padding:10px 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:10px;
}