body 
{
	width : 100%;
	margin : 0px;
	text-align : center;
	font-weight: normal;
	font-family :  Verdana, Arial, sans-serif;
	font-size : 12px;
	background: #000 url(../Images/bg_new.gif) no-repeat top center;
	background-attachment: fixed;
	color: #FFF;
}

h1, h2, h3 
{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #FF0000;
}

h1 { background: transparent url(../Images/star.png) no-repeat bottom left; padding-left: 25px; font-size : 16px; padding-top: 10px; }

h2 { font-size : 14px; margin-top: 20px; }

h3 { font-size : 13px; }

p {	margin-top: 0; margin-bottom: 12px;}

a {	color: #FFF;}

a:hover { color: red;}

ul, li { margin: 0; padding: 0; }

ul { list-style-type: none; }

li { background: transparent url(../Images/bullet.gif) no-repeat left 9px; padding: 7px 15px; padding-right: 0px; }

img#logo { }

img#albumBanner { float: right; margin-top: 10px; }

div#titleBar
{
	width: 970px;
	text-align: left;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

div#titleBar div
{
	float: right;
	font-size: 42px;
	padding-top: 40px;
}

div#content
{
	margin: 0;
	padding: 0;
	width: 940px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#contentInner
{
	text-align: left;
	margin: 10px 10px 20px 10px;
	min-height: 300px;
}

img.homePic { float: right; margin: 0 0 20px 10px; }

/** NAVIGATION **/

div#navigation { height: 50px; padding-top: 10px; }

div#navigation a { line-height: 40px; padding: 20px 60px; background-position: center; background-repeat: no-repeat; }

#homeLink { background-image: url(../Images/Buttons/home.png) }
#homeLink:hover { background-image: url(../Images/Buttons/homeHover.png) }

#bioLink { background-image: url(../Images/Buttons/bio.png) }
#bioLink:hover { background-image: url(../Images/Buttons/bioHover.png) }

#tourLink { background-image: url(../Images/Buttons/tour.png) }
#tourLink:hover { background-image: url(../Images/Buttons/tourHover.png) }

#mediaLink { background-image: url(../Images/Buttons/media.png) }
#mediaLink:hover { background-image: url(../Images/Buttons/mediaHover.png) }

#shopLink { background-image: url(../Images/Buttons/shop.png) }
#shopLink:hover { background-image: url(../Images/Buttons/shopHover.png) }

#contactLink { background-image: url(../Images/Buttons/contact.png) }
#contactLink:hover { background-image: url(../Images/Buttons/contactHover.png) }

/** END NAVIGATION **/

div#footer { width: 970px; margin-left: auto; margin-right: auto; }

.bold { font-weight: bold; }

.clear { clear: both; height: 0px; }

div.spacer { height: 20px; }

/** player **/

div#player { text-align: left; width: 510px; margin: 0 auto; padding-top: 18px; }

div#player div { clear: both; text-align: center; padding-top: 20px;}

div#player p { }

/** end player **/

/** Forms **/

form { margin: 0; padding: 0; }

fieldset { border: none; margin: 0; padding: 0; }

label, input, textarea { font-size: 12px; font-weight: normal; font-family: Geneva, Arial, sans-serif; }

input, textarea { border: 1px solid #A70709; }

textarea { overflow: auto; }

.button 
{ 
	padding: 3px 5px; 
	margin-left: 8.5em; 
	color: #A70709; 
	font-weight: bold; 
	border-bottom: 2px solid #500000; 
	border-right: 2px solid #500000;
	background-color: #FFF;
}

label { color:#A70709; font-weight: bold; width: 8em; float: left; text-align: right; margin-right: 0.5em; }

p.loginError { color: red; }

/** End Forms **/


/** Media page **/

div.mediaType { text-align: center; width: 220px; float: left; padding-top: 10px; }

/** End media page **/

/** Listings **/

table#listings, table.listings { border-collapse: collapse; margin-bottom: 10px; }

table#listings td, table#listings th, table.listings td, table.listings th { padding: 5px 15px; border-bottom: 1px dotted #EEE; font-size: 11px; }

td.listingDay { padding-right: 0; }

/** End Listings **/

/** Shop **/

hr { color: white; }

div.shopItem img { float: left; margin-right: 10px; }

/** End Shop **?

/** cms **/

table#currentNews { border-collapse: collapse; } 
table#currentNews td, table#currentNews th { border: 1px dotted #ccc; vertical-align: top; padding: 3px; }
table#currentNews img { border: none; } 

select.admin { font-size: 10px; border: 1px solid #A70709; }
select.admin option { padding-right: 5px; } 

