/* this stylesheet contains some example styling for the blog pages. For the full layout you will require the default Perch Quill Feather. Feel free to edit  */


li.hentry {list-style:none;margin-left:-40px; border-bottom:double #ececec 2px;margin-bottom:30px;}

li.hentry .entry-title {text-transform:uppercase;font-size:0.8em;font-weight: bold;}

.h-entry h1 {text-transform:uppercase;}

.h-entry img {padding:3px; border:solid #d7d7d7 1px; width:90%;float:none; margin: 0 20px 10px 0;}



.date {

    padding: 0.5em 0 0 0;font-size:0.9em;
}

.comments {
	border-bottom: 1px dotted #DEE0E0;
}

.author h2 {
	font-size: 100%;
	margin-top: 0;
}

    .comments li {
	   overflow: auto;margin-left:-30px;list-style:none;
    }



@media only screen and (min-width: 700px) {
    
    


.h-entry img {padding:3px; border:solid #d7d7d7 1px; width:90%;float:none; margin: 0 20px 10px 0;}  

img.sig-image {padding:3px; border:solid #d7d7d7 1px; width:50%;float:left; margin: 0 20px 10px 0;}

.comments li {
	   overflow: auto;margin-left:-90px;
    }
    


    .comments img,
    .author img {
		float: left;
        margin-right: 2.8571429%; /* 20 / 700 */
        margin-bottom: 20px;
        width: 12.8571429%; /* 90 / 700 */
	}
	
	.comments .comment,
	.author .author {
		float: right;
        width: 83.5714286%; /* 585 / 700 */
	}

	.author:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}

}