/* print stylesheet for State Library of New South Wales website */

body {
	background-image: none;
	background-color: #FFFFFF;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
}


a {		/* underline links, since when printing B&W it's very hard to see different coloured links without underline */
	text-decoration: underline;
}


#header {
/*	border-bottom: 1px solid #000; */
}

ul#main-menu {
	display: none;
}


#page-container {
/*	width: 98%; */
	float: none !important;	/* needed to fix blank page problem in IE7 */
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background-image: none;
}


#sub-nav {
/*	width: 	23%; */
	display: none;
}


/* with assistance from: http://www.alistapart.com/articles/alaprintstyles/ */
#main-content,
body.wide-page #main-content {
/*	width: 540px; */
/*	width: 73%; */
	float: none !important;	/* needed to fix blank page problem in IE7 */
	width: auto;			/* must not set  to !important else IE7 crashes on homepage when print previewing */
	margin: 0 !important;
	padding: 0 !important;
/*	font-size: 13pt !important;		*/
	font-size: 100%;
}


body.no-sub-nav #main-content {	/* on frontpage and similar with no subnav, we want to override the big font-size and set it back to smaller one */
  	font-size: 0.8125em !important;		/* use 0.8125em instead of 0.8em to account for slight difference on Mac browsers */	
}



#breadcrumb {
	width: 98%;
}


#text-size-print {
	display: none;
}


#quick-bar {
	display: none;
}


.search-link-box {
	display: none;
}



#footer-nav {
	margin-top: 2em;
/*	border-top: 1px solid #000; */
	padding-top: 1em;
}

/*
#footer-nav-links {
	display: none;
}


#gov-logo {
	display: none;
}

*/