/*
-----------------------------------------------
farmandwilderness.org
Stylesheet: Content.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 31 May 2007
----------------------------------------------- */

@import url(content.css);

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

h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Arial, sans-serif; }
#content h1 { position: static; width: auto; border: 0; }

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

#accessibility, #site_search, #breadcrumb, #navigation, #secondary_navigation, #site_info ul, #QE_Toolbar {
	display: none;
}

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

#tagline {
	font-size: 1.4em;
	font-style: italic;
	position: absolute;
	top: 10px;
	left: 475px;
}

#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; }