/*
Title:      Savagepianist.com styles for print media
Author:     Wolf Chiappella, wolfango@gmail.com
Updated:    4th December 2007
*/

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	}
h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	}
#content h2 {
	color: gray;
	font-weight: bold;
	margin-bottom: 1.5em;
	}

#nav, #sidebar, hr, p.music  {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	
blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 10pt;
	}
p.quote {
	font-size: 8pt;
	}
img {
	border: none;
	}
	
/* print URLs after link text */
#footer a.design:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }
