/* CSS Document */

/* positioning and basic settings */

body 	{
	margin: 0 5% 3% 5%;
	padding: 0;
	background-color: #660000;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;	/* This converts 1.0 em the same as 10 pt font size for those more familiar with points */
	}
	
/* BASE SETTINGS -- STRUCTURED FOR ACCESSIBILITY */	 
h1	{
	padding-top: 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #660000;
	}
h2	{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #660000;
	
	}
h2.left	{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #660000;
	
	}
h3	{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #660000;
	}
p	{
	font-family: Arial, Helvetica, Sans-serif;
	text-align: left;
	color: #666666;
	font-size: 1.1em;
	padding: 0 0.5em;
	}
ul li	{
	font-family: Arial, Helvetica, Sans-serif;
	text-align: left;
	color: #666666;
	font-size: 1.1em;
	}
table	{
	padding: 0;
	margin: 0;
	}

td	{
	font-family: Arial, Helvatica, Sans-serif;
	color: #333333;
	padding: 0.5em;
	font-size: 1.3em;
	}

/* specialized adjustments needed for layout */
td h3	{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #660000;
	padding: 0;
	margin:0;
	}

td.events	{
	font-family: Arial, Helvatica, Sans-serif;
	color: #333333;
	font-size: 1.1em;
	padding: 0;
	}

td.grey	{
	font-family: Arial, Helvatica, Sans-serif;
	color: #333333;
	padding: 0.5em;
	font-size: 1.3em;
	}
td.fac	{
	background-color: #ffffff;
	color: #666666;
	padding: 0.5em;
	font-size: 1.1em;
	}
td.fac ul li	{
	font-family: Arial, Helvetica, Sans-serif;
	text-align: left;
	color: #666666;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	list-style-position: outside;
	}

/* class to align left */
.left	{
	text-align: left;
	}


/* BASIC LINKS WITH ROLLOVER EFFECTS */
a {
	background-color: transparent;
	color: #666666;
	margin: 0;
	text-decoration: underline;
	}
a:hover, a:focus {
	background-color: #cccccc;
	text-decoration: underline;
	color: #660000;
	}
a:visited	{
	color: #660000;
	text-decoration: none;
	}

/* UNIVERSITY TOP LINKS WITH ROLLOVER EFFECTS */

#topnav	{
	background-color: #660000;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	top: 0;
	}
#topnav	a {
	color: #dedede;
	text-decoration: none;
	padding: 0.2em;
	}
#topnav a:hover, #topnav a:focus {
	color: #dedede;
	text-decoration: underline;
	background-color: #440000;
	padding: 0.2em;
	}
#topnav a:visited	{
	color: #cccccc;
	padding: 0.2em;
	}
	
/* DEPARTMENT LEFT LINKS WITH ROLLOVER EFFECTS */
#leftlinks	{
	background-color: #dedede;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	}
#leftlinks ul	{
	padding: 0;
	margin: 0;
	}
#leftlinks ul li {
	display: block;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;
	}
#leftlinks ul.indent	{
	padding: 0;
	margin-top: 0;
	}
#leftlinks li.indent	{
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.0em;
	padding: 0 0 0 0.8em;
	margin: 0;
		}
/* OTHER LINKS BELOW DEPARTMENT NAVIGATION */
#leftlinks a {
	display: block;
	background-color: #dedede;
	color: #660000;
	margin: 0;
	padding: 0.2em 0.5em;
	text-decoration: none;
	}
#leftlinks a:hover, #leftlinks a:focus	{
	background-color: #ffffff;
	text-decoration: underline;
	color: #666666;
	}
#leftlinks a:visited	{
	color: #333333;
	text-decoration: none;
	}
	
/* FACULTY PAGE LINKS -- Dance - Music - Theatre */
#faclinks	{
 	width: 100%;
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	top: 0;
	text-align: center;
	}
#faclinks ul li {
	display: inline;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;
	}
#faclinks	a {
	color: #660000;
	text-decoration: none;
	padding: 0.2em;
	}
#faclinks a:hover, #faclinks a:focus	{
	color: #660000;
	text-decoration: underline;
	background-color: #dedede;
	padding: 0.2em;
	}
#faclinks a:visited	{
	color: #333333;
	padding: 0.2em;
	}

	
/* HIDDEN SKIP NAV LINKS -- EACH NEEDS UNIQUE ID TAG */
#skip a, #skip a:hover, #skip a:visited /* skip at bottom -- back to top */
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 

#skip a:active, #skip a:focus 
 { 
 position:static; 
 width:auto; 
 height:auto; 
 }

#skip1 a, #skip1 a:hover, #skip1 a:visited /* skip topnav -- go to deptlinks */
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 

#skip1 a:active, #skip1 a:focus 
 { 
 position:static; 
 width:auto; 
 height:auto; 
 }
 
#skip2 a, #skip2 a:hover, #skip2 a:visited /* skip deptlinks -- go to main */
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 

#skip2 a:active, #skip2 a:focus 
 { 
 position:static; 
 width:auto; 
 height:auto; 
 }
 
 

