﻿
div.event-listing
{
	width: 100%;
	margin: 0 0 10px 0;
}

div.event-listing div.heading
{
    margin-bottom: 10px;
    font-size: 14pt;
    font-weight: bold;
}

div.event-listing div.day
{
	border-bottom: 1px solid #456;
	font-size: 12pt;
    padding: 5px 0;
    font-weight: bold;
}

div.event-listing div.day a { text-decoration: none; }
div.event-listing div.day a:hover { color: #ba0c2f; text-decoration: underline; }

div.event-listing div.event
{
	margin: 5px 0 20px 0;
}

div.event-listing div.event .date { color: #ba0c2f; font-weight: bold; line-height: 1.5em; }

/* Image */
div.event-listing div.event img { width: 150px; height: auto; float: left; margin: 5px 10px 0 0; padding: 0 !important;}

/* Title */
div.event-listing div.event .title { font-weight: bold; font-size: 11pt; line-height: 1.5em; }
div.event-listing div.event .title a { color: #221F20; text-decoration: none; }
div.event-listing div.event .title a:hover { color: #221F20; text-decoration: underline; }

/* Summary */
div.event-listing div.event .summary { line-height: 1.5em; margin-bottom: 5px; }

/* Calendar */
div.event-listing div.event .cal { }
