/* 
-----------------------------------------------------------------
	BRANZ
	print.css
	
	Print Styles
-----------------------------------------------------------------
*/


/*
-----------------------------------------------------------------
	Hidden
-----------------------------------------------------------------	
*/

.nav,
.screen,
hr, 
#search,
#backtotop {
	display: none;
}

/*
-----------------------------------------------------------------
	Clear floats
-----------------------------------------------------------------	
*/
div { float:none !important; }

/*
-----------------------------------------------------------------
	Text
-----------------------------------------------------------------	
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	padding-bottom: 1em;
	border-bottom: 1px solid #6c9ebe;
}

/*
-----------------------------------------------------------------
	Links
-----------------------------------------------------------------	
*/

a { text-decoration:none; }

/*
-----------------------------------------------------------------
	Images
-----------------------------------------------------------------	
*/

img {
	margin: 10px 20px 10px 0;
	display: block;
}
a img {
	border: 0;
}
h1 img {
	float: none;	
	margin: 0;	
}

/*
-----------------------------------------------------------------
	Colour
-----------------------------------------------------------------	
*/

body {
	background: #fff;
}
body,
a {
	color: #000;
}