/* Print 1.0 - Oct. 24 2006 */

body { font-family: Georgia, Times, Serif; text-align: left; }

/* -- Headings */
h1 { font-size: 2em; font-weight: normal; }
h2 { font-size: 1.8em; font-weight: normal; }
h3 { font-size: 1.6em; font-weight: normal; }
h4 { font-size: 1.4em; font-weight: normal; }
h5 { font-size: 1.2em; font-weight: normal; }
h6 { font-size: 1em; font-weight: normal; }

/* Possibly we should make the page backgrounds white to save ink on people's printers?*/
#Content { background: white; font-size: 12pt; display: block !important; }

/* Hide navigation -- later we should reformat it to look good on print (to show a kind of breadcrumb) */
#MainNav { display: none; }

/* Have content print to fit well on the page */
#Content { width: auto; text-align: left !important; margin: 0 5%; padding: 0; float: none !important; color: black; background: transparent none; }

/* Hide these elements */
.PoundDnList, .LinkUp, #PageNav, #FlashMain { display: none; }

/* Show entire urls instead of relative ones - thanks to alistapart.com */
a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
#Content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
#Content a[href^="/"]:after { content: " (http://www.mimoymima.com" attr(href) ") "; }
