/* -----------------------

File Name: print.css
URL: http://www.strathendrickgolfclub.co.uk/styles/print.css
Title: CSS Print Styles for Strathendrick Golf Club website
Author: Andrew Strachan, Apricot Studios Website Design, http://www.apricot-studios.com
License: Copyright 2007, Strathendrick Golf Club, All Rights Reserved

---------------------- */

/* set default text sizing */	
	
html {
	width:100%
	}
	
body {
	background: white;
	font-size: 12pt;
	}
	
#accessibility-features,
#navigation-main,
img,
.img-title,
form,
#navigation-supp,
#site-by {
	display: none;
	}
	
a:link, a:visited {
	color: #0066CC;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content-main a:link:after,
#content-main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}

#content-main a[href^="/"]:after {
	content: " (http://www.strathendrickgolfclub.co.uk" attr(href) ") ";
	}
	
#header a {
	color: #000000;
	text-decoration: none;
	}

