* { margin: 0px; padding: 0px; }

a
{
	color: #e8d801;
	font-weight: 700;
	text-decoration: none;
}

a:hover
{
	background-color: #e8d801;
	color: #000000;
}

body
{
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto;
}

td
{
	font-size: 12px;
}

h3 { font-size: 22px; }
h4 { font-size: 17px; }
h5 { font-size: 13px; }
h6 { font-size: 11px; }

#container
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -470px;
	width: 970px;
}

/* ===== Logo ===== */

#logo
{
	position: absolute;
	top: 90px;
	left: 110px;
}

#logo h1 { display: none; }

#sponsored_logos
{
	position: absolute;
	top: 0xp;
	left: 80px;
	background-image: url(../img/sponsored_logos.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 28px;
}

/* ===== Menu ===== */

#menu
{
	background-position: bottom center;
	position: absolute;
	height: 250px;
	width: 265px;
	left: 0px;
	top: 280px;
}

#menu ul
{
	padding-top: 30px;
	margin-left: 20px;
}

#menu li
{
	list-style: none;
	margin-top: -5px;
}

#menu a
{
	color: #FFFFFF;
	font-size: 22px;
}

#menu_home { margin-left: 42px; }
#menu_biography { margin-left: 12px; }
#menu_discography { margin-left: 46px; }
#menu_schedule { margin-left: 26px; }
#menu_guestbook { margin-left: 16px; }
#menu_picsvids { margin-left: 33px; }
#menu_bookings { margin-left: 8px; }

/* ===== Header ===== */

#header
{
	position: absolute;
	background-repeat: no-repeat;
	width: 636px;
	height: 183px;
	top: 230px;
	left: 280px;
}

#header h2 { visibility: hidden; }

#header.home { background-image: url(../img/header_home.jpg); }
#header.biography { background-image: url(../img/header_biography.jpg); }
#header.discography { background-image: url(../img/header_discography.jpg); }
#header.schedule { background-image: url(../img/header_schedule.jpg); }
#header.guestbook { background-image: url(../img/header_guestbook.jpg); }
#header.picsvids { background-image: url(../img/header_picsvids.jpg); }
#header.bookings { background-image: url(../img/header_bookings.jpg); }

/* ===== Content ===== */

#content
{
	position: absolute;
	top: 420px;
	left: 280px;
	width: 650px;
	padding-bottom: 50px;
	color: #d4d4d4;
}

#content img { border: 0px; }
#content a img:hover { background-color: #000000; }

#content p
{
	margin-bottom: 12px;
}

#content p.intro
{
	font-weight: 700;
	color: #FFFFFF;
}

#content h4
{
	text-transform: uppercase;
	color: #e8d801;
	font-size: 11px;
}

/* ===== Content: Home ===== */

#content .home_weblog h3, #content .home_nxtevents h3 { display: none; }

#content .home_weblog h4, #content .home_nxtevents h4
{
	text-transform: uppercase;
	font-size: 16px;
	margin-top: -9px;
}

#content .home_weblog
{
	background-image: url(../img/home_weblog.jpg);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
	padding-top: 45px;
}

#content .home_nxtevents
{
	background-image: url(../img/home_nxtevents.jpg);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
	padding-top: 45px;
}

#content .home_nxtevents ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
}

#content .home_nxtevents li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 60px;
}

/* ===== Default styles ===== */

.small
{
	font-weight: 700;
	font-size: 11px;
	color: #ababab;
	margin-top: 4px;
	margin-bottom: 4px;
}

a.small
{
	color: #e8d801;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
a.small:hover { color: #000000; }

.date
{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #FFFFFF;
}

.datatbl
{
	width: 100%;
}

.datatbl th
{
	text-align: left;
	font-weight: 700;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.datatbl td
{
	border-top: solid 1px #616161;
	padding: 5px;
}

/* ===== Form fields  ===== */

#content input
{
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;
	background-color: #303030;
	border: solid 1px #696969;
	color: #c2c2c2;
}

#content textarea
{
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;
	background-color: #303030;
	border: solid 1px #696969;
	color: #c2c2c2;
}

/* ===== Discography ===== */

#content .listen
{
	display: inline-block;
	background-image: url(../img/listen.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 18px;
	float: right;
}
#content .listen:hover { background-color: transparent; }
#content .listen span { display: none; }

/* ===== Schedule ===== */

#content .info
{
	display: inline-block;
	background-image: url(../img/info.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 18px;
	float: right;
}
#content .info:hover { background-color: transparent; }
#content .info span { display: none; }

/* ===== Guestbook ===== */

#content .guestbook_read h3, #content .guestbook_write h3 { display: none; }

#content .guestbook_read
{
	background-image: url(../img/guestbook_read.jpg);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
	padding-top: 45px;
}

#content .guestbook_write
{
	background-image: url(../img/guestbook_write.jpg);
	background-repeat: no-repeat;
	width: 324px;
	float: left;
	padding-top: 45px;
}

#content .guestbook_write form
{
	margin-left: 40px;
}

#content .guestbook_write a
{
	background-image: url(../img/submit.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 29px;
	display: block;
	float: right;
	margin-right: 25px;
}
#content .guestbook_write a span { display: none; }

#content .guestbook_msg_hdr
{
	background-image: url(../img/guestbook_msg_hdr.gif);
	background-repeat: no-repeat;
	width: 306px;
	height: 32px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: 700;
	color: #e8d413;
	text-transform: uppercase;
}

/* ===== Box ===== */

#boxblack
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 4000;
}

#boxbg
{
	background-image: url(../img/boxbg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 656px;
	height: 586px;
	margin-left: -328px;
	z-index: 4500;
}

#box
{
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -302px;
	width: 604px;
	height: 540px;
	z-index: 5000;
}

#box a
{
	background-image: url(../img/close.gif);
	background-repeat: no-repeat;
	display: block;
	width: 67px;
	height: 23px;
	font-size: 1px;
	margin-bottom: 33px;
	color: #000000;
	float: right;
}

#box a:hover { background-color: transparent; }