/*
-----------------------------------------------
vtstage.org
Stylesheet: Print.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 14 June 2007
----------------------------------------------- */

@import url(content.css);

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

h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Arial, sans-serif; color: #0C527A; }

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

#secondary_navigation, #primary_navigation, #productions_navigation, #site_search, #accessibility, #site_info ul, #QE_Toolbar {
	display: none;
}

#index h1 {
	background: none;
	text-indent: 0;
	height: auto;
	width: auto;
}

#index #new_season, #index #new_season .calendar { position: static; left: 0; top: 0; }

#index #new_season .image, #index #new_season .caption {
	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: 60px;
	left: 380px;
}

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