/* Print stylesheet

Woolton Golf Club (http://wooltongolfclub.co.uk)

Author: Nick Snell (orpo.co.uk)
Date:	4th January 2008
*/
body {
	color: #484848;
	font: 11pt "Georgia", "Times New Roman", sans-serif;
	line-height: 180%;
	margin: 0;
	width: 100%;
}

img { border: none }
h1 { font-size: 15pt }
h2 { font-size: 13pt }
ul { padding-left: 18px }
dd { margin-left: 6px }
p { margin-bottom: 12px }

hr {
	border: none;
	border-top: 1px solid #8f8f8f; 
	height: 1px;	   
}

#detail a:link:after, #detail a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	font-style: italic
}

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

a[href^="mailto"]:after {
	content: "";
}

acronym:after, abbr:after {
	border: none;
	content: " (" attr(title) ") ";
}

#print-title:after {
	content: "The Woolton Golf Club";
}

.noprint, #search, #banner img, #jumper, #navigation, #footer-navigation { 
	display: none;
}


/* Page Specific */
#pro-gallery, .hole-quick-nav {
	display: none;
}

#banner #hole-gallery { display: block !important }