/*

Spennymoor Town FC 2010 (print) style sheet
===============================================

Author:			John Metcalfe - john@discoverydesign.co.uk
Copyright:		2010 Discovery Design Ltd.
Description: 	Print stylesheet for Spennymoor Town FC 
Last Edit:		10/08/2010 by John Metcalfe

*/

/* RESETS
=============================================== */
body {
background:  			white;
color: 					black;
font: 					13px/19px "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
margin:					0px 0px 0px 0px;
padding:				0px 0px 0px 0px;
width: 					7in; 
}

#logo, #navigation, #container_founded, #container_logos, #container_footer, #container_randomservice, #site_choice_sidebar, .page #container_sidebar, .service #container_sidebar, .index #container_sidebar {
display:				none;
}

/* TYPOGRAPHY
=============================================== */
h1, h2, h3 {
color: 					#666;
}

h1 {
font-size:  			20pt;
margin-bottom: 			0;
padding-top:  			20px;
text-align:  			center;
}

h2 {
border-bottom: 			1px solid #666;
font-size: 				16pt;
padding: 				20px 5px 5px;
}

h3 {
border-bottom: 			1px solid #999;
font-size: 				14pt;
padding: 				15px 5px 5px;
}

p {
margin-top: 			10px;   
}

/* LINKS
=============================================== */
a {
color: 					#333;
font-weight: 			bold;
}

a:after {
content: 				" (" attr(href) ") ";
}
