/* ====================

Title: Giraffe Print stylesheet
Last updated: 12/12/2007 by Mike

==================== */

#branding, #navigation, #site_info { display: none; }

a:link, a:visited, a:hover, a:active { color: black; text-decoration: none; }

a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " (" attr(href) ") ";
	color: grey;
	font-style: italic;
	font-weight: normal;
}

a[href^="/"]:after { content: " ( http://www.giraffe.co.uk"attr(href)") "; }