body {
	border-color: #f68d1f;
}
#body_bg {
	background: url(../images/VIS-background-STATIONARY.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#past_bg, #future_bg {
}
h1, h2, h3, h4, h5, h6, .sponsor_type, .agenda_time strong, span.time, #content h1 {
	color: #f68d1f;
}

#mobile_menu_container, #menu_button, #sidebar_border_bottom,
a.main_link:hover, a.main_link.selected, ul#nav li a.active, .agenda_date h2,
#future input.future_button, #past_left h5 {
	background-color: #f68d1f;
	color: #fff;
}

ul#nav, #sidebar, #footer, #content, #content_past {
	border-color: #f68d1f;
}

#mobile_menu ul li a {
	color: #fff;
}

#logo {
	width: 315px;
	min-height: 160px;
}

img.small {
	height: 38px;
}

#venue {
	left: 229px;
	margin-top: 0px;
}

#venue_home p, #venue p, #venue_past {
	background: #fff;
	background:rgba(255,255,255,.8);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 8px;
}

#events p {
	background: #fff;
	background:rgba(255,255,255,.8);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer_contact form label, #footer_contact ul li strong, #footer a, span.headline {
	color: #333;
}
#footer {
	background-color: rgba(255,255,255,.7);
}
.sponsor_type {
	background-color: #f68d1f\9;
	color: #fff\9;
}
#future_bg #container {
	padding-top: 40px;
}
#future #header img {
	float: left;
	padding: 0;
	margin: 0 50px;
	max-width: 200px;
}

#future #header h2 {
	float: left;
	text-align: left;
}
#future .register_link {
	clear: both;
	padding: 20px 0 0 0;
}
#footer {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    float: left;
    padding: 20px;
    position: relative;
    width: 760px;
}
@media only screen and (min-device-width: 768px) {
	.sponsor_type {
		background-color: #f68d1f;
		color: #fff;
	}
	#header {
		margin: 20px 0 10px 0;
		float: left;
	}
}