/*  Hidden elements  */
header #navi,
aside,
footer {
	display: none;
}

/*  Elements  */
p, h1, h2, h3, h4, h5, h6, li, dt, dd, blockquote, a {
	color: #000 !important;
}

main a {
	border-bottom: 1px solid #000 !important;
}
	.post-post a:after {
		content: " [" attr(href) "]";
		color: #777;
		border-bottom: 1px solid #fff;
	}

/*  Main layout  */
body {
	margin: 0;
}

header,
section#content,
footer {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/*  Header  */
header,
header #title {
	width: 100%;
}

/*  Main area  */
main {
	width: 100%;
}