#top, #navcontainer, #comments, #trackbacks, #sidebar, #prelude, #footer, #comment-form { 
display : none; 
}
a { 
text-decoration : none; 
}
.post {
   
    margin-bottom : 0em;
        }
.post-title {
    border : 1px dotted #0067C6;
	background :#F8F6EF;
	font-weight : normal;
   	padding : 5px 0px 5px 25px;
	}
.post h3, .post h4, .post h5, .post h6 {
    font-weight : normal;
    color : #666;
    margin-top : 2em;
    text-transform : uppercase;
    text-align : left;
  	}
.post-info {
    margin : 0.25em 1em;
    color : #999;
    padding-left : 10px;
    }

.post-chapo {
    margin : 2em 0;
    text-align : justify;
   
	}
.post-content {
   text-indent: 0px;
	margin-top : 1em;
	text-align : justify;
    }
.post-content p, .post-chapo p {
    margin-top : 0.4em;
    text-indent: 18px;
	text-align : justify;
	line-height: 150%;
	}
.post-info-co {
    margin-bottom:1em;
    margin-top:0.5em;
    font-size : 80%;}
.post blockquote {
    margin:1,7em;
    padding:0 2em 0 1em;
    /* border-left : 4px solid #ddd; */
    background : transparent url(images/quote.png) no-repeat top left;
    margin-left : 0;
    padding-left : 40px;
    }