/**
 * Our City Our Future
 * Print stylesheet
 */

/* Hide pointless things that need to be clicked */
#login, #flags, #search, #primary-nav, #resize, #secondary-nav, #sidebar, #footer {
	display: none;
}

/* Make text easy to read in print */
body {
	font: 14pt/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: 3em;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-variant: small-caps;
	font-weight: thinner;
}
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;
}