/*
* Print CSS
*/
html, body {
	background: #fff;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

#header, #footer, #sidebar, .social, .edit, #sb-loading {
	display: none;
}

.post {
	display: block;
}
