/*
	Printer Stylesheet for National Museums Scotland (NMS) / Parallel 56

	$Author: adonaldson $
	$Date: 2006-11-08 12:03:17+00 $
	$Revision: 1.1 $	
*/

@import url(sIFR-print.css);

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

a:link, a:visited {
	color: #444;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
div#contentBody a:link:after, div#contentBody a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	

a img { border: 0; }

ul.navigation,
fieldset.quickSearch,
div#homeSspFrame,
div#footer p.heading,
p.sideNavigationHeading { display: none; }

div.contentPanel ul.navigation { display: block; }
div.contentPanel p.heading,
div.contentPanel h2 { font-size: 100%; font-weight: bold; }
div.contentPanel { border-top: 0.15em solid #ccc; }

div#footer { border-top: 0.25em solid #aaa; color: #aaa !important; }
div#header { background: transparent !important; border-bottom: 0.15em solid #aaa; margin-bottom: 1em; }

div#header p.mainLogo a { color: #aaa !important; text-decoration: none; }
html>body div#header p.mainLogo a {  position: absolute; right: 0; padding-top: 1em; }
div#header p.mainLogo:before { content: url(../images/nms_print.gif); }

div#contentBody { height: 20cm; }
html>body div#contentBody {
	height: auto;
	min-height: 20cm;
}

div.mainLogo { color: #fff; }
