
.page_content .filter {
	background-color: #EFE3C2;
	padding: 5px;
	margin-bottom: 15px;
}
	.page_content .filter h2 {
		margin-bottom: 0;
		color: #333;
	}
	.page_content .filter form {
		margin-bottom: 0;
	}
		.page_content .filter form select.active {
			border: 1px solid #333;
		}
		.page_content .filter form select.active {
			border-color: #CD0C40;
		}
.event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b2b0ad;
}
.event:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.event { display: inline-block; }
.event { display: block; }
	.event .image {
		float: right;
		margin-left: 20px;
	}
	.event h2 {
		margin-bottom: 0;
		text-transform: uppercase;
		letter-spacing: .5px;
	}
	.event .description {
		margin-top: 15px;
	}
	