body {
    width: 960px;
    margin: 0 auto;
    background-color: black;
    font-family: Calibri, Verdana, Arial, sans-serif;
    }
img {
	border: 0;
    }
ul.nomarker {
	padding-left: 0;
    }
ul.nomarker > li {
    list-style: none;
    }
ul.horizontal > li {
    float: left;
    }
.center {
	text-align: center;
    }
br.clear {
	clear: both;
    }
abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
	}


/********************
 ** Specific Rules **
*********************/
ul#navigation {
	margin: 0;
	width: 960px;
	height: 250px;
    border-bottom: 1px solid #999;
    }
ul#navigation > li {
    margin: 0;
    width: 120px;
    height: 250px;
    background-image: url("crayon-tip.png");
    background-repeat: no-repeat;
    text-align: center;
    }
ul#navigation > li > a,
ul#navigation > li > span {
	display: block;
    width: 110px;
    height: 40px;
    padding-top: 210px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    }
ul#navigation > li:hover,
ul#navigation > li.selected {
	height: 262px;
	position: relative;
	top: -12px;
    }
ul#navigation > li > a:hover,
ul#navigation > li.selected > span {
	height: 52px;
    }
li#home {
    background-color: #af593e;
    }
li#cast {
    background-color: #ed0a3f;
    }
li#schedule {
    background-color: #ff681f;
    }
li#private-bookings {
    background-color: #fbe870;
    }
li#media {
    background-color: #01a368;
    }
li#about-us {
    background-color: #0066ff;
    }
li#contact-us {
    background-color: #8359a3;
    }
li#links {
    background-color: #333;
    }
div#content {
    background-color: #fdc60a;
    background-image: url("crayon-stripes.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    border: 4px solid #092816;
    text-align: center;
    min-height: 960px;
    }
h1#header {
    margin: 0;
    padding: 20px;
    }
div#content > div {
    background-image: url("semitransparent-background.png");
    background-repeat: repeat;
    padding: 10px;
    margin: 25px 60px;
    text-align: left;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }
div#content > div > h3 {
	border-bottom: 2px solid #000;
    }
div#content > div > h4 {
    border-bottom: 1px solid #000;
    }
div#content > div.vevent {
	margin: 25px auto;
	width: 360px;
	text-align: center;
    }
div#content > div.vevent > p.date-location {
    margin: 10px auto;
    padding: 5px;
    width: 280px;
    background-color: #fdc60a;
    border: 1px solid #333;
    }
div.under-construction > h3 {
	padding-top: 40px;
	padding-left: 60px;
	background-image: url("under-construction-icon.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin: 0 auto;
	text-align: left;
	color: #f00;
    }
p.home-image {
	height: 520px;
	width: 780px;
	margin: 25px auto;
	border: 2px solid #01773d;
	background-image: url("home-image.jpg");
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }
img.logo {
    margin: 10px 20px;
    }
form#contact-us-form {
	margin: 0;
	padding: 0;
	}
form#contact-us-form fieldset {
	padding: 20px;
    border-color: #000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }
form#contact-us-form fieldset legend {
	color: #000;
	}
form#contact-us-form fieldset div {
	margin-top: 5px;
	margin-bottom: 5px;
	}
label.before {
    display: block;
    float: left;
    width: 100px;
    }
div.cast {
	position: relative;
	width: 780px;
	height: 520px;
	border: 2px solid #01773d;
    background-image: url("cast-all.jpg");
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }
div.cast img,
div.cast ul,
div.cast li {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 780px;
    height: 520px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }
div.cast img {
	z-index: 20;
	}
div.cast ul {
	list-style: none;
	}
div.cast li {
	z-index: 10;
    text-indent: -20000px;
    display: none;
    }
div.cast li#brittany {
    background-image: url("cast-brittany.jpg");
    background-repeat: no-repeat;
    }
div.cast li#dan {
    background-image: url("cast-dan.jpg");
    background-repeat: no-repeat;
    }
div.cast li#lee {
    background-image: url("cast-lee.jpg");
    background-repeat: no-repeat;
    }
div.cast li#nicole {
    background-image: url("cast-nicole.jpg");
    background-repeat: no-repeat;
    }
div.cast li#andrew {
    background-image: url("cast-andrew.jpg");
    background-repeat: no-repeat;
    }
img.bio-photo {
    width: 300px;
    height: 450px;
    float: left;
    border: 2px solid #01773d;
    margin-right: 20px;
    margin-bottom: 10px;
    }
div.bio {
    min-height: 450px;
    }
div.bio ul {
	list-style-position: inside;
	margin-left: 0;
    }
a.footnote {
	vertical-align: top;
	font-size: x-small;
    }
ol.footnotes {
	list-style-position: inside;
	margin-left: 0;
    font-size: small;
    border-top: 1px solid #000;
    }
ol.footnotes li {
    margin-top: 4px;
    }