/* @group 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

div, ol, ul {
	zoom: 1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	clear: left;
	display: none;
}

/* @end */

/* @group Styles */

body {
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
}

a:hover {
	color: #c72723;
}

a.twitter {
	color: #00aa79;
}

a.twitter:hover {
	color: #027754;
}

h1 {
	color: #000;
	font: bold 36px "Droid Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	color: #4a4a4a;
	font: normal 14px "Droid Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 160%;
	margin: 2em 0;
}

.sub {
	color: #80808c;
}

#container {
	width: 350px;
	margin: 2.5em 4.5em 4.5em;
}

@media handheld, only screen and (max-device-width: 480px) {
	#container {
		width: auto;
		margin: 20px 10px;
	}
}

/* @end */

/* @group Flock support */

body {
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

canvas {
	position: absolute;
	z-index: 0;
}

#container {
	position: absolute;
	z-index: 1;
	background-color: rgba(255,255,255,0.85);
}

#controls {
	color: #ededed;
	position: absolute;
	width: auto;
	margin: 2.5em 4.5em 4.5em;
	bottom: 0px;
	background-color: rgba(255,255,255,0.85);
	display: none;
}

#controls strong {
	font: bold 12px "Droid Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
}

#controls strong.on {
	color: #0f9dab;
}

/* @end */
