@charset "utf-8";
/* CSS Document */

body, html{
	background-image: url(../images/HeadBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	height: 100%;
}
#wrap {
	min-height: 100%;
	width:100%;
}

#main {
	width:100%;
	overflow:auto;
	padding-bottom: 100px;
}  /* must be same height as the footer */

.footer{
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	width:100%;
	height:100px;
	background-image:url(../images/FootBG.jpg);
	clear:both;	
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


.container{
	width:975px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.topsection{
	width:975px;
}
.header{
	height:241px;
	width:935px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
}
.livemusic{
	background-image: url(../images/live-music.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 129px;
	position: absolute;
	top: 35px;
	right: 455px;
}
.logo{
	float:left;
	width:366px;
	height:174px;
}
.contact{
	float:right;
	width:410px;
	height:182px;
	text-align:right;
	font-size:24px;
	line-height:28px;
	color:#FFF;
}
.contact a:link{
	text-decoration:none;
	color:#FFF;
}
.contact a:active{
	text-decoration:none;
	color:#FFF;
}
.contact a:visited{
	text-decoration:none;
	color:#FFF;
}
.contact a:hover{
	text-decoration:none;
	color:#F60;
}
.topnav{
	height:27px;
	font-size:12px;
	text-align:right;
	padding-top:10px;
	color:#999;
	line-height:normal;
}
.topnav a:link{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.topnav a:active{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.topnav a:visited{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.topnav a:hover{
	padding-left:3px;
	padding-right:3px;
	color:#fff;
	text-decoration:underline;
}
.roatingpix{
	width:536px;
	height:374px;
	float:left;
	background-image: url(../images/slideframe.png);
	background-repeat: no-repeat;
}
.intro{
	width:413px;
	height:334px;
	float:right;
	font-size:11px;
	line-height:14px;
	color:#CCC;
	padding-top:10px;
	padding-left:20px;
}
.intro h1{
	font-size:18px;
	color:#F60;
	font-weight:bold;
	line-height:26px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-bottom: 5px;
}
.row {
	float:right;
	clear:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:0px;
	width: 950px;
	margin-left: 20px;
}

.info{
	padding-right:30px;
	font-size: 12px;
	line-height: 15px;
}
.info h1 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

#navbar{
	height:59px;
	background-color:#000;
	clear:both;
	padding-left:2px;
}

/* TOP MAIN NAVIGATION LINKS START HERE */ 

#navbar dl{
	margin:0px;
	padding:0px;
}

#navbar dt{
	float:left;
}
#navbar dt a {
	display: block;
	height: 0px !important;
	height /**/:59px; /* IE 5/Win hack */ 
	padding: 59px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#navbar dt a:hover {
	background-position: 0 -59px;
}
#navbar dt#menu,
#navbar dt#menu a { width: 186px; background-image: url(../images/button1.png); }

#navbar dt#music,
#navbar dt#music a { width: 186px; background-image: url(../images/button2.png); }

#navbar dt#functions,
#navbar dt#functions a { width: 186px; background-image: url(../images/button3.png); }

#navbar dt#gallery,
#navbar dt#gallery a {width: 187px; background-image: url(../images/button4.png);}

#navbar dt#contactus,
#navbar dt#contactus a { width: 187px; background-image: url(../images/button5.png); }


body.menu dt#menu,
body.menu dt#menu a,
body.music dt#music,
body.music dt#music a,
body.functions dt#functions,
body.functions dt#functions a,
body.gallery dt#gallery,
body.gallery dt#gallery a,
body.opening dt#contactus,
body.opening dt#contactus a
{
	background-position: 0 -59px;
}

/* TOP MAIN NAVIGATION LINKS ENDS HERE */ 

.middlescetion{
	background-image: url(../images/splash.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	clear:both;
}
.middlescetion2{
	clear:both;
	margin-left: 20px;

}
.middlescetion3{
	clear:both;
	margin-left: 20px;
	float: left;
	height: 665px;
}
.middlescetion2 h1{

}
.middlescetion3 h1{
	color: #FF7802;
	padding-top: 8px;
	padding-bottom: 4px;
}
.content{
	width:476px;
	height:auto;
	margin-left:40px;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding-bottom:10px;
}
.right-col{
	float:right;
	clear:left;
	margin-top:15px;
	margin-bottom:15px;
	width:317px;
	margin-right:30px;
}
.box1{
	background-image:url(../images/box1.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 317px;
	margin-bottom:8px;
	float: left;
}
.box2{
	background-image:url(../images/box2.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 317px;
	margin-bottom:8px;
	float: left;
}
.box3{
	background-image:url(../images/box3.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 317px;
	margin-bottom:8px;
	float: left;
}
.box1b{
	background-repeat: no-repeat;
	height: 131px;
	width: 305px;
	margin-bottom:8px;
	float: left;
	background-image: url(../images/box1b.jpg);
}
.box2b{
	background-image:url(../images/box2b.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 305px;
	margin-bottom:8px;
	float: left;
	padding-left: 5px;
	margin-left: 5px;
}
.box3b{
	background-image:url(../images/box3b.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 305px;
	margin-bottom:8px;
	float: left;
	padding-left: 5px;
	margin-left: 5px;
}
.box-inner{
	padding-top:34px;
	padding-left:9px;
	padding-right:9px;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}
.box-inner2{
	padding-top:34px;
	padding-left:9px;
	padding-right:9px;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}
.box-inner img{
	margin-right:8px;
	float:left;
}
.box-inner span{
	padding-top:10px;
	display:block;
}
.box-inner a:link{
	color:#F60;
	text-decoration:underline;
}
.box-inner a:active{
	color:#F60;
	text-decoration:underline;
}
.box-inner a:visited{
	color:#F60;
	text-decoration:underline;
}
.box-inner a:hover{
	color:#FF0;
	text-decoration:underline;
}
.content h1{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.polaroids{
	clear:both;
	float:left;
	margin-bottom:10px;
}

.inner{
	width:935px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:23px;
	padding-bottom:10px;
	color:#999;
	font-size:12px;
	text-align:center;
	line-height:22px;
}
.inner a:link{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.inner a:active{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.inner a:visited{
	padding-left:3px;
	padding-right:3px;
	color:#999;
	text-decoration:none;
}
.inner a:hover{
	padding-left:3px;
	padding-right:3px;
	color:#fff;
	text-decoration:none;
}
.luketom{
	font-weight:bold;
}
.luketom a:link{
	text-decoration:none;
	color:#F60;
}
.luketom a:active{
	text-decoration:none;
	color:#F60;
}
.luketom a:visited{
	text-decoration:none;
	color:#F60;
}
.luketom a:hover{
	text-decoration:none;
	color:#FF0;
}
.orange{
	color:#F60;
}
.grey{
	color:#666;
}
.gallery {
	width:975px;
	height:182px;
	text-align:right;
	font-size:24px;
	line-height:28px;
	color:#FFF;
}
.img {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.form {
	background-color: #000;
	color: #FFF;
	font-size: 14px;
}
#pages {
	float: left;
	clear: left;
	width: 917px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
	background-color: #FF7B02;
	font-size: 14px;
	margin-left: 20px;
}

#link {
	padding-top: 5px;
	padding-bottom: 5px;

}

#link a:hover {
	color: #CCC;
	text-decoration: underline;
}

.middlescetion2 h1 {
	color: #FF7802;
	padding-top: 8px;
	padding-bottom: 4px;
}
.container .middlescetion2 h3 {
	color: #FF7818;
}
.container .middlescetion3 h3 {
	color: #FF7818;
}
#band_img {
	width: 480px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 50px;
	float: left;
}
#successfull {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 100px;
	line-height: 22px;
}
#map {
	height: 500px;
	width: 470px;
}
#info_box {
	color: #000;
}
#info_box_title {
	font-size: 16px;
	font-weight: bold;
}
.content a:link {
	color: #FF7B00;
	text-decoration: underline;
}

.content a:hover {
	color: #FF3;
	text-decoration: none;
}

.content a:visited {
	color: #FF7B00;
	text-decoration: underline;
}

