
/* -- EVENTS PAGE CONTENT STYLES -- */

.content .list_events {
    text-align: left;
    margin: 15px auto 15px 0;
    font-size: 90%;
    border-width: 1px 0;
    overflow: hidden;
}
.content .list_events .list_item {
    margin: 0 auto 0 0;
    padding: 10px 8px;
    overflow: hidden;
    border-bottom-width: 1px;
}
.content .list_events .before_active {
    box-shadow: 0 0 0 transparent;
    margin-bottom: 0;
    border-bottom-width: 0;
}
.content .list_events .list_item_active {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
}
.content .list_events .list_item:first-child,
.content .list_events .list_item_active:first-child {
    border-top-width: 0;
}
.content .list_events .list_item:last-child,
.content .list_events .list_item_active:last-child {
    border-bottom-width: 0;
}
.content .list_events .item_image {
    display: block;
    margin: 0 0 0 10px;
    border-width: 1px;
    float: right;
    width: auto;
    height: auto;
}
.content .list_events .item_image img {
    display: block;
    margin: 0 0 0 auto;
    border: 0 none transparent;
}
.content .list_events .item_image_thumb img {
    width: auto;
    height: auto;
}
.content .list_events .item_image_full img {
    width: auto;
    height: 100px;
}
.content .list_events .item_day {
    display: block;
    margin: 0 auto 5px 0;
    font-weight: normal;
}
.content .list_events .item_name {
    display: block;
    margin: 0 auto 5px 0;
    font-weight: bold;
    font-weight: bold;
    text-decoration: none;
}
.content .list_events .item_date {
    display: block;
    margin: 5px auto 0 0;
    font-weight: normal;
    text-decoration: none;
}
.content .list_events .item_description {
    display: block;
    margin-top: 5px;
}
.content .list_events .list_item .item_text hr {
    margin: 8px auto 4px;
    border-style: dotted;
}

.float_sidebar .list_events_weekly .list_events {
    margin: 0;
    padding: 0;
}
.float_sidebar .list_events_weekly .list_item {
    float: none;
    margin: 0;
    min-height: none;
    padding: 0;
    width: auto;
}
.float_sidebar .list_events_weekly .more_item {
    margin-top: 5px;
    text-decoration: underline;
}

.content .list_events_featured {
    text-align: left;
    margin: 0 auto 15px 0;
    border: 0 none transparent;
}
.content .list_events_featured .list_item {
    margin: 0 auto 10px 0;
    padding: 0;
    overflow: hidden;
}
.content .list_events_weekly .event_photo,
.content .list_events_featured .event_photo {
    display: block;
    float: left;
    width: 50%;
    margin: 0 10px 0 0;
    border-width: 2px;
    text-decoration: none;
}
.content .list_events_weekly .event_photo img,
.content .list_events_featured .event_photo img {
    display: block;
    margin: 0;
    border: 0 none transparent;
    max-width: 100%;
}
.content .list_events_featured .list_item .item_text {
    margin: 0 0 0 auto;
    width: auto;
}
.content .list_events_featured .list_item .item_text_noimage {
    margin: 0 auto 0 0;
    width: auto;
}
.content .list_events_featured .item_name {
    font-weight: bold;
    text-decoration: none;
}
.float_sidebar .list_events_featured .list_events {
    margin: 0;
    padding: 0;
}
.float_sidebar .list_events_featured .list_item {
    float: none;
    margin: 0;
    min-height: none;
    padding: 0;
    width: auto;
}
.float_sidebar .list_events_featured .more_item {
    margin-top: 5px;
    text-decoration: underline;
}
.float_sidebar .list_events_featured .event_photo {
    margin-top: 10px;
}
