﻿@charset "utf-8";
/* CSS Document */

body {
	background: grey;
	margin-left:4em;
	margin-right:4em;
	margin-top:2em;
	margin-bottom:2em;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 56px;
	}
	
.header h3 {
	font-size:18px;
	font-style:italic;
	padding-left:3em;
	}

#navsite h5 {
	display: none;
}

#navsite {
	text-align: center;
}

#navsite ul {
	margin-left: 0;
	padding: 3px 0;
	border-bottom: 1px solid black;
	font: bold 12px Verdana, sans-serif;
}

#navsite ul li {
	margin: 0;
	list-style: none;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid black;
	border-bottom: none;
	background: black;
	text-decoration: none;
	color: white;
}

#navsite ul li a:link {
	color: white;
}

#navsite ul li a:visited {
	color: #999999;
}

#navsite ul li a:visited:hover {
	border-color: #227;
	background: #aae;
	color: #000;
}

#navsite ul li a:hover {
	border-color: #227;
	background: #aae;
	color: #000;
}

#navsite ul li a#current {
	background: white;
	border-bottom: 1px solid white;
}

.akey {
	text-decoration: underline;
}

#MainContent Table {
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-right:solid;
	border-left:solid;
	border-width:thick;
	border-spacing:inherit;
	padding:15px;
	}
	
#columnLeft {
	float:left;
	width:25%;
	margin-right:1em;
	
	padding-bottom: 20px;
	padding-left: 1em;
	
	}
	
#columnMiddle {
	padding-left:0em;
	margin-left:30%;
	margin-right:3%;
	}
	
#columnMiddle td {
	border:0;
}	
#columnRight {
	float:right;
	width:3%;
}
	
#columnLeft a:link { 
	color: black;
	}
	
#columnLeft a:visited {
	color: black;
}

#columnRight a:visited:hover {
	border-color: black;
	background: #aae;
	color: white;
}

#columnLeft a:hover {
	border-color: black;
	background: #aae;
	color: white;
}

#columnLeft a#current {
	background: white;
	border-bottom: 1px solid white;
}

#footer {
	padding-top: 2%;
  	text-align: center;
  	clear: both;
  	font-weight:bold;
  	color:white;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:x-small;
  	
}

img {
	border:0;
}
#contactContent {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding:inherit;
}

#showPlaybill {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	text-align:center;
	
}

#staffBlock {
	text-align:center;
	font-weight:bold;
}

#castBlock {
	width:100%;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#castBlock th {
	font-size:larger;
	padding-bottom:1em;
}
#josephChorus table {
	width:100%;
	text-align:center;
	font-weight:bold;
}

#involvedContent h2 {
	width:100%;
	font-style:italic;
	margin-left:auto;
	margin-right:auto;
}

#involvedContent .involvedCopy {
	width:85%;
	margin-left:5em;
	margin-right:15%;
}

#involvedContent .involvedCopy table {
	width:65%;
	padding:3em;
	padding-top:0em;
	text-align:center;
	border:medium white solid;
	border-collapse:collapse;
}

#involvedContent .involvedCopy table th {
	padding-top:1em;
}

#awardContent {
	margin-left:5em;
	margin-right:5em;
	
}

#mediaTable table{
	width:70%;
	padding:2em, 2em, 2em, 2em;
	margin-right:15%;
	text-align:center;
}

#Audition {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	border:thick black double;
	padding:0em 2em 2em 2em;
}

#crewBlock {
	width:50%;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	border:medium black solid;
	border-collapse:collapse;
	
}

#showtimes {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0em 0em 0em 0em;
	border:black medium double;
	border-collapse:collapse;
	
}

