@font-face {
	font-family: "Gentium Basic";
	src: url(./GenBasR.ttf) format("truetype");
}
@font-face {
	font-family: "Gentium Basic";
	src: url(./GenBasI.ttf) format("truetype");
	font-style: italic;
}
/* Disabled since does not really look that great. */
/*@font-face {
	font-family: "Gentium Basic";
	src: url(./GenBasB.ttf) format("truetype");
	font-weight: bold;
}*/


body {
	background-color: #828282;
}

h2, h3, h4, h5 {
	font-family: "Gentium Basic", "Georgia", serif;
}

h1, #content {
	font-family: "Trebuchet MS", sans-serif;
}

h3 {
	border-bottom: 1px dotted #b4b4b4;
}

h4, h5 {
	margin-top: 2em;
	margin-bottom: 1em;
}

#content {
	background-color: #454545;
	border: 1px solid #b4b4b4;
	border-radius: 32px;
	color: #d4d4d4;
	margin: 50px 0 0 100px;
	padding: 25px 50px;
	position: relative;
	width: 698px;
}

#flowImage {
	background: url(pixelFlow.png) top right no-repeat;
	position: absolute;
	top: -25px;
	right: -41px;
	width: 147px;
	height: 129px;
}

header h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 20px 0;
	padding-right: 150px;
	text-align: right;
}
header h1, header h1 * {
	border: none;
	color: #d4d4d4;
	text-decoration: none;
}

.separator {
	background-color: #828282;
	clear: both;
	margin-left: -51px;
	padding: 3px 0;
	width: 800px;
}
.separator hr {
	border: none;
	border-top: 2px dotted #454545;
	margin: 0 20px;
}

br.c {
	clear: both;
	font-size: 1px;
}

nav {
	margin: 0;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav a {
	border: none;
	color: #828282;
	text-decoration: none;
}
nav ul li {
	background-color: #454545;
	border: 1px solid #828282;
	border-top: none;
	display: block;
	float: left;
	height: 1.5em;
	margin-right: -1px;
	padding: 8px .8em 0;
}
nav ul li:first-child {
	border-bottom-left-radius: 8px;
}
nav ul li:last-child {
	border-bottom-right-radius: 8px;
}
nav ul li.open {
	background-color: #828282;
	border-color: #b4b4b4;
	font-weight: bold;
}
nav ul li.open a {
	color: #272727;
}

.headerNote {
    background-color: #90f442;
    color: #454545;
    margin-top: 1em;
    padding: .5em;
    border: 0;
    border-radius: 5px;
}
.headerNote a {
    color: #454545;
    font-weight: bold;
}

h2 {
	clear: both;
	font-size: 32px;
	font-weight: normal;
	margin-top: 1em;
	padding: 0;
}

h3 {
	clear: both;
}

a {
	color: #90f442;
	text-decoration: none;
	border-bottom: 1px dotted #90f442;
}

figure {
	border: 1px solid #828282;
	border-radius: 10px;
	position: relative;
}
figure a {
	border: none;
}
figure.imgThumb {
	background-color: #222;
	float: right;
	margin: .5em 0 .5em .5em;
	width: 298px;
}
figure.imgThumb img {
	margin-top: -1px;
	margin-left: -1px;
	width: 300px;
}
figure.imgThumb figcaption {
	padding: 0 .5em;
}
figure.code {
	background-color: #222;
	margin: 1em 0 1em 40px;
	padding: 1em;
}
figure.code p {
	font-family: monospace;
	margin-top: .5em;
	white-space: pre-wrap;
}
figure.code figcaption {
	position: absolute;
	bottom: 2px;
	right: 5px;
}

.codeInline {
	background-color: #222;
	padding: 2px;
}

section.subsection {
	border-left: 2px solid #d4d4d4;
	margin-left: 10px;
	margin-bottom: 2em;
	padding-left: 10px;
}

footer p {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}

td, th {
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}


#___plusone_0 {
	position: absolute;
	top: 90px;
}

em.update {
	color: #90f442;
}

a.download {
	background: #d4d4d4 url(logoSource.png) no-repeat 10px center;
	color: #454545;
	
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	
	display: block;
	padding: .5em 1em .5em 30px;
	margin: 0 1em .5em 0;
	
	float: left;
}
a.download.windows {
	background-image: url(logoWindows.png);
}
a.download.linux {
	background-image: url(logoLinux.png);
}
a.download.source {
	background-image: url(logoSource.png);
}





