/* 
-----------------------------------------------
patricklynch.net
print styles
These styles override normal display styles
so as to print full width of content area and 
minimize navigation
----------------------------------------------- */

body {
	background: #fff;
	}

#pagebox {
	background: #fff;
	border: none;
	width: auto;
	}

#yaleHeader, #itsLinksHeader, #itsLandingHeader {
	display: none;
	}

#breadcrumb {
	display: none;
	}	

#identityHeader {
	height: auto;
	background: #fff;
	}	

#linksHeader {
	display: none;
	}
	
#landingHeader {
	display: none;
 	}
	
#content { 
	background: #fff;
	}
	
#scanColumn, #sideBar {
	display: none;
	}

#content, #mainColumn {
	background: #fff;
	width: auto;
	}

#footer {
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: none;
	}

#footer p.footer {
	background: #fff;
	margin-left: 0;
	}
	
#footer p.printURL {
	background: #fff;
	margin-left: 0;
	}



/* TYPOGRAPHY COLORS
======================================================================= */

h1.headerName {
	color: #444;
	}
		
h2.headerList {
	color: #444;
	}
	
		
#content h1, 
#content h1 a, 
#content h2, 
#content h2 a, 
#content h3, 
#content h3 a, 
#content h4, 
#content h4 a, 
#content ul li a {
	color: #444;
	font-weight: normal;
	}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
   
/*
a:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	}

a#footer:after {
	content: "";	/* turns off URLs for printing
	}
*/



		





