#footer, #commentform, #searchform, #s, #submit, #sidebar {
	display: none;
}

#respond, #comment p, #commentform p {
	display: none;
}

select, input, textarea, ckeckbox, dd {
	display: none;
}

.navigation, .subscribe, .menu, .metalinks, .commentform, .footer, .sidebar {
	display: none;
}

#header {
    display:block;
	color:black;
}

#header p {
    display:none;
}

#content{ margin-left:0; 
     float:none; 
     width:auto;
}

body {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 11pt;
  font-family: Times, "Times New Roman", serif;
  line-height: 1.3;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: .75em 0 .5em 0;
  text-align: left;
  page-break-after: avoid;
  page-break-inside: avoid;
}


img {
    page-break-inside:avoid; 
    page-break-after:avoid;
}

p {
  margin: .5em;
}


a, a:visited, a:hover, a:visited:hover {
  color: gray;
  background: transparent;
  text-decoration: none;
}
  
/*
#content a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}


.postmetadata a[href]:after {
    display: none;
}

#content h2 a[href]:after {
    display: none;
}

blockquote, q, cite {
	padding-left: 2em;
}
*/

code {
	font: .8em 'Courier New', Courier, Fixed;
    color: gray;
	padding-left: 2em;
}
