@charset "utf-8";

@import url(resetCSS.css);
/*

	File Description & Change Log
	-------------------------------------------------------

	Details
	-------

	Title: 		style4print.css
	Author: 	Andy Smith
	Of:			Tsuko
	Creation:	08/07/2009

	Note:		This is the StyleSheet 
				that dictates the print 
				style of all of the rest 
				of the pages on the site.	

	Edits
	-----

	Author: 	Andy Smith
	Date:		
	
	Notes:		Further Specialization for pages
	
	-------------------------------------------------------

*/
*{
	margin:0px;
	padding:0px;
}

body  {	
	font: 100% Arial, Helvetica, sans-serif;
	color:#1c1c20;
	background: white;
	font-size: 12pt;
}

a{

	text-decoration:underline;
	color: #B60810;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
p{
	margin-bottom:1em;
	}
	
body a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
body a[href^="/"]:after {
   content: " (http://www.spt.co.uk" attr(href) ") ";
   }
body div#titleBlock h1 a:after {
   content: " (Printed from http://www.spt.co.uk" attr(href) ") ";
   }
 
 div#mainContent div#centralBlock ul li.col a:after{
 	content:"";
	}
 
/* Bin Everything we don't need */	
.external, .pdf, div#container ul#main-Menu, ul#footer-links li a, div#toplinks ul, div#footer, div#rightHandColumn, ul#leftHandColumn, ul#mainMenu, form#searchbox-top, form#commentsForm, div.comments, p a.print-this, div.acrobatReaderSign{
	display:none;
	}
