/* ========================*/
/*         Layout          */
/* ========================*/

* {
	padding: 0;
	margin: 0;
	}

body {
	color: #131313;
	font: normal 70%/120% Arial, Helvetica, sans-serif;
	background: #121212 url(/resources/images/background.gif) 50% 0 repeat-y;
	}

#container {
	width: 965px;
	margin: 0 auto;
	}

#header {
	height: 130px;
	padding: 0 0 0 19px;
	background: transparent url(/resources/images/headerbg.gif) 47% 0 no-repeat;
	}
	
#menu {
	color:#990000;
	z-index: 0;
	position: absolute;
	top: 90px;
	left: 0;
	width:100%;
	height: 50px;
	background: transparent url(/resources/images/menu.gif) 50% 0 repeat-x;
	}
	
#menu div.mydiv {
	margin: 0 auto;
	}

#content {
	float: left;
	}
	
#rightMenu {
	float: right;
	}

#footer {

	}

/* ========================*/
/*         Styling         */
/* ========================*/

#menu ul {
	position: relative;
	top: 8px;
	left: 46.5%;
	width: 510px
	}

#menu ul li {
	list-style-type: none;
	padding: 0;
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	}

#menu ul li.live {
	background: #121212 url(/resources/images/menu/live.gif) top left no-repeat;
	}

#menu ul li.live a {
	background: transparent;
	display: block;
	width: 40px;
	height: 22px;
	text-indent: -2000em;
	}
	
#menu ul li.live a:hover {
	background: #121212 url(/resources/images/menu/live.gif) 0 -22px no-repeat;
	}
	
#menu ul li.club {
	background: #121212 url(/resources/images/menu/club.gif) top left no-repeat;
	}

#menu ul li.club a {
	background: transparent;
	display: block;
	width: 110px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.club a:hover {
	background: #121212 url(/resources/images/menu/club.gif) 0 -22px no-repeat;
	}
	
#menu ul li.gallery {
	background: #121212 url(/resources/images/menu/gallery.gif) top left no-repeat;
	}

#menu ul li.gallery a {
	background: transparent;
	display: block;
	width: 75px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.gallery a:hover {
	background: #121212 url(/resources/images/menu/gallery.gif) 0 -22px no-repeat;
	}
	
#menu ul li.info {
	background: #121212 url(/resources/images/menu/info.gif) top left no-repeat;
	}

#menu ul li.info a {
	background: transparent;
	display: block;
	width: 46px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.info a:hover {
	background: #121212 url(/resources/images/menu/info.gif) 0 -22px no-repeat;
	}
	
#menu ul li.forum {
	background: #121212 url(/resources/images/menu/forum.gif) top left no-repeat;
	}

#menu ul li.forum a {
	background: transparent;
	display: block;
	width: 60px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.forum a:hover {
	background: #121212 url(/resources/images/menu/forum.gif) 0 -22px no-repeat;
	}
	
#menu ul li.find {
	background: #121212 url(/resources/images/menu/findus.gif) top left no-repeat;
	}
	
#menu ul li.find a {
	background: transparent;
	display: block;
	width: 70px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.find a:hover {
	background: #121212 url(/resources/images/menu/findus.gif) 0 -22px no-repeat;
	}
	
#menu ul li.shop {
	background: #121212 url(/resources/images/menu/shop.gif) top left no-repeat;
	}
	
#menu ul li.shop a {
	background: transparent;
	display: block;
	width: 47px;
	height: 22px;
	text-indent: -2000em;
	}

#menu ul li.shop a:hover {
	background: #121212 url(/resources/images/menu/shop.gif) 0 -22px no-repeat;
	}
	
#leftMenu {
	float: left;
	width: 188px;
	margin: 25px 0 0 12.5px;
	}
	
#rightMenu {
	float: right;
	width: 188px;
	margin: 25px 12.5px 0 0;
	}
	
.secondLevel {
	width: 188px;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	background: transparent url(/resources/images/list-top.png) 0 0 no-repeat;
	}

.secondLevel ul {
	list-style-type: none;
	width: 188px;
	padding: 0 0 14px 0;
	background: transparent url(/resources/images/list-bottom.gif) 0 100% no-repeat;
	}
	
.secondLevel ul li * {
	padding-bottom: 3px;
	}
	
.secondLevel ul li.image {
	text-align: center;
	color: #fff;
	background: #121212;
	display: block;
	/*padding: 3px 0 3px 2px;*/
	width: 186px;
	}

.secondLevel ul li.form {
	color: #fff;
	background: #121212;
	display: block;
	padding: 3px 3px 3px 15px;
	width: 170px;
	}
	
.secondLevel ul li.form input {
	margin: 5px 0 0 0;
	border: 1px solid #2c631a;
	padding: 2px;
	}

.secondLevel ul li.form .button {
	background: #22201c;
	border: 1px solid #4b4a42;
	color: #b4b3ab;
	padding: 1px;
	}

.secondLevel ul li h3{
	color: #fff;
	background: #121212;
	display: block;
	padding: 3px 0 3px 5px;
	width: 183px;
	margin: 0 !important;
	margin: 0 0 -1px 0;
	}
	
.secondLevel ul li a{
	color: #fff;
	background: #121212;
	display: block;
	min-height: 22px;
	padding: 3px 0 0 5px;
	width: 183px;
	border-top: 1px solid #171717;
	}
	
.secondLevel ul li a img{
	border: none;
	}

.secondLevel ul li.last a{
	border-bottom: 1px solid #171717;
	}

h1 {
	z-index: 1;
	position:absolute;
	width: 278px;
	height: 114px;
	background: transparent url(/resources/images/logo.png) 0 0 no-repeat;
	text-indent: -2000em;
	}

.bandInfo {
	padding: 35px 0 0 50px;
	margin: 0 0 -24px 0;
	width: 482px;
	height: 116px;
	background: transparent url(/resources/images/bandgrime.png) 20px 0 no-repeat;
	}
	
.mainBox {
	padding: 5px 0 0 35px;
	margin: 35px 0 0 0;
	width: 495px;
	background: transparent url(/resources/images/mainbg.gif) 30px 0 repeat-y;
	}
	
a {
	color: #4d0404;
	text-decoration: none;
	}
	
a:hover {
	color: #4d0404;
	text-decoration: underline;
	}
	
#content .info {
	float: left;
	width:	333px;
	position: relative;
	margin: 0 0 0 8px;
	}
	
#content .mainBox .info {
	float: left;
	width:	485px;
	position: relative;
	margin: 0 0 0 8px;
	}
	
#content .info h3, #content .mainBox h3, #content .info h3.gig {
	color: #4d0404;
	font: bold 160% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 0 2px 0;
}
#content .mainBox .productInfo h3 {
	margin: 0 0 0 10px;
}
#content .product .productInfo {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}
#content .info h3.gig {
	width: 270px;
	}
	
#content .mainBox h3 {
	clear: both;
	margin: 0 44px 0 10px;
	}

#content .mainBox h1 {
	z-index: 1;
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	text-indent: 0;
	color: #4d0404;
	font: bold 180% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 0 2px 0
	}

#content .info h3.Monday, #content .info h3.Wednesdays, #content .info h3.Thursdays, #content .info h3.Friday, #content .info h3.Saturday {
	width: 310px;
	height: 35px;
	background: transparent url(/resources/images/monday.gif) top left no-repeat;
	text-indent: -20000em;
	text-decoraton: none;
	border: none;
	}
	
#content .info h3.Wednesdays { background: transparent url(/resources/images/wednesday.gif) top left no-repeat; }
#content .info h3.Thursdays { background: transparent url(/resources/images/thursday.gif) top left no-repeat; }
#content .info h3.Friday { background: transparent url(/resources/images/friday.gif) top left no-repeat; }
#content .info h3.Saturday { background: transparent url(/resources/images/saturday.gif) top left no-repeat; }
	
#content .mainBox p {
	padding: 4px 0;
	font: normal 100%/160% Arial, Helvetica, sans-serif;
	}
	
#content .mainBox.about p strong, #content .mainBox.about a {
	margin: 0 0 0 0;
	}
	
#content .mainBox.gig p {
	border-bottom: 1px solid #e0e0e0;
	}
	
#content .mainBox p.cost, #content .mainBox p.date {
	color: #202020;
	font: bold 100% Arial, Helvetica, sans-serif;
	}

#content .mainBox p.date {
	border-bottom: 1px solid #c5c5c5;
	}
	
#content .mainBox p.date a {
	padding: 0;
	margin: 0;
	}
	
#content .mainBox div.gallery, #content .mainBox div.shop {
	margin: 20px 0 0 0;
	}
	
#content .info h4, #content .mainBox h4, #content .info h4, #content .info h4.gig {
	color: #4d0404;
	font: bold 120% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	/*border-bottom: 1px solid #c5c5c5;*/
	padding: 2px 0 2px 0;
}
#content .info h4.gig {
	width: 270px;
	}
	
#content .mainBox * {
	margin: 0 44px 0 10px;
	}
	
#content .mainBox a {
	margin: 0;
	}
	
#content .info p.date {
	color: #232322;
	font: normal 90% Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	position: absolute;
	top: 6px;
	right: 3px;
	border: 0;
	}
	
#content .info p {
	padding: 2px 0;
	font: normal 90% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #c5c5c5;
	}
	
#content .info p.cost {
	color: #202020;
	font: bold 110% Arial, Helvetica, sans-serif;
	border: 0;
	}
	
#content .info p.cost a {
	width: 73px;
	height: 25px;
	background: transparent url(/resources/images/buynow.gif) top left no-repeat;
	display: block;
	text-indent: -20000em;
	color: #202020;
	font: bold 110% Arial, Helvetica, sans-serif;
	top: 24px;
	right: -9px;
	position: absolute;
	border: 0;
	}
	
.photo {
	float: left;
	width:100px;
	height: 100px;
	}
.category {
	float: left;
	width:130px;
	height: 130px;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	}
.category a {
	display: block;
	width:130px;
	height: 130px;
	background: transparent;
	}
	
.photo2 {
	width:100px;
	height: 100px;
	}
	
#content .mainBox .photoLarger {
	float: left;
	width: 435px;
	height: 140px;
	margin: 0 0 0 7px;
	}
	
#content .mainBox .productImage {
	float: left;
	width: 200px;
	height: 25px;
	margin: 0 0 0 7px;
	padding-top: 205px;
	text-align: right;
	}
#content .mainBox .productImage a {  }
	
.photo a {
	display: block;
	width:100px;
	height: 100px;
	background: transparent;
	}

.photo a.cancelled {
	display: block;
	width:100px;
	height: 100px;
	background: transparent url(/resources/images/cancelled.png) 0 0 no-repeat;
	}
	
	
#content .mainBox table * {
	margin: 0;
	}
	
#content .mainBox form, #content .mainBox div.externalUrl {
	padding: 43px 0 0 0;
	margin: 10px 0 20px 31px;
	width: 387px;
	color: #f2f2f2;
	background: transparent url(/resources/images/new-form-top.gif) 0 0 no-repeat;
	}
	
#content .mainBox form div, #content .mainBox div.externalUrl div {
	padding: 20px 0 70px 0;
	margin: 0;
	width: 387px;
	background: transparent url(/resources/images/new-form-bottom.gif) left bottom no-repeat;
	}
	
#content .mainBox form div .primary {
	margin: 4px;
	padding: 2px 8px;
	}

#content .mainBox form div h2 {	
	color: #b50404
	}
	
#content .formBox h2 {
	position: static;
	margin: 20px 0 0 15px;
	color: #b50404
	}
	
#content .formBox p {
	position: static;
	margin: 0 0 0 15px;
	}
	
#content .formBox {
	padding: 60px 0 0 0;
	margin: 10px 40px 0 45px;
	width: 450px;
	color: #f2f2f2;
	background: #121212 url(/resources/images/form-top.gif) 0 0 no-repeat;
	}
	
#content .formBox form {
	padding: 0 0 70px 0;
	background: transparent url(/resources/images/form-bottom.gif) left bottom no-repeat;
	}
	
* html #content .formBox form {
	margin: 0 0 -20px 0;
	}
	
#content .formBox form.register div.mand {
	width: 100%;
	margin: 4px 0 10px 0 !important;
	margin: 4px 0 0 0;
	padding: 4px 0;
	}
	
#content .formBox form.register div.mand:hover {
	width: 100%;
	background: #1b1b1b;
	}

#content .formBox form.register div.fLeft,
#content .formBox form.register div.fRight {
	float: left;
	width: 30%;
	margin: 0;
	padding: 5px;
	}
	
#content .formBox form.register div.fRight {
	width: 65%;
	}
	
#content .formBox form.register div.fRight input {
	width: 180px;
	border: 1px solid #2c631a;
	padding: 2px;
	}
	
#content .formBox form.register h3 {
	width: 244px;
	height: 21px;
	background: #121212 url(/resources/images/register-header.gif) top left no-repeat;
	text-indent: -20000em;
	margin: 0 0 15px 20px;
	}
	
#content .formBox form.register div.fLeft label {
	display: block;
	padding: 3px 5px 5px 5px;
	text-align: right;
	margin: 0;
	}
	
#content .formBox form.register div.fLeft span { 
	margin: 0 5px 0 0;
	}
	
#content .formBox form.register div.error {
	background: #f8d6d8;
	margin: 4px;
	}
	
.primary:hover, .secondary:hover {
	background: #d8b92f;
	color: #4d0404;
	font-weight: bold;
	border: 1px solid #fbfbfb;
	padding: 4px 8px
	}
	
.primary {
	background: #4d0404;
	color: #fbfbfb;
	font-weight: bold;
	border: 1px solid #fbfbfb;
	padding: 4px 8px;
	cursor: pointer;
	}
#content .mainBox a.primary {
	font: bold 120%/160% Verdana,Helvetica,sans-serif;
	margin: 0 10px;
}
	
.secondary {
	margin: 0 170px 0 20px;
	background: #282828;
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
	padding: 4px 8px;
	font-weight: bold;
	cursor: pointer;
	}
	
#content {
	position: relative;
	}
	
#content h2 {
	position: relative;
	top: 30px;
	left: 30px;
	color: #4d0404;
	font: bold 180% Arial, Helvetica, sans-serif;
	margin: 8px 0 0 0;
	}
	
#content .mainBox h2 {
	position: static;
}
	
.gallPage {
	width: 740px;
	text-align: center;
	padding: 20px 0 0 0;
	}
	
.gallPage .gallButtons {
	padding: 5px 70px;
	}
	
.gallPage .gallButtons a {
	padding: 1px 4px;
	background: #4d0404;
	color: #fff;
	}
	
.gallPage .gallButtons a:hover {
	padding: 1px 4px;
	background: transparent;
	color: #4d0404;
	}
	
.gallPage .prev {
	float: left;
	margin: 0 0 0 0px;
	}

.gallPage .next {
	float: right;
	}
	
.gallPage .imgTitle {
	display: block;
	float: left;
	width: 80%;
	margin: 0 0 0 75px;
	}
	
.gallPage .imgTitle a {
	padding: 1px 4px;
	background: transparent;
	color: #4d0404;
	}
	
.myGal {
	width: 510px;
	padding: 35px 0 0 0;
	}
	

table {
	width: 450px;
	background: #f2f2f2;
	border: none;
	}
	
.mainBox.checkout table {
	width: 440px;
	background: #f2f2f2;
	border: none;
	}
	
table a img {
	border: none;
	}

td {
	border: none;
	border-right: 1px dotted #d6d6d6;
	padding: 5px
	}

th {
	border: none;
	}
	
#content .mainBox img.vidIcon {
	margin: 0 4px -4px 0;
	padding: 0;
	}
	
#subnav {
	margin: 0 0 10px 0;
	position: relative;
	top: -5px;
	left: -10px;
	width: 20px;
	height: 230px;
	}
	
#subnav a {
	text-indent: -20000em;
	text-decoraton: none;
	display: block;
	}
	
#subnav ul {
	position: absolute;
	top: 0;
	left: 0;
}
	
#subnav ul li {
	list-style-type: none;
	}
	
#subnav .kcorp a {
	width: 205px;
	height: 52px;
	}
	
#subnav .kcorp {
	background: url(/resources/images/menu/sub-kcorp.gif) top left no-repeat;
	width: 205px;
	height: 52px;
	}
	
#subnav .kcorp a:hover {
	background: url(/resources/images/menu/sub-kcorp.gif) 0 -52px no-repeat;
	}
	
/* ----------------------------------------------------------------------------- */
	
#subnav .news a {
	width: 205px;
	height: 31px;
	}
	
#subnav .news {
	background: url(/resources/images/menu/sub-news.gif) top left no-repeat;
	width: 205px;
	height: 31px;
	}
	
#subnav .news a:hover {
	background: url(/resources/images/menu/sub-news.gif) 0 -31px no-repeat;
	}
	
/* ----------------------------------------------------------------------------- */
	
#subnav .tickets a {
	width: 205px;
	height: 31px;
	}
	
#subnav .tickets {
	background: url(/resources/images/menu/sub-tickets.gif) top left no-repeat;
	width: 205px;
	height: 31px;
	}
	
#subnav .tickets a:hover {
	background: url(/resources/images/menu/sub-tickets.gif) 0 -31px no-repeat;
	}
	
/* ----------------------------------------------------------------------------- */
	
#subnav .promo a {
	width: 205px;
	height: 29px;
	}
	
#subnav .promo {
	background: url(/resources/images/menu/sub-promos.gif) top left no-repeat;
	width: 205px;
	height: 29px;
	}
	
#subnav .promo a:hover {
	background: url(/resources/images/menu/sub-promos.gif) 0 -29px no-repeat;
	}
	
/* ----------------------------------------------------------------------------- */
	
#subnav .gigs a {
	width: 205px;
	height: 31px;
	}
	
#subnav .gigs {
	background: url(/resources/images/menu/sub-gigs.gif) top left no-repeat;
	width: 205px;
	height: 31px;
	}
	
#subnav .gigs a:hover {
	background: url(/resources/images/menu/sub-gigs.gif) 0 -31px no-repeat;
	}


#content .mainBox .gallery .photo {
	margin: 0 60px 50px 0;
	}
	
#content .mainBox .shop .category {
	margin: 0 30px 25px 0;
	}

#content .mainBox .gallery, #content .mainBox .shop {
	padding: 0 0 0 10px;
	}
	
/* ----------------------------------------------------------------------------- */
	
#subnav .contact a {
	width: 205px;
	height: 59px;
	}
	
#subnav .contact {
	background: url(/resources/images/menu/sub-contact.gif) top left no-repeat;
	width: 205px;
	height: 59px;
	}
	
#subnav .contact a:hover {
	background: url(/resources/images/menu/sub-contact.gif) 0 -59px no-repeat;
	}
	
#content .mainBox form select {
	margin: 0 0 10px 44px;
	max-width: 295px;
	}
	
#content .mainBox form.buyTickets select {
	margin: 0 44px 0 10px;
	}
#content .mainBox form.buyTickets label {
	width: 100px;
	display: block;
	margin: 10px 44px 5px 10px;
	}

/* ========================*/
/*          Hacks          */
/* ========================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */