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

body  {
	color: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #171717;
	background-image: url(../grafix/bg.jpg);
	background-repeat: repeat;
}

#container {
	width: 1150px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 15px;
	background-color: #000000;
}
 
#header {
	height:180px;
	padding: 5px 0 0 0;
	background-image: url(../grafix/header.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
} 

#menu {
	padding:0px 0 0 50px;
	height:37px;
	background-image: url(../grafix/menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu img {
	margin-top: 15px;
}

.menuSpacing {
	float:left;
	padding: 8px 25px 0 25px;
}
.menuGap {
	float:left;
	width:110px;
	display: inline;
	height: 70px;
}

 #menu input {
 	float:left;
	margin: 8px 0px 0 0px;
} 

#sidebar1 {
	float: right;
	width: 350px; 
}


#box {
	width:348px;
}

.box-top {
	height:63px;
	background-image: url(../grafix/box-top-plain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.box-mid {
	background-image: url(../grafix/box-mid.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 0 10px;
	text-align:center;
}

.box-butt {
	background-image: url(../grafix/box-butt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:19px;
	margin-bottom: 0px;
}

#box img {
	border:1px solid #333333;
	margin-top: 3px;
}
.box-top-clubs {
	height:63px;
	background-image: url(../grafix/box-top-clubs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.box-top-gigs {
	height:63px;
	background-image: url(../grafix/box-top-gigs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* MAIN CONTENT below ======================================== */

#mainContent { 
	margin: 0 358px 0 0;
} 

/* BILLBOARD below ======================================== */

.billboard {
	width:785px;
}

.billboard-top {
	height:64px;
	background-image: url(../grafix/billboard-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.billboard-mid {
	background-image: url(../grafix/billboard-mid.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-left:30px;
	padding-right:20px;
	
	}
	
.billboard-butt {
	height:22px;
	background-image: url(../grafix/billboard-butt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.billboard-mid img {
	border: 1px solid #666666;
	margin-right:8px;
	margin-bottom:15px;
}
.clubs-top {
	height:64px;
	background-image: url(../grafix/clubs-weekly-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.blog-top {
	height:64px;
	background-image: url(../grafix/blog-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.blog {
	width: 700px;
	overflow-x:hidden;
	height: 200px;
	background-color: #000000;
	padding: 10px;
}
.events-top {
	height:64px;
	background-image: url(../grafix/events-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.news-top {
	height:64px;
	background-image: url(../grafix/news-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.food-top {
	height:64px;
	background-image: url(../grafix/food-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact-top {
	height:64px;
	background-image: url(../grafix/contact-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gallery-top {
	height:64px;
	background-image: url(../grafix/gallery-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#gallery{
	margin-left:15px;
}

.galleryImg{
	margin-left:8px;
	float:left;
}


/* FOOTER below ====================== */

#footer {
	text-align: center;
	margin-bottom: 10px;
	height:70px;
	background-image: url(../grafix/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 200px;
} 

#footer img {
	margin-top: 15px;
}

.footerSpacing {
	float:left;
	padding: 25px 10px 0 10px;
}
.footerGap {
	float:left;
	width:80px;
	display: inline;
	height: 70px;
}

 #footer input {
 	float:left;
	margin: 22px 0px 0 0px;
} 

 #footer a:link, #footer a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
}

 #footer a:hover {
	color: #000000;
}

/* Miscellaneous classes for reuse */

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: -2px;
}

.bold1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCFF;
	font-weight: normal;
	letter-spacing: 0px;
}
.bold2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCFF;
	font-weight: normal;
	letter-spacing: 0px;
}

td {
	text-align: left;
	padding: 5px 10px;
	color: #666666;
	background-color: #000000;
}

td a:link, td a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

td a:hover {
	color: #CC99FF;
}

td h2 {
	color: #666666;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
td .price{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: lighter;
}
td .price a:link, td .price a:visited{
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
}
td .price a:hover {
	color: #FF99CC;
}
.bandName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #9966FF;
	font-weight: bold;
	letter-spacing: -2px;
}
.bandName a:link, .bandName a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #9966FF;
	font-weight: bold;
	letter-spacing: -2px;
}
.bandName a:hover{
	color: #FF0000;
}

.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.info a:link, .info a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9999FF;
}
.info a:hover{
	color: #666666;
}

.tickets {
	background-color: #333399;
	padding: 2px 10px;
	display: inline;
	border: 1px solid #000000;
}
 a:link, a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
}
a:hover {
	color: #FF99FF;
}

hr {
	border: 1px solid #1F1F1F;
}



::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(100, 100, 100, 0.5);
}