/* Comming soon */

@media screen and (max-device-width: 480px) {
	#shell { 
		width:440px;
	}
}


html,body { 
	padding:0 20px 20px;
	margin:0;
	background-color:#fff;
	font:100%/1.5 Verdana, Arial, sans-serif;
	color:#000;
}

a { 
	color:#ec0011;
}
.no-wrap { 
	white-space:nowrap;
}

#head { 
	line-height:1px;
	border-bottom:10px #000 solid;
}
.bandphoto{ 
}

/*
#content { 
	border-top:4px #732707 solid;
}

#content .sleeve { 
	padding:10px 10px 0 10px;
}

#footer .sleeve { 
	padding:0 10px 100px 10px;
	background:url(/ui/i/logo_dancingman.png) no-repeat bottom center;
}

#membership { 
	display:none;
}

#nav ul { 
	overflow:hidden;
	padding:0;
	margin:0;
}

#nav li { 
	list-style-type:none;
	float:left;
	padding-right:15px;
}

#photobar { 
	overflow:hidden;
	height:110px;
	width:100%;
}
*/

#home #nav .home a,
#bookings #nav .bookings a,
#wonderfunk #nav .wonderfunk a,
#merchandise #nav .merchandise a,
#otherservices #nav .otherservices a,
#bio #nav .bio a,
#testimonials #nav .testimonials a,
#discography #nav .discography a,
#photos #nav .photos a,
#samples #nav .samples a,
#watch #nav .watch a,
#links #nav .links a,
#contact #nav .contact a { 
	color:#ccc;
	background-color:#282828;
}

#home #nav .home a:hover,
#bookings #nav .bookings a:hover,
#wonderfunk #nav .wonderfunk a:hover,
#merchandise #nav .merchandise a:hover,
#otherservices #nav .otherservices a:hover,
#bio #nav .bio a:hover,
#testimonials #nav .testimonials a:hover,
#discography #nav .discography a:hover,
#photos #nav .photos a:hover,
#samples #nav .samples a:hover,
#watch #nav .watch a:hover,
#links #nav .links a:hover,
#contact #nav .contact a:hover { 
	color:#ccc;
	border-color:#000;
	background-color:#282828;
	cursor:default;
}
*/