
/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Coedit Limited - Print CSS
	Copyright:		Copyright 2006 - Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/


/* Hide elements we don't want */
#spikesLeft, #spikesRight,
#cornerTL, #cornerTR, #cornerBL, #cornerBR,
#sideBoxCornerTL, #sideBoxTop, #sideBoxCornerTR,
#navigation, .invisible {
	display: none !important;
}

html {
	background: none #FFFFFF;
}
body {
	margin: 0px;
	text-align: left;
}


#centreContent {
	width: 100%;
	min-width: 100px;
	background: none #FFFFFF;
	margin: 0px;
}

#header {
	height: auto;
}
#header a {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	background: none #FFFFFF;
}
#header a span.invisible {
	display: block !important;
	position: static;
	width: 100%;
	height: auto;
	overflow: visible;
	line-height: 1.6em;
	font-size: 2em;
}
#header a span strong {
	display: block;
	font-weight: normal;
}
#tagLine {
	position: static;
}


#content {
	width: 100%;
	height: auto;
	float: none;
	min-width: 100px;
	min-height: 100px;
	margin-left: 0px;
	border: none;
	background: none #FFFFFF;
}
#contentInner {
	page-break-after: always;
	margin: 0px;
}

#sideBoxOuter {
	width: 100%;
	float: none;
	margin-left: 0px;
	min-width: 100px;
	border: 1px solid #CDE4E9;
}
#sideBox {
	margin: 0px;
}
#sideBox .inner {
	border: none;
}
#sideBox h2 {
	margin-top: 12px;
	background-color: #FFFFFF;
	color: #00486F;
}
#sideBox a,
#topFeature a {
	display: none;
}
#sideBox p a,
#topFeature p a {
	display: inline;
}

#topFeature {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: left;
}
#topFeature h2 {
	font-size: 1em;
	color: #00486F;
	margin-bottom: 0.25em;
}
#topFeature p {
	color: #000000;
}

#footer {
	padding: 0.25em 0px 0.4em 0px;
}
#footer .footerSection {
	width: 49%;
	margin-right: 0px;
	text-align: left;
	text-indent: 0.5%;
}
#footer .footerValidateLink {
	width: 25%;
	text-align: right;
	text-indent: 0px;
}


/* Needed for IE in conjunction with the min-width behaviour to remove the min widths for printing */
#centreContent,
#contentOuter,
#navigation,
#content,
#footer,
#sideBoxOuter {
	width: 100% !important;
}

