/* Main Definitions */

* {
	padding:0;
	margin:0;
	outline:0;
}
body {
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align: center;
	color:#000;
	background: url(img/bg.gif);
}
#shell {
	width:750px;
	margin:0 auto;
	text-align: left;
}

a {
	color:#00335b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.cl {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}
h2 {
	font-size:0;
	line-height:0;
	height:17px;
	text-indent: -10000px;
	background-repeat:no-repeat;
	background-position: 0 0;
}
#h2-booking { background-image: url(img/h2-booking.gif);}
#h2-earth { background-image: url(img/h2-earth.gif);}
#h2-listen { background-image: url(img/h2-listen.gif);}
#h2-about { background-image: url(img/h2-about.gif);}
#h2-shows { background-image: url(img/h2-shows.gif);}
#h2-photos { background-image: url(img/h2-photos.gif);}
#h2-sounds { background-image: url(img/h2-sounds.gif);}
#h2-guestbook { background-image: url(img/h2-guestbook.gif);}
#h2-musicians { background-image: url(img/h2-musicians.gif);}

h3 {
	font-size:18px;
	font-weight: normal;
	padding:7px 0 5px 0;
}
/* End Main Definitions */


/* Header */
#header {
	background:url(img/header.jpg) no-repeat 0 0;
	height:201px;
	position:relative;
}
h1#logo {
	font-size:0;
	line-height:0;
	margin-left:31px;
}
h1#logo a {
	display:block;
	text-indent: -10000px;
	width:352px;
	height:201px;
	background:url(img/logo.jpg) no-repeat 0 0;
}
/* End Header */


/* Navigation */
#nav {
	background:#000;
	height:39px;
}
#nav ul {
	list-style-type: none;
	padding-top:14px;
	padding-left:10px;
}
#nav li {
	display:inline;
}
#nav li a {
	float:left;
	display:inline;
	height:11px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:0;
	line-height:0;
	text-indent: -10000px;
	margin-left:42px;
}
#nav li a.active, #nav li a:hover {
	background-position: 0 bottom;
}
#nav li a#nav-about 	{ background-image:url(img/nav-about.gif);		width:41px; }
#nav li a#nav-shows 	{ background-image:url(img/nav-shows.gif);		width:43px; }
#nav li a#nav-musicians { background-image:url(img/nav-musicians.gif);	width:65px; }
#nav li a#nav-bookings 	{ background-image:url(img/nav-bookings.gif);	width:61px; }
#nav li a#nav-sounds 	{ background-image:url(img/nav-sounds.gif);		width:49px; }
#nav li a#nav-photos 	{ background-image:url(img/nav-photos.gif); 	width:48px; }
#nav li a#nav-guestbook { background-image:url(img/nav-guestbook.gif); 	width:72px; }
/* End Navigation */


/* Content */
#content {
	background:#fff;
	padding:30px 40px;
	min-height:400px;
}
#content p {
	padding-top:13px;
	line-height:16px;
}
#side-right {
	float:right;
	display:inline;
	width:271px;
}
#side-right p {
	font-size:14px;
	font-weight: bold;
	color:#666;
}
#side-right p a {
	color:#000;
	text-decoration: none;
}
#side-right p a:hover {
	text-decoration: underline;
}
.blue-box {
	background:#208cfd url(img/box-b.gif) no-repeat 0 bottom;
	color:#fff;
	position:relative;
	width:271px;
	margin-top:-10px;
	margin-left:-10px;
	margin-bottom:20px;
}
.blue-box .box-top {
	background:url(img/box-t.gif) no-repeat 0 0;
	padding:10px;
	min-height:100px;
}
.player {
	text-align: center;
	padding-bottom:5px;
}
.logos {
	text-align: center;
}
/* End Content */


/* Footer */
#footer {
	text-align: center;
	padding:10px;
	background: #afd5fd;
}
#footer p a {
	margin:0 5px;
	background: #afd5fd;
	
}
#footer p {
	padding-bottom:6px;
	color:#00335b;
}
#footer p.small {
	font-size:10px;
}


#side-left {
	float:left;
	display:inline;
	width:330px;
}

#side-left-musicians {
	float:left;
	display:inline;
	width:670px;
}


/* End Footer */