body {
    background: white;
}

#navigation, #footer {
    display: none;
}

#header a {
    color: #004851;
    text-indent: 0;
}

#header a {
    background: none;
}

#content h1 {
    background: none;
    color: black;
    font-size: 1em;
}

#events ul li.month {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#events ul li.event {
    border-top: 1px dotted #999;
    list-style: none outside none;
}

#events ul li .event_title {
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
}

#events ul li .event_datetime {
    display: none;
}

.event .meta {
    clear: both;
    float: none;
    margin-top: 5px;
}

.event .meta span {
    display: block;
    float: left;
    margin-right: 12px;
    width: 100px;
}
