/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------END CSS RESET--------------- */


html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	color: #CCC;
	font-size: 12px;
	line-height: 14px;
}

p{
	margin-bottom: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.cb{
	clear: both;
}

a:link, a:visited{
	color: #ec88b8;
}

#blockLink a{
	background-color: #232323;
	padding: 7px;
	display: block;
	margin-left: 10px;
	float: left;
	font-size: 11px;
}

#rightLinks{
	padding-top: 12px;
	font-size: 11px;
}

#countdown{
	border-top: 3px solid #bbd02d;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#countdown div{
	position: absolute;
	top:-2px;
	left: 50%;
	margin-left: 270px;
	height: 28px;
	width: 179px;
	background-image: url(../images/countback.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 4px;
}

h1, #zaLogo{
	height: 441px;
	width: 426px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/logo.png);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	text-indent: -99999px;
}

#container{
	margin: auto;
	width: 900px;
	padding-bottom: 20px;
}

#menuHold{
	height: 122px;
	width: 100%;
	background-image: url(../images/menu_back.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #666;
	text-align: right;
}

#menuPlace{
	padding-top: 37px;
	padding-right: 20px;
	position: relative;
	z-index: 100;
}

#leftColumn{
	width: 345px;
	margin-left: 18px;
	_margin-left: 8px;
	padding-top: 330px;
}

#rightColumn{
	width: 518px;
	padding-top: 35px;
}

#footer{
	width: auto;
	background-color: #151515;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 20px;
	padding-bottom: 20px;
}


 

.newsPost{
	margin-top: 5px;
	margin-bottom: 25px;
	width: 516px;
	background-color: #242424;
	background-image: url(../images/news_post_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #201f1f;
}

.newsPostIn{
	margin: 8px;
	padding: 8px;
	padding-top: 13px;
	background-color: #929292;
	border: 1px solid #555;
	background-image: url(../images/news_post_in.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000;
}

.newsPostIn .left{
	margin-right: 8px;
}

.newsPostIn .right{
	float: left;
	width: 405px;
	color: #111;
	font-size: 11px;
	padding-bottom: 5px;
}

.newsPostIn p a{
	color: #6d164b;
}

.newsPostIn h3 a{
	text-decoration: none;
	color: #efedd7;
}

.dateBlock{
	height: 54px;
	width: 54px;
	margin: 5px;
	margin-top: 0px;
	background-image: url(../images/date_back.gif);
}

.dateMonth{
	text-align: center;
	width: 54px;
	padding-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #102e29;
	font-size: 13px;
}

.dateDay{
	text-align: center;
	width: 54px;
	padding-top: 13px;
	_padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #102e29;
	font-size: 26px;
}

.headlineBar{
	margin-bottom: 10px;
	width: 405px;
}

.headlineBar h3{
	color: #efedd7;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	float: left;
	width: 325px;
	line-height: 20px;
}

.headlineBar .right{
	width: 80px;
	font-size: 11px;
	text-align: right;
	color: black;
	font-weight: bold;
}

.headlineBar .right a{
	color: black;
}

.olderNews{
	background-color: #232323;
	padding: 7px;
	display: block;
	font-size: 11px;
	width: auto;
	float: left;
}


#featuredBand{
	height: 238px;
	width: 325px;
	padding: 10px;
	background-image: url(../images/feature_back.gif);
	margin-top: 10px;
	line-height: 12px;
}

#featuredBand h4{
	margin: 0px;
	margin-top: 25px;
	margin-left: 5px;
	padding: 0px;
	color: black;
	text-transform: uppercase;
	font-size: 13px;
}

#featuredBand .links{
	margin-left: 5px;
	margin-top: 2px;
	font-size: 11px;
}

#featuredBand .links a{
	color: #6d164b;
	margin-right: 10px;
}

#featureBanner{
	height: 94px;
	width: 93px;
	background-image: url(../images/featured_band_banner.png);
	position: relative;
	top: -258px;
	left: 0px;
	z-index: 20;
	margin-bottom: -94px;
}

#footSponsors{
	padding-top: 20px;
	width: 900px;
	margin: auto;
	padding-left: 50px;
	padding-bottom: 20px;
}

#footSponsors li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 84px;
	_height: 88px;
}

#footSponsors2 {
	padding-top: 0px;
	width: 900px;
	margin: auto;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-top: 20px;
	height: 64px;
	_height: 68px;
}

#footSponsors2 li{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#comments{
	margin-top: 30px;
}

#comments h4{
	margin-bottom: 10px;
	font-size: 16px;
}

.zaComment, .zaComment2 {
	background-color: #333;
	_height: 50px;
}

.zaComment .right, .zaComment2 .right{
	float: right;
	padding: 10px;
	background-color: #222222;
	width: 370px;
	min-height: 50px;
	_height: 50px;
	margin-bottom: 0px;
}

.zaComment .left, .zaComment2 .left{
	padding: 10px;
	font-size: 10px;
	line-height: 14px;
	width: 90px;
	padding-bottom: 0px;
}

.zaComment .left a, .zaComment2 .left a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.zaComment2 {
	background-color: #6d164b;
}

.zaComment2 .left a{
	
}

#commentForm{
	padding: 10px;
	background-color: #222;
	font-size: 10px;
}

#commentForm label{
	display: block;
	width: 110px;
	min-height: 20px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

#commentForm .texter{
	width: 200px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #666;
	padding: 2px;
}

#commentForm .texterarea{
	width: 360px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #666;
	padding: 2px;
}

#commentForm small{
	_position: relative;
	top: -15px;
}

.band{
	float: left;
	padding: 5px;
	background-color: #333;
	margin-right: 10px;
	width: 152px;
	font-size: 11px;
	margin-top: 10px;
	cursor: pointer;
}

.bandimage{
	display: block;
	border: 1px solid #999;
	height: 83px;
	width: 150px;
	margin-bottom: 5px;
	background-image: url(../images/no_image.jpg);
}

.bandBio{
	margin-top: 10px;
	_margin-top: -10px;
	background-color: #333;
	padding: 10px;
}

.bandBio img{
	border: 2px solid #666;
	margin: 0px;
	padding: 0px;
	_margin-top: -10px;
}

.bandBio h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #ec88b8;
	padding-bottom: 12px;
	border-bottom: 1px solid #666;
	padding-top: 0px;
	margin-top: 10px;
}

#flicks img{
	margin-right: 8px;
	margin-top: 8px;
}

.faqBlock {
	margin-bottom: 25px;
	line-height: 14px;
	padding: 20px;
	background-color: #1c1c1c;
}

.faqBlock .question{
	font-weight: bold;
	font-size: 16px;
	color: #c1d72e;
	display: block;
	margin-bottom: 10px;
}

.hotels, #fleaMarketList{
	list-style: disc;
	margin-left: 20px;
	margin-top: 10px;
}

.directions{
	list-style: decimal;
	margin-left: 20px;
	margin-top: 10px;
}

.hotels li, .directions li, #fleaMarketList li{
	display: list-item;
	margin-bottom: 10px;
}

.infoBlocker{
	padding: 20px;
	background-color: #1c1c1c;
	display: block;
	margin-bottom: 20px;
}

.green{
	color: #c1d72e;
}

.infoBlocker .green{
	font-size: 14px;
}

.ticketsPrice{
	font-size: 18px;
	color: #c1d72e;
}

.white{
	color: #CCC;
}

.menuBarThing {
	padding: 5px;
	background-color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 485px;
	text-align: center;
}

.menuBarThing form{
	display: inline;
}

.bandLinks{
	display: block;
	padding: 10px;
	background-color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 327px;
}

.bandLinks:hover{
	background-color: #666;
}

.bandLinks a{
	text-decoration: none;
}

.h1, #menuHold, #zaLogo, #featureBanner { 
	behavior: url(http://teamdoom.com/symphony/workspace/css/iepngfix.htc);
 }
 

#creditHolder {
	background-color: #333;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

#creditHolder div{
	width: 900px;
	margin: auto;
	text-align: right;
}

blockquote{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-style: italic;
}