@charset "UTF-8";

/*tags*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(../images/2010bkgd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	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: #FFFFFF;
	font-size:36px;
}

table{
	border:none;
}
tr{
	border:none;
}
td{
	border:none
}

/*containers, headers, footers, etc.*/
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColLiqCtrHdr #header {
	padding: 0;  /* 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. */
	margin: 0;
	height:210px;
}
.oneColLiqCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #subHeader {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
.oneColLiqCtrHdr p {
	margin:0 0 3px 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	text-align:center;
}
.oneColLiqCtrHdr #mainContent h1 {
	font-size:36px;
	padding:0 0 0 0;
}
.oneColLiqCtrHdr #mainContent h3 {
	font-size:16px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
} 
.oneColLiqCtrHdr #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 */
}

#news {
	margin: 0 0 0 275px;
	padding: 0 0 0 20px;
}

#news h2{
	font-size:36px;
}

#news p{
	font-size:20px;
}

#showsSection {
	margin: 0 0 0 275px;
	padding: 0 0 0 20px;
}
#showsSection h2{
	font-size:36px;
}
.show {
	text-align:center;
}
.show h2{
	font-size:30px;
}

.show table {
	border:none;
	font-size:18px;
	background-color:rgba(10,10,10,0.7);
}

a{
	color:#FFF;
}

/* form styles */
.oneColLiqCtrHdr #mailingListSection {
	border:none;
	padding:0 10px 10px 10px;
	width:250px;
	margin:auto;
	font-size:12px;
	float:left;
}
.oneColLiqCtrHdr #mailingListSection h1{
	font-size:16px;
	padding: 2px;
	margin: 0px;
}
.oneColLiqCtrHdr #contact-wrapper {
	border:none;
	padding:0px;
	width:250px;
	margin:0px;
	font-size:12px;
}
.oneColLiqCtrHdr #mainContent #contact-wrapper label {
	display:inline;
	font-size:12px;
	color:#ffffff;
}
.oneColLiqCtrHdr #mainContent form#mailinglistform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:12px;
	color:#333;
	height:15px;
	width:200px;
}
.oneColLiqCtrHdr #mainContent form#mailinglistform .submitBtn input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:0px;
	font-size:12px;
	color:#333;
	height:20px;
	width:60px;
}
.success {
	width:200px;
	padding:3px;
	background:#CCCCCC;
	color:#333;
	font-size:12px;
}