




/*
     FILE ARCHIVED ON 8:04:54 Feb 8, 2005 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:40:06 Oct 7, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body
{
	padding: 0;
	margin: 0;
	background: black url(/shared/shafted/white/background.gif) no-repeat fixed;
	color: rgb(150,150,150);
	font: 12px/16px "Times New Roman PS MT","Times New Roman",serif;
}

#accessibility
{
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#content
{
	position: absolute;
	left: 205px;
	top: -50px;
	width: 460px;
	background: black url(/shared/shafted/white/contentBG.gif) repeat-y 5px 0;
	padding: 180px 10px 10px 10px;
	text-align: left;
}

#container
{
	position: absolute;
	left: 90px;
	top: 50px;
	width: 205px;
	background: url(/shared/shafted/white/navTop.gif) no-repeat;
	z-index: 1;
	text-align: center;
}

#banner
{
	position: absolute;
	left: 215px;
	top: -40px;
	height: 160px;
	width: 460px;
	z-index: 1;
	text-indent: -10000px;
}

#navigation
{
	margin: 64px 0 0 3px;
	background: black;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

#navigation a:link, #navigation a:visited, #navigation a:active
{
	color: rgb(150,150,150);
	text-decoration: none;
}

#navigation a:hover
{
	color: rgb(180,180,180);
	letter-spacing: 2px;
	text-transform: uppercase;
}

#emailsignup
{
	margin: 0 0 0 3px;
	background: black;
	padding: 10px 20px 10px 25px;
	text-align: left;
}

form
{
	margin: 0;
}

#footer
{
	background: url(/shared/shafted/white/navBottom.gif) no-repeat;
	padding-top: 1px;
	height: 63px;
	margin: 0;
}

#footer p
{
	margin: 0;
}

h1
{
	padding-top: 29px;
	overflow: hidden;
	height: 0 !important;
	height /**/: 29px;
	color: black;
}

body.home h1, body.list h1
{
	background: url(/shared/shafted/white/headerHome.gif) no-repeat;
}

body.music h1
{
	background: url(/shared/shafted/white/headerMusic.gif) no-repeat;
}

body.bio h1
{
	background: url(/shared/shafted/white/headerBio.gif) no-repeat;
}

body.contact h1
{
	background: url(/shared/shafted/white/headerContact.gif) no-repeat;
}

body.press h1
{
	background: url(/shared/shafted/white/headerPress.gif) no-repeat;
}

body.news h1
{
	background: url(/shared/shafted/white/headerNews.gif) no-repeat;
}

body.calendar h1
{
	background: url(/shared/shafted/white/headerCalendar.gif) no-repeat;
}

body.photos h1
{
	background: url(/shared/shafted/white/headerPhotos.gif) no-repeat;
}

body.guestbook h1
{
	background: url(/shared/shafted/white/headerGuestbook.gif) no-repeat;
}

body.links h1
{
	background: url(/shared/shafted/white/headerLinks.gif) no-repeat;
}

body.products h1
{
	background: url(/shared/shafted/white/headerStore.gif) no-repeat;
}

#content a:link, #content a:active
{
	color: rgb(150,150,150);
}

#content a:visited
{
	color: rgb(120,120,120);
}

#content a:hover
{
	color: rgb(170,170,170);
}

h2
{
	font-size: 16px;
	text-transform: uppercase;
	z-index: 2;
}

.date
{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
}

h3
{
	font-size: 14px;
	z-index: 2;
}

body.music .details
{
	background: rgb(30,30,30);
	border: 1px solid rgb(60,60,60);
	margin-top: -10px;
}

blockquote
{
	margin-left: 0;
	padding-left: 40px;
	padding-top: 10px;
	background: url(/shared/shafted/white/quotes.gif) no-repeat;
}

.caption
{
	margin-left: 40px;
	margin-top: -10px;
}

.entry
{
	margin: 10px 0;
	padding: 10px;
}

.entry h2
{
	margin-top: 0;
}

h4
{
	font-size: 12px;
	margin: 0;
}

.entry h3
{
	margin: 0;
}

address
{
	font-style: italic;
}

dt
{
	background: rgb(30,30,30);
	border: 1px solid rgb(60,60,60);
	border-width: 1px 1px 0 1px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

dd
{
	margin: 0 0 10px 0;
	background: rgb(30,30,30);
	border: 1px solid rgb(60,60,60);
	border-width: 0 1px 1px 1px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

body.photos img
{
	background: rgb(150,150,150);
	border: 1px solid rgb(130,130,130);
	border-width: 3px 2px;
	border-style: double solid;
	background: rgb(30,30,30);
}

body.products .entry
{
	margin-top: -1px;
}

body.products p, body.products h3, body.products ul
{
	margin: 0;
}

hr
{
	display: none;
}

body.guestbook h3, body.guestbook h2
{
	margin: 2px 0;
}

#postForm
{
	background: rgb(30,30,30);
	border: 1px solid rgb(60,60,60);
	padding: 10px 20px 20px 20px;
	text-align: center;
}

body.guestbook label, body.guestbook #postForm input, body.guestbook textarea
{
	display: block;
	width: 100%;
	/* IE/Mac fix \*/
	width: 250px;
	/**/
	margin: 0 auto;
}

body.guestbook label
{
	margin-top: 10px;
	text-align: left !important;
}

body.guestbook textarea
{
	margin-bottom: 20px;
}

body.links dt
{
	margin: 0 20px;
	background: transparent;
	border: 0;
	padding: 0;
}

body.bio .entry
{
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

body.music .details
{
	padding: 10px 10px 0 10px;
}

body.music h3
{
	padding-left: 10px;
	z-index: 1;
}

body.press .entry
{
	background: transparent;
	border: 0;
}

input, textarea
{
	border: 1px solid rgb(60,60,60);
	background: rgb(30,30,30);
	color: rgb(130,130,130);
	font-family: Arial, sans-serif;
}

body.music .caption
{
    margin: 0;
    padding: 0;
}

body.products .caption
{
    margin: 5px 0;
    padding: 0;
}

body.products dd
{
    text-align: left;
}

