/**
 * STYLE SHEET :: EVENTS
 *
 * Specifies styles specific to events
 */

.event {
    margin-bottom: 2.0em;
    }

.event h2 {
    }

    .event h2 a {
        color: #000;
        text-decoration: none;
        }

    .event h2 a:hover {
        color: #C00;
        }

    .event p a {
        border-bottom: 1px dotted #C00;
        text-decoration: none;
        }

    .event p a:hover {
        border-bottom-width: 0;
        }

.event th, .event td {
    padding: 0.3em;
    }

.event th {
    width: 18%;
    padding-left: 0;
    color: #AAA;
    }


