/* GENERAL */
html, body {
	height: 100.1%;
}
body {
	background: #444;
	color: #000;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
}
body.splash {
	background: #231f20;
}
p, ul, ol, dl, blockquote, table {
	margin-bottom: 1em;
}
blockquote {
	padding-left: 12px;
	margin-left: 10px;
	border-left: 2px solid #555;
}
a {
	outline: none;
	color: #FFF34F;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
h1 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #fff34f;
	margin-top: 24px;
}
h3.highlight {
	background: url(../images/h3-highlight.png) no-repeat;
	color: #000;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
}
h4 {
	font-size: 18px;
	color: #fff34f;
	text-transform: none;

}
h5, .note {
	font-size: 12px;
	letter-spacing: .1em;
	font-style: italic;
	color: #fff34f;
	font-weight: bold;
		text-transform: none;
}
.note {
	font-weight: normal;
	color: #fff;
}

strong {
}
em {
font-style: italic;	
}
.normal {
font-weight: normal;	
}
sup {text-transform: lowercase; 
font-size: 0.7em; 
line-height: 0.5em; 
vertical-align: super;} 
/* LAYOUT */
#wrapper {
	width: 920px;
	margin: 0 auto;
	background: #231f20;
	color: #eaeaea;
	border: 1px solid #c2a303;
	border-top: none;
	position: relative;
}
.splash #wrapper {
	background: url(../images/gradient-slice.jpg) repeat-x left 224px;
	width: auto;
	border: none;
}
#banner, #main {
	overflow: hidden;
}
#main {
	padding-bottom: 48px;
}
#logo {
	width: 328px;
	height: 185px;
	background: url(../images/logo2.jpg) no-repeat left top;
	float: left;
}
#logo h1 a {
	display: block;
	width: 328px;
	height: 185px;
	background: url(../images/logo2.jpg) no-repeat left top;
	text-indent: -9999px;
}
#utility {
	width: 592px;
	height: 185px;
	background: url(../images/dancers5.jpg) no-repeat left top; 
	float: right;
}
#nav {
	width: 265px;
	padding-left: 20px;
	float: left;
}
#content {
	width: 545px;
	padding-left: 42px;
	padding-right: 48px;
	float: right;
}
#footer {
	clear: both;
}
/* MAIN NAV */
#nav li {
	display: inline;
}
#nav a {
	display: block;
	width: 266px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
/* admin nav styles */
#nav ul.admin {
	margin-top: 20px;
}
#nav ul.admin li {
	display: block;
	padding-bottom: 5px;
}

#nav ul.admin li a {
	display: inline;
	text-indent: 0;
}
/* normal styles */
li.entry a {
	background-image: url(../images/entry.jpg);
}
li.policies a {
	background-image: url(../images/policies.jpg);
}
li.adjudication a {
	background-image: url(../images/adjudication.jpg);
}
li.awards a {
	background-image: url(../images/awards.jpg);
}
li.events a {
	background-image: url(../images/events.jpg);
}
li.testimonials a {
	background-image: url(../images/testimonials.jpg);
}
li.results a {
	background-image: url(../images/results.jpg);
}
li.gallery a {
	background-image: url(../images/gallery.jpg);
}
/* hover styles */
li.entry a:hover {
	background-image: url(../images/entry-h.jpg);
}
li.policies a:hover {
	background-image: url(../images/policies-h.jpg);
}
li.adjudication a:hover {
	background-image: url(../images/adjudication-h.jpg);
}
li.awards a:hover {
	background-image: url(../images/awards-h.jpg);
}
li.events a:hover {
	background-image: url(../images/events-h.jpg);
}
li.testimonials a:hover {
	background-image: url(../images/testimonials-h.jpg);
}
li.results a:hover {
	background-image: url(../images/results-h.jpg);
}
li.gallery a:hover {
	background-image: url(../images/gallery-h.jpg);
}
/* selected styles */
.entry li.entry a {
	background-image: url(../images/entry-s.jpg);
	cursor: default;
}
.policies li.policies a {
	background-image: url(../images/policies-s.jpg);
	cursor: default;
}
.adjudication li.adjudication a {
	background-image: url(../images/adjudication-s.jpg);
	cursor: default;
}
.awards li.awards a {
	background-image: url(../images/awards-s.jpg);
	cursor: default;
}
.testimonials li.testimonials a {
	background-image: url(../images/testimonials-s.jpg);
	cursor: default;
}
.events li.events a {
	background-image: url(../images/events-s.jpg);
	cursor: default;
}
.results li.results a {
	background-image: url(../images/results-s.jpg);
	cursor: default;
}
.gallery li.gallery a {
	background-image: url(../images/gallery-s.jpg);
	cursor: default;
}
/* UTILITY NAV */
#utility ul, #utility p {
	font-size: 13px;
	font-family: "lucida sans unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	right: 24px;
	top: 12px;
}
#utility p {
	text-align:right;
}

#utility p a {
	color: #fff34f;
	text-decoration: none;
}
#utility p a:hover {
	color: #fff34f;
	text-decoration: underline;
}


#utility li {
	display: inline;
	padding-right: 24px;
}
#utility a {
	color: #fff;
	text-decoration: none;
}
#utility a:hover {
	color: #fff34f;
}
.home #utility .home a, .about #utility .about a, .contact #utility .contact a, .teachers #utility .teachers a {
	color: #fff34f;
	cursor: default;
	border-bottom: 1px dotted #888;
}
/* MAIN CONTENT */
#content h2 {
	background: url(../images/h2-bg.jpg) no-repeat left top;
	line-height: 42px;
	padding-left: 12px;
	margin-bottom: 9px;
	color: #231f20;
}
/* FOOTER */
#footer {
	padding-left: 327px;
	padding-right: 48px;
	font-size: 11px;
	color: #999;
}
/* LISTS */
#content ul {
	padding-left: 12px;
}
#content ul li {
	background: url(../images/bullet_yellow.png) no-repeat left center;
	padding-left: 12px;
}
#content ul.plain {
	padding-left: 0;
}
#content ul.plain li {
	background: none;
	padding-left: 0;
}
#content ol {
	padding-left: 48px;
	list-style-type: decimal;
	font-style: italic;
	font-size: 90%;
}
#content ol.lower-roman{
	list-style-type: lower-roman;
}


/* TABLES */
.result {
	margin-top: 1em;
}
.result h4 {
	background: url(../../mockup-5/images/award_star_silver_3.png) no-repeat left center;
	text-indent: 24px;
}
.result h5 {
	margin: 1em 0;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF34F;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 4px;
}
table {
	border-collapse: collapse;
	font-size: .9em;
}
table.full {
	width: 100%;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 6px;
	font-size: 14px;
}
th {
	font-weight: bold;
}
tr.alt {
	background: #eee;
}
table.list caption {
border: none;	
}
table.list th, 
table.list td {
	border:none;
	padding: 0;
}
table.list th {
	background: transparent;
	color: #fff;
	font-weight: normal;
	padding-right: 80px;
}
table.resultsDetails td {
	border: 0;
}
table.resultsDetails td h4 {
	margin-top: 10px;
}
table.resultsDetails td h3 {
	margin-top: 0;
	padding-top: 20px;
	border-top: 10px solid #fff34f;
}
table.resultsDetails td h3.noBorder {
	border-top: 0;
}

/*---CLASSES------------------------------------------------------------*/
.mission {
	font-size: 100%;
}
.author {
	font-weight: bold;
}
.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
}
.date {
	font-size: 1.3em;
	letter-spacing: normal;
}
img {
	border: 1px solid #847e70;
	padding: 1px;
}
img.left {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}
img.right {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
img.plain {
	border: none;
	padding: 0;
}
p.center {
	text-align: center;	
	padding-top: .5em;
}
div.col {
	width: 244px;
	padding: 10px;
	float: left;
	border: 1px solid #666;
	height: 83em;
}

div.col.last {
	margin-left: 10px;
}
div.col h3 {
	text-align: center;	
}

span.special {
color: #FF6;
font-variant: small-caps;
font-size: 1.2em;
letter-spacing: .05em;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#nav .outer-box {
	margin-left: 5px;
	background: url(../images/box-mid.png) repeat-y;
}
#nav .box {
	background: url(../images/box-bot.png) no-repeat left bottom;
}
#nav .box h2 {
	background: url(../images/box-top.png) no-repeat left top;
	margin: 0;
	padding: 10px 20px 0px;
	color: #000;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav .box p {
	margin: 0;
	padding: 10px 20px 0;
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav .box a.button {
	display: block;
	width: 200px;
	height: 68px;
	margin: 10px 20px;
	padding-bottom: 10px;
	background: url(../images/box-button.png) no-repeat left top;
}
#nav .box a.button:hover {
	background: url(../images/box-button-h.png) no-repeat left top;
}

#dancerBox {
	float:left;
	padding-right: 10px;
	margin-right:20px;
	border-right:1px solid #ff0;
}

#dancerBox a:link, #dancerBoxes a:hover, #dancerBoxes a:active, #dancerBoxes a:visited  {
	color: #eaeaea;
	text-decoration: none;
}

.nocaps {
text-transform: none;	
}
.caps {
}
h4.smaller {
font-size: 15px;	
}
small {
	font-size: smaller;
}
.inlineHeading {
color: #FFF34F;
}
.lower-roman {
list-style-type: lower-roman;	
}
h3.space {
margin-bottom: 24px;
}
/*---FORMS------------------------------------------------------------*/
form {
margin: 1em 0;	
}
form div {
	margin-bottom: 5px;
}
fieldset {
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #ff6;
}
legend {
	border: none;
	padding: 4px 8px;
	background: #ff6;
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
label.selected { color: #000; background-color: #CF0; }
input.txt {
	width: 150px;
}
p.warning {
	margin-top: 1em;
border: 1px solid #FFF34F;
background: #e3d29a;
color: #000;
padding: 4px 10px;
}
