html {
	background: #000;
	font-family: sans-serif;
	font-size: 100%;
	background: #000;
	color: #fff;
}
body {
	padding: 0;
	width: 1022px;
	height: 750px;
	margin: 5px auto;
	position: relative;

	border: 1px solid #555;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
div.slide {
	width: 100%;
	height: 100%;
	overflow: auto;
}
div.section {
	margin: 0 20px;
}
h1 {
	font-size: 3em;
	text-align: center;
	margin: 0.5em 0;
}
h1.lonely {
	font-size: 5em;
	margin-top: 25%;
}
h2 {
	font-size: 2em;
}
canvas#c {
	width: 100%;
	height: 100%;
}
p, ul, blockquote {
	font-size: 1.5em;
	margin: 0.5em 0 1em 0;
}
li {
	margin-bottom: 1em;
}
ul.compact li {
	margin-bottom: 0;
}
.boxy {
	width: 50%;
	float: left;
	overflow: hidden;
	font-size: 1.3em;
}
ul.boxy {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.center .boxy {
	float: none;
	display: inline-block;
	width: auto;
	text-align: left;
	margin-bottom: 0;
}
.center ul.boxy {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.clear {
	clear: both;
}
blockquote {
	margin: 0;
	padding: 0;
}
blockquote:before {
	content: "\201c";
	font-size: 20px;
	vertical-align: top;
}
blockquote:after {
	content: "\201d";
	font-size: 20px;
	vertical-align: top;
}
p.boxy > img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
span[onclick] {
	color: #555;
	cursor: pointer;
}
.hidden {
	display: none;
}
code {
	font-size: 0.7em;
	white-space: pre;
}
small {
	font-size: 0.5em;
}
ul small {
	font-size: 0.7em;
}
a {
	color: #fff;
	text-decoration: none;
}
a[rel=external] {
	padding-right: 20px;
	background: url(../img/Icon_External_Link.png) no-repeat top right;
}
a:hover {
	text-decoration: underline;
}
audio {
	display: block;
	width: 300px;
	margin: 20px auto;
}
.center {
	text-align: center;
	margin-bottom: 0;
}
.next, .prev {
	position: absolute;
	bottom: 30px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 40px solid transparent;
}
.next {
	right: 20px;
	border-left-color: #333;
	border-right-width: 0;
}
.next:hover {
	border-left-color: #ccc;
}
.prev {
	left: 20px;
	border-right-color: #333;
	border-left-width: 0;
}
.prev:hover {
	border-right-color: #ccc;
}

#toc {
	position: absolute;
	left: 70px;
	bottom: 10px;
	width: 280px;
	background: #f0f0f0;
	font-size: 11px;
	padding: 5px;

	border: 2px solid #333;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#toc, #toc a {
	color: #000;
}
#toc p {
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}
#toc ol li {
	margin: 0;
}
#toc .current {
	font-weight: bold;
}
#slideNum, #tocLink{
	position: absolute;
	bottom: 10px;
	font-size: 11px;
}
#slideNum {
	right: 20px;
}
#tocLink {
	left: 20px;
	cursor: pointer;
}
#tocLink:hover {
	text-decoration: underline;
}