/* CSS Document */
*{
	border:none;
	margin:0px;
	padding:0px;
	color: #fff; 
	font-family: Verdana,Geneva,sans-serif; 
	line-height: 1.5;
}
body {
	background-color:#000000;
	text-align:center;
	background-image: url(images/backdropgrd.jpg);
	background-repeat: no-repeat;
	background-position-y: 40px;
}

#header {
	margin-bottom: 40px;
	border-top:0px;
	width:100%;
	height:40px;
	background-color:#000000;
	text-align:left;
	
}

	#header img{
		margin:5px 0px 5px 5px;
	}

#social_networking_links {
	float:left;
	padding-left:50px;
}

#band_name {
	float:left;
	padding-top:1px;
	padding-left:30px;
}

.absolute{
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
}

.inner-radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.outer-radius{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 2px 2px 8px #000;*/
}

.darker-grey{
	background-color:#333;
}

.opaque-dark-grey{
	background-color:#444;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 2px 2px 8px #000;*/
}

.light-grey{
	background-color:#555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#banner{
	margin: 0px auto;
	width: 950px;
	height:400px;
	padding:10px;
}

#image{
	width:460px;
	height:400px;
	float:left;
}

#largeboxheader{
	height:50px;

	
	
}


#gigs{
	width:450px;
	height:380px;
	float:right;
	text-align:left;
	color:#FFF;
	font-size:24px;
	padding: 5px 15px 15px 15px
}

#gigs ul{
	list-style: none;
}

.gigtitle{
	font-family:Arial;
	height: 0px;
	text-transform:uppercase;
	font-size:14px;
	color: #555;
	
}

.gigname{
	text-transform:uppercase;
}

.gigdate{
	text-transform:uppercase;
}

#events li{
	font-family:Arial;
	color: #FFF;
	text-decoration: none;
	font-size:18px;
}

#events a:link {
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	
}

#events a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;

}

#columns {
	margin: 40px auto 40px auto;
	width: 950px;
	height:380px;
	padding:10px;

}

#left_column{
	float:left;
	width: 240px;
	height:360px;
	padding:10px;
}

#centre_column{
	float:left;
	margin: 0px 10px 0px 10px;
	width: 390px;
	height:360px;
	padding:10px;
	text-align:left;
}

#right_column{
	float:right;
	width: 240px;
	height:360px;
	padding:10px;
}

#mp3{
	width:240px;
	height:300px;
	text-align:center;
	color:#FFF;
	float:left;
}

#mediabox{
	width:240px;
	height:300px;
	font-size:10px;
	padding-top:60px;
	padding-bottom:10px;
}

#twitterbox{
	width:240px;
	height:300px;
	float:left;	
	text-align:left;
	
}

/*#twitterboxfooter{
	width:240px;
	height:20px;
	float:left;	
	text-align:left;
	padding-left: 15px;
	
	
}   */

#smallboxheader{
	width:220px;
	height:60px;
	float:left;
	
}

#player{
	background-color:#000;
}

.headerfont1 {
	font-size:16px;
	font-weight:900;
}


/* OWEN'S TWITTER TEST STUFF */

#twitter_div { width: 220px; height:280px; padding: 10px; background-color: #000000; 
	 font-size:11px;}

ul#twitter_update_list { width: 220px; padding: 0; margin: 0; overflow: hidden; }

ul#twitter_update_list li { width: 212px; padding: 4px 4px 4px 4px; color: #fff;  list-style: none; }

ul#twitter_update_list li a { color: #dddddd;  text-decoration: none; }

ul#twitter_update_list li a:hover { color: #dddddd; border-bottom: solid 1px; }



/*** SLIDESHOW   set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
    background-color: 333;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}


						
.ul li { display: inline; }
			
