/* ------------------------    MAIN    --------------------------*/
font {}
TABLE, TR, TD, UL {}

/*--------------------Global Body & HTML--------------------*/

body {
	background: url(images/body-bkgd.jpg) repeat-x center top #6f9a33;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	}
	
/*--------------------Sticky Footer--------------------*/
	
/*html, body { height: 100%; }

.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; }

.push { height: 4em; clear: both; }
	
html { height: 100%; }
body { min-height: 100%; height: 100%; }*/
	
/*--------------------Global Table--------------------*/

table, td { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/*--------------------Global Form--------------------*/
	
form { margin: 0; padding: 0; }
	
/*--------------------Global Text Format--------------------*/

p { line-height: 1.5em; padding: .55em 0; margin: 0; }

h1 { color: #118a87; padding: 12px 0 5px 0; margin: 0; font: normal 210%/100% "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
h2 { color: #88b800; padding: 12px 0 5px 0; margin: 0; font: normal 170%/120% "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
h3 { color: #d53058; padding: 12px 0 5px 0; margin: 0; font: bold 140%/130% "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
h4 { color: #fc9a06; padding: 9px 0 5px 0; margin: 0; font: bold 130%/120% "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
h5 { color: #98cd01; padding: 7px 0 5px 0; margin: 0; }
	
h6 { color: #333333; padding: 7px 0 5px 0; margin: 0; }

h1.page-title { margin-top: 0; padding-top: 0; }

strong, b { color: #118a87; }

/*--------------------Global Link Properties--------------------*/

a, a:link, a:visited, a:active { text-decoration: underline; color: #009b97; }
	
a:hover { text-decoration: none; color: #009b97; }

/*--------------------Global Image--------------------*/
	
img { border: none; }
	
/*--------------------Global List Properties--------------------*/

ul li { margin-top: .55em; margin-bottom: .55em; line-height: 1.5em;  }
	
ol li { margin-top: .55em; margin-bottom: .55em; line-height: 1.5em; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #d6d6c1;
	line-height: 1.5em;
	}
	
blockquote cite {
	margin: 5px 0 30px 0;
	display: block;
	text-align: right;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d6d6c1;
	}

/*--------------------Global Horizontal Rule--------------------*/

hr { height: 1px; border-top: none; border-left: none; border-right: none; border-bottom: 1px dotted #70c7c5; margin: 20px 0 15px 0; }

/*--------------------Body & Page Container--------------------*/

#body { background: url(images/page-bkgd.jpg) no-repeat center top; }
	
#page { width: 960px; min-height: 800px; margin: 0 auto; }

/*--------------------Header Container & Content--------------------*/

#header {  }

#logo { width: 330px; height: 250px; float: left; }

/*Primary Navigation*/

#nav { width: 630px; height: 190px; color: #006666; font-size: 15px; float: left; font-weight: bold; margin-top: 60px; }

#nav ul { margin: 0; padding: 0; }

#nav li { list-style: none; float: right; margin: 0 10px 0 10px; }

#nav li.first { margin-left: 0; }

#nav li.last { margin-right: 0; }

#nav a { color: #006666; text-decoration: none; display: block; }

#nav a:hover { text-decoration: underline; }

/*--------------------Content Container & Content--------------------*/

#content-wrapper { clear: both; min-height: 500px; padding-right: 342px; }

.content { padding: 15px 25px 0 25px; background: #fff; }

#test-content { padding: 15px 25px 0 25px; background: #fff; }

#welcome { width: 618px; }

#current-show-information { width: 299px; float: left; }

#upcoming-auditions { width: 299px; float: left; }

.footer-large { background: url(images/content-footer-large-bkgd.png) no-repeat; width: 618px; height: 25px; clear: both; }

.footer-small { background: url(images/content-footer-small-bkgd.png) no-repeat; width: 299px; height: 25px; clear: both; }

.single { margin: 0 0 20px 0; }

.double-left { margin: 0 10px 0 0; }

.double-right { margin: 0 0 0 10px; }

/*--------------------Forms--------------------*/

input { background: url(images/input-bkgd.gif) repeat-x left bottom #e0f9fe; border: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 2px; font-size: 12px; margin: 2px 0; }

textarea, select { background: url(images/input-bkgd.gif) repeat-x left bottom #e0f9fe; border: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 2px; font-size: 12px; margin: 2px 0; }

textarea { width: 100%; margin: 2px 0; }

#form { background: #f8f1e0; margin: 20px 0; padding: 15px 0; }

#form-button { text-align: center; color: #ffffff; text-transform: uppercase; font-size: 16px; padding: 25px 0; border-top: 3px solid #cccccc; }

#form-button a, #form-button a:link, #form-button a:visited { padding: 8px 13px; text-decoration: none; color: #ffffff; background: #840203; font-weight: bold; }

#form-button a:hover { background-color: #660002; text-decoration: none; color: #ffffff; font-weight: bold; }

/*--------------------Footer Container & Content--------------------*/

#footer-wrapper { clear: both; margin: 30px 0 0 0; }

#footer-wrapper strong, #footer-wrapper b { color: #fff; }

#footer-wrapper span.footer-info { font-size: 15px; color: #fff; }

#footer-wrapper span.footer-info a { color: #fff; text-decoration: none; margin: 0 4px; }

#footer-wrapper span.footer-info a:hover { text-decoration: underline; }

#footer-wrapper span.footer-links { color: #fff; font-size: 13px; }

#footer-wrapper span.footer-links a { color: #fff; text-decoration: none; margin: 0 4px; }

#footer-wrapper span.footer-links a:hover { text-decoration: underline; }

/*--------------------List Class Styles--------------------*/

.blockitems { margin: 0; padding: 0; }

.blockitems img { float: left; margin-right: 10px; }

.blockitems strong { font-size: 1.2em; }

.blockitems a { border-bottom: solid 1px #e2d9c5; padding: 10px; margin: 10px; clear: both; color: #114265; /*black substitute*/ text-decoration: none; display: block; height: 63px; background-color: #f5edd8; }

.blockitems a:hover { background-color: #1d5187; text-decoration: none; color: #fff; }

.specialList { background-color: #f8f1e0; color: #4e4e4e; padding: 20px 20px 20px 0; }

.specialList li { background: url(/images/check.gif) no-repeat left 2px; list-style-type: none; padding-left: 30px; margin-left: -20px; }

.bulletList li{ padding-left: 15px; list-style-type: none; background: url(/images/dot.gif) no-repeat left 6px;	}

.regularList li{ list-style-type: disc; }

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 5px 5px 0;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0 5px 5px;
}
.clear {
	clear:both;
}
.gap {
	height: 7px;
	background-color: #fff9e9;
}
.more-red {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}

.img-left {
	float: left;
	margin: 0 15px 10px 0;

}
	
/*--------------------Text Class Styles--------------------*/
	
.notice { width: 99%; color: #c51a22; font-style: italic; font-weight: bold; }
	
.disclaimer { width: 99%; color: #d05301; font-size: 7.5pt; font-style: italic; }

.pink { color: #ff3364; }
	
/*--------------------Clearfix--------------------*/

span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#small {
	font-size: ;}
#reg {
	font-size: ;}
#big {
	font-size: ;}
	
.main {
	font-family: ;
	font-size: ;
	color:;
	background-color: ;
	border:   ;
}
.maintext1 {
	font-family: ;
	font-size: ;
	color: ;
}
.maintext2 {
	font-family:;
	font-size:;
	color:;
}
.mainlink {
	font-family:;
	font-size:;
	color:;}
.mainlink a:link {
	color:;}
.mainlink a:hover {
	color:;}
.mainlink a:active {
	color:;}
.mainlink a:visited {
	color: ;}
	
a {
	font-family: ;
	font-size: ;
	color: ;}
a:link {
	color: ;}
a:hover {
	color: ;}
a:active {
	color: ;}
a:visited {
	color: ;}
	
/* ------------------------    SUB - LEFT BAR   --------------------------*/

.sub {
	font-family: ;
	font-size: ;
	color: ;
	background-color: ;
	border:   ;}
.subcolor {
	color: ;
	background-color: ;}
.subtext1 {
	font-family: ;
	font-size: ;
	color: ;}
.subtext2 {
	font-family: ;
	font-size: ;
	color: ;}
.sublink {
	font-family: ;
	font-size: ;
	color: ;}
.sublink a:link {
	color: ;}
.sublink a:hover {
	color: ;}
.sublink a:active {
	color: ;}
.sublink a:visited {
	color: ;}
	
/* ------------------------    NAV    --------------------------*/

.nav {
	font-family: ;
	font-size: ;
	color: ;
	background-color: ;
	border:   ;}
.navcolor {
	color: ;
	background-color: ;}
.navtext1 {
	font-family: ;
	font-size: ;
	color: ;}
.navtext2 {
	font-family: ;
	font-size: ;
	color: ;}
.navlink {
	font-family: ;
	font-size: ;
	color: ;}
.navlink a:link {
	color: ;}
.navlink a:hover {
	color: ;}
.navlink a:active {
	color: ;}
.navlink a:visited {
	color: ;}

/* ------------------------    LINK TO HIDDEN DIR    --------------------------*/

.resource {
	color:; 
	text-decoration: none;
	font: 10px/120% Arial, Helvetica, sans-serif;
	cursor: text;}
.resource a:link {
	color: ;
	cursor: text;}
.resource a:hover {
	color: ;
	cursor: text;}
.resource a:visited {
	color: ;
	cursor: text;}
.resource a:active {
	color: ;
	cursor: text;}
	
/* ------------------------    FOOTER    --------------------------*/

#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #909090;
	padding: 5px;
	height:40px;
	text-decoration: none;
	}
#footer a {
	color: #909090;
	text-decoration: underline;
	}
#footer a:hover {
	color: #A7A7A7;
	text-decoration: underline;
	}
