﻿body {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000 url(images/new_background.PNG) center repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #FFFF00;
}

a:visited, a:active {
	color: #FF8000;
}


.clear {
	clear: both;
}

div#wrapper {
	position: relative;
	width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

div#header {
	position: relative;
	width: 550px;
	height: 350px;
	margin: auto;
	padding: 10px 0;
}

/* general text block */
div.textblock {
	position: relative;
	width: 490px;
	height: auto;
	margin: 25px auto;
	padding: 0;
	text-align: left;
}
div.textblock div.title {
	color: #fff;
	background-color: #9966CC;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
div.textblock img.photo {
	float: right;
	margin: 0 0 0 5px;
}
div.textblock p {
	margin: 1em 0 0 0;
}
div.textblock p.center {
	text-align: center;
}
div.textblock p.highlight {
	color: #96CB5E;
}
div.textblock h1 {
	font-size: 1.20em;
	text-align: center;
	margin: 0;
}
div.textblock h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
div.textblock h3 {
	font-size: .8em;
	text-align: center;
	font-style: italic;
}
div.textblock h4 {
	font-size: 1em;
	color: #96CB5E;
	margin: 1em 0;
}

/* schedule block */
div.scheduleblock {
	position: relative;
	width: 490px;
	height: auto;
	margin: 25px auto;
	padding: 0;
	text-align: left;
}
div.scheduleblock div.title {
	color: #fff;
	background-color: #9966CC;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
div.scheduleblock img.photo {
	float: right;
	margin: 0 0 0 5px;
}
div.scheduleblock p {
	margin: 1em 0 0 0;
}
div.scheduleblock p.buytickets {
	clear: both;
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
}
div.scheduleblock p.highlight {
	color: #96CB5E;
}
div.scheduleblock h1 {
	font-size: 1.20em;
	text-align: center;
	margin: 0;
}
div.scheduleblock h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
div.scheduleblock h3 {
	font-size: .8em;
	text-align: center;
	font-style: italic;
}
div.textblock h4 {
	font-size: 1em;
	color: #96CB5E;
	margin: 1em 0;
}
div.scheduleblock table {
	clear: both;
	width: 100%;
	border: none;
}
div.scheduleblock table td.date {
	width: 200px;
	background-color: #460028;
}
div.scheduleblock table td.times {
	width: auto;
	background-color: #460028;
}
div.textblock span.althighlight {
	color: #9966CC;
}