/*----------------------------------------------------------------------------
Print Style Sheet

Author:   David Foster
Email:    david@apache.co.uk
Details:  Controls styling of the website when printed
----------------------------------------------------------------------------*/

body { color: black }

#wrapper {
	background-color: white;
	line-height: 1.2143;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#header,
#primaryNav,
#secondaryContent { display: none }

#content {
	clear: none;
	margin-bottom: 0;
}

#primaryContent {
	float: none;
	font-size: 13pt;
	margin-right: 0;
	width: auto;
}

	#primaryContent p { width: auto }

	#primaryContent img {
		display: block;
		margin-bottom: 1.25em;
		position: static;
		left: 0;
		width: 100%;
	}

	#primaryContent a {
		color: black;
		text-decoration: underline;
	}

#footer,
	#footer p {
		background: white;
		color: black;
	}

	#footer p { font-size: 8pt }