* {margin: 0; padding: 0; border: 0; font-size: 12pt;}
body {
text-align: center; background: black;
color: #fff;
min-width: 700px;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12pt;
line-height: 1.5;
}
a{
	color: navy;
	text-decoration: none;
}
a:link{
	text-decoration: underline;
}
a:visited{ 
	color: Maroon;
	text-decoration: underline;
}
a:hover{
	text-decoration: overline;
}
a:active{ 
	color: red;
}

hr.white{
	color:white;
	background: white;
	height: 2px;
	width: 90%;
	margin: .5em auto .5em auto;
}

h1, h2, h3, h4, p {margin: 1em 0;}
ul {margin: 1em 2em;}



/***************************************************************/
/**************** Layout CSS begins ****************************/
#wrapper { /* also holds the left "sliding" tab */
background: transparent; /* url(../images/sidebar-l.gif) repeat-y 0 0;*/
color: white;
text-align: left;
width: 800px; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
border: none;
}
#header, #subnav, #footer {
clear: both; width: 100%;
}
#header {
/* background: transparent url("/images/napton_title.png") no-repeat scroll center; */
text-align: center;
height: 68px

}
#header h1{
	display: inline;
	font-size: 40px;
	text-transform: uppercase;
	color: #F7EB00;
}
#subnav {
	color: #fff;
	text-align: center;
	padding: 0 0 0 0;
	position: relative;
	height: 280px;
	background: transparent;
	border: 3px solid white;
}
#subnav #corner_tl{position: absolute;	top: -3px; left: -3px; height: 26px; width: 26px;
	background: transparent url("/images/corners/header_tl.png");z-index: 25;
}
#subnav #corner_tr{position: absolute;	top: -3px; right: -3px; height: 26px; width: 26px;
	background: transparent url("/images/corners/header_tr.png");z-index: 25;
}
#subnav #corner_bl{position: absolute;	bottom: -3px; left: -3px; height: 26px; width: 26px;
	background: transparent url("/images/corners/header_bl.png");z-index: 25;
}
#subnav #corner_br{position: absolute;	bottom: -3px; right: -3px; height: 26px; width: 26px;
	background: transparent url("/images/corners/header_br.png");z-index: 25;
}
#h1_bckgrnd{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 20;
	background: url(/images/h1_bckgrnd.png) no-repeat;
	height: 40px;
	width: 380px;
}

#subnav #h1_bckgrnd h1{
	color: black;	
	font-size: 20px;
	line-height: normal;
	margin: 3px 0 auto 0;
}

#footer {

color: #fff;
background: black; /* url(../images/blfoot.gif) no-repeat 0 0px;*/
}
#footer #fc {
    padding: 1px 10px;
    text-align: left;
    font-weight: bold;
    background: black; /*url(../images/brfoot.gif) no-repeat 100% 0px;*/
  }
#contentfloatholder {
	/* also makes the right "sliding" tab */
	background: transparent;
	float: left;
	width: 100%;
	position: relative;
}
#contentfloatholder:after {
/* this is for NN6 to clear floats */
content: "."; display: block; height: 0px;
clear: both; visibility: hidden;
}
#centerpad {
margin: 0 140px 0 170px;
background: black;
position: relative;
color: white;
}
#centerpad h1{
	font-size:16pt;
}
#centerpad h2{
	font-size:14pt;
}
#centerpad h3{
	font-size:12pt;
}
#centerpad h1.headline_band{
	font-size: 48pt;
	line-height: 65px;
	margin: 10px auto auto 2px;
}


#centerpad a, #footer a{
	color: white;
}
#centerpad a:link, #footer a:link{
	text-decoration: underline;
}
#centerpad a:visited, #footer a:visited{
	color: Silver;
}
#centerpad a:hover, #footer a:hover{
	text-decoration: overline;
}
#centerpad a:active, #footer a:active{ 
	color: silver;
}
#centerpad #cc{
	padding: 5px 10px 20px 10px;

}
#center {
float:left;
width: 100%; margin-right: -95%; /* this needs to be less than 100% for Moz/Mac which thinks it's empty otherwise. The difference is made up by putting a negative left margin on the left float:
Note IE/Mac doesn't like this method ~ it wants the 100% so it can be fed in using IE only CSS below becasue IE/Win also works with the 100% method. */
}
#left {
	color: white;
	float: left;
	width: 170px;
	margin-left: -5%; /* the difference to make the left colum appear flush left */
	background: transparent;
}
#left #lc{
	margin: 20px 0 0 0 ;
	padding: 0 5px 0 5px;
	/* position: fixed; */
	background: transparent;
}
#right a, #left a{
	padding: 0 2px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#left a{

	color: #EC1C23;
}
#left a:link { 
		color: #FFF100;
	}
#left a:visited { 
		color: #FFF100;
	}
#left a:hover { 
	text-decoration: underline;
	}
#left a:active { 
		color: #EC1C23;
	}

#right {
color: white;
background: transparent;
float:right;
width: 140px;
text-align: center;

}
#right a{	
	color: white;
}
#right a:hover { 
	text-decoration: underline;
	}
#right a:active { 
		color: white;
	}
#right #rc{
	padding: 2px;
	margin: 0 auto 0 auto;
	/* position: fixed; */
}
/************* For IE Mac **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}
#left h3 #left p{
	padding: 0 50px 0 0;
}
#right h3, #right p{
	
}
/***** General formatting ****/
/* tanfa logo/link */
#pagetop {
position: relative;
width: 100%;
padding-top: 1em;
height: 2em;	/* 7em; */
color: #000;
}
#pagetop h1, #pagetop h2, #pagetop h3 {
margin: 0.3em 120px;
font-family: georgia, serif;
padding: 0;
}
#pagetop h1 {font-size: 1.4em;}
#pagetop h2 {font-size: 1.2em;}
#pagetop h3 {font-size: 1em;}
a#toplink {
width: 200px;
height: 1em;	/*8em;*/
background: #fff;
position: absolute;
top: 0;
right: 5px;
}
a#toplink:hover {
background-position: 0 0;
}
#wrapper {
position: relative;
z-index: 500;
}
.break
{
	clear: both
}
/* band info formatting */
.bandbox{
	width: 80%;
	padding: 2px;
	clear: both;
	margin: 2px 0 30px 0;
}
.bandpicture{
	float: left;
	width: 200px;
}
.bandtitle{
	margin-left: 200px;
	clear: right;
	font-size: 16pt;
	text-transform: capitalize;
	font-weight: bold;
}
.bandinfo, .bandinfo p{
		font-size: 12px;
}
.bandinfo{
	clear: both;
	margin: 3px 0 3px 0;
}
.center-text{
		text-align: center;
}
/* Sponsor Formatting */
.sponsorbox{
	width: 95%;
	padding: 2px;
	clear: both;
	margin: 2px 0 30px 0;
}
/* news formatting */
.newsitem{
	width: 95%;
	padding: 2px;
	clear: both;
	margin: 2px 0 30px 0;
}
.newsitem .date{
	text-align: right;
	font-weight: bold;
}
/* feedback formatting */
.feedbackblock {
	background: #DCDCDC;
	margin: 0 .8em 1em 1em;
	padding: .5em;
}
.feedbackDate {
    text-align: right;
    font-weight: bold;
  }
.feedbackComment, .feedbackComment p {
    text-align: justify;
	 font-size: 12px;
  }
/* sales table formatting */
#sales_table {
	border: none;
	border-collapse: collapse;
}
#sales_table th, #sales_table td{
	margin: 0; padding: 2px;
	border-collapse: collapse;
}
.text_field{
	border: thin solid white;
	background: transparent;
	color: white;
	padding: 1px;
}
.ticket_description{
	font-size: 10pt;
	margin: 2px 0 10px 20px;
}
  
  
  
/************ form formatting ***********************/
form .reset_button, form .submit_button {
    background : #9caac6;
    font : italic medium serif;
    padding : 2px;
    border : navy solid thin;
	 cursor: pointer;
  }
/* slideshow formatting */
#inline_pictureframe{
	width: 470px;
	height: 1100px;
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
}
/*
#slideshow_wrapper {
    margin:0px auto 0px auto;
    padding:0 0 0 0;
    width:480px;
    border: none;
    text-align:justify;
}
#slideshow_wrapper img {
	border-width: 0;
}
#slideshow_image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
#slideshow_navigation{
    float: left;
}
#slideshow_image_info{
	float: right;
}
#thumbnail_row {
    margin: 1px auto 1px auto;
    overflow: auto;
	width: 470px;
	height: 120px;
}
#thumbnail_row img {
    border:0px solid #aaa;
}
.thumbnail_center {
    padding:1px;
    border:1px solid black !important;
}
*/
#centerpad h4.band_headline{
	color: Yellow;
	font-weight: bold;
	font-size: 48pt;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	line-height: 48pt;
	padding: 0px;
}
#centerpad h4.band_headline_small{
	color: Yellow;
	font-weight: bold;
	font-size: 36pt;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	line-height: 36pt;
	padding: 0px;
}
#centerpad #white_box{
	background: white;
	width: 95%;
	padding: 2px;
	color: black;
	font-size: 14pt;
	text-align: left;
}
#centerpad #white_box p.para_large{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin: 2px auto 8px auto;
}

#centerpad #white_box .caps, #centerpad #white_box h3{
	text-transform: uppercase;
	font-weight: bold;	
	text-align: center;
	font-size: 24pt;
	margin: 2px auto 8px auto;
}
#centerpad #white_box .caps{
	font-size: 18pt;
	margin: 2px auto 8px auto;
}
.red{
	color: red;
}
#breaking_news, .important_note{
	margin: 0 auto 0 auto;
	background: #FEFF73;
	border: 2px dashed black;
	padding: 1em;
	color: black;
}
#breaking_news h1{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
}
#breaking_news p{
	text-align: justify;
}
.footer_info{
text-align:right;
font-size: 8pt;
}

/* error box styles */
#err_box{
	width: 90%;
	border: 2px solid black;
	padding: 0;
	margin: 0 auto 0 auto;
	font-size: 10pt;
}
.err_title{
	padding: 2px;
	background: red;
	color: black;
	text-align: center;
	font-size: 12pt;
	border-bottom: 2px solid black;
	font-weight: bold;
}
.err_msg{
	margin-left: 20px;	
	padding: 3px;	
}
.err_msg ul, .err_msg li{
	font-size: 10pt;
}
.required{
	font-weight: bold;
	color:red;
	font-size: 12pt;
}
#front_page_announcement{
	border: 5px solid white;
	background: black;
	color: white;
	text-align: center;
	width: 80%
	margin: 0 auto 0 auto;
	padding: .5em;
}
#front_page_announcement p{
	font-size: 24pt;
	margin: 3px;
	padding: 1px;
}
#jellyheads_announcement{
	background: yellow;
	color: black;
	padding: 3px;
margin: 10px;
}
#jellyheads_announcement h2{
	font-size: 18pt;
	margin: 2px;
}
#added_event{
	background: #EC1C23;
	color: white;
	border: 2px solid #FFF100;
	margin: 1em;
	padding: .5em;
text-align: justify;
}
#added_event h1{
	margin: 0;
	text-align: center;
}


