/*---- GLOBAL PRESENTATION ----*/

body {url(images/page_bg.gif); font-size: 100%; font-family: Arial, Helvetica, sans-serif;}
.center {text-align: center;}
.clear {clear: both;}
.float_right {float: right;}
.float_left {float: left;}

/*---- TYPOGRAPHY ----*/

h1 {font-size: 1.3em; font-weight: bold; margin-bottom: 15px; text-align: center;}
h2 {font-size: 1.1em; font-weight: bold; margin: 12px 0;}	
h3 {font-size: 1em; font-weight: bold; margin: 9px 0;}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.gray {color: #666;}
p {font-size: .85em; padding-bottom: 7px;}
	
/*---- LINKS ----*/
	
a, a:visited {text-decoration: none; color: #CC6600;}
a:hover, a:focus {color: #3163CE;}
	
/*---- FOOTER ----*/

#footer p {font-size: 0.8em; color: #fff;}
#footer a {color: #fff; text-decoration: underline;}
	
/*---- KIDS INDEX CALENDAR ----*/
	
#kids_calendar ul {margin: 8px 0; padding: 0; font-weight: bold; color: #006699; list-style-type: none; font-size: .85em;}
#kids_calendar li.title {color: #333;}
#kids_calendar li.location {font-weight: normal; color: #333;}
	
/*---- TEENS INDEX CALENDAR ----*/	
	
#teens_calendar ul {margin: 8px 0; padding: 0; font-weight: bold; color: #f90; list-style-type: none; font-size: .85em;}
#teens_calendar li.title {color: #fff;}
#teens_calendar li.location {font-weight: normal; color: #fff;}