.eventsItems {
    display: block;
    background-color: #fff;
    background-repeat: repeat;
    width: 572px;
    height: 400px;
    color: #505050;
    overflow:  hidden;
}

.eventsItems .titleContainer {
   	width:  100%;
    height: 80px;
    background-color: #364659;
    margin: 0 0 7px 0;
}

.eventsItems .titleContainer .mainTitle {
    font-size: 30px;
    line-height: 34px;
    padding: 5px 0 0 12px;
    text-align: left;
    color: #fff !important;
}

.eventsItems .titleContainer .mainTitle a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.eventsItems .titleContainer .mainTitle a:hover {
	text-decoration: underline;
}

.eventsItems .eventsItem {
    display: block;
/*    background-color: #c9c9c9; */
    background-color: #fff;
    background-repeat: repeat;
    width: 572px;
/*    height: 90px; */
    color: #505050;
    margin-bottom: 7px;
    overflow: auto;
}

.eventsItems .eventsItem .leftContainer {
    position: relative;
    float: left;
    width: 75px;
    margin: 3px 25px 3px 5px;
    font-size: 35px;
}

.eventsItems .eventsItem .leftContainer .dateImage {
    width: 75px;
    height: 72px;
    background-color: #fff; 
    text-align: center;
    border: solid 2px #a3a3a3;
}

.eventsItems .eventsItem .leftContainer .dateImage .day {
    color: #364659;
    background-color: #fff;
    width: 75px;
    height: 50px;
    margin: 0;
    font-size: 35px;
}

.eventsItems .eventsItem .leftContainer .dateImage .month {
    color: #fff;
    background-color: #364659;
    height: 20px;
    margin: 0 0 3px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.eventsItems .eventsItem .rightContainer {
    position: relative;
    float: left;
    width: 442px;
    margin: 0 0 0 0;
}

.eventsItems .eventsItem .rightContainer .title {
    font-size: 18px;
    font-weight: normal;
    color: #272B2F;
    margin: 0 0 3px 0;
}

.eventsItems .eventsItem .rightContainer .title a {
    text-decoration: none;
    color: #AA5130 !important;
    font-weight: normal;
}

.eventsItems .eventsItem .rightContainer .title a:hover {
    text-decoration: underline;
}

.eventsItems .eventsItem .rightContainer .summary {
    font-size: 12px;
    margin: 0 0 3px 0;
}

.eventsItems .eventsItem .rightContainer .summary .readMore {
    font-weight: 700;
    color: #AA5130 !important;
    font-size: 15px;
}

.eventsItems .eventsItem .rightContainer .summary .readMore a {
    color: #AA5130 !important;
    text-decoration: none;
}

.eventsItems .eventsItem .rightContainer .summary .readMore a:hover {
    text-decoration: underline;
}

