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


body {
	background-color:rgb(141,199,63);
	margin:auto;
	width:100%;
	height:100%;
	overflow:visible;
}

.OFstage{
	width:70%;
	height:100%;
	min-height:820px;
	min-width:870px;
	padding-bottom:85px;
	background-color: rgb(102,37,132);
}

.lftSide {
	float:left;
	width:27%;
	height:100%;
	display:inline;
	z-index:1;
}

.lftSide #lftBar {
	float:left;
	width:10%;
	height:100%;
	min-height:820px;
	padding-bottom:85px;
	background-color: rgb(240,81,35);
}

.lftSide #lftMenu {
	width:228px;
	height:100%;
	margin-top:15px;
	margin-left:100%;
	position:relative;
}

.lftSide #subMenu {
	width:182px;
	height:100%;
	min-height:820px;
	/*position:inherit;*/
	margin-top:85px;
	background-image:url(i/OF_interior_side.png);
	background-repeat:repeat-y;
	z-index:0;
}

.lftSide #subMenuLinks ul {
	margin-left:30px;
	margin-right:20px;
	list-style:none;
}

.lftSide #subMenuLinks li {
	padding-bottom:10px;
	list-style:none;
}

.lftSide #subMenuLinks a {
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	line-height:15px;
	letter-spacing:2px;
}

.lftSide #subsubMenuLinks a {
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	line-height:10px;
	letter-spacing:1px;
	padding-left:6px;
}

.lftSide #subMenuLinks a:hover {
	color: rgb(255,233,0);
}

.OFstage #center {
	height:auto;
	background-color:rgb(102,37,132); 
}

.OFstage #interiorHeader {
	width:auto;
	height:60px;
	padding-top:35px;
}

.OFstage #interiorHeaderBTNS {
	width:44%;
	height:30px;
	padding-top:5px;
	float:right;
}

.OFstage #interiorHeaderBTNS a {
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	letter-spacing:1px;
	color:#FFF;
	padding-right:10px;

}
.OFstage #interiorHeaderBTNS a:hover {
	color: rgb(141,199,63);
}

.OFstage #interiorHeaderBTNS_Donate a {
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	letter-spacing:1px;
	color:rgb(255,233,0);
}
.OFstage #interiorHeaderBTNS_Donate a:hover {
	color: rgb(240,81,35);
}
.OFstage #yellowTag {
	width:80%;
	min-width:805px;
	height:16px;
	padding:3px;
	margin-top:0;
	background-color: rgb(255,233,0);
}


/* PORTION OF ROLLOVER MENU:
This item is the style of the selected main menu item. It keeps the item highlighted with an orange background while on that page or in a subpage of that section*/
.select{
	height:32px;
	padding-top:10px;
	padding-right:12px;
	padding-left:12px;
	margin-left:0;
	margin-right:0;
	background-color: rgb(240,81,35);
}
/* END ROLLOVER SECTION */


.homeStage{
	width:72%;
	height:auto;
	margin-top:85px;
	margin-left:27%;
}

.homeStage #showSection {
	width: 65%;
	height:auto;
	float:left;
}

.homeStage #showHolder {
	width:100%;
}

.homeStage #showBox{
	width:159px;
	border: solid;
	border-color: rgb(255,233,0);
	background-color: rgb(255,233,0);
	padding:1px;
	padding-top:5px;
	float:left;
}

.homeStage #showText{
	width:50%;
	margin-left:15px;
	float:left;
}

.homeStage #showBTNHolder {
	width:auto;
	height:20px;
}

.homeStage #showBTN, #showBTN, .homeStage #blogBTN, #blogBTN {
	width:auto;
	margin-right:20px;
	margin-left:2px;
	list-style:none;
	float:left;
	text-align:left;
	margin-top:5px;
}

.homeStage #showBTN a, #showBTN a{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:9px;
	letter-spacing:1px;
	color: rgb(102,37,132);
	background-color: rgb(141,199,63);
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}

.homeStage #showBTN a:hover, #showBTN a:hover{
	background-color: rgb(240,81,35);
}
.homeStage #blogBTN a, #blogBTN a{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:9px;
	letter-spacing:1px;
	color: rgb(102,37,132);
	background-color: rgb(240,81,35);
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}

.homeStage #blogBTN a:hover, #blogBTN a:hover{
	background-color:rgb(141,199,63);
}

.homeStage #rightSide{
	width:32%;
	height:auto;
	float:left;
	margin-left:18px;
}

.homeStage #rightSideBTN a{
	display:block;
	background-color:#662584;
	background-color: rgba(141,199,63,0.5);
	width:90%;
	text-align:center;
	text-decoration:none;
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
	letter-spacing:2px;
	color: rgb(255,233,0);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:4px;
	border-color: rgb(255,233,0);
	border:solid;
}

.homeStage #rightSideBTN a:hover{
	background-color: rgb(141,199,63);
}

.homeStage #rightBulletinBox{
	width:90%;
	height:30px;
	min-height:150px;
	background-color:#662584;
	background-color: rgba(240, 81, 35, 0.3);
	border-color: rgb(240,81,35);
	border-style:solid;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	color: rgb(240,81,35);
	text-align:center;
	padding-top:5px;
}

.homeStage #rightBulletinBox p{
	padding:10px;
	font-family:"GraublauWebRegular","Times New Roman", Times, serif;
	color:#FFF;
	letter-spacing:0;
	position:relative;
	width:88%;
	height:92px;
	overflow:hidden;
}

.homeStage #rightSponsorBox{
	width:90%;
	height:300px;
	background-color:#662584;
	background-color: rgba(141, 199, 63, 0.5);
	border-color: rgb(141,199,63);
	border-style:solid;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	color: rgb(141,199,63);
	text-align:center;
	padding-top:5px;
}

.homeStage #rightEmailBox{
	width:90%;
	height:115px;
	background-color:#662584;
	background-color: rgba(141, 199, 63, 0.5);
	border-color: rgb(141,199,63);
	border-style:solid;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	color: rgb(141,199,63);
	text-align:center;
	padding-top:5px;
}

.homeStage #supporterL{
	position:relative;
	padding-left:1%;
	float:left;
}

.homeStage #supporterR{
	position:relative;
	padding-left:2%;
	float:right;
}

.interiorStage{
	width:72%;
	height:auto;
	margin-top:80px;
	margin-left:27%;
	min-height:200px;
}

.interiorStage #textArea{
	width:75%;
	padding-top:30px;
}

.interiorStage #imageRight{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
}

.interiorStage #imageRightwithCaption{
	float:right;
	padding-left:20px;
	padding-bottom:8px;
	padding-right:20px;
}
.interiorStage #rightEmailBox{
	width:250px;
	height:130px;
	float:left;
	background-color:#662584;
	background-color: rgba(141, 199, 63, 0.5);
	border-color: rgb(141,199,63);
	border-style:solid;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	color: rgb(141,199,63);
	text-align:center;
	padding-top:5px;
}		
#rgtElement {
	width:60px;
	height:40px;
	position:relative;
	right:600px;
	top:-50px;
	padding-top:5px;
}
#perfImage{
	float:left;
	padding-right:20px;
	padding-bottom:15px;
}

.imgPlacerSpacer {
	padding-top:5px;
	text-align:center;
}
#caption{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:10px;
	line-height: 13px;
	width:310px;
}

.calendar{
	border:thin #FF0 solid;
	width:500px;
	padding-left:15px;
}
/* FORM STYLES */
#formField{
	float:left;
	padding-right:20px;
}
#thanksAlert{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: rgb(255,233,0);
	font-size:14px;
	line-height: 18px;
	font-style:italic;
	display:none;
}

/* Type Styles*/

.mainHead{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:32px;
	letter-spacing:3px;
	color: rgb(240,81,35);
	line-height:normal;
}
.mainHead_Interior{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:28px;
	letter-spacing:3px;
	color: rgb(240,81,35);
	line-height:normal;
}

.showBoxText{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing:1px;
	color: rgb(102,37,132);
	line-height:16px;
	text-align:center;
}

.calendarMonth{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:40px;
	letter-spacing:2px;
	color: rgb(255,233,0);
}

.calendarDate{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:1px;
	color: rgb(240,81,35);
}

.calendarEvents{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height: 17px;
}

td #reserveTix a{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
	color: rgb(141,199,63);
	text-decoration:none;
}
td #reserveTix a:hover{
	color: rgb(255,233,0);
}

.holiday{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:15px;
	line-height: 17px;
	font-style:italic;
}

.classEvent{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: rgb(141,199,63);
	font-size:15px;
	line-height: 17px;
	font-style:italic;
}

.event{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color:rgb(255,233,0);
	font-size:15px;
	line-height: 17px;
	font-style:italic;
}

.showTextHeader{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:18px;
	color: rgb(141,199,63);
	line-height:20px;
}
.showTitle{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:22px;
	color: rgb(141,199,63);
	line-height:22px;
}
.showAuthor{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:13px;
	color: rgb(141,199,63);
	line-height:17px;
}
.showDate{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:13px;
	color: rgb(255,233,0);
	line-height:17px;
}
.tagline{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-style:italic;
	color: rgb(102,37,132);
	font-size:11px;
}
.auditionHeads{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:11px;
	color: rgb(141,199,63);
	line-height:17px;
	letter-spacing:1px;
}

p{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height: 17px;
}

p a{
	color:rgb(141,199,63);
	text-decoration:none;
}

p a:hover{
	color: rgb(240,81,35);
}
ul{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
}
#header{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:22px;
	color: rgb(255,233,0);
	line-height:22px;
}
#basic{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height:16px;
	list-style:circle;
}

#highlight {
	color: rgb(255,233,0);
}

#highlightLGr{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	color: rgb(255,233,0);
	font-size: 16px;
	line-height: 20px;
}

#quote{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: rgb(255,233,0);
	font-size:14px;
	line-height: 18px;
	font-style:italic;
}

#author{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:11px;
	line-height: 25px;
}

.interiorPageMarker{
	font-family:"ChunkFiveRegular","Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing:3px;
	color: #FFF;
	line-height:normal;
}

.interiorSubPageMarker{
	font-family:"GraublauWebRegular", Arial, sans-serif;
	font-size:28px;
	color: rgb(255,233,0);
	line-height:28px;
}

#fewter{
	padding:10px 90% 10px 90%;
	margin-top:-50px;
	float:left;
	background-color:rgb(240,81,35);
	width:125px;
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height: 17px;
}

#fewterIN{
	padding:10px 10% 10px 0;
	float:left;
	background-color:rgb(240,81,35);
	width:125px;
	font-family:"GraublauWebRegular", Arial, sans-serif;
	color: #FFF;
	font-size:13px;
	line-height: 17px;
	margin-top:50px;
}
#fewter a, #fewterIN a{
	color: rgb(255,233,0);
	text-decoration:none;
}

#fewter a:hover, #fewterIN a:hover{
	color:#FFF;
}


/* @FontFace Declarations */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('type/chunkfive-webfont.eot');
	src: local('☺'), url('type/chunkfive-webfont.woff') format('woff'), url('type/Chunkfive.otf') format('opentype'), url('type/chunkfive-webfont.svg#chunkfive-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'GraublauWebRegular';
	src: url('type/graublauweb-webfont.eot');
	src: local('☺'), url('type/graublauweb-webfont.woff') format('woff'), url('type/GraublauWeb.otf') format('opentype'), url('type/graublauweb-webfont.svg#graublauweb-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GraublauWebBold';
	src: url('type/graublauwebbold-webfont.eot');
	src: local('☺'), url('type/graublauwebbold-webfont.woff') format('woff'), url('type/GraublauWebBold.otf') format('opentype'), url('type/graublauwebbold-webfont.svg#graublauwebbold-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



