/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 February 2012 22:28:55
*/


/*--------------------------------------	print.css */

/*--------------------------------------	table of contents */

/*	
	*import reset.css default-typography-styling.css
	*print link href  
	*set up for printing 
	*remove for printing
*/

/*--------------------------------------	import reset.css default-typography-styling.css */

@import url("http://www.hornsby.nsw.gov.au/__data/assets/css_file/0010/1054/reset.css");
			@import url(http://www.hornsby.nsw.gov.au/_designs/css/default-typography-and-styling.css);
					  

/*--------------------------------------	print link href */

#content-main a:link:after, #content-main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/*--------------------------------------	set up for printing */

html,
body 
{

    margin: 0;

    padding: 0;
	
	width: auto;

}

#container 
{

	width: 95%;

	margin:8px auto 0;

	padding:0;
}

#print-logo
{
	
	display: block;
	
	float: none;
	
}

#footer 
{
	padding:0;
}

img
{
	float: none;
}

ul li
{
	background: none;
	list-style: disc;
}

/*--------------------------------------	remove for printing */

#header h1,
#header .logo,
#navigation-top,
#navigation-main,
#navigation-secondary,
#bread-crumb,
#utilities,
.home #content-aside,
#panel-image-gallery,
#panel-quick-links,
#panel-information-for,
#panel-i-want-to,
#panel-find-out-about,
#site-information h2,
#site-information ul,
.pagination,
.controls.all-events,
.alphabet-page-list,
.alphabet-page-list a,
#content-aside-secondary,
#map_canvas
{

	display: none;

}
