/* 
	www.yorkstudentcinema.org :: Print Style :: /style/print.css
	Updated  : 16 October 2006
	Author   : Richard Adams (http://www.wblinks.com)

	You may study this CSS to see how certain things work so that you can
	use them in your own site. Please don't just cut and paste the whole 
	thing though!
*/

#banner, #logo, #menu, #info, #footer {
	display: none !important;
}

body, #pageContent, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Show the title with special print logo */
#pageContent:before {
	content: url(../images/logo_print.jpg);
	display: block;
}

/*
#footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}*/