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

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
#siteContainer {
	width:100%;
	position:relative;
	overflow:hidden;
}
#offsetContainer {
	width:100%;
	position:relative;
}
#contentContainer {
	width:800px;
	margin:0 auto;
	position:relative;
}
#header {
	width:800px;
	position:relative;
	height:190px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
body {
	margin:0px;
	line-height:15px;
	padding-bottom:100px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#footer {
	width:100%;
	height:170px;
	background-image:url(../images/crowdHands.png);
	background-repeat:repeat-x;
	position:fixed;
	bottom:0px;
	z-index:100;
}
#bodyContent {
	width:800px;
	position:relative;
}
#bodyLeft {
	width:520px;
	position:relative;
	float:left;
}
#bodyLeftMain {
	width:520px;
	position:relative;
	float:left;
}
#bodyLeftMainTop {
	width:520px;
	height:10px;
	position:relative;
	float:left;
	background-image:url(../images/bodyBackground.png);
	background-repeat:no-repeat;
}
#bodyLeftMainBot {
	width:520px;
	height:42px;
	position:relative;
	float:left;
	background-image:url(../images/bodyBackgroundBott.png);
	background-repeat:no-repeat;
}
#bodyLeftMainMid {
	width:460px;
	padding: 30px 30px 30px 30px;
	float:left;
	color:#333333;
	background-image:url(../images/bodyBackgroundMid.png);
	background-repeat:repeat-y;
}
#bodyLeftSub {
	width:520px;
	position:relative;
	float:left;
	padding-top:10px;
}
#countdown1 {
	width:200px;
	position:relative;
	float:left;
	font-weight:bold;
	font-size:16px;
	height:42px;
	padding-top:65px;
	padding-left:15px;
	background-image:url(../images/countdown.png);
	background-repeat:no-repeat;
	line-height:16px;
	margin-bottom: 5px;
}
#bodyLeftSubContact {
	width:311px;
	position:relative;
	float:left;
	padding-bottom:20px;
	padding-left:16px;
	color:#333333;
}
#bodyLeftSubRight {
	width:190px;
	height:170px;
	float:left;
	position:relative;
}
#bodyRight {
	padding-left:15px;
	width:265px;
	position:relative;
	float:left;
}
.bodyRightSubContainer {
	width:210px;
	float:left;
	position:relative;
	margin-bottom: 10px;
}
#copyright {
	float:left;
	width:800px;
	position:relative;
	padding-top:20px;
	border-top-style:dashed;
	border-top-width:thin;
	border-top-color:#333333;
	color:#430303;
	padding-bottom:200px;
	font-weight:bold;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:100;
	font-size:45px;
	color:#FFFFFF;
	line-height: 1em;
	font-weight: bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	padding-bottom:15px;
	line-height: 20px;
}
h3 {
	font-weight:bold;
	padding-top:10px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:4px;
	padding-bottom:0px;
}
h4 {
	font-weight:bold;
	color:#333;
	font-size:14px;
	margin-bottom:4px;
	padding-bottom:0px;
}
h5 {
	color:#333;
	font-size:12px;
	margin-bottom:4px;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin-bottom:4px;
	padding-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
a:focus {
	outline: none
}
a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#111;
	font-weight:bold;
	text-decoration:underline;
}

.bold{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


table.homepage{
	margin-top: 0px;
	border: 2px dotted #fff;
	width: 460px;
	font-family:Arial, Helvetica, sans-serif;
}

table.homepage h3{
	margin-top: 0px !important;
	padding-top: 0px !important;
}

table.homepage td{
	padding: 10px;
	vertical-align: top;
}

table.homepage td.headlinerCell{
	background-color: #000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
}

table.homepage td.headlinerCell p {
	font-size: 11px;
	font-family: Arial;
}

table.homepage td.headlinerCell p a{
	color: #cccccc;
}

table.homepage td.headlinerCell h4{
	color: #fff !important;
	border: 1px solid #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 24px;
	line-height: 1;
	margin-top: 0px !important;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #430303;
}

table.homepage td.headlinerCell h5{
	color: #fff !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1;
}

table.homepage td p.headline{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

p.morebands a{
	text-align: center;
	color: #fff;
	font-size: 14px;
}

table.bands{
	margin-top: 20px;
	border: 2px dotted #fff;
	width: 460px;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

table.bands th{
	background-color: #430303;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px dotted #fff;
}

table.bands td{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 14px;
	border-bottom: 5px solid #333333;
	text-align: center;
}

table.bands td img{
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}

table.bands td a{
	color:silver;
	font-size: 12px;
	padding-top: 5px;
	font-size: 14px;
}

table.tickets{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 460px;
}

table.tickets th{
	color: #fff;
	font-weight: bold !important;
	text-align: left;
	padding: 5px;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #333333;
	vertical-align: middle;
	text-align: center;
}

table.tickets td{
	text-align: left;
	padding: 5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	vertical-align: top;
	width: 50%;
}

table.tickets td select{
	width: 200px !important;
}

table.tickets .offer{
	color: #430303;
	font-size: 14px;
	text-align: center;
}

table.ticket_breakdown td{
	padding-left: 10px;
}

table.ticket_breakdown td.active{
	background-color: #fff;
}

table.tickets td table{
	margin: 0px;
	padding: 0px;
	border: none;
}
table.tickets td table td{
	margin: 0px;
	padding: 0px;
	border: none;
}

table.tickets td.buy{
	vertical-align: center;
	text-align:center;
}

/*------------------------------
	NAVIGATION STARTS
-------------------------------*/


.navTop .active{
	text-decoration:none;
	color: #0073b0;
}

.navTop{
	background-image: url(../images/nav_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 87px;
	height: 40px;
}

.navTop ul {
	margin:0 0 0 0px;
	padding:0;
	float: left;
}

.navTop ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navTop ul li a {
	padding-top: 6px;
	padding-bottom: 14px;
	padding-right: 10px;
	display: block;
	text-indent: 10px;
	text-decoration:none;
	color:#000;
	font: bold 14px Tahoma;
}

.navTop ul li a:hover {
	text-decoration:none;
	color: #430303;
}

.signUp{
	width: 425px;
	background-color: #430303;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
	height: 43px;
}

table.signUpTable td{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.thankYou{
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

p.errorMsg{
	padding: 5px;
	background-color: #000;
}

.glowparty{
	background: #000;
	border: 1px dashed #fff;
}

.glowparty div{
	float: left;
	text-align: center;
	width: 210px;
	color: #fff;
}
