@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;
	background-color: #1C1C31;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	height: 248px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	position: absolute;
	top: -100px;
}
.oneColLiqCtrHdr #mainContent {
	background-image: url(images/Pirates-Web-Image2.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	height: 675px;
	margin-top: 20px;
}
.oneColLiqCtrHdr #footer {
	background-color: #1C1C31;
} 
.oneColLiqCtrHdr #footer p {
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	list-style-type: none;
	width: 900px;
	z-index: 2;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1C1C31;
	background-repeat: repeat-x;
}
#nav li {
	display: inline;
	float: left;
}
#nav a {
	display: block;
	margin: 0;
	padding: 13px 8px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #F3E45B;
	background-color: #1C1C31;
}
#nav a:hover, #nav a:active {
	color: #B0AFF3;
	text-decoration: none;
	background-color: #EBECEE;
}

#footer a {
	text-decoration: none;
	padding: 4;
}

#footer a:link, #footer a:visited{
    color: #F3E45B;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
}
#footer a:hover, #footer a:active {
	color: #9D9DF1;
	background-color: #EBECEE;
}
#nowPlaying img {
	float: right;
}
#nowPlaying {
	float: right;
	width: 650px;
	padding-left: 5%;
	background-color: #1C1C31;
	/* for ie */
	filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
}
#specialEvents {
	float: right;
	width: 381px;
	padding-right: 5%;
	vertical-align: 383px;
	clear: both;
	background-color: #1C1C31;
	/* for ie */
	filter:alpha(opacity=0);
	/* CSS3 standard */
  	opacity:0.0;
}
#filmFest {
	text-align: left;
}
#specialEvents p {
	text-align: left;
}
#nowPlaying p {
	text-align: left;
}
#season1, #season3, #season5 {
	margin-top: 10px;
	margin-right: 5%;
	width: 900px;
	float: right;
}
#seasonContent #season1 img, #season3 img, #season5 img {
	float: right;
}
#seasonContent #season1 p, #season3 p, #season5 p {
	width: 595px;
	float: right;
	text-align: right;
	padding: 10px;
}
#seasonContent h1 {
	padding-top: 10px;
}
#season2, #season4 {
	margin-top: 10px;
	float: left;
	width: 900px;
	margin-left: 5%;
}
#seasonContent #season2 img, #season4 img {
	float: left;
}
#seasonContent #season2 p, #season4 p {
    width: 576px;
	float: left;
	text-align: left;
	padding: 10px;
}
#footer {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#auditions {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#Tickets {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#audition1, #audition2 {
	float: left;
	width: 900px;
	margin-left: 5%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#audition1 ul, #audition2 ul{
    text-align: left;
	padding-left: 20px;
	float: left;
	}
#audition1 img, #audition2 img{
    float: left;
	}
#Directions {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#Volunteer {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#Membership {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#ContactUs {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#ContactUs table {
}
#ContactUs .textpad {
	padding: 10px;
	text-align: left;
}
#ContactUs td {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1C1C31;
	border-right-color: #575668;
	border-bottom-color: #575668;
	border-left-color: #1C1C31;
}
#contentTemp {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#contentTemp ol {
	text-align: left;
}
#contentTemp li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#Links {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#Links li {
	text-align: left;
	padding-left: 20px;
}
