/**
 * Orwell Housing
 * Print stylesheet
 */

/* Hide pointless things that need to be clicked */
#login, #flags, #browsealoud, #search, #primary-nav, #resize, #secondary-nav, #sidebar, #footer, .prevnext {
	display: none;
}
#content, #main {
width: 90%;
}
#header {
height: 100px;
}

/* Make text easy to read in print */
body {
	font: 12pt/1.5 Georgia, "Times New Roman", serif;
	color: #000;
}

/* useful link information */
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, a[href^="mailto"]:after {
	content: "";
}

/* make text content nicer */
h1 {
	border-bottom: 5px double black;
	font-size: 1em;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-variant: small-caps;
}
h2 {
	border-bottom: 1px solid #999999;
	padding: 0 0 0.1em;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	text-decoration: none;
	color: #999999;
}
p {
	margin: 0.5em 0 1em 0;
}