@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #080808;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
p {
	margin-bottom: 0px;
	margin-top: 10px;
}
hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	line-height: 125%;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #292929;
}
#top {
	height: 35px;
	background-color: #F0F0F0;
	padding: 10px 10px 5px 5px;
	color: #333333;
	background-image: url(../images/top-bg.gif);
}
#header {
	height: 200px;
	background-image: url(../images/granny.jpg);
}
#logo {
	margin-left: 25px;
	width: 150px;
	padding-top: 25px;
}
#navigation {
	height: 30px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
	text-align: center;
}
ul#menu {
	margin: 0 0 0 15px;
	border: 0 none;
	padding: 0; /*For KHTML*/
	list-style: none;
}
ul#menu li {
	margin: 0;
	padding: 0;
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
}
ul#menu a {
	padding: 0px 50px 0 50px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	height: 30px !important;
	height: 1%; /*For IE*/
}
ul#menu li a:hover {
	color: #666666;
}
#player {
	width: 400px;
	float: left;
	margin-left: 20px;
}
#content {
	width: 960px;
	float: left;
}
#welcome {
	padding: 10px;
	width: 600px;
	float: left;
	margin-bottom: 15px;
}
#events {
	width: 300px;
	float: left;
	margin-left: 20px;
	color: #666;
}
#events a {
	color: #666;
	text-decoration: none;
}
#events a:hover {
	color: #999;
}
#events h2 {
	color: #333;
	margin-bottom: 10px;
}
#music {
	padding: 10px;
	clear: both;
	float: left;
}
#album {
	background-color: #333333;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 920px;
}
#lightbox {
	background-color: #333333;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 920px;
	cursor: url(images/zoomin.cur), pointer;
}
#slideshow {
}
#lightbox img {
	background-color: #292929;
	padding: 5px;
	border: solid #666 1px;
	cursor: url(images/zoomin.cur), pointer;
}
#lightbox img a:hover {
	cursor: url(images/zoomin.cur), pointer;
}
.left {
	width: 450px;
	float: left;
}
.right {
	width: 450px;
	float: right;
}
#album img {
	background-color: #292929;
	padding: 5px;
	border: solid #666 1px;
}
#album p {
	line-height: 150%;
}
#gallery {
	padding: 10px;
	clear: both;
	float: left;
}
#downloads {
	padding: 10px;
	float: left;
	clear: both;
	width: 940px;
}
#merchandise {
	padding: 10px;
	clear: both;
	width: 940px;
	float: left;
}
#news {
	padding: 10px;
	width: 450px;
	float: left;
}
#contact {
	padding: 10px;
	width: 450px;
	float: left;
}
#footer {
	height: 75px;
	padding: 10px;
	background-image: url(../images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #181818;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 25px;
	clear: both;
}
#footer p {
	margin: 5px;
}
#album img.noborder {
	border: none;
	background-color: #333333;
}
.albumimg {
	margin-left: 10px;
}
.floatleft{
	float: left;
	margin-right: 20px;
}
.clear{
	clear: both;
}


/*SLIDESHOW*/
#slideshow {
	width: 600px;
	height: 175px;
	overflow: hidden;
	margin-top: 15px;
}
.pics {
	height:  175px;
	width:   600px;
	padding: 0;
	margin:  0;
}
.pics img {
	width:  600px;
	height: 175px;
	top:  0;
	left: 0;
}
/* jQuery lightBox plugin - Gallery style */
#lightbox {
	padding: 10px;
}
#lightbox ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#lightbox ul li {
	display: inline;
}
#lightbox ul img {
}
#lightbox ul a:hover img {
}
#lightbox ul a:hover {
}
span.label, span.spacer, span.multiple span {
	width:120px;
	float:left;
}
span.multiple {
	float:left;
}
span.button {
	padding-left:120px;
}
div.clear {
	clear:both;
	padding-top:5px;
}
