/* Print Style Sheet */
@media print {

body { background: #fff; color: #000; margin: 0; }

#wrapper { width: 100%; margin: auto; }
#header { display: none; }
#container { width: 100%; margin: auto; }
#content { float: none; width: 100%; margin: auto; }
#sidebar { display: none; }
#footer { width: 100%; margin: auto; }

#comments { display: none; }
#commentform { display:none; }
#sidebar { display: none; }

.skip-link { display: none; }

#content h1 { font-size: 18pt; }
.single #content h2 { font-size: 16pt; font-weight: bold; }
.single #content .entry-content h3 { font-size: 14pt; font-weight: normal; color: #000; border-bottom: 1px solid #000; }
.single #content h4 { font-size: 12pt; font-weight: bold; }
.single #content h5 { font-size: 10pt; font-weight: bold; }
.single #content h6 { font-size: 10pt; font-weight: bold; }
#content p, #content ol, #content ul { font-size: 10px; }

.entry-content img { display: none; }
.entry-meta { display: none; }

#related-posts { display: none; }



