@charset "utf-8";
body, html  {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../_images/main_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.spacer {
	clear: both;
	height: 25px;
}
#container  {
	width: 780px;
	text-align: left;
	margin-left: -390px;
	font-size: 75%;
	left: 50%;
	position: relative;
}
#headerBig {
	float: left;
	height: 230px;
	width: 780px;
	background-image: url(../_images/page_header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#headerSmall {
	float: left;
	height: 100px;
	width: 780px;
	background-image: url(../_images/page_header_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	float: left;
	height: 30px;
	width: 780px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li { display: inline; }

#menu a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a.selected {
	background-position: left bottom;
}
#menu #home {
	width: 93px;
	background-image: url(../_images/buttons/home.gif);
}
#menu #cast {
	width: 73px;
	background-image: url(../_images/buttons/cast.gif);
}
#menu #shows {
	background-image: url(../_images/buttons/shows.gif);
	width: 101px;
}
#menu #reviews {
	background-image: url(../_images/buttons/reviews.gif);
	width: 115px;
}
#menu #podcast {
	background-image: url(../_images/buttons/podcast.gif);
	width: 129px;
}
#menu #pictures {
	background-image: url(../_images/buttons/pictures.gif);
	width: 127px;
}
#menu #contact {
	background-image: url(../_images/buttons/contact.gif);
	width: 142px;
}

#mainContent  {
	float: left;
	width: 780px;
	background-color: #CCCCCC;
	padding-bottom: 10px;
}
#mainContent h1 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #000000;
	text-decoration: underline;
	font-variant: small-caps;
}
#mainContent h2 {
	font-size: larger;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 5px;
	margin-top: 0px;
}
#mainContent h2 a { color: #000099; }
#mainContent h3 {
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	font-weight: normal;
	font-style: italic;
	font-size: smaller;
	margin-top: -15px;
	margin-bottom: 0px;
}



#mainContent p {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainContent a { color: #000066; }

#mainContent .show {
	border: 1px solid #000000;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
	background-color: #FFFFCC;
}
#mainContent  .show  img.thumbnail {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
}
#mainContent .show p {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 120px;
}
#mainContent .show form {
	margin-left: 170px;
}
#mainContent  .actionPic {
	height: 240px;
	width: 320px;
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #333333;
}
#mainContent .picCaption {
	width: 320px;
	margin-left: 30px;
	margin-right: 37px;
	text-align: center;
	margin-top: 5px;
	font-size: 0.9em;
	float: left;
}

.galleryThumb {
	float:left;
	display:block;
	height:100px;
	width:128px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:15px;
}

#mainContent #coming_shows {
	background-color: #FFFF99;
	width: 100%;
	text-align: center;
	line-height: 2.5em;
	height: 2.5em;
	font-weight: bold;
}
#mainContent #coming_shows a { color: #CE0000; }










#footer  {
	text-align: center;
	color: #666666;
	float: left;
	width: 780px;
	padding-top: 10px;
	font-size: 75%;
}
.castMember {
	float: left;
	width: 20%;
	margin-left: 4%;
	margin-bottom: 20px;
}
.castMember   .name { font-weight: bold; }
.castMember .bio { font-size: 90%; }


.castMember img {
	display: block;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.review {
	margin-right: 4%;
	margin-left: 4%;
	background-color: #BBE9FF;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	line-height: 5em;
}
#footer a:hover {
	text-decoration: underline;
}
