@charset "utf-8";

/* CSS Document */

/****** LAYOUT *****/


html,body {

      margin:0;
      padding:0;
	  background-color:#0b0b0b;
	  height:100%;
	  text-align:center;
	}

.container {
	width:1000px;
	min-height:100%;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
	min-height:100%;
	_height:100%;
	background:url(images/fadebg1000.jpg) repeat-y;
	/*border: thin dashed green;*/

		}

.top {

	width:900px;
	height:250px;
	position:relative;
	left: 50px;
	background:url(images/top3.jpg) center top;
	background-repeat:no-repeat;
	/*border: thin blue solid;*/
}



.content {
	color:#FFFFFF;
	height:auto;
	width:900px;
	left:50px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
	/*border: thin red solid;*/
}



/******************* GIGS & SHOP **********************/
.gigsdiv {
	width: 890px;
	text-align:center;
	border: thin white solid;
	height: auto;
	position:relative;
	margin:auto;
}


table.pretty {
	margin: 0 auto 0 auto;
	border-width: 0px;
	border-style: none;
	border-spacing: 0px 10px;
}



table.pretty td {
	padding: 1px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	font-size:small;
}

table.noborder td {
	border:none;
}


/************* GALLERY ******************/
.figborder{
border:2px solid white ;
position:relative;
left:150px;
width:600px;
height:400px;
}

.gallery{
border:2px solid white ;
position:relative;
margin:auto;
width:800px;
height:590px;
}

.gallery object a {display: none;} 
.gallery object1 {margin-left: auto; margin-right: auto; display block;}




/************ NAVIGATION ***********/
.friend {
	width:280px;
	height:18px;
	top:210px;
	position:absolute;
	left:590px;
}

.itunes{
	width:200px;
	height:20px;
	top:209px;
	position:absolute;
	left:88px;
}

/* MENU ROLLOVERS */

 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: no-repeat;
white-space: nowrap;
display:inline;
width: 77px;
height: 94px;
top:110px;
overflow:hidden;
float:left;
margin-left:6px;


}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 77px;
	height: 94px;
	color: black;
	text-decoration: none;
	float:left;
	position:relative;

}

.cssnav img
{
width: 77px;
height: 94px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
top: 120px;
margin: 0px;
padding: 0px;
cursor: pointer;
}





/************ MISC *****************/
.whiteborder{
	border:thin solid white ;
position:relative;
width:670px;
height:auto;
margin:auto;
}

.pirate
{
width:155px;
height:140px;
position:absolute;
left:0;
top:0;
margin:0;
}

.newcd
{
width:147px;
height:113px;
position:absolute;
left:0;
top:112px;
margin:0;
}

.newcd img {
	border-style:none;
}








/******** LINKS ***********/
A:link {
text-decoration:underline;
font-weight:bold;
color:#ffffff;
border-style:none;
}
A:visited {
text-decoration: underline;
font-weight:bold;
color:#aaaaaa;
border-style:none;
}
A:active {
text-decoration: underline;
font-weight:bold;
color:#aaaaaa;
border-style:none;
}
A:hover {
text-decoration: underline;
font-weight:bold;
color:#990000;
border-style:none;
}
