/* ------------------------------
 Basics
 ------------------------------ */
body {
	margin: 0;
	padding: 6px;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	margin-bottom:90px;
}
div, span {
	margin: 0;
	padding: 0;
}
a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
}
form {
	margin: 0 6px 12px;
}
h1,h2,h3,h4{
	margin:0;
	padding:0;
	line-height:1em;
}
h1 {
	font-size:68px;
	visibility:hidden;
}
h2 {
	visibility:hidden;
	font-size: 42px;
}
h3 {
	color: #443333;
	font-size: 28px;
}
h4 {
	margin: 1px 0 0 0px;
	padding: 0;
	color: #666699;
}
input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: #333333;
}
.admin a{
	padding: 2px;
	border: 1px dotted #808080;
	color: #000000;
	background: #FFFFFF;
}
.hdr{
	border-bottom: 1px solid #000000;
	padding-top: 6px;
	font: 14px Arial, Helvetica, sans-serif;
}
.header {
	font: bold small Arial, Helvetica, sans-serif;
}
.small {
	font: bold xx-small Arial, Helvetica, sans-serif;
}
.text {
}
.vsm {
	font-size: .7em;
}
#article{
	width: 100%;
	padding: 2px 10px;
	text-align: left;
}
#article h2{
	margin: 0 0 -10px 0;
}
#content{
	margin: 0px auto;
	width: 750px;
}
#footer{
	margin: 10px;
	display: inline;
}
#sidebar{
	float: right;
}
#sidebox{
	width: 200px;
	padding: 0px 2px 5px 2px;
	margin: 35px 0px 5px 25px;
	border-bottom: 1px solid #6666CC;
	border-right: 1px solid #6666CC;
	background: #9999CC;
}
#sidebox a:hover, .admin a:hover {
	text-decoration: none;
}
#sidebox h2{
	color: #FFFFFF;
	text-align: center;
}
#sidebox td {
	font-size: .7em;
	line-height: 1em;
}
#title_graphic{
	padding: 15px;
	text-align: center;
}
.scroller{
	color:#000099;
	border:none;
	background-color:#D6CBFF;
	font-weight: bold;
	font-size: .7em;
}

/* ------------------------------
 Menu
 ------------------------------ */
 #footer { position: fixed; clear: both; width: 100%; height: 90px; bottom: 0; border: 0; padding: 13px 0 0 0; text-align: center;} 
 
ul#menu{
	width:680px;
	margin:0 auto;
	padding:0;
	display: block;
}
ul#menu li{
	padding:0;
	list-style:none;
	float:left;
	margin:0 2px;
}
ul#menu li a{
	height:90px;
	width:90px;
	text-indent: -9000px;
	display: block;
}
#newslink{
	background:url(/images/buttons/button_news_off.png);	
}
#newslink:hover{
	background:url(/images/buttons/button_news_on.png);	
}
#shoplink{
	background:url(/images/buttons/button_shop_off.png);	
}
#shoplink:hover{
	background:url(/images/buttons/button_shop_on.png);	
}
#discslink{
	background:url(/images/buttons/button_discography_off.png);	
}
#discslink:hover{
	background:url(/images/buttons/button_discography_on.png);	
}
#mpeglink{
	background:url(/images/buttons/button_video_off.png);	
}
#mpeglink:hover{
	background:url(/images/buttons/button_video_on.png);	
}
#biolink{
	background:url(/images/buttons/button_biography_off.png);	
}
#biolink:hover{
	background:url(/images/buttons/button_biography_on.png);	
}
#livelink{
	background:url(/images/buttons/button_live_off.png);	
}
#livelink:hover{
	background:url(/images/buttons/button_live_on.png);	
}
#linkslink{
	background:url(/images/buttons/button_links_off.png);	
}
#linkslink:hover{
	background:url(/images/buttons/button_links_on.png);	
}
#contactlink{
	background:url(/images/buttons/button_contact_off.png);	
}
#contactlink:hover{
	background:url(/images/buttons/button_contact_on.png);	
}
/* IE, oh how I adore thee */
* html #newslink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_news_off.png'); }
* html #newslink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_news_on.png'); }

* html #shoplink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_shop_off.png'); }
* html #shoplink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_shop_on.png'); }

* html #discslink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_discography_off.png'); }
* html #discslink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_discography_on.png'); }

* html #mpeglink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_video_off.png'); }
* html #mpeglink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_video_on.png'); }

* html #biolink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_biography_off.png'); }
* html #biolink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_biography_on.png'); }

* html #livelink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_live_off.png'); }
* html #livelink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_live_on.png'); }

* html #linkslink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_links_off.png'); }
* html #linkslink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_links_on.png'); }

* html #contactlink { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_contact_off.png'); }
* html #contactlink:hover { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buttons/button_contact_on.png'); }


* html #buy { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/buy.png'); }
