html { background: #383838; margin: 0; padding: 0; scrollbar-face-color: #474747; scrollbar-3dlight-color: #383838; scrollbar-arrow-color: #A3A3A3; scrollbar-darkshadow-color: #383838; scrollbar-highlight-color: #878787; scrollbar-shadow-color: #0B0A0A; scrollbar-track-color: #535353; }
body { background: #383838; font: 10px Verdana, Arial, Helvetica, sans-serif; color: #A8A8A8; margin: 0; padding: 10px 20px 10px 10px; text-align: right; }
h1 { font: 30px "Times New Roman", Times, serif; color: #DDD; padding: 0; margin: 0 0 10px 0; text-align: right; }
h2 { font-size: 10px; color: #FFF; font-weight: bold; margin: 0; padding: 1px 0; }
h3 { font-size: 10px; font-weight: bold; margin: 0; padding: 1px 0; }
span.hr { background: url("../images/divider.gif") no-repeat right center; padding: 0; height: 46px; border: none; clear: both; display: block; }
hr { display: none; }
a:link, a:visited, a:active { color: #FF4949; text-decoration: underline; font-weight: bold; }
a:hover { color: #FFF; text-decoration: none; font-weight: bold; }
.dates, .galdates, .galcredit, .wmp { color: #D1D1D1; font-weight: bold; margin: 0; padding: 1px 0; }
a.subnav:link, a.subnav:visited, a.subnav:active, dl.media a:link, dl.media a:visited, dl.media a:active { color: #FFF; text-decoration: none; font-weight: bold; }
a.subnav:hover, dl.media a:hover { color: #999; text-decoration: none; font-weight: bold; }
.smalltext { color: #F5EDE4; font-size: 9px; }
.highlight { color: #E2B52F; }
.bggallerypop { background: url("../images/gallery_bg.jpg") no-repeat fixed left top; }
.galdates, .galcredit { font-weight: normal; }
.galcredit { font-size: 9px; margin-bottom: 12px; }
.bgpage { background: #000 url("../images/pagebg.jpg") no-repeat fixed left top; }
.bghome { background: url("../images/pagebg_home.jpg") no-repeat fixed right top; }
#biog_image { float: left; clear: none; margin: 0 10px 20px 0; }
ul.gallery { display: block; float: right; padding: 0; margin: 0; list-style: none; }
ul.gallery li { float: right; clear: none; }
.gallery_img { padding: 15px 0 0 30px; }
p.linktxt { margin: 0; padding: 4px 0; }
p.linktxt a { display: block; float: right; clear: both; margin: 0; padding: 0; background-repeat: no-repeat; background-position: right top; }
p.linktxt span { display: none; }
.full_story { background-image: url("../images/full_story.gif"); height: 12px; width: 104px; }
.back_news { background-image: url("../images/back_headlines.gif"); height: 12px; width: 144px; }
.back_galleries { background-image: url("../images/back_galleries.gif"); height: 12px; width: 144px; }
.back_lyrics { background-image: url("../images/back_lyrics.gif"); height: 12px; width: 130px; }
.back_media { background-image: url("../images/back_media.gif"); height: 12px; width: 168px; }
p.wmp_link { margin-top: 20px; }
p.wmp { background: url("../images/winlogo.jpg") no-repeat left 10px; padding: 15px 2px 20px 25px; float: right; }
#media_links { margin-right: 106px; }
.img_thumb { float: right; padding: 0 0 10px 3px; }
.media_thumb { float: right; padding: 0 0 10px 3px; margin-top: -35px; }
dl.media { width: 100%; float: left; clear: both; margin: 0; padding: 0; margin-right: -50px; }
dl.media dt { display: block; margin: 0 50px 0 0; padding: 4px 2px; }
dl.media dd { display: block; width: 46px; float: right; margin: -20px 0 0 0; padding: 4px 2px; text-indent: 0; text-align: center; }
.tracklisting { float: right; padding-right: 3px; }
.tracklisting ol li { line-height: 1.5em; }
.lyrics { white-space: pre; }

/* vip login page */
fieldset {
	background: #383838;
	border: 1px solid #999;
	border-right-color: #141414;
	border-bottom-color: #141414;
	width: 250px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -125px;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #FFF;
}
fieldset p {
	padding: 0 0 5px;
	margin: 0;
	color: red;
	font-weight: bold;
	text-align: center;
}
label,input.text {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	font-weight: bold;
}
form br {
	clear: left;
}
input, textarea, select {
	background-color: #FFF;
	color: #B20406;
	border: 1px solid #9C9C80;
	padding: 2px 5px;
	margin: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.button, .button_small {
	color: #9C9C80;
	border: 3px double #000;
	margin: 0;
	background: #383838 url("../cms/images/bgbutton.png") repeat-x;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}