/* @override http://whiteink.com/media/style/master.css */

body {
	font-size: 120%;
}

.narrow {
	width: 40%;
}

.content {
	margin: 10em 2em 10em 10em;
}

body.fullpage .content {
	margin: 2em;
}

.content h1#whiteink {
	color: #36c;
	font-size: 2em;
}

.content h3 {
	margin-top: 0em;
	color: #CCC;
}

.content h1 a:link, .content h1 a:visited, .content h2 a:link, .content h2 a:visited, .content h3 a:link, .content h3 a:visited {
	color: inherit;
	text-decoration: none;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover {
	color: #c33;
	text-decoration: underline;
}

.content h1 a:active, .content h2 a:active, .content h3 a:active {
	color: #000;
}

.content .aside {
	float: right;
	clear: right;
	margin-right: -22em;
	width: 20em;
	font-size: 80%;
	color: #999;
}

.content a:link.hiddenlink, .content a:visited.hiddenlink {
	color: inherit;
	text-decoration: none;
}

.content a:hover.hiddenlink {
	color: #c33;
	text-decoration: underline;
}

.content a:active.hiddenlink {
	color: #000;
}

.content sup.ref {
	color: #ccc;
}

.content p.fn {
	color: #ccc;
	font-size: 0.8em;
}

#github-badge {
	font-size: 1em;
}

#github-badge .header {
	display: none;
}

#github-badge .description {
	font-size: 0.7em;
	display: block !important;
}