/*
===========================================================
	GENERAL STUFF
===========================================================
*/

@import "/styles/cahestyle.css";

.event_title
{
	font-weight: bold;
	font-size: 120%;
}

.event_contact
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	font-size: smaller;
	color: #666;
	text-align: right;
}

.event_date
{
	font-weight: bold;
	color: #666;
	padding-top: 4px;
	text-align: right;
	white-space: nowrap;
}

.event_description
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	font-size: 90%;
	line-height: 1.5;
	padding-top: 5px;
}

#event_listing h2
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* PC MSIE sucks, so I have to do these stupid gyrations to
	get things to work */

#calendar h2
{
	margin-left: 0px;
	margin-bottom: 0px;
}
