/*
-----------------------------------------------
Title: Print Media Style Sheet
Site: Princeton Campus Plan
Author:   David Gowrie
Version:  2006.10.v1
----------------------------------------------- */


body {
	margin: .2in;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	}

p { margin: 0; }

img {
	display: none;
}

#logo img {
	display: block;
	width: 291px;
	height: 144px;
	
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

/*#header h1 {
	display: none;
}*/

#utility, #nav {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text - only works in modern browsers (not IE)*/
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
.credit { display: none; }

#navBar { display: none; }
#mainNav { display: none; }