@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff') format('woff'),
	url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}
div.blendcalendar-calendar span.bc-left {
	width: 90px;
	float: left;
	display: block;
	}
div.blendcalendar-calendar span.bc-right {
	width: 500px;
	float: left;
	display: block;
	}
div.blendcalendar-calendar br.clear {
	clear: both;
	}
div.blendcalendar-calendar span.bc-title,
div.blendcalendar-calendar span.bc-description,
div.blendcalendar-calendar span.bc-information {
	display: block;
	}
div.blendcalendar-calendar span.bc-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	}
div.blendcalendar-calendar span.bc-date,
div.blendcalendar-calendar span.bc-time,
div.blendcalendar-calendar span.bc-place {
	line-height: 16px;
	margin-top: 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	}
div.blendcalendar-calendar span.bc-date:before,
div.blendcalendar-calendar span.bc-time:before,
div.blendcalendar-calendar span.bc-place:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 5px;
	}
div.blendcalendar-calendar span.bc-date:before {
	content: "\f073";
	}
div.blendcalendar-calendar span.bc-time:before {
	content: "\f017";
	padding-left: 5px;
	}
div.blendcalendar-calendar span.bc-place:before {
	content: "\f041";
	}
div.blendcalendar-calendar p,
div.blendcalendar-calendar span p {
	margin: 0;
	padding: 0;
	}
div.blendcalendar-calendar ul {
	margin: 0 15px 0 15px;
	padding: 0;
	list-style: none;
	}
div.blendcalendar-calendar li {
	margin: 5px 0 5px 0;
	}
div.blendcalendar-calendar li.bc-last {
	border-bottom: none;
	margin: 15px 0 0 0;
	padding: 0;
	}
div.blendcalendar-calendar img.bc-image {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}
div.blendcalendar-calendar div.bc-date {
	background-color: #4A85C8;
	border: 3px double #FFFFFF;
	color: #FFFFFF;
	margin-top: 5px 5px 25px 5px;
	padding: 9px 0;
	text-align: center;
	}

div.blendcalendar-calendar div.bc-date span {
	color: #FFFFFF;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
	}
/*span#bc-last {
	margin-right: 30px;
	}
span#bc-next {
	margin-left: 30px;
	}*/
div.blendcalendar-calendar div.bc-date div.bjh-table,
div.blendcalendar-calendar div.bc-date div.bjh-table-row,
div.blendcalendar-calendar div.bc-date div.bjh-table-cell {
	margin: 0;
	padding: 0;
	}
span#bc-next a,
span#bc-last a {
	color: #FFFFFF;
	padding-bottom: 5px;
	}
