/* CSS Document */
#eventDate
{
	position: relative;
	top: -15px;
	
	color: #035e87;
	font-size: 10px;
	font-weight: bold;
}

#eventPicsContainer
{
	position: relative;
	width: 345px;
	height: 181px;
}

#eventPicsContainer #mainPic
{
	position: absolute;
	left: 0px;
	
	background-image: url(../images/template/photoBG.png);
	padding: 6px 18px 26px 11px;
	width: 222px;
	height: 149px;
}

#eventPicsContainer #eventThumbnailsContainer
{
	position: absolute;
	right: 0px;
	top: 12px;
}

.eventThumbnail
{
	position: relative;
	
	width: 94px;
	height: 62px;
	
	margin-bottom: 17px;
}

#eventUrl:link, #eventUrl:visited, #eventUrl:hover, #eventUrl:active, #eventActive:link, #eventActive:visited, #eventActive:hover, #eventActive:active
{
	color: #58442a;
	text-decoration: none;	
}

#eventDescription
{
	color: #575757;
}

#eventLeftColumn
{
	font-size: 12px;
	line-height: 1.1;
	
	margin-left: 20px;
	/* margin-right: 29px; */
}

.eventEmailLink:link, .eventEmailLink:visited, .eventEmailLink:hover, .eventEmailLink:active, .websiteEmailLink:link, .websiteEmailLink:visited, .websiteEmailLink:hover, .websiteEmailLink:active
{
	color: black;
	/* text-decoration: none; */
}

#directions
{
	width: 293px;
}
