body {
	background: #FFF;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

h1 {
	border-bottom: 2px dotted #666;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

code,
pre {
	font-size: 1em;
	vertical-align: baseline;
}

.hidden,
#header,
#navbar,
#search-area,
#sidebar {
	display: none;
}

#wrapper {
	max-width: none;
	padding: 0;
	width: auto;
}

#content {
	padding: 0;
	width: auto;
}

#content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 0.9em;
}

#content a[href^="/"]:after {
	content: " (http://borngeek.com" attr(href) ") ";
}

#narrowcolumn {
	float: none !important;
	margin: 0;
	width: auto;
}
