/*
title:		renWeb.co.uk layout for print media
author:		renWeb.co.uk
updated:	Jun 2007
*/


body {
	margin: .5in;
	font-family: Times New Roman, serif;
	font-size: 12pt;
	}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

#title h1 {
	color: gray;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1.5em;
	border-bottom: 2px double black;
	}

#breadcrumb, #sidebarBot, #sidebar, #footRight, img, .linearNav, .pageNav, .upNav{
	display: none;
	}

a:link, a:visited {
	color: #009;
	}


/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

