/* General */

html, body
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #290905 url(../images/interface/background.jpg) no-repeat top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-decoration: none;
	/* line-height: 15px; */
	color: #f0f0f0;
}

table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	background: #390100;
	border: 1px solid #f0f0f0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #f0f0f0;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 150px;
}

select
{
	background: #390100;
	border: 1px solid #f0f0f0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	width: 152px;
}

textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f0f0f0;
	background-color: #390100;
	border: 1px solid #f0f0f0;
	scrollbar-3dlight-color: #390100; 
	scrollbar-arrow-color: #f0f0f0; 
	scrollbar-darkshadow-color: #390100; 
	scrollbar-face-color: #390100; 
	scrollbar-highlight-color: #390100; 
	scrollbar-shadow-color: #390100; 
	scrollbar-track-color: #390100;
	margin: 0px;
	padding: 0px;
	width: 325px;
	height: 104px;
}

.formbutton
{
	background: #661001;
	border: 1px solid #f0f0f0;
	color: #f0f0f0;
	font-weight: bold;
	margin: 0px;
	width: 50px;
}

/* Interface */

#main
{
	position: relative;	
	width: 600px;
	margin: 15px auto;
	background-color: #430700;
}

#main .spacer
{
	width: 15px;
	vertical-align: top;
}

#menu
{
	width: 560px;
	height: 45px;
	padding: 0px 20px 0px 20px;
	background: #330c07 url(../images/interface/menu.gif) no-repeat top;
	text-align: center;
	vertical-align: middle;
}

#menu img
{
	float: left;
}

#menu .seperator
{
	width: 4px;
	height: 15px;
	margin: 0px 4px 0px 4px;
}

#header
{
	width: 585px;
	height: 335px;
	text-align: left;
	vertical-align: top;
	background: #430700 url(../images/interface/header.jpg) no-repeat left;
}

#header .shows
{
	margin: 38px 0px 0px 415px;
	width: 170px;
	height: 129px;
	border: 0px;
}

#header .news
{
	margin: 19px 0px 0px 415px;
	width: 170px;
	height: 129px;
	border: 0px;
}

#header .title
{
	width: 170px;
	height: 26px;
	background: #430700 url(../images/interface/item_top.gif) no-repeat top right;
}

#header .date1
{
	width: 32px;
	height: 18px;
	background-color: #390100;
}

#header .date2
{
	width: 32px;
	height: 18px;
	background-color: #260100;
}

#header .item1
{
	width: 138px;
	height: 18px;
	background-color: #390100;
}

#header .item2
{
	width: 138px;
	height: 18px;
	background-color: #260100;
}

#header .item3
{
	width: 170px;
	height: 18px;
	background-color: #390100;
}

#header .bottom
{
	width: 138px;
	height: 13px;
	background: #430700 url(../images/interface/item_bottom.gif) no-repeat bottom right;
}

#leftbar
{
	width: 120px;
	text-align: center;
	vertical-align: top;
	background: #390100 url(../images/interface/leftbar.gif) no-repeat bottom;
	padding: 51px 5px 20px 5px;
}

#leftbar img
{
	margin: 0px 0px 2px 0px;
}

#content
{
	width: 425px;
	text-align: left;
	vertical-align: top;
	padding: 15px 0px 15px 0px;
}

#content .title
{
	font-size: 14px;
	font-weight: bold;
}

#content .subtitle
{
	font-size: 12px;
	font-weight: bold;
}

#content img.memberimage
{
	float: right;
	border: 1px solid #f0f0f0;
	margin: 0px 0px 10px 10px;
}

#content table.news
{
	width: 425px;
}

#content .news td
{
	width: 425px;
	text-align: left;
	vertical-align: top;
}

#content img.newsimage
{
	float: left;
	width: 130px;
	height: 82px;
	border: 1px solid #f0f0f0;
	margin: 3px 5px 4px 0px;
}

#content table.music
{
	width: 425px;
}

#content .music td
{
	text-align: left;
	vertical-align: top;
}

#content .coverimage
{
	width: 180px;
	height: 178px;
	border: 1px solid #f0f0f0;
}

#content table.pictures
{
	width: 425px;
}

#content .pictures td
{
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 13px 0px;
}

#content img.album 
{
	float: left;
	width: 80px;
	height: 60px;
	margin: 0px 5px 13px 0px;
	border: 1px solid #f0f0f0;
	width: 80px;
}

#content table.album
{
	width: 425px;
}

#content .album td
{
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 5px 0px;
}

#content img.horizontalthumbnail 
{
	width: 100px;
	height: 75px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #f0f0f0;
}

#content img.verticalthumbnail 
{
	width: 75px;
	height: 100px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #f0f0f0;
}

#content table.horizontalpicture
{
	width: 425px;
}

#content .horizontalpicture td
{
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	padding: 0px 13px 12px 12px;
	color: #000000;
}

#content .horizontalpicture img
{
	width: 400px;
	height: 300px;
	margin: 12px 0px 0px 0px;
}

#content table.verticalpicture
{
	width: 325px;
}

#content .verticalpicture td
{
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	padding: 0px 13px 12px 12px;
	color: #000000;
}

#content .verticalpicture img
{
	width: 300px;
	height: 400px;
	margin: 12px 0px 0px 0px;
}

#content table.shows
{
	width: 425px;
}

#content td.shows1
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #390100;
}

#content td.shows2
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #260100;
}

#content .shows img
{
	width: 338px;
	height: 470px;
}

#content table.merchandise
{
	width: 425px;
}

#content .merchandise td
{
	text-align: left;
	vertical-align: top;
}

#content .merchandise img.item
{
	width: 120px;
	height: 120px;
	border: 1px solid #f0f0f0;
	margin: 0px 0px 2px 0px;
}

#content table.merchandisedetails
{
	width: 200px;
	margin: 0px 0px 0px 75px;
}

#content .merchandisedetails td
{
	width: 100px;
	text-align: left;
	vertical-align: middle;
}

#content table.basket
{
	width: 425px;
}

#content td.basket1
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #390100;
}

#content td.basket2
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #260100;
}

#content td.basket3
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#content td.basket4
{
	text-align: left;
	vertical-align: bottom;
	padding: 0px 4px 0px 4px;
}

#content td.basket5
{
	text-align: left;
	vertical-align: bottom;
	padding: 4px 4px 4px 4px;
}

#content table.press
{
	width: 425px;
}

#content td.press1
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #390100;
}

#content td.press2
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	background-color: #260100;
}

#content td.press3
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#content td.press4
{
	text-align: left;
	vertical-align: bottom;
	padding: 0px 4px 0px 4px;
}

#content table.guestbooksign
{
	width: 425px;
}

#content .guestbooksign td
{
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 2px 0px;
}

#content .guestbooksign .smiley
{
	height: 15px;
	margin: 2px 2px 0px 0px;
}

#content .guestbooksign .antispam
{
	width: 36px;
	height: 13px;
	margin: 0px 2px 0px 0px;
	float: left;
	border: 1px solid #f0f0f0;
}

#content table.guestbookread
{
	width: 425px;
}

#content .guestbookread td
{
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}

#content .guestbookread td.name
{
	vertical-align: bottom;
	background-color: #260100;
}

#content .guestbookread td.comment
{
	background-color: #390100
}

#content .guestbookread td.links
{
	text-align: right;
	background-color: #390100
}

#content span.error
{
	color: #ffa500;
}

#content table.links
{
	width: 425px;
}

#content .links td
{
	text-align: left;
	vertical-align: top;
}

#content .seperatorline
{
	width: 425px;
	height: 2px;
	border: 0px;
	margin: 5px 0px 6px 0px;
}

#content .seperatorlinesmall
{
	width: 205px;
	height: 2px;
	border: 0px;
	margin: 5px 0px 6px 0px;
}

#copyright
{
	width: 585px;
	height: 25px;
	background-color: #330c07;
	text-align: right;
	vertical-align: middle;
	padding: 0px 15px 0px 0px;
}

#footer
{
	width: 600px;
	height: 15px;
	background: #430700 url(../images/interface/bottom.gif) no-repeat bottom;
}

/* Links */

a:link
{
	text-decoration: none;
	color: #ffa500;
}

a:visited
{
	text-decoration: none; 
	color: #ffa500;
}

a:active
{
	text-decoration: underline; 
	color: #ffa500;
}

a:hover
{
	text-decoration: underline; 
	color: #ffa500;
}

#header a:link
{
	text-decoration: none;
	color: #f0f0f0;
}

#header a:visited
{
	text-decoration: none; 
	color: #f0f0f0;
}

#header a:active
{
	text-decoration: none; 
	color: #ffa500;
}

#header a:hover
{
	text-decoration: none; 
	color: #ffa500;
}

#copyright a:link
{
	text-decoration: none;
	color: #f0f0f0;
}

#copyright a:visited
{
	text-decoration: none; 
	color: #f0f0f0;
}

#copyright a:active
{
	text-decoration: none; 
	color: #ffa500;
}

#copyright a:hover
{
	text-decoration: none; 
	color: #ffa500;
}

a.shows:link
{
	text-decoration: none;
	color: #f0f0f0;
}

a.shows:visited
{
	text-decoration: none; 
	color: #f0f0f0;
}

a.shows:active
{
	text-decoration: none; 
	color: #ffa500;
}

a.shows:hover
{
	text-decoration: none; 
	color: #ffa500;
}

a.press:link
{
	text-decoration: none;
	color: #f0f0f0;
}

a.press:visited
{
	text-decoration: none; 
	color: #f0f0f0;
}

a.press:active
{
	text-decoration: none; 
	color: #ffa500;
}

a.press:hover
{
	text-decoration: none; 
	color: #ffa500;
}