@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 100.01%;
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
#header ul:before {
	content:"Barksdale Theatre";
	color:#600;
	font-size:1.6em;
	font-weight:bold;
}
#header ul li {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
}
#mainContent {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	color: #000;
}
#mainContent h1 {
	font-family: Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 1.4em;
	line-height: 1.2;
	color: #000;
	background-color:#0CF;
}
#mainContent h2 {
	font-family: Palatino, Georgia, "Times New Roman", "URW Palladio L", serif;
	font-size: 1.2em;
	line-height: 1.3;
	background-color:#A4D683;
}
#mainContent h3, #mainContent h4 {
	font-size: 1em;
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#600;
}
#mainContent ul {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
}
#mainContent .topPage {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
}
#bottomNav {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	color: #000;
}
.noHandheld {
	display: none;
}
#header img, #sidebar, hr {
	display: none;
}
