/* Print Style Sheet */
@media print {
body { background:white;color:black;margin:0 }
#header {width:100%;background:#eeefef url('images/little-shade.jpg') repeat-x bottom;height:100px;text-align:center;}
.headerimg, .rss, .rssinfo, #sidebar, #books, .commentlink, .navigation, #commentform, #realfooter {display:none;}
#contentwrapper, .footer2 {width:100%;}
#maincontent {width:80%;}
#maincontent h2.posttitle {font-size:15pt;font-weight:bold;padding:0 0 7px 0;}
#maincontent .post {margin:0 0 50px;}
#maincontent .post img {margin:10px 0;border:1px solid #fff;outline:1px solid #C2CFCF;}
#maincontent .post .postcontent {font-size:11pt;line-height:1.5em;margin:0 0 50px;}
#maincontent .post .postcontent ul {margin:10px 0 0 15px;}
#maincontent .post .postcontent p {margin:10px 0;}
#comments {clear:both;width:80%;}
}