/* Print Style Sheet for Printing Guest Posts */

@media print {
#wrapper { width:auto }
body {background:white; 
     margin:0;
     width:auto }
#sidebar { display:none }
#header { display:none }
#content{ margin-left:0; 
     float:none; 
     width:auto; margin-right:0mm }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
h2 { font-size:30px }
ol p li { font-size:20px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img { display:none }

.three-col-left #main-sidebar-container #main, .three-col-middle #main-sidebar-container #main, .three-col-right #main-sidebar-container #main{ width:auto }

#categories-2 { display:none }
#respond { display:none }
#comments { display:none }
#sidebar-alt { display:none }
#addthisbutton { display:none }
#footer-widgets { display:none }
#noprint { display:none }
#printbutton { display:none }

}