@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.png) repeat-x;
	background-color: #1F1D29;
	color:ebebeb;

}

*{
	margin:0px;
	padding: 0px;
	}

img {
	border: none;
	}

#container{
	width: 955px;
	min-height: 500px;
	margin: 0px auto;
	background:url(../images/topbg.png) no-repeat top left;
	}
	
#top{
	width: 955px;
	height: 312px;
	}
	
#left{
	width: 280px;
	padding: 75px 0px 40px 60px;
	float: left;
	}
	
#right{
	width: 595px;
	float: right;
	padding: 30px 0px 10px 20px;
	color:#ebebeb;
	}
	
/*h1{
	font-size: 1.3em;
	color:#fff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
*/

a:link {
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}

p {
	padding: 10px 0px 10px 0px;
	font-size: .8em;
	}

h1 span { display: none; }

h1#dates {
    height: 61px; 
    background:url(../images/upcoming.png) no-repeat top left;
    background-repeat: no-repeat;

}

h1#buystuff {
    height: 61px; 
    background:url(../images/buystuff.png) no-repeat top left;
    background-repeat: no-repeat;

}



h2{
	font-size: 1.2em;
	color:#FF0000;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-weight: bold;
}

h3{
	font-size: 1em;
	color:#fff;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-weight: bold;
}

.thumbnails{
	padding-left: 40px;
	float: left;
	clear:both;
	}

.clear{
	clear:both;
	}

.thumbnails img{
	float: left;
	width: 60px;
	border: 2px solid #000;
	}
	
.to-left{
	width: 100px;
	height: 100px;
	float: left;
	}

/** menu **/

.menu {
	margin: 0;
	padding: 0;
	width: 260px;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	background-repeat: no-repeat;
}
.music {height: 40px; background-image: url(../images/music_over.png);}
.music a {height: 40px; background-image: url(../images/music.png); overflow:hidden;}
.bookings {height: 40px; background-image: url(../images/bookings_over.png);}
.bookings a {height: 40px; background-image: url(../images/bookings.png); overflow:hidden;}
.myspace {height: 40px; background-image: url(../images/myspace_over.png); overflow:hidden;}
.myspace a {height: 40px; background-image: url(../images/myspace.png);}
.album {height: 140px; background-image: url(../images/album_over.png);}
.album a {height: 140px;background-image: url(../images/album.png);}
.home {height: 140px; background-image: url(../images/home_over.png);}
.home a {height: 140px;background-image: url(../images/home.png);}
ul.menu li a:hover {background: none;}
	

.items{
	padding-left: 10px;
	
	}
	
.items p span{
	text-transform:uppercase;
	
	}

.caps{
	text-transform: uppercase;
	padding-left: 10px;

	}
	
	
	
	
	
	
	
	
	
	
	
	
	