/* 1. Common Print Resets
----------------------------------------------------------------------------------------------------
*/

/* Hide */

#goTo,
#search {
	display:none !important;
}

/* Background and Colour */

body,
#page {
	background:transparent;
}

#content, footer {
	color:#222;
	background:transparent;
}

#content h1, footer h1 {
	color:#222;
}

#content a, footer a {
	color:#222 !important;
	text-decoration:underline !important;
}

/* 1. Custom
----------------------------------------------------------------------------------------------------
*/

#bar {
	display:none;
}