/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	MODIFIED BY 76DESIGN
	
	Make things print good
	*/
	
BODY {
   background: white;
   font: 9pt/1.5 helvetica, arial, sans-serif;
   }
   
a img{
    border: none;
    }
   
#rightcolumn,
#topmenu,
#latest-tweet,
.post-contribute,
#rogerslogo,
.navigation,
#respond{
    display: none;
    }
   
#wrapper{
    width: auto;
    margin: .75in;
    }

    
#logo{
    font-size: 28pt;
    text-decoration: none;
    color: #cc0000;
    }
   
    
    
h1{
    font-size: 22pt;
    }
h2{
    color: #333;
    font-size: 18pt;
    }
h3{ 
    color: #555;
    font-size: 16pt;
    }
h4{
    color: #777;
    font-size: 14pt;
    }
h5{
    color: #999;
    font-size: 12pt;
    }
    
h1,h2,h3,h4,h5,h6{
    margin: 1.5em 0 5pt 0;
    }
    
li{
    margin-bottom: .5em;
    }

a {
   color: #cc0000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
   
table{
    margin-top: .15in;
    border: solid 1px #ccc;
    border-collapse: collapse;    
    }
table th{
    border: solid 1px #ccc;
    padding: 3pt;
    }
table td{
    padding: 3pt;
    border: solid 1px #ccc;
    }
    
.post{
    padding-bottom: 20pt;
    border-bottom: solid 3px #ccc;
    }
    
.post-title a{
    color: #333;
    text-decoration: none;
    }
    
.pagetitle{
    color: #999;
    border-top: solid 3px #ccc;
    border-bottom: solid 3px #ccc;
    }
    
    
/* posts */
.post-meta {
    margin-bottom: .15in;
    }


/* comments */
.comment-gravatar{
    display: none;
    }

#comments-wrapper li{
    list-style: none;
    }
    
.reply,
.comment-edit-link{
    display: none;
    }
    
ol.commentlist{
    padding: 0;
    }
    
.single-comment{
    padding: .1in;
    border: solid 1px #999;
    margin-bottom: .15in;
    }
    
.comment-author{
    font-weight: bold
    }
.comment-author a{
    color: #000;
    text-decoration: none;
    }
    
.comment-meta a{
    text-decoration: none;
    color: #666;
    font-size: 8pt;
    }
    

