/*
LC2010 Wordpress Theme Print Styling

This theme is for use by Labour Co-operative on its "group of companies"
website http://www.labourcooperative.com.au - no licence is granted to
distribute in anyway except by agreement of both the Author and Labour
Co-operative.

Images used are under licence and must not be used by third parties.

This stylesheet assumes you also have pre-loaded a HTML5 CSS Reset.

TODO:
 - IE prints as blank page (both PDF and paper): html5shiv maybe doesn't happen during print?
*/
body {
	background: white;
	font: normal 14px Verdana, Arial, sans-serif;
}
#cornerbox, nav {
	display: none;
}
h1, h1.b-group, h1.b-labourco, h1.b-health, h1.b-training { /* classes listed for opera */
	font-size: 165%;
	background: white;
}
h1 span {
	position: inherit;
	left: auto;
	color: black;
}
section.fp-widgets {
	display: none;
}
#rwrap {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer-sites {
	background: white;
	color: #000;
}
footer .footlinks {
	display: none;
}
#fpwid-labourco, #fpwid-health, #fpwid-training {
	color: black;
}
#fp-slideshow {
	display: none;
}
