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