/* 
Title: 		Printer Style: RubyForty (nac-cna.ca) 
Author:		Jason Westerlund (jaywest) for the National Arts Centre
Contact:	jaywest@nac-cna.ca
Updated:	June 1, 2009
*/


/* hide all the divs we dont want to print */

#nav_skip,
#nav_main,
#nav_sub,
#nav_section,
#footer {
display:none;
}


/* optimize the page content for print legibility */

body {
background: white;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:10pt;
color: black;
text-decoration:none;
}



#branding {
/*font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;*/ 
border-bottom: 1px solid black;
}

#branding_details {
position: absolute;
top:  30px;
left: 230px;
}
#branding h1 {
text-indent: -9999px; /* hide the text */
width: 200px; /* width of replacement image */
height: 81px; /* height of replacement image */
background: url("/img/theme/print_logo.png") 0 0 no-repeat;
}	




#content {
width:100%;
margin: 0;
padding: 0;
float:none;
}
p {margin: 0 0 1em 0;}


/* @group Links */
a {
color:black; 
font-weight:bold; 
text-decoration:none;
}

/* @end */


h2 {margin: 0;}
h3 {margin: 0;}
h4 {margin: 0;}




 




