/* CSS Document */

/* default elements */

* { 
	margin:0px;
	padding:0px
	height: 100%;
}


body {
	background: #000000 url(../images/background_head.jpg) center top no-repeat;
	font: 12px/19px arial,verdana,sans-serif normal;
	color: #000000;
	height: 100%;
}
	
#wrapper {
	margin: 489px auto 0 auto;
	width: 962px;
	height: 100%;
	padding-left: 53px;
	
}

#head {		
	width: 100%;
	height: 67px;
	position: relative;
	z-index: 1;	
}

#head a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

a {
	color: #E8CC98;
	text-decoration: underline;
 }

a:hover {
	color: #717171;
	text-decoration: none;
 }

a img {
	border: 0;
	}

a:active, a:focus {
	outline: none
	}




/* default elements */




/* CONTENT */

#content {
	width: 100%;
	height: auto;
	min-height: 800px;
	background: transparent url(../images/main_background.gif) top left repeat-y;
			
}

#content:after
	{
		content: ".";
		visibility: hidden;
		height:		0;
		display:	block;
		clear:		both;
	}

* html #content {
	/* nur fuer IE-Win;
  * definierte groeße (height or witdh)
  * fuer automatisches einbeziehen
  * der Float-Container (auto-clearing);
  *
  * verbergen IE-Mac \*/
  height: 1%;
  /* ende verbergen IE-Mac */
}

.colLeft {
	width: 560px;
	height:auto;
	font: 12px/17px arial,verdana,sans-serif normal;
	color: #D4C7AF;
	padding: 10px 20px 5px 15px;
	float: left;	
}


.colRight {
	width: 320px;
	height:auto;
	padding: 180px 5px 5px 30px; 
	float: right;	
}

.headline {
	width: 100%;
	height: 29px;
	font: 16px/17px arial,verdana,sans-serif normal;
	color: #070606;
	padding: 5px 4px 0 7px;
	background: transparent url(../images/headline_background.png) top left no-repeat;	
}


#livedates {
	border-collapse:collapse;
	width:100%;
}

#livedates td {	
	padding:4px;
}

#livedates .tab1 {
	color: #E8CC98;
	
}

#livedates .tab2 {	
	padding-right: 150px;	
}

#livedates .tab3 {	
	text-align: left;	
}

.band {
	padding-left: 50px;
	margin-bottom: 10px;
}


#flashcontent {
	width: 320px;
	position: absolute;
	z-index: 9999;
	margin-left: 630px;
	margin-top: -90px;	
	}


.colRight .upcoming {
	background: transparent url(../images/showsbackground.png) top left no-repeat;
	color: #E8CC98;
	width: 258px;
	height: 370px;
	margin: 5px 0 0 2px;
	padding: 50px 0 0 0;

}

.colRight .upcoming .date{
	background: transparent url(../images/dash.gif) bottom center no-repeat;
	text-align:center;
	margin: 8px 0 0 2px;
	padding: 10px 0 10px 0;

}

.colRight .upcoming .date .location{
	color: #D4C7AF;
}

/* TWITTER */

.colRight #tweets {
	background: transparent url(../images/twitter_background.png) top left no-repeat;
	text-align:center;
	width: 258px;
	height: 370px;
	margin: 5px 0 0 2px;
	padding: 5px 0 0 0;

}

small { background: transparent url(../images/dash.gif) bottom left no-repeat;  display:block; width:100%; padding-bottom: 5px; color:#717171; font-style:italic; }

#tweets li {    
	color: #E8CC98;	
	margin-top:8px;
	padding-top: 60px;
	margin-right:40px;
	padding-right: 10px;
	list-style-type:none;
	height:17px;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:underline; color:#D4C7AF;}
#tweets a:active { text-decoration:underline; color:#D4C7AF;}
#tweets a:hover { text-decoration:underline; color:#D4C7AF;}
#tweets a:visited { text-decoration:underline; color:#D4C7AF;}

/* TWITTER */






/* CONTENT */



/* FOOTER */
#footer {
	clear: both;
	font: 12px/17px arial,verdana,sans-serif normal;
	background: transparent url(../images/footer_background.jpg) top left no-repeat;
	color: #6E8593;
	width: 962px;
	height: 69px;	
		 	
}

#footer a {
	color: #6E8593;	
	text-decoration: none;
}

#footer a:hover {
	color: #6E8593;	
	text-decoration: underline; 	
}



/* FOOTER */



