/* The Dance Center of Columbia College Chicago */ 
/* FONTS STYLE SHEET */


/* top nav */

#topnav ul {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 8px;
	text-align: left;
	margin-left: -25px;
	} 

#topnav ul li {
	list-style: none;
	border-left: 1px solid #FFFFFF;
	display: inline;
	padding-left: 12px;
	padding-right: 6px;
	}
	
#topnav ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

#topnav ul li a:hover {
	text-decoration: none;
	color: #6cb2a8;
	}
	
#topnav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
			
#topnav ul li.first {
	padding-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
/* footer */

th, td {
	font-size: 10px;
	line-height: 12px;
	color: #72736b;
}

#footer {
	font-size: 10px;
	text-transform: uppercase;
}

#footer a:link {
	text-decoration: underline;
	color: #72736b;
	}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
#footer a:visited {
	text-decoration: none;
	color: #72736b;
	}
	
/* navigation */

#navigationWrapper ul {
	padding-left: 0;
	margin-left: 0px;
	width: 200px;
}
#navigationWrapper li {
	list-style: none;
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #959CA1;
}

#navigationWrapper li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #53073b;
}

#navigationWrapper li a:hover {
	color: #0C818D;
}

#navigationWrapper li a:visited {
	color: #72736b;
} 

/* text styles */

h1 {
	color: #53073b;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	}

.date {
	font-size: 12px;
	font-weight: bold;
	}

.quote {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #352628;
	}

.quoteSource {
	font-size: 10px;
	font-weight: bold;
	}

.otherEvents {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 6px;
	background-color: #31796f;
	display: inline;
	width: inherit;
	}

.event {
	font-size: 16px;
	line-height: 19px;
	color: #31796f;
	margin-bottom: -4px;
	}

.eventDate {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	}
	
.caption {

	font-size: 8px;
	text-align: right;
	color: #87887e;
}

.caption2 {
	font-size: 9px;
	color: #87887e;
}

.sponsorinfo {
	font-size: 9px;
	color: #87887e;
}
/* performances */

.performances {
	width: 450px;
	margin-left: 25px;
	}

.performances a:link {
	font-size: 16px;
	color: #31796f;
	text-decoration: none; !important
	}

.performances a:hover {
	font-size: 16px;
	color: #53073b;
	text-decoration: none;
	}

.performances a:visited {
	font-size: 16px;
	color: #6cb2a8;
	text-decoration: none; 
	}

.performances a.eventLink:link {
	font-size: 11px;
	color: #87887e;
	text-decoration: underline; !important
	}

.performances a.eventLink:hover {
	font-size: 11px;
	color: #53073b;
	text-decoration: underline;
	}

.performances a.eventLink:visited {
	font-size: 11px;
	color: #87887e;
	text-decoration: none; 
	}
.specialbold SPAN{
	font-weight:bold;
	color: #EOD600;
	}

