/* menu bar */
html #menu_bar {
	background-color: #22DD22;
}
html a.menu_bar_item {
	background-color: #00BB00;
}

html a {
	color: #00BB00 !important; 
}

html #header a.current_page_link {
	color: #00BB00 !important;
}

html #content_cont {
	border-bottom: 1px solid #00BB00;
}

html p.section_title {
	border-bottom: 2px solid #00BB00;
}

html .event_cont .title {
	color: #00BB00;
}

@media only screen and (max-width: 862px)  {
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (min-width: 863px)  {
	.videoWrapper {
		float:right;
	}
	#mountain_mission_image {
		float: left;
	}
}

/* all elements */

/* specifics */

.event_cont {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #DDDDDD;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	clear: both;
	overflow: auto;
}
.event_cont .title {
	color: #AA3300;
	padding-bottom: 10px;
}
.event_cont .description {
	margin: 0px;
	margin-top: 1px;
}
.event_cont .location {
	color: #666666;
	display: inline;
	float: left;
	padding-top: 10px;
	max-width: 50%;
}
.event_cont .time {
	color: #666666;
	float: right;
	text-align: right;
	padding-top: 10px;
	max-width: 50%;
}

#content img {
	display: block;
	margin: 0 auto 20px auto;
}
