.activeFilter {
	font-weight: bold;
	color:#444444 !important;
}

div[id^='eventCalendar_'] {
	margin-bottom:28px;
}

div[id^='eventCalendar_'] h2 {
	margin-bottom:14px;
}

div[id^='eventCalendar_'] .filter {
	margin-bottom:14px;
}

div[id^='eventCalendar_'] .filter a {
	margin-right:10px;
}

div[id^='eventCalendar_'] a.pagination {
	color: #666666 !important;
	width:100%;
	margin-bottom:0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

div[id^='eventCalendar_'] .events {
	width:100%;
}

div[id^='eventCalendar_'] .event{
	position:relative;
	/*width:289px;*/
	/*float:left;*/
	/*margin-right:10px !important;*/
	margin-bottom:10px !important;
	padding:2px;
	border: 1px solid #dfdfdf;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
}
div[id^='eventCalendar_'] .event .info{
	background-color:#eeeeee;
	word-wrap:break-word;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
}

div[id^='eventCalendar_'] .event .date{
	position:absolute;
	left:2px;
	top:2px;
	color:#ffffff;
	padding:5px;
	font-size:18px;
	font-weight:bold;
}

div[id^='eventCalendar_'] .event .date_bgd{
	position:absolute;
	left:2px;
	top:2px;
	opacity:0.6;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

div[id^='eventCalendar_'] .event .image{
	min-height:30px;
	margin-bottom:10px;
}
div[id^='eventCalendar_'] .event .image img{
	/*max-width:289px;*/
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

div[id^='eventCalendar_'] .event .name {
	margin-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

div[id^='eventCalendar_'] .event .venue{
	font-weight:bold;
	margin-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}

div[id^='eventCalendar_'] .event .description {
	line-height: 1.5em;
	max-height: 3em;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
	text-overflow: ellipsis;
}

div[id^='eventCalendar_'] .event .details {
	padding-left:10px;
	padding-right:10px;
	font-size:90%;
}

div[id^='eventCalendar_'] .event .social {
	margin-top:10px;
	/*padding-bottom:10px;*/
	padding-left:10px;
	display:block !important;
	
	background: #dddddd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	
	border-top: 1px solid  #D5D5D5;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

div[id^='eventCalendar_'] .event .social>iframe, div[id^='eventCalendar_'] .event .social>div {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

div[id^='eventCalendar_'] iframe.twitter-share-button {
	width:99px !important;
}

div[id^='eventCalendar_'] div[id^='___plusone'] {
	width:85px !important;
}