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

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

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

.post {
	display: block;
}

