/*
Author URI: http://lightimagination.net/
*/

body {
	color:#333;
	background:#6d6d6d url(../graphics/strip.jpg) repeat-x fixed center top; /* Sets default font size to 10px */
	font: 0.7em Tahoma, Geneva, sans-serif;
}
.bold_text {
	font-weight: bold;
	color: #000;
}
* {
	margin:0;
	padding:0
}
#header {
	height:140px;
	background:url(../graphics/bg-header.jpg) no-repeat;
}
#menu {
	width: 1000px;
}
/* Structure */

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#ffffff;
	font-size:1.20em;
}
#content {
	width:970px;
	min-height:400px;
	text-align: left;
	padding: 5px 10px;
	margin: 5px;
}
#content.img {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	border: 10px solid #F00;
}
#content pre {
	font: 1em Tahoma, Geneva, sans-serif;
	margin-bottom: 1em;
}
.no_img_border {
	border-style: none;
	margin-bottom: 1em;
	display: inline;
}
/* Entries */

.entry {
	text-align:left;
	line-height:1.5em;
}
.entry-title {
	font-weight:normal;
	letter-spacing:-1px;
}
.date {
	font-size:1em;
	color:#666;
	cursor:default;
	letter-spacing:.9px;
	margin-bottom: 10px;
}
p {
	margin-bottom:1em;
}
a {
	text-decoration:none;
	color:#B4C835;
}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
}
.margin_left {
	margin: 5px 5px 25px 40px;
}
.centerimg {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.timedate {
	color: #333;
	white-space: pre;
	font-size: 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 100px;
}
#play_info {
	font-size: 1.1em;
	text-align: justify;
}
/* Heading's */


h6 {
	font-size:1em;
	font-weight:normal;
	position:relative;
	top:80px;
	left:600px;
	letter-spacing:1px;
	color:#CCC;
	width:250px;
}
h3 {
	font-size: 1.2em;
	color: #333;
	margin-top: 5px;
}
h1 {
	font-size: 1.9em;
	color:#BDD046;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 1em;
}
.theaterwork {
	font-weight: bold;
	color: #A60600;
}
img {
	border: 2px solid #333;
}
#footer {
	background-color:transparent;
	clear:both;
	height:105px;
	background: url(../graphics/bg-footer.png) no-repeat;
}
/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#map_directions {
	width: 350px;
	margin-left: 5px;
	display: inline-block;
	float: right;
}
.when {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	text-transform: uppercase;
}
.italic_text {
	font-style: italic;
	color: #000;
	font-size: 1.1em;
}
