@charset "UTF-8";
/* CSS Document */

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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/background-c.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d2ab66;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 1.5em;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: .9em;
}
.table1 {
	font-size: .7em;
	background-image: url(images/boxTransBackgroundWhite.png);
	background-repeat: repeat;
}
.table2 {
	font-size: 0.8em;
}
.table3 {
	font-size: 0.9em;
	background: url(images/boxTransBackgroundWhite.png);
	background-repeat: repeat;
}
.tableSchedule {
	font-size: 0.8em;
	padding: 5px;
	color: #333;
	background-color: #FFF;
}
.ticketPrices {
	padding: 10px;
	font-size: 0.9em;
	background-image: url(images/boxTransBackgroundWhite.png);
	background-repeat: repeat;
	border: 1px solid #A82A25;
}
.box {
	background-image: url(images/boxTransBackgroundBlue.png);
	background-repeat: repeat;
	margin: 0 0 15px 0;
	padding: 20px;
	border: 1px solid #A82C25;
}
#navbar {
	height: 33px;
	margin-bottom: 20px;
	position: relative;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: #FAF8F0 solid 1px;
} 
.twoColFixRtHdr #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. */
	height: 175px;
	background-image: url(images/headerBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 10px;
	background-image: url(images/boxTransBackgroundWhite.png);
	background-repeat: repeat;
	border: 0;
	margin-bottom: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 340px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent2 {
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #A82C25;
} 
.twoColFixRtHdr #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 */
	text-align: center;
	font-size: 0.85em;
	color: #FAF2E5;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
#footer   a:link  {
	color: #FFFFFF;
}
#footer   a:visited  {
	color: #CCCCCC;
}
.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;
}
#mainContent2 .box .photoMargin {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
.bannerPad {
	padding-bottom: 10px;
}
#mainContent .box .photoMargin {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
.mapquest {
	width: 150px;
}
.bio {
	font-size: 50%;
}
.oddrow {
	background-color: #F2E7D1;
}
.evenrow {
	background-color: #FFF;
}
.hoverrow {
	background-color: #A42E27;
	color: #FFF;
	font-size: 1.2em;
}
.tableSchedule .hoverrow a:visited      {
	color: #FFF;
}
.tableSchedule .hoverrow a:link      {
	color: #FFF;
}
.alignRight {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
