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

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

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

.post {
	display: block;
}
