/*
Theme Name: Wheaton College Site
Theme URI: http://wheatoncollege.edu/
Description: This is used for most sites
Template: wheatoncollege
Version: 0.0.5
Author: Wheaton Web Strategy
Author URI: http://wheatoncollege.edu/
*/

.ical article {
    margin: 25px 0 0 0 !important;
    padding: 25px 0 0 0 !important;
    border-top: 1px solid #ccc;
}

.ical article:first-child {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

.ical .eventdate,
.ical .enddate,
.ical .starttime,
.ical .endtime {
    display: inline-block;
    font-size: .9em;
    font-style: italic;
}

.ical .dtend {
    display: inline-block;
}

.ical .dtstart,
.ical .dtend {
    border: 0;
    outline: 0;
    text-decoration: none;
}

.ical .description,
.ical .location {
    display: block;
    margin: 15px 0 0;
}