﻿
#event .event {
    width: 215px;
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 10px;
}

#event .first {
    clear: both;
    margin-left: 0;
}

#event .event img {
    padding: 6px 16px 14px 6px;
    background: transparent url(Images/bg-event-image.png) no-repeat top left;
    width: 180px;
    height: 135px;
}

#event .content {
    /*border-left: 1px solid #ffe6a7;*/
    margin-left: 6px;
    padding-left: 19px;
    margin-top: 1px;
    padding-bottom: 3px;
}

#event .content ul,
#event .content ol {
    margin-left: 20px;
}

#event .date {
    display: block;
    width: 44px;
    height: 53px;
    float: left;
    margin-right: 0px;
    background: transparent url(Images/bg-date.png) no-repeat top left;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#event .date a {
    color: #fff;
    text-decoration: none;
}

#event .date .month {
    display: block;
    width: 40px;
    text-align: center;
    line-height: 19px;
    padding-top: 1px;
}

#event .date .day {
    display: block;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
}

#event .event h4 {
    padding-top: 10px;
    color: #003566;
    font-size: 1.3em;
    line-height: 1.3;
}

#event .event h4 a {
    color: #003566;
    text-decoration: none;
}

#event .event h4 a:hover {
    text-decoration: underline;
}

#event .event p {
    clear: both;
}

#event .event .readmore a {
    font-size: 1.1em;
    padding-left: 19px;
    background: transparent url(Images/arrow-right.gif) no-repeat left center;
    color: #39c;
    font-weight: bold;
}

#event #sidebar {
    float: left;
    width: 164px;
    min-height: 200px;
}

#event #columna {
    float: left;
    width: 754px;
    margin-left: 0px;
}

#eventitem .panel {
    width: 320px;
    float: left;
}

#eventitem .panel .content {
    background: transparent url(Images/bg-event-main.gif) no-repeat top left;
    padding: 20px 20px 1px 20px;
    min-height: 450px;
}

#eventitem .panel .panelbottom {
    height: 16px;
    background: transparent url(Images/bg-event-main-bottom.gif) no-repeat top left;
    margin-bottom: 20px;
}

#eventitem .panel .content .body {
    clear: both;
}

#eventitem .panel .content .date {
    margin-right: 10px;
}

#eventitem .images {
    float: left;
    margin-left: 20px;
}

#eventitem h3 {
    line-height: 1.3;
}

#eventitem .images p {
    margin-left: 6px;
}

#eventitem h4 {
    color: #005291;
    font-size: 1.5em;
    font-weight: normal;
}

#eventitem #mainimage {
    width: 380px;
    height: 285px;
    padding: 6px 18px 19px 6px;
    background: transparent url(Images/bg-event-mainimage.gif) no-repeat top left;
}

#eventitem .thumbnails img {
    width: 104px;
    height: 78px;
    padding: 4px 12px 11px 4px;
    background: transparent url(Images/bg-event-thumbnail.gif) no-repeat top left;
    margin-right: 5px;
}

#content .eventbottom {
    clear: both;
    min-height: 50px;
    background: transparent url(Images/bg-event-bottom.gif) no-repeat top left;
    padding-top: 45px;
}

#timeline {
    height: 132px;
    background: transparent url(Images/bg-event-timeline.gif) no-repeat top left;
    position: relative;
}

#timeline .before {
    position: absolute;
    width: 420px;
    top: 30px;
    left: 30px;
}

#timeline .after {
    position: absolute;
    width: 420px;
    top: 30px;
    left: 510px;
}

#timeline h3 {
    color: #fff;
    padding-left: 50px;
    text-transform: lowercase;
    font-variant: small-caps;
    height: 30px;
}

#timeline h3 strong {
    text-transform: none;
    font-variant: normal;
}

#timeline .item {
    width: 200px;
    margin-right: 5px;
}

#timeline .before .item {
    float: right;
}

#timeline .after .item {
    float: left;
}

#timeline .item .date {
    margin-right: 5px;
}

#timeline .item h4 {
    color: #003566;
    font-size: 1.2em;
    padding-top: 10px;
}

#timeline .item h4 a {
    color: #003566;
    text-decoration: none;
}

#timeline .dog {
    bottom: 50px;
    left: 435px;
    position: absolute;
}
