

#content-column-one .event {
    width: 345px;
    margin: 0 0 10px;
    height: 72px;
    float: left;
}

#content-column-one .event.even {
    margin-right: 10px;
}

.event {
    background-color: black;
}
.event a {
    color: white;
}

.event .image {
    width: 127px;
    height: 72px;
    float: left;
    background-color: black; 
    margin-right: 10px;
}

.event .info {
    width: 208px
    height: 72px;
    overflow: hidden;
}

#event .date,
.event .date {
    font-size: 14px;
}

#event .event-type,
.event .event-type {
    font-size: 12px;
    text-transform: uppercase;
}

#event .title,
.event .title {
    font-size: 11px;
}

#event {
    width: 1020px;
    height: 393px;
}

#event .image {
    width: 700px;
    height: 393px;
    float: left;
}

#event .info {
    float: left;
    width: 320px;
    height: 393px;
}

#event .info > h1,
#event .info > h2,
#event .info > p {
    margin: 10px;
}

#event .info a {
    color: white;
    float: right;
    margin: 5px 0 0 10px;
}

.button-mail {
    display: block;
    width: 20px;
    height: 20px;
}

.button-mail:hover {
    background-position: 0 -20px;
}

