﻿/* start list code */

#navcontainer ul
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7pt;

	padding: 0;
	margin: 0;
	height: 42px;

	text-align: center;
	color: white;
}

#navcontainer ul li
{
	list-style-type: none;
	
	background-color: #db536f;
	
	font-weight: bold;
	
	float: left;
	padding: 0;
	width: 12.5%;	
}

#navcontainer ul li a
{
	font-weight: bold;

	padding: 3px 0 3px 0;
	width: 100%;
	
	float: left;
	
	color: white;
	text-decoration: none;
}

#navcontainer ul li a.selected
{
/*	float: left;
	padding: 3px 0 3px 0;*/
	color: black;
	/*text-decoration: none;
	width: 100%;*/
}

#navcontainer ul li a:hover
{
	background-color: #792874;
	color: white;
	width: 100%;
}

.single_event_display
{font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: 600;
	}
	
.eventTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 2.4em;
	color: #db536f;
	line-height: 1.5em;
	font-weight: 600;}
	
.eventSubTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #db536f;
	line-height: 1.2em;
	font-weight: 600;
}
.ageGraphic
{
	float:right;

}