body {
	background: #fff;
	color: #272727;
	font-family: "Myriad Pro", "Gill Sans MT", "lucida grande", "lucida sans", verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

canvas {
	position: fixed;
}

#content {
	background: rgba(255,255,255,0.4);
	position: absolute;
}

#toggle_style {
	display: none;
	position: absolute;
	right: 20px;
	top: 10px;
}

@media screen and (min-width: 960px) {

	#toggle_style {
		display: inline;
	}

	.js_enabled #content {
		overflow: hidden;
		position: fixed;
	
	}

	.js_enabled .slide {
		display: none;
	}

	.js_enabled #info_bar {
		background: #ccc;
		background: rgba(0,0,0,0.4);
		color: #efefef;
		margin-top: -45px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.js_enabled #info_bar p {
		margin: 10px 20px;
	}
	
	.js_enabled #info_bar a {
		color: #fff;
		font-weight: bold;
	}
	
}

.slide {
	clear: both;
	margin: 20px;
}

#flat .slide {
	border-bottom: 10px solid #282828;
	float: left;
	margin: 0 !important;
	min-height: 760px;
	padding: 20px !important;
	width: 90%;
}

h1, h2, h3, h4, p, ul, ol {
	font-weight: normal;
	margin: 20px 10px;
}

h1 {
	color: rgba(0,0,0,0.65);
	font-size: 140px;
	line-height: .9;
	margin-left: 9px;
	text-transform: uppercase;
}

h2 {
	color: rgba(0,0,0,0.65);
	font-size: 58px;
	margin-left: 5px;
	text-transform: uppercase;
}

h2 span {
	background: rgba(0,0,0,0.45);
	color: rgba(0,0,0,0.65);
	color: #fff;
	padding: 10px 15px 0 10px;
}

h2.section_heading {
	font-size: 120px;
}

h1 + h2 {
	margin-top: 20px;
}

h3 {
	color: #000;
	font-size: 24px;
}

@media handheld and (max-width: 480px), 
screen and (max-device-width: 480px), 
screen and (max-width: 600px), 
screen and (max-width: 960px)  {
	
	body {
		font-size: 22px;
	}
	
	.slide {
		border-bottom: 10px solid #282828;
		margin: 0 !important;
		padding: 20px !important;
	}
	
	h1 {
		font-size: 72px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h2 span {
		padding-bottom: 5px;
	}
	
	h2.section_heading {
		font-size: 72px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	.width_30,
	.width_35,
	.width_40,
	.width_50 {
		width: 100% !important;
	}
	
	.margin_left_five {
		margin-left: 0 !important;
	}
	
	.float_left {
		float: none !important;
		clear: both;
	}
	
}

ul {
	list-style: disc;
	margin-left: 30px;
}

ul li {
	margin-bottom: 5px;
}

img {
	border: 2px solid #ccc;
}

a {
	color: #000;
}

small {
	font-size: 14px;
}

/* Text Styles */

.emph_1 {
}

.emph_2 {
}

.mute {
	opacity: .5;
}

.subtle {
	opacity: .7;
}

/* Utility Styles */

.clear {
	clear: both;
}

.extra_top_margin {
	margin-top: 20px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_left_five {
	margin-left: 5%;
}

.margin_left_ten {
	margin-left: 10%;
}

.margin_top_none {
	margin-top: 0;
}

.margin_top {
	margin-top: 20px;
}

.stretch {
	width: 100%;
}

.width_30 {
	width: 30%;
}

.width_35 {
	width: 35%;
}

.width_40 {
	width: 40%;
}

.width_50 {
	width: 50%;
}

.width_60 {
	width: 60%;
}
