/*
Title:      Groundwater Sciences Corporation styles for print media
Author:     Warren Blayney, warren@glossypixel.com
Updated:    February 2010
*/

body {
	margin: .2in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#header {
	margin-bottom: 1.5em;
	}
	
span.logo {
	border: none;
	}
	
#logo a {
	border: none;
	}
	
#blurb-text span {
	font-size: 125%;
	font-weight: normal;
	}

#nav, #sub-nav, #sidebar, #blurb-sleeve p a, #featured-project p a, #people, .top, .resume {
	display: none;
	}
	
#sidebar.alt {
	display: block;
	}
	
#office-locations li, .info li {
	list-style: none;
	}
	
a:link, a:visited {
	color: gray;
	}
	
/* print BR after spans */
#contact-details ul li span:after {
	content: ".";
	color: #FFF;
	visibility: collapse;
	display: block;
	}
.name {
	font-weight: bold;
	}