html, body {
	margin: 0;
	padding: 0;
}

#white_papers_title {
	padding-top: 0.25cm;
	display: block;
	text-align: center;
}

#header {
	display: none;
}

div#top h1 {
	display: none;
}

body #container {
	width: 100%;
	overflow: visible;
}

body div#content {
	width: auto;
	display: block;
	float: none;
	padding: 0.25cm;
}

div#middle {
	background: white;
	width: auto;
	float: none;
	padding: 0.5cm;
	padding-top: 0.25cm;
	padding-bottom: 0.25cm;
	border-width: 0.4mm 0.4mm;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#middle div#posts h2.title {
	text-align: center;
}

div#middle div#posts .header.meta {
	text-align: center;
}

div#middle div#posts .header.meta .author {
	display: none;
}

div#posts {
	width: auto;
	float: none;
	margin-right: 0;
}

body #footer {
	clear: both;
}

body #footer .holder {
	text-align: center;
	float: none;
	border: none;
	width: auto;
}

body #footer .holder #copyright {
	float: none;
	display: block;
	margin-right: 0;
	width: auto;
}

body #footer #trademark {
	width: auto;
	float: none;
	display: block;
}

#top,
#sidebar,
h3.comments,
#comments,
#respond,
#posts .navigation,
#posts .footer.meta,
#bottom,
body #footer .holder ul {
	display: none;
}
