/* CSS reset from Eric Meyer, http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
:focus {
	outline: 0; }
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0; }


/* Stylin' */
html {
	height: 100%; }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Colaborate-LightRegular',Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #555;
	background: #fdfcfb; }

section, nav {
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 0 0 10%;
	width: 30%;
	background: #fff;
	background: rgba(255,255,255,.6);
	padding: 1em; }
nav {
	 }
section:first-of-type {
	padding-top: 10%; }
section + section {
	position: absolute;
	bottom: 0;
	left: 40%;
	padding-bottom: 5%; }

h1 {
	font-size: 2em;
	line-height: .9em;
	font-family: 'Colaborate-BoldRegular',Helvetica, Arial, sans-serif;
	margin-bottom: .9em; }
h2 {
	font-family: 'Colaborate-BoldRegular',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em; }
p {
	margin-bottom: 1.5em; }
a {
	color: #555;
	text-decoration: none;
	border-bottom: 2px solid #ddd; }
a:hover, a:focus {
	color: #ec0b8e; }

code {
	font-size: .9em;
	line-height: 1.666em;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap; }

.fn {
	font-family: 'Colaborate-BoldRegular',Helvetica, Arial, sans-serif; }
abbr {
	border-bottom: 2px dotted #ddd; }

embed {
	border: 1.5em solid #222;
	border-top-width: 1.4em;
	border-bottom-width: 1.6em; }

#map {
	width: 100%;
	height: 100%;
	position: fixed!important;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	top: 0;
	z-index: 1; }
#map a, #map span {
	display: none; }

/* Font sourced from http://www.fontsquirrel.com/fonts/Colaborate */
@font-face {
	font-family: 'Colaborate-ThinRegular';
	src: url('../fonts/ColabThi-webfont.eot');
	src: local('?'), url('../fonts/ColabThi-webfont.woff') format('woff'), url('../fonts/ColabThi-webfont.ttf') format('truetype'), url('../fonts/ColabThi-webfont.svg#webfontcrb0Yhf3') format('svg');
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Colaborate-LightRegular';
	src: url('../fonts/ColabLig-webfont.eot');
	src: local('?'), url('../fonts/ColabLig-webfont.woff') format('woff'), url('../fonts/ColabLig-webfont.ttf') format('truetype'), url('../fonts/ColabLig-webfont.svg#webfontrw6WOifO') format('svg');
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Colaborate-RegularRegular';
	src: url('../fonts/ColabReg-webfont.eot');
	src: local('?'), url('../fonts/ColabReg-webfont.woff') format('woff'), url('../fonts/ColabReg-webfont.ttf') format('truetype'), url('../fonts/ColabReg-webfont.svg#webfont7n8htCD6') format('svg');
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Colaborate-MediumRegular';
	src: url('../fonts/ColabMed-webfont.eot');
	src: local('?'), url('../fonts/ColabMed-webfont.woff') format('woff'), url('../fonts/ColabMed-webfont.ttf') format('truetype'), url('../fonts/ColabMed-webfont.svg#webfontpFO0A3fx') format('svg');
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Colaborate-BoldRegular';
	src: url('../fonts/ColabBol-webfont.eot');
	src: local('?'), url('../fonts/ColabBol-webfont.woff') format('woff'), url('../fonts/ColabBol-webfont.ttf') format('truetype'), url('../fonts/ColabBol-webfont.svg#webfontDTEOBeAk') format('svg');
	font-weight: normal;
	font-style: normal; }
