/*
This CSS contains instructions on printing articles on Monticello Live.
Created 05.21.10.
Version 0.1
*/

/* Uses points (better for print) instead of pixels for text. Eliminates any background images. */
body {color: white; font-size: 12pt;}
img:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides the two ad columns and top ads */
#ad_column_1, #ad_column_2, .large_ads, header h2, .tweetmeme_button, #previous-next-articles, .postmetadata_alt, footer {display: none;}

/* Hides navigation menu and comments */
nav, #commentform, #comment {display: none;}

/* Sets container element to full width of page, eliminates float bug in older browsers. */
#container {width: auto; margin: 0 5%; float: none !important; color: black; background: transparent;}

/* Sets links to a dark color for grayscale, a red for color. Also makes them bold. */
a:link, a:visited {color: #520; background: transparent; font-weight: bold; text-decoration: underline;}

/* Displays the full URL of any link within the <section> */
#section a:link:after, #section a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}

/* Hides masthead background image */
header {background: transparent;}