@charset "UTF-8";
/* CSS Document */

#author-info {
	margin: 0 10px 10px 0; 
	background: #f8f8f8; 
	padding: 10px;
	border-top: 5px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px; }

#author-info img {
	float: left;
	padding: 0;
	border: 5px solid #eee;
	margin-right: 20px; }
	
#more_posts .item p img, .post .thumbnail  {
	border: 5px solid #dadada;
}

#pagenav li {
	font-size: 11px; }
	
 /* Start Clear Styles */
	
.clear {
	clear: both;
	height: 1px; }

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

.clearfix {display: inline-block;}

 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */
