 @charset "utf-8";
/* CSS Document */

html, body {
	background-color: white;
	color: black;
	width: 100%;
	font-family: Times, "Times New Roman", Garamond, serif;
}

#branding {
	content: url(../images/printlogo.jpg);
	width: 334px;
	height: 129px;
}

h1 {
	color: #c00;
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

p, .paragraphtype {
	line-height: 14pt;
}

img[title="Schedule a Publishing Consultation"] {
	display: none;
}

/*/*print url after links*!/
a:after {
	content: " <" attr(href) "> ";
	font-family: courier, monospace;
	font-weight: normal;
}

/*print site url before / links *!/
a[href^="/"]:after {
	content: " <http://www.beaverspondpress.com" attr(href) "> ";
}*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #626466;
}

#footer {
	border-top: 1px solid #000;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
}

.quote, img {
	clear: both;
}

/* Sections to hide */
.greenbutton, #search, #sitenav, #pagenav {
	display: none;
}