/*
styles for print
*/

body { 
  font: 12pt "Times New Roman", "TimesNR", Times, serif;
  color: black;
  background: white;
  margin: 3px 3% 3px 3%;
 }


#header { 
  display: none;
 }

#leftbar { 
  display: none;
 }

#rightbar { 
  display: none;
 }

#content { 
  border: 0;
 }

.page-footer {  
  border: 0;
 }
.page-footer-left { 
  display: none;
 }

.page-footer-right { 
  display: none;
 }

#page-content {  
  border: 0;
  margin: 5px 5% 5px 5%;
}

h2 {  
  font-size: 24pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 0;
  border-bottom: 1px solid black;
 }

h3 { 
  font-size: 16pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 0;
 }

h4 { 
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 0;
 }

#log-content h2 { 
  border: 0;
 }

#log-content .entry { 
  margin-bottom: 10px;
 }

.log-nav { 
  display: none;
 }

hr { 
  display: none;
 }
a {  
  color: black;
  text-decoration: underline;
 }

a[href]:after { 
  content: " [" attr(href) "]";
  font-size: 85%;
  text-decoration: none;
}

li { 
  list-style-type: square;
}

.copyright:before { 
  content: " http://pseudo-flaw.net "
}
.copyright { 
  border-top: 1px solid gray; 
  padding-top: 2px;
 }