/* Print Style Sheet */
@media print {
body { font-family: Times New Roman, Times, serif; text-decoration: none; font-size:12pt; color: black; background-color: white;}
.sidebar { display:none }
#masthead, #nav, #header_img,  #sidebar, #l_sidebar, #footer { display: none }
body, div#header, div#container, div#header h1 { background-image: none; }
a { color:black; text-decoration:underline }
#header #blog-title, div#header h1 { text-indent: 0px; }
#header h1, #header h1 a { font-size: 14pt; }
#header h1 a, div#header h1, div#header { width: 100%; height: auto; }
#content { margin-left:0; float:none; width:auto; color:black; font-size:12pt }
#content a { font-weight:bold;  color:black; text-decoration:underline }
#content{ margin-left:0; float:none; width:auto }
#links, #society, #footer { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered, img.right, img.left { display: block; margin-left: auto; margin-right: auto; }
.right { float: right; }
.left { float: left }
img { border:none; page-break-inside:avoid; page-break-after:avoid; }
}