/* ==========================================================================
                                   Events
   ========================================================================== */

.eventsTheme .filter {position:relative;padding:10px}
.eventsTheme .filter .slist {}
.eventsTheme .filterSortFieldsWrpr {float:right;}
.eventsTheme .filterViewWrpr {float:left;width:50%}
.eventsTheme .filterSortFieldsWrpr .monthYear {float: left; }
.eventsTheme .filterSortFieldsWrpr {}
.eventsTheme .filterSortFieldsWrpr .filterBy {float: right;}
.eventsTheme .displayMode {margin-top:10px;}


.eventsTheme .hdng {
    margin: 0 0 1rem 0;
    padding: 10px 1rem;    
    background: #0870a1;
    color: #FFFFFF;
    font-weight: 600;
	font-size:1.5rem;
	text-transform:uppercase;
}

.eventsTheme .article > .aside.calendar {
	width: 35%;
}

.eventsTheme .item-list {margin-bottom:10px;}
.eventsTheme .item .item-list {margin-bottom:0px;}

.eventsTheme .date {float:left; vertical-align: middle; padding: 1rem 0 1rem 0; width:80px; display:inline-block;}


.eventsTheme .date > .dateIcon,
.news-summary .date > .dateIcon {text-align:center; background:#0870a1; color:#fff; padding:20px; line-height:20px;}

.eventsTheme .date > .dateIcon > .month,
.news-summary .date > .dateIcon > .month {font-size:15px; text-transform:uppercase;}

.eventsTheme .date > .dateIcon > .day,
.news-summary .date > .dateIcon > .day {font-size:30px;}

.eventsTheme .item {padding: 0px;width: auto;}
.eventsTheme .item > .content {display: table-cell;width: 100%;vertical-align: top;padding:10px;}
.eventsTheme .item > .content .content {padding: 0px 0px 10px 0px;}
.eventsTheme .item > .content > .cancelled {font-weight:bold;color:Red;}
.eventsTheme .item > .content > .dateTime {}
.eventsTheme .item > .content > .description {}
.eventsTheme .item > .content > .location {}
.eventsTheme .item > .itemImage {width:75px;margin-left:20px;float:left;}
.eventsTheme .item .item {border: 0px;display: table;padding: 0px;width: 100%;}

.eventsTheme .listRailInfo ul li{margin-bottom:10px;}
 
.events-summary h3.title a,
a.eventLink,
a.eventLink:link, 
a.eventLink:visited {display:inline-block; font-weight:normal; font-size:20px; text-decoration:none; line-height:1.7rem;}

.events-summary h3.title a:hover,
.events-summary h3.title a:focus,
a.eventLink:hover,
a.eventLink:focus {text-decoration:underline;} 

/* event media queries */
@media only screen and (max-width: 960px){
    .eventsTheme .filter .displayMode {display:none;}
}


/* calendar month - Tablessss. EWWWWWWWWW */

table.calendarMonth {width:100%; background-color:#fff; border-collapse:collapse;}
table.calendarMonth tr {vertical-align:top;}
table.calendarMonth th {text-align:center; color:#222; padding:6px; background-color:#ccc;}
table.calendarMonth td.day {font-size:12px; font-weight:bold; border:1px solid #cecece;}
table.calendarMonth th.calWeek {color:#222;background: #CCC url(../../images/cal-week.gif) no-repeat center;vertical-align: middle;}
table.calendarMonth th.calWeek a {color: #000;}

.calendarNumeral {color:#999; font-size:14px; font-weight:bold;}
.calendarNumeral a, .calendarNumeral a:link, .calendarNumeral a:visited {color:#7aafdf;text-decoration:none;}
.calendarNumeral a:hover, .calendarNumeral a:active {color:#c00;text-decoration:none;}

.calendarDayEmpty {border:1px solid #cecece; }
.calendarDayEmpty, .calendarDayEvent {width:14%; height:50px;}
.calendarDayEvent {border:1px solid #cecece; background-color: #e8e8e8;}
.calendarDayEvent img {margin-top:5px;}

table.thumbItemtBl {width:100%; margin-bottom:10px;}
table.thumbItemtBl td {vertical-align:top; padding:10px 15px;}

table.calendarMonth a.eventNumbLink {display:block;text-align:center;padding:5px 5px 15px 5px;}


/* Event Page */
.eventsDetailsWrpr .socialLikes {float:right;}
.eventsDetailsWrpr h2.name {width:75%;margin:0px 0px 10px 0px;}
.eventsDetailsWrpr .rating {float:left;margin-bottom:10px;}
.eventsDetailsWrpr .export {float:left;margin-left:20px;margin-bottom:10px;}
.eventsDetailsWrpr h4.cancelled {}
.eventsDetailsWrpr .date {display:block;float:none;width:auto;padding: 0px;font-size:1em;margin-bottom:10px;}
.eventsDetailsWrpr .time {display:block;margin-bottom:10px;}
.eventsDetailsWrpr .image {float:right;width:300px;}
.eventsDetailsWrpr .location {}
.eventsDetailsWrpr .phone {}
.eventsDetailsWrpr .description {}
.eventsDetailsWrpr .details {}
.eventsDetailsWrpr .map {}
.eventsDetailsWrpr .export {}
.eventsDetailsWrpr .relatedEventsWrpr {}
.eventsDetailsWrpr .documentsWrpr {}

@media only screen and (max-width:47.9em){

	.eventsTheme .filterViewWrpr {
		float:none;
		width:100%;
		margin-bottom:10px;
	}

	.eventsTheme .filterSortFieldsWrpr {
		float:none;
	}


}



