* {
padding: 0;
margin: 0;
} 

html { height: 100%; margin: 0 0 1px;
   padding: 0; overflow: -moz-scrollbars-vertical; overflow-x: auto;}

body 
	{
	margin: 0 0 1px;
   padding: 0; 
	background-color: #333;
	background-image:url('images/boxboy5.jpg');
	background-position: top center; 
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
#stage
	{
	position: relative;
	width: 870px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
	text-align: left;
	z-index: 10;
	border-style:none;
	}
	
#left
	{
	position: relative;
	left: 30px;
	top: 0px;
	width: 405px;
	margin: 0px;
	border-style:none;
	padding: 0px 0px 20px 0px;
	}	
	
#logo
	{
	position: absolute;
	top: 0px;
	left: -58px;
	z-index: 20;
	border-style:none;
	}
	
.borderlesshead
	{
	border-style:none;
	}

#backAnimation
	{
	position: fixed;
	width: 456px;
	height: 664px;
	top: 0px;
	left: 50%;
	margin-left: 24px;
	}

.contentSection 
	{
	position: relative;
	background-image:url('images/white.png');
	padding:20px 20px 10px 20px;
	margin: 0px;
	width: 360px;
	top: 0px;
	}

.contentSection2 
	{
	position: relative;
	background-image:url('images/white.png');
	padding:15px 20px 10px 20px;
	margin: 0px;
	width: 360px;
	top: 0px;
	}	

.contentContent 
	{
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	padding:0px;
	}

.headlines {
	color: #000;
	font-size: 16px;
	padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    padding-bottom: 5px;
letter-spacing:.5px;
	}


.credit
	{
	position: relative;
	top: 8px;
	color: #666;
	font-size: 10px;
	clear: both;
	padding-bottom: 5px;
	line-height: 150%;
	}	

.commentButton {position: relative; top: -3px;}
.commentButton a {padding: 3px 5px 3px 5px; background-color:#ccc; font-size:10px; font-weight: normal;}
.commentButton a:hover {background-color:#999; color:#000; text-decoration: none;}
	
p 
	{
	color: #666;
	margin-bottom: 15px; 
	font-size: 12px; 
	line-height: 200%;
	}	

.lastp {
	color: #666;
	font-size: 12px; 
	line-height: 200%;
	margin-bottom: 5px;
	}
	
A { 
	font-weight: bold;
	color: #666; 
	text-decoration: none; 
	}
	
A:hover { 
	color: #000; 
	text-decoration: underline; 
	}

.spacer5 {padding-top: 4px; padding-bottom: 8px;}

.spacer5b {height: 5px; width: 200px;}

img {border-style: none;}
	
/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }

.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; top: 0px; margin: 0; }

.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0; margin-right: 2px; padding: 0; background-image:url('images/grey.png'); height: 240px;}

.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:215px 10px 5px 10px;  color:#777; outline-style: none; font-size: 16px; font-weight:normal; letter-spacing:.5px; height: 20px;}

.ui-tabs .ui-tabs-nav li a:hover {background-image:url('images/white.png'); color:#555;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; background-image:url('images/white.png'); height: 242px; outline-style: none; color:#555;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {background-image: none;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { padding: 0; display: block; border-width: 0; background: none; margin: 0;}

.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs div {
  clear:left; margin: 0; 
}	

#tabs {margin:0px; padding: 0px;}


/* Secondary Navigations */

.clearboth { clear: both; }

.navbarLinks {margin: 0; width: 100%;}	
	
.navbarLinks ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	white-space: nowrap;
	}
	
.navbarLinks li {
	list-style-type: none;
	display: inline;
	}
	
.navbarLinks li a {
	list-style-type: none;
	background-color:#ddd;
	display: block;
	text-align:left;
	color: #555;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	margin-bottom: 2px;
	margin-right: 2px;
	width: 147px;
	float: left;
	font-weight:normal;
	font-size: 11px;
	}	
	
.navbarLinks li a:hover {	
	background-color:#999;
	color: #000;
	}

.navbarApparel {margin: 0px; width: 100%; }	
	
.navbarApparel ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight:normal;
	width: 370px;
	
	}
	
.navbarApparel li {
	list-style-type: none;
	display: inline;
	width: 121px;
	
	}
	
.navbarApparel li a {
	list-style-type: none;
	background-color:#ddd;
	display: block;
	text-align:center;
	color: #555;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	float: left;
	font-weight:normal;
	font-size: 10px;
	margin: 0px 3px 3px 0px;
	border-style: none;
	}	
	
.navbarApparel li a:hover {	
	background-color:#999;
	color: #000;
	}	

.navbarApparel img { border-style: none; }

/* -------------------------------------------- JSplayer Discography ----------- */

#player_container {
	position: relative;
	height:34px;
	margin: 0px;
	color: #666;
	font-size: 9px;
	top: 0px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li{
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:33px;
	top:0px;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_play {
	background: url("images/player-spirites.png") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/player-spirites.png") -30px 0 no-repeat;
}
#player_pause {
	background: url("images/player-spirites.png") 0 -30px no-repeat;
}
#player_pause.jqjp_hover{
	background: url("images/player-spirites.png") -30px -30px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:0px;
	top:0px;
	background: url("images/player-spirites.png") 0 -60px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("images/player-spirites.png") -30px -60px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/player-spirites.png") -30px -60px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:67px;
	top:0px;
	background: url("images/player-spirites.png") 0 -90px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("images/player-spirites.png") -30px -90px no-repeat;
}

#ctrl_next.disabled {
	background: url("images/player-spirites.png") -30px -90px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:111px;
	top:10px;
	background-color: #FFF;
	width:161px;
	height:15px;
	border:1px solid #BBB;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}

#player_volume_bar {
	position: absolute;
	left:290px;
	top:4px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:65px;
	height:8px;
	border:1px solid #BBB;

}

#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:6px;
	padding-bottom: 3px;
	overflow: hidden;
}

#player_volume_bar_volume {
position:relative; top: 3px;
}

#play_time,
#total_time {
	position: absolute;
	left:113px;
	top: 0px;
	width:160px;
	font-size:8px;
}

#total_time {
	text-align: right;
}

#playlist_list
 {
	position: relative;
left: 0px;
	width:357px;
	min-height: 10px;
	max-height: 400px;
	overflow:auto;
	color:#000;
}

#playlist_list ul {
	list-style-type:none;
	padding:0px;
	width:340px;
	font-size:10px;
	line-height: 13px;
}

#playlist_list li {
	padding:4px 5px 4px 20px;
	background-color:#ddd;
	cursor: pointer;
	width:250px;
	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
}

#playlist_list li.link
	{
	text-align: center;
	cursor: pointer;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 62px;
	margin-bottom: 2px;
	}
#playlist_list li.link a
	{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	background-color:#ddd;
	}	
	
#playlist_list li.link a:hover
	{
	background-color:#999;
	text-decoration: none;
	color: #000;
	}

#playlist_list li.link img
	{
padding-top: 14px;
padding-bottom: 9px;
	}

#playlist_list li.playlist_current {
	color:#000;
	list-style-position:inside;
	cursor: default;
	background-color:#efefef;
	border-left: 2px solid #666;
	width: 250px;
	padding-left: 18px;
}

#playlist_list li.playlist_hover {
	color:#000;
	background-color:#999;

}

#playlist_list li.hidden {display: none; }



/* -------------------------------------------- JSplayer DJ -------------- */

#player_container2 {
	position: relative;
	height:34px;
	margin: 0px;
	color: #666;
	font-size: 9px;
	top: 0px;
}
#player_container2  ul#player_controls2 {
	list-style-type:none;
	padding:0;
	margin-bottom: 0;
}
#player_container2  ul#player_controls2 li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play2,
#player_pause2 {
	display: block;
	position: absolute;
	left:33px;
	top:0px;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_play2 {
	background: url("images/player-spirites.png") 0 0 no-repeat;
}
#player_play2.jqjp_hover {
	background: url("images/player-spirites.png") -30px 0 no-repeat;
}
#player_pause2 {
	background: url("images/player-spirites.png") 0 -30px no-repeat;
}
#player_pause2.jqjp_hover {
	background: url("images/player-spirites.png") -30px -30px no-repeat;
}

#ctrl_prev2 {
	position: absolute;
	left:0px;
	top:0px;
	background: url("images/player-spirites.png") 0 -60px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev2:hover {
	background: url("images/player-spirites.png") -30px -60px no-repeat;
}

#ctrl_prev2.disabled {
	background: url("images/player-spirites.png") -30px -60px no-repeat;
	cursor:default;
}

#ctrl_next2 {
	position: absolute;
	left:67px;
	top:0px;
	background: url("images/player-spirites.png") 0 -90px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next2:hover {
	background: url("images/player-spirites.png") -30px -90px no-repeat;
}

#ctrl_next2.disabled {
	background: url("images/player-spirites.png") -30px -90px no-repeat;
	cursor:default;
}


#player_stop2 {
	position: absolute;
	left:126px;
	top:26px;
	background: url("images/player-spirites.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop2.jqjp_hover {
	background: url("images/player-spirites.png") -29px -83px no-repeat;
}
#player_progress2 {
	position: absolute;
	left:111px;
	top:10px;
	background-color: #FFF;
	width:161px;
	height:15px;
	border:1px solid #BBB;
}
#player_progress_load_bar2 {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar2.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar2 {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}



#player_volume_bar2 {
	position: absolute;
	left:290px;
	top:4px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:65px;
	height:8px;
	border:1px solid #BBB;

}

#player_volume_bar_value2 {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:6px;
	padding-bottom: 3px;
	overflow: hidden;
}

#player_volume_bar_volume2 {
position:relative; top: 3px;
}

#play_time2,
#total_time2 {
	position: absolute;
	left:113px;
	top: 0px;
	width:160px;
	font-size:8px;
}

#total_time2 {
	text-align: right;
}

#playlist_list2 {
position: relative;
left: 0px;
	width:360px;
	overflow:auto;
	color:#000;
	margin-bottom: 20px;
	
	
}

#playlist_list2 ul{
	list-style-type:none;
	padding:0px;
	width:360px;
	font-size:10px;
	line-height: 13px;
	margin-top: 5px;
	margin-bottom: 20px;
}




#playlist_list2 li
	{
	float: left;
	padding:4px 0 4px 20px;
	cursor: pointer;
	width:210px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color:#ddd;
	}


#playlist_list2 li.link
	{
	text-align: center;
	cursor: pointer;
	color: #000;
	padding: 0px;
	width: 80px;
	margin-right: 2px;
	float: left;
	background-color:#ddd;
	}
#playlist_list2 li.link a
	{
	position: relative;
	padding: 4px 0px 4px 0px;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	font-weight: normal;
	background-color:#ddd;
	}
	
#playlist_list2 li.link a:hover
	{
	background-color:#999;
	text-decoration: none;
	color: #000;
	}

#playlist_list2 li.linkComment
	{
	text-align: center;
	cursor: pointer;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 45px;
	margin-bottom: 2px;
	background-color:#ddd;
	}
#playlist_list2 li.linkComment a
	{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	font-weight: normal;
	background-color:#ddd;
	}
	
#playlist_list2 li.linkComment a:hover
	{
	background-color:#999;
	text-decoration: none;
	color: #000;
	}

#playlist_list2 li.linkComment img
	{
padding-top: 12px;
padding-bottom: 10px;
	}	

#playlist_list2 li.playlist_current {
	color:#555;
	list-style-position:inside;
	cursor: default;
	background-color:#eee;
	border-left: 2px solid #666;
	width: 210px;
	padding-left: 18px;
}

#playlist_list2 li.playlist_hover {
	color:#000;
	background-color:#999;

}

#playlist_list2 li.hidden {display: none; }
