* {
	padding: 0;
	margin: 0;
	}

html, body {
	text-align: center;
	font-family: Georgia;
	background: url("images/bg.png");
	font-size: 14px;
	color: #444;
	}

p {
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
input, textarea, select {
	font-size: 12px;
	font-family: Georgia;
	}

h1 {
	text-align: left;
	margin: 25px 0 15px 30px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	}

h2 {
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	}

h3 {
	margin-bottom: 8px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #444;
	}

.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

a:link,
a:visited {
	color: #c20;
	}

a:hover {
	text-decoration: none;
	}

.divider {
	margin: 20px 0;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	}
	
hr {
	margin-bottom: 10px;
	color: #fff;
	background: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	}

li {
	list-style: none;
	padding: 0 0 3px 10px;
	line-height: 130%;
	background: url("images/bullet.png") no-repeat 0 8px;
	}

/*** Site ***/

#site {
	margin: 0 auto;
	border-left: 5px solid #990a31;
	border-right: 5px solid #990a31;
	border-bottom: 5px solid #990a31;
	background: #fff;
	width: 800px;
	height: 100%;
	}

#header {
	position: relative;
	height: 95px;
	width: 100%;
	background: #ffd385;
	border-bottom: 1px solid #5b061d;
	}

#header #logo {
	position: absolute;
	top: 20px;
	left: 25px;
	}

#header #links {
	position: absolute;
	top: 20px;
	right: 25px;
	font-family: "Lucida Grande","Lucida Sans";
	}
	
#header #links a:link,
#header #links a:visited {
	color: #444;
	font-size: 12px;
	text-decoration: none;
	}
	
#header #links a:hover {
	text-decoration: underline;
	}

#header #search {
	position: absolute;
	top: 50px;
	right: 25px;
	}

#navbar {
	height: 34px;
	background: url("images/navbar_bg.png") repeat-x;
	}

#navbar td a {
	display: block;
	padding: 12px 18px;
	}
	
/*** Sidebar ***/

#sidebar p {
	margin-bottom: 6px;
	}

#sidebar h3 {
	margin-bottom: 15px;
	}
	
#sidebar li {
	font-size: 13px;
	}
	
/*** Footer ***/

#footer {
	padding: 15px 0 25px 0;
	margin-top: 15px;
	text-align: center;
	line-height: 200%;
	border-top: 1px dotted #999;
	clear: both;
	}

/*** Home Page ***/

table#mini_calendar td {
	padding-bottom: 10px;
	line-height: 18px;
	}

/*** Calendar & Tickets ***/

table#season_calendar td {
	padding: 2px 15px 2px 3px;
	white-space: nowrap;
	line-height: 16px;
	}

table.ticket_prices {
	position: absolute;
	top: 10px;
	left: 17px;
	width: 186px;
	}

table.ticket_prices td {
	padding: 1px;
	text-align: center;
	font-size: 14px;
	}

table.where_and_when {
	margin-bottom: 15px;
	}
	
table.where_and_when td {
	line-height: 100%;
	}
	
table.where_and_when img {
	margin-top: 1px;
	padding: 0 5px;
	}
	
.event .pic {
	float: left;
	width: 150px;
	}

.event .pic img {
	display: block;
	}

.event .pic .caption {
	padding: 6px 0 5px 0;
	background: #1d3643;
	color: #fff;
	line-height: 130%;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 12px;
	text-align: center;
	}

.event .info {
	float: left;
	margin-left: 20px;
	width: 325px;
	}
