@charset "UTF-8";
html, body, div, nav, section, h1, h2, a, em, blockquote, img, strong, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100.01%;
	height: 100%;
	overflow-y: scroll;
}
ol, ul { list-style: none }
img {
	max-width: 100%;
	object-fit: contain;
}
:focus { outline: 0 }
a { text-decoration: none }
body {
	line-height: 1.2;
	height: 100%;
}
input, textarea, button { font-family: inherit }
input[type=submit], label, select, .pointer { cursor: pointer }
/*end reset*/

body {
	font-size: 110%;
	color: #000;
	font-family: 'Josefin Sans Std Light','helvetica neue ultralight','helvetica light',helvetica,arial,sans-serif;
	background: url('imgs/noise.png'), url('imgs/1337.gif');
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth: always;
	text-rendering: optimizeLegibility;
}

/*
* sort this out for more readable font, need consistency in size
section p, section ul, label, blockquote, .description:not(h2) {
	font-family: 'Helvetica Light', arial, sans-serif;
	font-size: .813em;
	line-height: 1.5em;
}
h2 {
	font-family: 'Josefin Sans Std Light','helvetica neue ultralight','helvetica light',helvetica,arial,sans-serif;
}
*/
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	background: #000;
	color: #fff;
}
a:active {
	position: relative;
	top: 1px;
}
#container {
	width: 70%;
	min-width: 460px;
	margin: 0 auto;
	padding-top: 2%;
	position: relative;
	max-width: 900px;
	margin-top: -10px;
}
nav {
	width: 100%;
	line-height: 1;
	font-size: 200%;
}
nav ul { margin-top: 50px }
nav li { padding: 10px 10px 0 10px }
nav li:first-child { padding-left: 0 }
nav li:last-child { padding-right: 0 }
nav a {
	color: #000;
	text-decoration: none;
}
.logo {
	font-size: 280%;
	color: red;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.8);
	margin-top: 20px;
}
.logo a:hover { color: #fff }
#block {
	font-family: 'Josefin Slab','Helvetica Ultra Light',arial;
	text-align: center;
	font-size: 300%;
	color: #223;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.8);
	line-height: 1;
	clear: both;
	padding: 20px 0 0 0;
}

article {
	border-radius: 5px;
	box-shadow: inset 0px 0px 4px #888;
	background: rgba(255,255,255,0.7);
	width: 98%;
	padding: 0 10px;
}
article ul { list-style: inside }
section {
	width: 45%;
	padding: 2% 0;
	display: block;
}
.left, nav, nav li, article, .logo, #heading ul, #heading li, #panes, .description, fieldset input, #wrapper { float: left }
fieldset:nth-child(2) { margin: 0 0 0 -7px }
.right, nav ul { float: right }
input, textarea {
	width: 90%;
	border: 1px solid rgba(0,0,0,0.5);
	padding: 7px;
	font-size: small;
	margin: 0 5px 0 0;
}
textarea {
	height: 83px;
	margin: 0 0 3px 4px;
}
input:focus, textarea:focus { background: rgba(150,150,150,0.1) }
fieldset { width: 50% }
#name { margin: 0 0 20px 0 }
blockquote:before, blockquote:after { content: '"' }
button { margin: -30px 11px 5px 5px }
footer {
	clear: both;
	width: 100%;
	padding: 10px 0;
	display: block;
}
#breezePlay { margin-left: 11% }
#schedlrDesc { display: block }

#heading * {
	display: block;
	cursor: pointer;
}
.active { color: red }
#heading ul, #heading li { font-size: 2em }
#heading {
	width: 100%;
	margin: -13px 0 0 0;
}
#buttons {
	margin: 0 0 6px 300px;
	width: 300px;
}
#wrapper {
	display: block;
	width: 50%;
	height: 400px;
	text-align: center;
	margin: -30px 0 0 0;
}
#panes {
	width: 465px;
	height: 360px;
	overflow: hidden;
}
.pane { width: 100% }
.description {
	margin: -45px 0 0 50px;
	display: none;
	min-height: 410px;
}
video {
	border: 1px black solid;
	border-top: none;
}

.right img {
	border: 1px solid #000;
}
@media handheld and (max-device-width:1024px),screen and (max-device-width:1024px), screen and (max-width:1024px) { 
	#container { width: 960px }
	nav ul { margin: 20px 0 0 0 }
	.left,
	.right { width: 45% }
	.logo,
	#block { font-size: 1.7em }
	input,
	textarea { width: 100px }
	label { float: left }
}
@media handheld and (max-device-width:800px),screen and (max-device-width:800px), screen and (max-width:800px) { 
	#container { width: 700px }
	article { width: 700px }
	nav,
	footer { width: 100% }
	article.left,
	article.right {
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	input,
	label { clear: both }
	.pane {
		width: auto;
		height: auto;
	}
	#panes { width: 300px }
	#wrapper { width: 300px }
	.pane img {
		width: 250px;
		height: 180px;
	}
	.right img {
		height: 322px;
		width: 297px;
	}
}
