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

body  {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
#wrapper {
	width: 790px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: thin dotted #DB1668;
	background-color: #18131A;
	background-image: url(images/monster_reach.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 620px;
} 	
	
#header {
	background-image: url(images/MCB_banner2_Op4b.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	padding-top: 110px;
	padding-left: 20px;
}
	
#twitter {
	
		}
		
.container {
	margin-left: 250px;
}


.sidebar_wrapper {
	background-color: #000;
	float: right;
	width: 200px;
	padding: 5px;
	border: thin dotted #DB1668;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	margin: 0px 10px;
	margin-top: 10px;
		}
		
.sidebar_wrapper_left {
	background-color: #000;
	float: left;
	width: 200px;
	padding: 5px;
	border: thin dotted #DB1668;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	margin: 0px 10px;
	margin-top: 10px;
		}

.indexcontent {
	margin-right: 250px;
}
#multimedia {
	margin-top: 20px;
}
#video_standalone {
	visibility: hidden;
	position: absolute;
	left: 187px;
	top: 83px;
}


#index_pic {

}


.indexcontent h5 {
	text-align: right;
	font-size: 60%;
}
.purchase {
	border: thin dashed #000;
	background-color: #DB1668;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

		

#gig_box {
	border: thin dotted #DB1668;
	padding: 0px 5px;
	font-size: 90%;
	}
		
#sidebar1 {
	border: thin dotted #DB1668;
	font-size: 80%;
	margin-bottom: 10px;
	height: 210px;
	overflow: auto;
	width: 190px;
	padding: 5px;
		}		
		
#sidebar2 {
	border: thin dotted #DB1668;
	font-size: 80%;
	margin-bottom: 10px;
	text-align: center;
		}
	
#press {
	position: absolute;
	visibility: hidden;
	left: 318px;
	top: 284px;
	background-color: #18131A;
}
#photo_standalone {
	visibility: hidden;
	position: absolute;
	left: 94px;
	top: 38px;
}

	
#blog_box {
	margin-top: 5px;
	border: thin dotted #DB1668;
	color: #000;
	margin-bottom: 5px;
	}

#gigs {
	margin: 20px 20px 0px 0px;
	color: #FFF;
	float: right;
	width: 520px;
	height: 350px;
	overflow: auto;
	scrollbar-track-color: #333;
	scrollbar-base-color: #333;
}
	
#footer {
	margin: 0;
	font-size: 70%;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#photo {
}
#guestbook_form {
	height: 380px;
	padding: 10px;

}


#remixXML {
	width: 540px;
}

#review {
	width: 500px;
	overflow: auto;
	height: 440px;
	float: right;
	padding: 10px;
	margin-right: 10px;
	font-size: 80%;
	}
	
#remixplayer {
	margin-left: 240px;
	padding: 5px;
	margin-top: 10px;
}
#musicplayer {
	margin-top: 20px;
	padding: 10px;
	margin-right: 10px;
}
#shopborder {
	border: thin dashed #DB1668;
	margin-top: 20px;
	margin-right: 10px;
	padding: 5px;
	background-color: #000;
}
#shopbottom {
	border: thin dashed #DB1668;
	background-color: #000;
	margin-top: 20px;
	margin-right: 250px;
	padding: 5px;
}

#video {
	margin-right: 10px;
	margin-top: 20px;
	z-index: 500;
	}

.TabbedPanels {
	}

table.gigs th {
	background-color: #DB1668;
	font-size: 110%;
	color: #000;
	text-align: center;
	}
	
	table.guestbook {

	}


a:link {color: #F6F3E2;}
a:hover {color: #DB1668;}

a:visited {color: #F6F3E2;}

div.scrollholder
{
	position: relative;
	width: 180px;
	height: 200px;
	overflow: auto;
	z-index: 1;
	border: thin dotted #DB1668;
	font-size: 80%;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #DB1668;
}  
