/* Establish menu colors */

a.sitemenulink
	{
	color: #bb0000;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulink
	{
	color: #e54545;
	text-decoration: none;
	}

a.sitemenulinkact
	{
	color: #bb0000;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulinkact
	{
	color: #e54545;
	text-decoration: none;
	}

.menubaruser
	{
	font-family: verdana, arial, sans-serif;
	}

/* Adjust fonts */

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.error-title, .error-message, .data-entry-error, .normal-text, .eventdate, .eventsponsor
	{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

/* Override standard colors for other items */

.heading
	{
	color: #bb0000;
	font-weight: bold;
	font-style: normal;
	font-size: large;
	font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

.subheading
	{
	color: #bb0000;
	font-weight: bold;
	font-style: normal;
	font-size: medium;
	font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

.info-message
	{
	color: #e54545; 
	font-weight: 600
	}

.subtle-text
	{
	color: #999;
	}

a.subtle-text
	{
	color: #ccc;
	}

a:hover.subtle-text
	{
	color: #999;
	}
	
a
	{
	color: #bb0000;
	text-decoration: underline
	}

a:hover
	{
	color: #e54545;
	text-decoration: underline
	}

.eventsubtitle {
	color: #e54545;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

/* Add styles specific to site layouts */
.sidebar {
	background-color: #f0f0f0;
}

