@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	line-height: 1.5em;
	background-color: #e9ecf9;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	background: #ccd9e4;
	position: relative;
}
#header {
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	position: relative;
	width: 950px;
}
#navbar {
	background-color: #698090;
	padding: 0px;
	height: 25px;
	margin: 0 auto;
}
.navLink {
	float: left;
	width: 135px;
	color: #FFF;
}
.navLink a {
	text-decoration: none;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #ccd9e4;
	text-align: right;
	padding-right: 6px;
}
#sidebar a {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .8em;
}

.sideLinks {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #698090;
	margin: 25px auto;
	padding-right: 5px;
}
h1 {
	font-style: italic;
}
h2 {
	font-style: italic;
}

#homeContent {
	text-align: left;
	padding: 20px;
}
.homeLeft {
	width: 600px;
	float: left;
}
.homeLeft h2 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.director {
	font-size: 1.1em;
	font-weight: bolder;
}
.theatre {
	font-size: 0.9em;
}
.description {
	font-size: 0.8em;
}
.moreinfo {
	font-style: italic;
}


.homeBottom {
	clear: both;

}

.nowPlaying {
	width: 350px;
	background-color: #698090;
	float: left;
	margin: 0px 15px;
}
.nowPlaying img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.nextUp {
	width: 350px;
	background-color: #698090;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 15px;
}
.nextUp img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.homeRight {
	width: 290px;
	padding: 0px 10px;
	float: right;
	margin: 0;
}
.homeRight img {
	float: left;
}
.homeRight p {
	margin:0px;
	padding:0px;
}
.season {
	height: 80px;
	width: 289px;
	margin: 0px;
}
.seasonWords {
	width: 195px;
	height: 80px;
	float: right;
}
.seasonText {
	font-size: 1.1em;
	padding: 0px;
	margin: 0;
}
.seasonDate {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}
.showPagePic {
	margin: 20px;
	padding: 20px;
	float: right;
	background-color: #698090;
}
#content {
	background-color: #ccd9e4;
	margin-left: 150px;
	text-align: left;
	padding: 20px;
}
#footer {
	height: 30px;
	background-color: #698090;
	clear: both;
}
