/* Printer friendly style sheet */

#top .grid_8, #top .grid_4, #menu, #leaderboard, #header .grid_9, #footer, #inner_rhs, #rhs, .addthis_button {
	display: none;
}
#logo {
	display: block !important;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
}
body {
	background: white;
	color: black;
	font-size: 12pt;
}

#main {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}


a:link, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"]:after {
	content: " (http://www.ichild.co.uk" attr(href) ") ";
}

abbr[title]:after, acronym[title]:after {
	content: " (" attr(title) ")";
}
*/

/* Avoid page breaks straight after a heading. */
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}
/* Avoid page breaks inside paragraphs, blockquotes, lists, and preformatted text. */
p, blockquote, ul, ol, dl, pre {
	page-break-inside: avoid;
}


