/*
Title:		Nanny Pickle - print styles
Author: 	Kalon Edser, media@kalonedser.com
Updated:	31 July 2008
*/


body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

#topnav, #navbar, #nav, #sidebar, .btn, .noprint, #footer a {
	display: none; 
	}

body {
	font: 1em/1.125em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}
	
blockquote {
	text-transform: uppercase;
	}
	
#footer {
	font-size: 0.75em;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

#content p a:link, #content p a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
/*#content p a:link:after, #content p a:visited:after {
	content: " (" attr(href) ") ";
}*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .email a {
	color: #000!important;
	text-decoration: none!important;
	}
	
/*p.email a a:link:after, p.email a a:visited:after {
	content: ""!important;
	}*/