/**
 * Print Stylesheet 
 * Copyright (c) Fluid Creativity, 2009
 */

/* Generic Styling */

body {
	background: none;
	color: #111111;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, .secondary h3 {
	background: none;
	color: #000;
}

a.rssIcon, .rssIcon a {
	display: none;
}

/* Remove web elements */

#headerActions, #navigation, #footerLinks, div#contactBlock a.contactUs, div.headerPanel, #footerLinksToogle, a.readMore {
	display: none;
}

/* Update styling for print */

#header a.fluidLogo {
	float: none;
	margin: 0 0 2em 0;
	text-indent: 0;
	background: none;
}

div.contentBlock {
	background: none;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

div#pageWrapper {
	margin: 0;
	border: none;
}

div.contentBlock ul.articleList span {
	color: inherit;
	text-decoration: none;
}

div.contentBlock div.column.media {
	border: none;
}

#footer {
	padding: 1em 0 0 0;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}

div#accreditationBlock h2 {
	padding-left: 0;
}
