/* CSS Document */
body { background: none; }
#header { display: none; }
img#print_logo { display: block; }

#wrapper { width: 100%; }
#container .main { margin: 0; }
#subsite_footer { margin: 0; border-bottom: none; }

#subsite_header h3 { 
	padding: 0;
	color: black;
	background: none;
}

#subsite_header img { display: none; } 
#subsite_header {
	border-bottom: 1px solid #666;
	background: none;
	margin: 0;
	padding: 0;
}
#subsite_header h3 a { 
	color: black; 
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 2px;
} 


#page_navigation { display: none; }

#container { padding: 0; }
#content { margin: 0; padding: 0; }

#footer { 
	margin: 1em 0 0;
  background: none; 
  border: none; 
  color: black; 
	border-top: 1px solid #666;
  text-align: left; 
}
#footer .treatment { display: none; }
#footer .content { background: none; color: black; margin: 0; border: none; }
#footer .search { display: none; }
#footer a {	color: blue; }


/* Page Specific Fixes */
/* first level */
#vignettecontainer { background-color: #FFFFFF; }
#vignetteleft, #vignettemiddle, #vignetteright { background-color: #FFFFFF; }

/* second level */
#whatsnew { display: none; }


#content a { text-decoration: none; color: #006; font-style: italic; }
#content a:link:after, #content a:visited:after {
  content: " ("attr(href) ")";
  font-size: .75em;
  color: #666;
}
#content a[href^="/"]:after {
  content: " (http://www.evergreen.edu" attr(href) ") ";
}
#content div.column {
  float: none !important;
  overflow: visible !important;
  width: auto;
}
#content .primary {
  width: auto;
  overflow: visible !important;
}