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

* {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 10px auto;
	position: relative;
}

#header {
	height: 90px;
	border-bottom: 1px solid #999999;
}

#header #logo {
	width: 325px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat;
}

#logo {
	width: 325px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat;
}

#topbanner {
	width: 960px;
	height: 70px;
	border-bottom: 1px solid #333333;
	background-color: #333333;
}

.pagetitle {
	float: left;
	background-color: #ffffff;
	color: #000000;
	font-family: arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 18pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-transform: lowercase;
	letter-spacing: -0.036em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0pt;
	margin-top: 20px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#content {
	width: 960px;
	height: 650px;
	padding-top: 10px;
}

.bio_thumb {
	margin-right: 10px;
	float: left;
	height: 650px;
	width: 310px;
}

.bio_thumb img {
	border: 1px solid #7f7f7f;
	padding: 5px;
	margin-bottom: 10px;
}

.album {
	width: 235px;
	height: 100px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.album_thumb {
	border: 1px solid #7f7f7f;
	padding: 5px;
	margin-right: 10px;
	float: left;
}

.video_thumb {
	width: 960px;
	height: auto;
	margin: 0px 0px 10px 0px;
	float: left;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #dadada;
}

a.vid_link {
	color: #224970;
	font-size: 14px;
	font-weight: bold;
}

.red {
	color: #a11b1b;
	margin-bottom: 3px;
}

h3	{
	font-family: Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.8em;
	font-weight: normal;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0.6em;
	padding-left: 0pt;
	letter-spacing: 0.1em;
	color: #a11b1b;
}

.column {
	width: 190px;
	height: 600px;
	position: absolute;
	margin: 0px 10px;
	padding: 0px 0px 20px 0px;
	left: 750px;
	top: 172px;
}

#wrapper #content .column a {
	font-family: Arial, Helvetica, sans-serif;
	color: #224970;
	font-size: 12px;
	text-decoration: none;
}

#wrapper #content .column a:hover {
	color: #FFFFFF;
	background-color: #224970;
}

#wrapper #content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#wrapper #content a:hover {
	color: #FFFFFF;
	background-color: #224970;
}

#footer	{
	background-color: transparent;
	background-image: url(../images/artists/dot.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Menu */

#menu {
	width: 296px;
	height: 39px;
	float: right;
	margin: 10px 0 0 2px;
	list-style: none;
	font-weight: bold;
	font-family: Helvetica, Arial;
	position: absolute;
	left: 643px;
	top: 38px;
}
#menu li { float: left; padding: 2px 0 3px 3px; margin: 1px 12px 0 0; }
#menu li a { padding: 0; text-decoration: none; color: #000; font-size: 12px; }
#menu li a:hover { padding: 0; text-decoration: underline; }
#menu li span { display: block; float: left; padding: 0 0px 0 22px; }
#menu li span.home { background: url(../images/home.gif) no-repeat; }
#menu li span.music { background: url(../images/releases.gif) no-repeat; }
#menu li span.artists { background: url(../images/artists.gif) no-repeat; }
#menu li span.video { background: url(../images/video.gif) no-repeat; }
#menu li span.forum { background: url(../images/forum.gif) no-repeat; }

/* Lists */
.artists_roll ul {
	background-color: transparent;
	background-image: url(../images/postbullet.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 2px;
}

.artists_roll li {
	border-bottom: 1px solid #dadada;
	list-style-image: url(../images/postbullet.png);
	list-style-position: inside;
	padding: 5px 0px;
}

.artists_roll a {
	color: #224970;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.artists_roll a:hover {
	color: #FFFFFF;
	background-color: #224970;
}

/* Player */

#playlist {
	width: 624px;
	height: 605px;
	position: absolute;
	top: 200px;
	left: 325px;
}

.songlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		margin-left: 20px;
}
#wrapper #header #logo img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

