@charset "utf-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../images/background.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000000;

}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-variant: small-caps;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 800px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.performers {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 30px;
	padding-left: 1px;
	text-align: justify;
}
.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-top: 50px;
	padding-right: 370px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #F00;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #F00;
}

#navbar {
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
}
#navlist a {
	padding: 0px 2px;
    outline: none; /* hide dotted outline in Firefox */
 }
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #F11B25;
	text-decoration: none;
}
#navlist a:hover {
	color: #000;
	background-color: #00f;
	text-decoration: none;
}
.nav-buttons {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 0px 2px 0px 0px;
}

/* drop down menu css */
#m0 {
	width:80px;
	margin-left: 10px;
}
*html #m1 {width:90px;}
#m1 {width:70px;}
#m2 {width:80px;}
#m3 {width:80px;}
#m4 {width:95px;}
#m5 {width:65px;}
#m6 {width:80px;}
#m7 {width:60px;}
#m8 {width:85px;}
#m9 {width:95px;}
#m10 {width:60px;}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;

}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	height:20px;
}

#nav li { /* all list items */
	float: left;
	background:transparent;
	display:block;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 167px;
	left: -999em;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3366FF;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
}

#nav .smenu li {
	z-index:1;
	margin:0;
	padding:0;
	width: 175px;
	text-align:left;
}
#nav a:hover {
	background-image:none;
	background-color:#0000CC;
}
	
.smenu a:hover {
	background-image:none;
	background-color:#3366FF;}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#sponsors {
	text-align: center;
	padding: 5px;
}
.right {
	width: 213px;
	float: right;
	top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bolder;
}
.EventNight {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bolder;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	font-variant: small-caps;
}.bottomheadline {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.TicketInfo {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	line-height: 20px;
}
.TicketInfoWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}
#photopolicy {
	padding: 5px;
	border: thin solid #000;
}
.EventDetails {
	padding-top: 20px;
	padding-right: 60px;
	text-align: justify;
}
.TG-bigRed {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.ReallyBigRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bolder;
	color: #F00;
}.BigRedTicketLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	font-weight: bolder;
	color: #F00;
}

