@charset "utf-8";

#header-region, .block-menu, #section, #breadcrumb, .related, .profile, #foot-link{
	display: none !important;
}
body, #content, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
a img{
	border: 0;
}
html body a:link, html body a:visited, html body a em{
	position: static;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #555;
}
html body pre, html body code {vertical-align: baseline;}

.entry-content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
