#events { padding: 10px; overflow: auto; }
#events h2 { font-size: 24px; font-weight: normal; }

.event-table {
    width: 100%;
    border: 0px;
    border-spacing: 0px;
}
.event-table th {
    text-align: left;
    padding: 2px;
    background: url(../../gfx/event-table-th.png) repeat-x;
}
.event-table td { padding: 2px; color: #000; }
.event-table tr.odd { background-color: #EEE; }
.event-table tr.even { background-color: #DDD; }


#articles {
    position: relative;
    padding: 10px;
}

#articles .article {
    width: 520px;
    margin-bottom: 30px;
}
.article .image {
    width: 100px;
    overflow: hidden;
}

.article .title
{
    position: relative;
        /*padding-top: 5px;*/
    font-size: 24px;
    color: #415968;
}
.article .published
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
}
.article .lead
{
    font-size:17px;
    color: #415968;
}
.article .lead p
{
    margin-bottom: 0px;
}
.article .morelink a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #415968;
    text-align: right;
    display: block;
}
.article .morelink a:hover
{
    text-decoration: underline;
}

