@import url('float.css');

.list {
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
}

.item {
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    height: 100px;
    border-bottom: 1px solid #DDDDDD;
}

.item .time {
    float: left;
    margin-left: 10px;
    padding: 10px 0;
    width: 80px;
    color: #77161B;
}

.item .time .day {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.item .time .month {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.item .titles {
    float: left;
    margin-left: 40px;
    font-size: 26px;
   padding-top:0px;
   line-height: 82px;
}

.item:hover {
    background-color: #77161B;
}

.item:hover .time .day {

    color: white;
}

.item:hover .time .month {

    color: white;
}

.item:hover .titles a {

    color: white;
}
