/*
-----------------------------------------------
BrownLedge.org
Stylesheet: Print.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 August 2008
----------------------------------------------- */

@import url(content.css);

body {
	font: 8pt/1.8em Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
}

a:link, a:visited { color: #333; }
a img { border: 0; }

#accessibility, #utility_navigation, #site_search, #navigation, #secondary_navigation, #site-info .navigation, #QE_Toolbar {
	display: none;
}

#masthead {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.8em;
	position: relative;
}

#tagline {
	position: absolute;
	top: 100px;
	left: 300px;
	font-size: 18px;
}

#site-info {
	border-top: 1px solid #CCC;
	margin-top: 0.9em;
	padding-top: 0.9em;
	clear: both;
}

#container, #content {
	background: #FFF;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

th { background: #FFF; color: #000; border-bottom: 1px solid #000; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { text-indent: 0; width: auto; height: auto; background: none; }
