﻿.cmsEvents_CHPSH .listEvent
{
    background-color: white;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.cmsEvents_CHPSH .listEvent img.image, .cmsEvents_CHPSH .listEvent img.thumbnail
{
    margin: -20px 20px 10px -20px;
    float: left;
}
.cmsEvents_CHPSH .listEvent .eventSummary
{
    height: 176px;
    overflow-y: hidden;
    position: relative;
}
.cmsEvents_CHPSH .listEvent .eventSummary img
{
    margin-bottom: 0;
}
.cmsEvents_CHPSH .listEvent .eventSummary img.thumbnail
{
    width: 196px;               /*temp fix until DTE caching issue sorted*/
}
.cmsEvents_CHPSH .listEvent h1, .cmsEvents_CHPSH .listEvent h2
{
    font-size: 120%;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}
.cmsEvents_CHPSH .listEvent .eventDate
{
    display: inline-block;
    float: right;
    text-align: center;
    margin: 0 0 14px 20px;
    line-height: 1em;
}
.cmsEvents_CHPSH .listEvent .recurringEventDate
{
    display: inline-block;
    float: right;
    text-align: right;
    margin: 0 0 14px 20px;
    line-height: 1em;
}
.cmsEvents_CHPSH .listEvent .eventDate span
{
    font-size: 120%;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}
.cmsEvents_CHPSH .listEvent a.eventMoreDetailsLink
{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #322f31;
    background-color: white;
    padding: 4px 0 0 4px;
}
.cmsEvents_CHPSH .listEvent a.eventBookingLink
{
    clear: right;
    display: inline-block;
    float: right;
    margin: 10px 0 0 10px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #322f31;
}
.cmsEvents_CHPSH .listEvent a:hover
{
    text-decoration: underline;
}
.cmsEvents_CHPSH .eventSummary
{
    padding: 20px 20px 0 20px;
}
.cmsEvents_CHPSH .eventContent
{
    padding: 20px;
}
.cmsEvents_CHPSH .eventBackLink
{
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #322f31;
}