@media screen, projection {

/* general styles */
/*/////////////////////////////////////////*/

html,body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:100%;
	color:#000000;
	font-family:Arial,Helvetica,"Sans Serif";
	}
	
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	margin:0px;
	font-weight:normal;
	}
	
a:link {
	color:#004173;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:visited {
	color:#7e673c;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color:#781802;
	text-decoration:underline;
	font-weight:normal;
	}
	
/* FORUM STYLES */
/********************************************/
	
td, th {
	font-size:0.75em;
	}
	
.shaded {
	background:#bf9d60;
	}

.gensmall {
	font-size:0.9em;
	}
	
.nav {
	font-size:0.9em;
	}
	
.nav a {
	text-decoration:none;
	}
	
.category-link {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.category-link a:link,a:active {
	text-decoration:none;
	font-weight:bold;
	}
	
.category-link a:visited {
	text-decoration:none;
	font-weight:bold;
	}
	
.category-link a:hover {
	text-decoration:none;
	font-weight:bold;
	}
	
.copyright {
	font-size:0.75em;
	text-align:center;
	}	

.forum-menu {
	font-size:0.9em;
	}
	
.forum-menu a:link,a:active {
	text-decoration:none;
	font-weight:normal;
	}
	
.forum-menu a:visited {
	text-decoration:none;
	font-weight:normal;
	}
	
.forum-menu a:hover {
	text-decoration:none;
	font-weight:normal;
	}

td.border-bottom {
	border-bottom:1px solid #333333;
	}	
	

/* form styles */
/*/////////////////////////////////////////*/
	
input,textarea,select {
	font-size:1em;
	font-family:Arial,Helvetica,"Sans Serif";
	}

.button {
	font-size:0.8em;
	}
	
form {
	margin:0;
	padding:0;
	}
	
/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

.skiplink {
	display:none;
	}
	
.break {
	clear:both;
	height:1px;
	}

img {
	border:0px;
	}
	
#print-logo {
	display:none;
	}
	
p.left {
	float:left;
	text-align:left;
	}
	
p.right {
	float:right;
	text-align:right;
	}
	
/* structural styles */
/*/////////////////////////////////////////*/

#top {
	background:#000000;
	text-align:center;
	}
	
#top div {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:0.7em;
	}

#top ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#top li {
	display:inline;
	text-transform:uppercase;
	height:2em;
	line-height:2em;
	padding-left:0.75em;
	}
	
#top li.first {
	border-right:1px solid #bf9c5f;
	padding-right:1em;
	}
	
#top li a:link,a:active {
	color:#bf9c5f;
	text-decoration:none;
	font-weight:normal;
	}
	
#top li a:visited {
	color:#9c773e;
	text-decoration:none;
	font-weight:normal;
	}
	
#top li a:hover {
	color:#d4ba92;
	text-decoration:none;
	font-weight:normal;
	}

#header {
	height:170px;
	background:#004173;
	text-align:center;
	}
	
#header div {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header #logo {
	float:left;
	width:198px;
	height:170px;
	background:url(/images/logo.jpg) no-repeat;
	}
	
#header #logo a {
	display:block;
	width:198px;
	height:170px;
	}
	
#header #logo strong {
	display:none;
	}
	
#header #photos {
	float:left;
	width:587px;
	height:170px;
	background:url(/images/header-photos1.jpg) no-repeat;
	}

#main {
	background:url(/images/bg-shoes1.jpg) #dadee0 top left no-repeat;
	}
	
#main h3 {
	font-size:1.3em;
	font-weight:bold;
	}
	
#main div {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(/images/bg-main-inner.jpg) top right repeat-y;
	}
	
#main #menu {
	float:left;
	width:198px;
	background:none;
	}
	
#menu ul {
	list-style-type:none;
	margin:2em 0 0 0;
	padding:0;
	}
	
#menu li {
	display:inline;
	height:33px;
	margin:0;
	padding:0;
	}
	
#menu li.large-link {
	height:48px;
	}
	
#menu li.large-link a {
	display:block;
	height:48px;
	}
	
#menu a {
	display:block;
	height:33px;
	}
	
#menu ul.sub-nav {
	background:url(/images/bg-subnav.gif);
	margin:0 0 0 0;
	padding-bottom:0.5em;
	padding-top:0.25em
	}
	
#menu ul.sub-nav li {
	height:1.5em;
	line-height:1.5em;
	font-size:0.7em;
	}
	
#menu ul.sub-nav li a {
	height:1.5em;
	line-height:1.5em;
	padding-left:60px;
	}
	
#menu ul.sub-nav li a:link,a:active {
	color:#eeddd4;
	text-decoration:none;
	}
	
#menu ul.sub-nav li a:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
#menu ul.sub-nav li a:hover {
	color:#fbbaa9;
	text-decoration:none;
	}
	
#menu ul.sub-nav li a.link-highlight:link,a.link-highlight:active {
	text-decoration:underline;
	}
	
#menu ul.sub-nav li a.link-highlight:visited {
	text-decoration:underline;
	}
	
#menu ul.sub-nav li a.link-highlight:hover {
	text-decoration:underline;
	}
	
#preload-about { position:absolute; left:-1000px; background: url(/images/menu-about-on.jpg); }
#preload-schedule { position:absolute; left:-1000px; background: url(/images/menu-schedule-on.jpg); }
#preload-registration { position:absolute; left:-1000px; background: url(/images/menu-registration-on.jpg); }
#preload-performances { position:absolute; left:-1000px; background: url(/images/menu-performances-on.jpg); }
#preload-students { position:absolute; left:-1000px; background: url(/images/menu-students-on.jpg); }
#preload-photos { position:absolute; left:-1000px; background: url(/images/menu-photos-on.jpg); }
#preload-links { position:absolute; left:-1000px; background: url(/images/menu-links-on.jpg); }
#preload-contact { position:absolute; left:-1000px; background: url(/images/menu-contact-on.jpg); }
	
#menu a#about {
	background:url(/images/menu-about.jpg) top right no-repeat;
	}
	
#menu a#about-on {
	background:url(/images/menu-about-on.jpg) top right no-repeat;
	}

#menu a#about:hover {
	background:url(/images/menu-about-on.jpg) top right no-repeat;
	}
	
#menu a#schedule {
	background:url(/images/menu-schedule.jpg) top right no-repeat;
	}

#menu a#schedule-on {
	background:url(/images/menu-schedule-on.jpg) top right no-repeat;
	}
	
#menu a#schedule:hover {
	background:url(/images/menu-schedule-on.jpg) top right no-repeat;
	}
	
#menu a#registration {
	background:url(/images/menu-registration.jpg) top right no-repeat;
	}

#menu a#registration-on {
	background:url(/images/menu-registration-on.jpg) top right no-repeat;
	}
	
#menu a#registration:hover {
	background:url(/images/menu-registration-on.jpg) top right no-repeat;
	}
	
#menu a#performances {
	background:url(/images/menu-performances.jpg) top right no-repeat;
	}
	
#menu a#performances-on {
	background:url(/images/menu-performances-on.jpg) top right no-repeat;
	}

#menu a#performances:hover {
	background:url(/images/menu-performances-on.jpg) top right no-repeat;
	}
	
#menu a#students {
	background:url(/images/menu-students.jpg) top right no-repeat;
	}
	
#menu a#students-on {
	background:url(/images/menu-students-on.jpg) top right no-repeat;
	}

#menu a#students:hover {
	background:url(/images/menu-students-on.jpg) top right no-repeat;
	}
	
#menu a#photos {
	background:url(/images/menu-photos.jpg) top right no-repeat;
	}
	
#menu a#photos-on {
	background:url(/images/menu-photos-on.jpg) top right no-repeat;
	}

#menu a#photos:hover {
	background:url(/images/menu-photos-on.jpg) top right no-repeat;
	}
	
#menu a#links {
	background:url(/images/menu-links.jpg) top right no-repeat;
	}
	
#menu a#links-on {
	background:url(/images/menu-links-on.jpg) top right no-repeat;
	}

#menu a#links:hover {
	background:url(/images/menu-links-on.jpg) top right no-repeat;
	}
	
#menu a#contact {
	background:url(/images/menu-contact.jpg) top right no-repeat;
	}
	
#menu a#contact-on {
	background:url(/images/menu-contact-on.jpg) top right no-repeat;
	}

#menu a#contact:hover {
	background:url(/images/menu-contact-on.jpg) top right no-repeat;
	}
	
#menu a#about strong, 
a#about-on strong, 
a#schedule strong, 
a#schedule-on strong, 
a#registration strong, 
a#registration-on strong, 
a#performances strong, 
a#performances-on strong, 
a#students strong, 
a#students-on strong, 
a#photos strong, 
a#photos-on strong, 
a#links strong, 
a#links-on strong, 
a#contact strong, 
a#contact-on strong {
	display:none;
	}
	
#main #main-content {
	float:left;
	width:587px;
	background:none;
	}
	
#main div #main-content div {
	padding:1em;
	font-size:0.8em;
	background:none;
	width:550px;
	}
	
#main div #main-content div .divider {
	border-top:1px solid #856027;
	margin-top:2em;
	width:520px;
	clear:both;
	height:1px;
	}
	
#main div #main-content div .divider hr {
	display:none;
	}

#main #content-bottom {
	clear:both;
	background:url(/images/bg-contentfooter.jpg) top right no-repeat;
	width:785px;
	height:38px;
	padding-bottom:2em;
	}
	
#footer {
	background:#000000;
	padding-bottom:3em;
	}
	
#footer div {
	font-size:0.7em;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:1em;
	width:785px;
	}
	
#footer a:link,a:active {
	color:#dfc797;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:visited {
	color:#9c773e;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover {
	color:#bf9d60;
	text-decoration:none;
	font-weight:normal;
	}

}
