/* Calendar of events */
ul.EventsList { display: block; width: 100%; height: auto; margin: 0; padding: 0; list-style: none; margin-top: 10px; }
ul.EventsList li { border-bottom: 1px dotted #ccc; padding-bottom: 5px; margin-bottom: 5px; }
ul.EventsList div.picture { display: block; width: 100px; height: auto; float: left; margin-right: 5px; clear: none; }
ul.EventsList div.picture div.pic { display: block; width: 100px; height: auto; text-align: center; margin: 5px 5px 5px 0; }

ul.EventsList div.info { display: block; width: 510px; height: auto; float: left; clear: none; }
ul.EventsList div.info a.event-name { font-size: 13px; font-weight: bold; }

#EventListing ul.EventsList div.info small a { background-color: #fff; }
#EventListing ul.EventsList div.info small a:link,
#EventListing ul.EventsList div.info small a:visited { color: #555;  text-decoration: none; }
#EventListing ul.EventsList div.info small a:hover,
#EventListing ul.EventsList div.info small a:active { color: #fff; background-color: #555; text-decoration: underline; }

#EventListing ul.EventsList a.venue { background-color: #fff; }
#EventListing ul.EventsList a.venue:link,
#EventListing ul.EventsList a.venue:visited { color: #555;  text-decoration: none; }
#EventListing ul.EventsList a.venue:hover,
#EventListing ul.EventsList a.venue:active { color: #fff; background-color: #555; text-decoration: underline; }

ul.EventsList small { font-size: 11px; line-height: 120%; }

#InnerWrapper { display: block; width: 630px; height: auto; }
#InnerLeftColumn { display: block; width: 418px; height: auto; margin-right: 10px; float: left; clear: none; }
#InnerRightColumn  { display: block; width: 202px; height: auto; float: left; clear: none; }
#InnerLeftColumn h2 { margin-top: 0; padding-top: 0; }