/* 
Title: 		Printer Styles for QuebecScene.ca 
Author:		jay.west for the National Arts Centre
Contact:	creative@jaywest.com
Updated:	April 23, 2007 
*/


/* hide all the divs we dont want to print */
#accessibility,
.buyTickets,
.mycalendar,
.tickets,
#nav_main,
#nav_sub,
#site_info {
display:none;
}


/* optimize the page content for print legibility */

body {
background: white;
font-family:"Times New Roman", Times, serif;
font-size:10pt;
color: black;
text-decoration:none;
}

#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 */


/* @group Headings */

#branding {
border-bottom: 2px solid black;
width:100%;
margin-bottom: 20px;
}

#branding h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 140%;
display:inline;
margin-right: 0.3em;
}


h1 a {text-decoration:none;}


#branding h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 140%;
	display:inline;
}


h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: .8em;
}




/* @end */



