/*
-----------------------------------------------
vermontcommons.org
Stylesheet: Print.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 25 Oct 2006
----------------------------------------------- */

@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, #primary_navigation, #sidebar, #site_search, #site_info .navigation, #QE_Toolbar {
	display: none;
}

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

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

/*
Modules */

.prev_next { display: none; }

.module_row { 
	float: none;
	width: 100%;
	padding-bottom: 18px;
}
.module_first { 
	margin: 0;
	display: block;
}

.module {
	border: 0; 
	float: none;
}

.module h2 {
	font-size: 1.6em;
	line-height: 1em;
	text-align: left;
	background: none;
	border: 0;
	margin: 0 0 1.125em;
	padding: 6px 9px;
	text-transform: uppercase;
	color: #FFF;
}

.module h2 a:link, .module h2 a:visited { color: #38532E; }
.module h2 a:hover, .module h2 a:active { color: #DCE7E4; }

.module li { margin-bottom: 1.5em; }

.module_medium {
	background: none;
	width: 100%;
	float: none;
	overflow: hidden;
	-moz-opacity: 0.99; /* Firefox flicker javascript fade fix */
}

.module_small {
	background: none;
	width: 185px;
	margin-bottom: 8px;
	float: none;
}