*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #000;
	font: 1em Arial, Helvetica, sans-serf;
	color: #fff;
}

#cycle img
{
	width: 600px;
	height: 300px;
}

/* MISC ********/

.clear
{
	clear: both;
}

#footer a img
{
	float: right;
	border: 0;
}

a img
{
	border: 0;
}


/* TEXT *********/

#footer p
{
	width: 70%;
	float: left;
}

#header h1, #headerhome h1
{
	display: none;
}

h2
{
	font-size: 1.5em;
}

h3
{
	text-transform: uppercase;
	font-size: 1.8em;
	color: #FF6600;
}

#nextgig h3
{
	margin-bottom: 20px;
}

#sidebar h3
{
	color: #fff;
}

h4
{
	text-transform: uppercase;
	color: #FF6600;
	margin-top: 20px;
	font-size: 1.1em;
}

table h4
{
	margin-top: 10px;
}

#nextgig h4
{
	color: #fff;
	font-size: 1em;
}

p
{
	margin-bottom: 10px;
	line-height: 140%;
	font-size: 0.9em;
	color: #eee;
}

#nextgig p
{
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
}

#footer p
{
	color: #9e9e9e;
	font-size: 0.7em;
}

/* LISTS *******/

li
{
	list-style: none;
}

#content li, #biocontent li
{
	margin-top: 5px;
	line-height: 140%;
	font-size: 0.9em;
	color: #eee;
}

#nav ul
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

#nav li
{
	display: inline;
	font-size: 1.9em;
	text-transform: uppercase;
	margin-right: 10px;
}


/* LAYOUT ********/

#container
{
	width: 900px;
	margin: 0 auto;
}

#header
{
	width: 100%;
	background: url(../images/logo.gif) right 60px no-repeat;
	height: 355px;
}

#headerhome
{
	width: 100%;
	height: 70px;
}

#nav
{
	width: 100%;
	background: #FF6600;
	text-align: center;
}

#cycle
{
	width: 600px;
	height: 300px;
	overflow: hidden;
}

#tagline
{
	width: 100%;
	padding: 20px 0 0 0;
	margin-top: 20px;
	border-top: 1px solid #FF6600;
}

#content
{
	width: 65%;
	padding: 20px 0;
	float: left;
}

.left
{
	width: 48%;
	float: left;
}

.right
{
	width: 48%;
	float: right;
}

#biocontent
{
	width: 100%;
	padding: 20px 0;
	float: left;
}

#sidebar
{
	width: 30%;
	float: right;
	padding: 20px 0;
	font-size: 0.8em;
}

#nextgig
{
	padding: 10px;
	background: #FF6600;
}

#contactnow
{
	padding: 10px;
	background: #d17022;
	margin-top: 20px;
}

#musicsamples
{
	padding: 10px;
	margin-top: 20px;
	background: #e69b26;
}

.homeimage
{
	padding: 20px 0;
}

#footer
{
	border-top: 1px solid #FF6600;
	padding: 10px 0;
}

#ymp-player td, #ymp-player tr, #ymp-player table
{
	border: 0;
}

#ymp-yahoo-logo
{
	display: block;
	width: 1px;
	display: none;
}

/* LINKS **********/

a, a:visited
{
	text-decoration: none;
}

#nav li .active
{
	color: #86130e;	
}

a, a:visited
{
	color: #fff;
}

#nav li a:hover
{
	border-bottom: 3px solid #fff;
}

/* #nextgig a
{
	background: #86130e;
	display: block;
	width: 98%;
	padding: 2px;
	color: #fff;
	font-size: 0.8em;
	margin-top: 10px;
	text-align: center;
}*/

.member1
{
	width: 225px;
	height: 350px;
	display: block;
	background: url(../images/bandimage.jpg) no-repeat 0px -80px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: -3px;
}

.member1:hover
{
	background: url(../images/bandimage.jpg) no-repeat 0 -580px;	
}

.member2
{
	width: 225px;
	height: 350px;
	display: block;
	background: url(../images/bandimage.jpg) no-repeat -225px -70px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

.member2:hover, .member2:active
{
	background: url(../images/bandimage.jpg) no-repeat -225px -570px;
}

.member3
{
	width: 225px;
	height: 350px;
	display: block;
	background: url(../images/bandimage.jpg) no-repeat -450px -70px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

.member3:hover
{
	background: url(../images/bandimage.jpg) no-repeat -450px -570px;
}

.member4
{
	width: 225px;
	height: 350px;
	display: block;
	background: url(../images/bandimage.jpg) no-repeat -675px -70px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: -3px;
}

.member4:hover
{
	background: url(../images/bandimage.jpg) no-repeat -675px -570px;
}

a
{
	outline: none;
}

/* TABLES ************/

table
{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #FF6600;
	padding: 10px;
}

th, td
{
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding: 5px;
}

th
{
	background:	#FF6600;
}

td
{
	border-top: 1px solid #333;
}

.date, .time
{
	width: 10%;
}

label
{
	display: block;
	margin-top: 10px;
}

input[type=text]
{
	width: 50%;
	padding: 5px;
}

textarea
{
	width: 70%;
	padding: 5px;
	font: 1em Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	height: 100px;
}
