/* Start of CMSMS style sheet 'Print' */
/* Rules based on http://www.alistapart.com/stories/goingtoprint/

Print layout: */

body {
	background: white;
	font: 12pt "Hoefler Text", Palatino, "Times New Roman", serif;
	color: black;
}

#pagewrapper {
	margin: 2%;
	width: auto;
	float: none !important;
}

#header h1 {
	margin: 0 0 25px 0;
}

a {
	text-decoration: underline;
	color: #122585;
	background-color: inherit;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://www.stjudesbrantford.com" attr(href) ") ";
}

#menu, #frontphoto, #sidebar-left, #sidebar-right, .announce, .hide, .accessibility {
	display: none;
}

#main img, #mainwide img, #mainwide2 img {
	

}

/* End of 'Print' */

