/*
*	Hides a few elements and removes layout to improve printing.
*/

ul#navigation,
p#back-to-top,
p#copyright a,
p#avatar
{
	display: none;
}

acronym
{
	border-bottom: none;
}

div#content
{
	border-top: none;
	padding-left: 0em;
	padding-right: 0em;
	width: auto;
}

div#footer
{
	border-top: none;
}

h1
{
	margin-top: 0.9em;
}

img#logo
{
	margin-left: 0em;
}

p#copyright
{
	padding-left: 0em;
}

