/************
* Title: Print stylesheet for document printing
* Author: me@kevinholesh.com
************/

/* Don't display the sidebar */
header.main nav { display: none; }
#secondary { display: none; }
#tertiary { display: none; }

#main	{ padding: 40px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; }


/* "Going to print" from A List Apart */
a:link, a:visited { border: 0; color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
div#content a:link:after, div#content a:visited:after { content: " (" attr(href) ") "; font-size: 80%; } /* print out the URL after each link in the text */
