@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	text-align: justify;
}

.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #baa80f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {outline: none;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #baa80f;
	text-decoration: none;
}
.urhere {
	color: #baa80f;
}
.inlinelink a:link {
	color: #CCC;
	text-decoration: underline;
}
.inlinelink a:visited {
	text-decoration: underline;
	color: #CCC;
}
.inlinelink a:hover {
	color: #FFF;
	text-decoration: underline;
}
.inlinelink a:active {
	color: #baa80f;
	text-decoration: underline;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#homemenucontainer {
	position: relative;
	top: 70%;
	z-index: 4;
	width: 100%;
}
#main_container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	left: 0px;
	top: 0px;
	padding: 0px;
	height: 800px;
	margin: 0px;
	width: 100%;
}
.page_heading {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 14px;
	padding-left: 38px;
}

#greybar {
	width: 100%;
	background-image: url(../global_assets/grey_menubar_tile.png);
	background-repeat: repeat;
	height: 57px;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
}
#shadowbarhome {
	-moz-box-shadow: #000 0px 4px 10px;
	-webkit-box-shadow: #000 0px 4px 10px;
	width: 100%;
	height: 37px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	position: fixed;
	top: 314px;
}

#shadowbar {
	-moz-box-shadow: #000 0px 4px 10px;
	-webkit-box-shadow: #000 0px 4px 10px;
	width: 100%;
	height: 37px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	position: fixed;
	top: 103px;
}

#title {
	position: fixed;
	left: 80px;
	top: 120px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#logo {
	position: fixed;
	left: 80px;
	top: 0px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#centeredmenu {
	text-align: left;
	width:1009px;
	overflow:hidden;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	right:50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.main_menu_spacing {
}
.left_sub_menu {
	font-size: 18px;
	position: relative;
	left: 0px;
	top: 75px;
	height: 300px;
	float: left;
	clear: right;
}
.left_sub_menu ul {
	list-style: none;
}
.left_sub_menu ul li {
	list-style: none;
	
}
.cavedogs_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	width: 550px;
	margin-top: 15px;
	margin-right: auto;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: auto;
}
.players_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	width: 784px;
	margin-top: 15px;
	margin-right: auto;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: auto;
	height: 466px;
	position: relative;
}
.edu_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	width: 735px;
	margin-top: 40px;
	margin-right: 200px;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	float: right;
	position: relative;
}
.production_hr {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	top: 299px;
	background-color: #baa80f;
	height: 4px;
	width: 100%;
	position: absolute;
	z-index: 0;
}
.productions_content {
	margin-top: 50px;
	text-align: center;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#thumb_1 {
	position: absolute;
	left: 862px;
	top: 268px;
}
#thumb_vid1 {
	position: absolute;
	z-index: 0;
	left: 905px;
	top: 272px;
}
#thumb_2 {
	position: absolute;
	left: 750px;
	top: -11px;
}
#thumb_vid2 {
	position: absolute;
	z-index: 0;
	left: 793px;
	top: 29px;
}
#thumb_3 {
	position: absolute;
	left: 636px;
	top: 237px;
}
#thumb_vid3 {
	position: absolute;
	z-index: 0;
	left: 679px;
	top: 241px;
}
#thumb_4 {
	position: absolute;
	left: 528px;
	top: 34px;
}
#thumb_vid4 {
	position: absolute;
	z-index: 0;
	left: 571px;
	top: 73px;
}
#thumb_5 {
	position: absolute;
	left: 411px;
	top: 296px;
}
#thumb_vid5 {
	position: absolute;
	z-index: 0;
	left: 102px;
	top: 295px;
}
#thumb_6 {
	position: absolute;
	left: 309px;
	top: -35px;
}
#thumb_vid6 {
	position: absolute;
	z-index: 0;
	left: 352px;
	top: 5px;
}
#thumb_7 {
	position: absolute;
	left: 158px;
	top: 225px;
}
#thumb_vid7 {
	position: absolute;
	z-index: 0;
	left: 201px;
	top: 229px;
}
#thumb_8 {
	position: absolute;
	left: -9px;
	top: 16px;
}
#thumb_vid8 {
	position: absolute;
	z-index: 0;
	left: -318px;
	top: 51px;
}
.performances_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	position: relative;
	width: 700px;
	margin-top: 0px;
	float: right;
	margin-right: 60px;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 14px;
	padding-right: 14px;
	top: 97px;
	margin-left: 0px;
}
#performances_left {
	text-align: right;
	float: left;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 30px;
}
#performances_left ul {
	list-style: none;
}
#performances_right {
	text-align: left;
	margin-left: 8px;
	float: left;
	padding-top: 70px;
}
.upcomingshows_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	position: relative;
	margin-top: 0px;
	float: none;
	margin-right: auto;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	top: 120px;
	width: 900px;
	margin-left: auto;
	color: #DDD;
}
.upcomingshows_content a {
	color: #baa80f;
}
.upcomingshows_content a:visited{
	color: #baa80f;
}
.upcomingshows_content a:hover{
	color: #fff;
}


#upcomingshows_left {
	text-align: right;
	float: left;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	padding-right: 9px;
	color: #FFF;
}
#upcomingshows_left ul {
	list-style: none;
	display:inline
}

#upcomingshows_right {
	text-align: left;
	float: left;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
#upcomingshows_right ul {
	list-style: none;
	display:inline
}

.contact_content {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	position: relative;
	margin-top: 0px;
	float: right;
	margin-right: 60px;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	top: 120px;
}
#contact_left {
	text-align: right;
	float: left;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	padding-right: 9px;
}
#contact_left ul {
	list-style: none;
	display:inline
}

#contact_right {
	text-align: left;
	float: left;
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
#contact_right ul {
	list-style: none;
	display:inline
}

#vidbg {
	/* Set rules to fill background */
	/* [disabled]min-height: 100%; */
	/* [disabled]min-width: 1024px; */
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
}
   
#video {
	margin-top: 200px;
}
h3 {
	font-weight: normal;
	font-size: 18px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #baa80f;
}
#pressvid {
	text-align: center;
	padding-top: 15px;
}
.production_content_container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#raft_width {
	width: 680px;
}
#ferrous_width {
	width: 725px;
}
#storm_width {
	width: 750px;
}
#emily_width {
	width: 750px;
}
#fall_width {
	width: 705px;
}
#sustenance_width {
	width: 699px;
}
#sureminded_width {
	width: 698px;
}
#providtitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #baa80f;
}
#slideshowtext {
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	margin-top: 40px;
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
}
#aboutvid {
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 626px;
}
#about_slideshowtext {
	/* [disabled]width: 691px; */
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	position: relative;
	margin-top: 0px;
	/* [disabled]margin-right: auto; */
	background-image: url(../global_assets/transparent_65.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	top: 40px;
	/* [disabled]margin-left: auto; */
}
.about_menu_margin {
	margin-left: 180px;
}
.booking {
	clear: left;
	padding-top: 10px;
}

