body {
background: url(images/header.gif) no-repeat #2c1c15;
color: #daa4e9;
margin: 10px;
font-family: Tahoma, Verdana, Sans-serif;
}

#radio_icon {
position: fixed;
_position: absolute;
top: 250px;
left: 555px;
}

#tabs3 ul {
position: fixed;
_position: absolute;
top: 112px;
left: 550px;
width: 220px;
text-align: right;
list-style: none;
padding: 0;
margin: 0;
}

#tabs3 li { 
_height: 0;
margin: 0;
padding: 0;
}

#tabs3 a {
background: #261812;
display: block;
text-decoration: none;
border-bottom: 1px dotted;
_border-bottom: 1px solid;
padding: 2px 5px 2px 0;
text-transform: uppercase;
font-size: 11px;
}

#tabs3 li a:hover {
display: block;
background: #fff;}

#tabs3 li#hom a:hover {
background: #A3348B;
display: block;
color: #fff;
}

#tabs3 li#aud a:hover {
background: #B5BCE5;
color: #2c1c15;
}

#tabs3 li#art a:hover {
background: #B98ED0;
color: #2c1c15;
}

#tabs3 li#con a:hover {
background: #F8FFDB;
color: #2c1c15;
}


	#paging {
	clear: both;
	width: 599px;
	margin: 40px 20px;
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	}
	
	#news_paging {
	clear: both;
	margin: 20px 0;
	padding: 10px 0;
	text-align: right;
	font-size: 10px;
	}

	.pnumbers {
	background: #BEE2D7;
	padding: 1px 4px;
	margin: 0 2px 0 0;
	border: 1px solid #BEE2D7;
	color: #000;
	}
	
	a.pnumbers  {
	background: none;
	border: 1px solid #999;
	text-decoration: none;
	color: #202020;
	}
	
	a.pnumbers:hover { background: #BEE2D7; border: 1px solid #BEE2D7; color: #000000 !important; }

.backbutton {
display: block;
border-bottom: 1px solid;
margin-bottom: 10px;
}

.backbutton a {
text-decoration: none;
text-transform: uppercase;
text-size: 11px;
}

.backbutton a:hover {
text-decoration: underline;}
#wrapper {
width: 900px;
}

#block_1
{
float: left;
width: 510px;
margin-left: 0px;
margin-top: 105px;
font-size: 12px;
min-height: 400px;
_height: 400px;
}

#block_1 a {
color: #fff;
}

#block_1 a:hover {
color: #fff;
}


* html #block_1
	{
	display: inline;
	}

#block_2{
float: left;
width: 220px;
margin-left: 30px;
background: url(images/dots.gif);
}

#block_2 p {
background: #2c1c15;
margin-top: 105px;

}

/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

.news_item, .artist_item {
margin-bottom: 25px;
border-bottom: 1px dotted;
background: #261812;
padding: 5px;
}

.news_item h4 a, .news_item h4, .artist_item h4 a, .artist_item h4, h2#contact {
color: #fff !important;
font-size: 14px;
margin: 0;
text-decoration: none;
text-transform: uppercase;
}

.news_item h4 a:hover, .arist_item h4 a:hover {
color: #BEE2D7 !important;
}

a#homeh4 {
color: #BEE2D7 !important;
}

a#homeh4:hover {
color: #fff !important;
}

.artist_item img {
float: left;
height: 100px;
margin: 0 10px 10px 0;
padding: 0 10px 10px 0;
}

.news_item p, .artist_item p {
line-height: 18px;
font-size: 11px;
}

form input, textarea {
padding: 5;
border: 1px solid #fff;
background: #efefef;
}

form input:focus, textarea:focus {
background:#ccc;
}

#footer {
font-size: 10px;
color: #fff;
clear:both;
border-top: 1px solid #fff;
width: 760px;
}

#home {
color: #A3348B;
}

#artists {
color: #B98ED0;
}

#contact {
color: #F8FFDB;
}

#audio {
color: #B5BCE5;
}
