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

/* "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 */

/* Add a bit of extra space between comments */
section#comments > ol > li { margin-top: 22px; }

section#comments div#respond { display: none; }