html, body {
	background: #fff;
	text-align:justify;
	margin:0;
	padding:0;
	width:auto;
	color: #000;
}

body {
	padding: 0 1.5cm;
}

h1, h2, h3, h4, footer {
	page-break-after: avoid;
}

footer {
	page-break-before: avoid;
}

blockquote {
	font-size: 1em;
}

div#latest h2 {
	font-size: 3em;
}

div#latest article section {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

body > header h1,
div#latest h2,
div#latest footer,
div#latest article,
div#latest article section,
#content,
#content article {
	float:none;
	width:auto;
	margin-right:0em;
	margin-left:0em;
	padding-left:0;
	padding-right:0;
}

body > header nav ul,
div#latest article aside,
#commentform, 
#respond, 
#content nav {
	display:none;
}

#sidebar {
	display:none;
	clear:both;
	width:100%;
	float:none;
	padding: 1.5em 0 !important;
	border-left: none;
	border-top: .5em solid #999;
}


footer{
	padding: 1.5em 0;
}


footer p {
	float:none !important;
	padding:0 !important;
	width:auto !important;
	margin:0 !important;
}

