@media print {

#sidebar { display:none }
#searchform { display:none }
#branding { display:none }
#nav { display:none }
#sidelist { display:none }
#page { display:block }
#commentform { display:none }
#footer, .ad { display:block }


body {
    background: white;
    color: black;
    margin: 0;
    font-size: 10pt !important;
    font-family: arial, sans-serif;
    }

content: url(images/backgrounds/cl-head.gif);

div.post-footer {
    line-height: normal !important;
    color: #555 !important;
    font-size: 9pt !important;
    }

a:link,
a:visited,
a:active,
a:hover {
    text-decoration: underline !important;
    color: #000;
    }

h2 {
    color: #000;
    font-size: 14pt !important;
    font-weight: normal !important;
    }

h3 {
    color: #000;
    font-size: 12pt !important;
    }



 }

