/* CSS Document */
/* Standard Print Style Sheet for www.cagaran.co.uk*/

/*Remove unwanted items*/
#top-nav, #left-nav-holder, #left-nav, #annas-left, #right-nav, #footer-right, #bottom-stripe, #utilities, #sitemap, #terms {
	display: none;
	}

/*Ensure page background colour is white*/
body, #container, #main, #content {
	background-color: white;
	}

/*Ensure content spans full page*/
#container, #top-banner, #main, #content, #footer {
	width: 100%;
	margin: 0;
	float: none;
	position: relative;
	padding: 0;
	}
	
/*Change text to black*/
#content, #copyright {
	color: black;
	}

/*Display print version of prefix 'logo'*/
.print {
	display: block;
	}

#top-banner, #prefix {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 79px;
	width: 100%;
	}

#prefix {
	margin-top: -175px;
	}

/*Reposition content area*/
#content {
	top: 79px;
	left: auto;
	}

/*Adjust text margin*/
#content p, #content ul.teaser {
	margin: 0;
	margin-bottom: 5px;
	}

/*Improve link visibility*/
a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}

/*Improve teaser visibility*/
#content ul.teaser li a {
	color: black;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top: 0;
	}

/*Display teaser text*/
#content ul.teaser li span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	padding: 0 10px 10px;
	}

/*Re-position copyright div*/
#copyright {
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: left;
	}