/* @override 
	http://filene.local/stylesheets/print.css?development
	http://localhost:3000/stylesheets/print.css?1213984044
*/

body {
	background: white;
	font-size:10pt;
	font-family:Helvetica;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

#masthead, #masthead #accessibility-links, #masthead blockquote, #header, #sidebar, #footer, #secondary-content, hr, .screen, script {
  display: none;
}

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%; 
}

a[href^="/"]:after {
   content: " (http://filene.org" attr(href) ") "; }
	 
#accessibility-menu, #navigation { 
	display:none !important; }
	
h1 {
  margin: 1em 0.5em;
  line-height: 1.2em;
  font-size: 1.4em;
}
	
.content h1, .content h2, .content h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 1.3em;
}

.print {
	display: block;
}

.content h2.print {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin: 0 0 25px 0;
}

#print_logo {
  margin: 0 10px 10px 10px;
  width: 200px;
}

#team-list {
  margin: 0;
}

#team-list .member {
  float: left;
  width: 29%;
  height: 300px;
  padding: 0 2%;
}

#team-list h3, #team-list p {
  font-size: 1em;
  margin: 0;
  line-height: 1.4em;
}