/* *************** */
.full {
	display: block;
	width: 100%;
	height: 100%;
}

.content-view.content-type-event .content-main .subject {
	text-align: left;
	font-size: 18pt;
	margin-bottom: 30px;
}

.event {
	padding: 15px;
}

.event.passed {
	padding-right: 13px;
	border-right: 3px solid #a94442;
}

.event .body {
	margin-left: 5px;
	margin-right: 25px;
}

.event .body a.emblem {
	color: inherit;
}

.event .body .meta {
	margin: 5px 0;
}

.event .footer {
	margin-top: 10px;
	margin-left: 5px;
}

.col-7th {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 14.2857%;
	float: left;
}

.tile-calendar {
	border: 1px solid #DDD;
	margin-bottom: 0;
}

.tile-calendar .tile-front {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	overflow: hidden;
}

.calendar-stretch {
	min-height: 500px;
}