html, body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	max-width: 640px;
	margin: 1em auto;
	font-size: 12pt;
	line-height: 1.6;
	padding: 0 1em;
}

a {
	text-decoration: none;
	color: #92f;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: #333;
}

navigation {
	float: right;
}

navigation a {
	margin-right: 2em;
}

h1, h2, h3, h4 {
	margin: 2em 0 0.3em 0;
	color: #000;
}

h1.logotype {
	color: #888;
	font-size: 16px;
	font-weight: 300;
	display: inline;
	margin-right: 2em;
}


div.foot {
	margin: 5em 0;
}


code { 
	font-family: 'Droid Sans Mono', 'Courier New', 'Lucida Console', 'Bitstream Vera Sans Mono', monospace;
	background-color: #fafafa;
	font-size: 14px;
	margin: 0 0.3em;
	color: #000;
}

pre { 
	font-family: 'Droid Sans Mono', 'Courier New', 'Lucida Console', 'Bitstream Vera Sans Mono', monospace;
	font-size: 14px;
	padding: 6px 12px 6px 12px;
	overflow: auto;

	border-left: 3px solid #92f;
	background-color: #fafafa;
	color: #222;
}

pre code { margin: 0; }

code span.comment { color: #666; }
code span.string { color: #6a0; }
code span.regexp { color: #719; }
code span.punct { color: #17b; }
code span.keyword { color: #f0b; }
code span.number { color: #d83; }
code span.var { color: #209; }
code span.def { color: #923; }
