/*-----attach body.custom to any style you add here-----*/

/*Custom CSS*/
.homelink {
	display: none;
}
.description { display: none;}

.entry-content img {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #E6E6E6;
    padding: 5px;
    }
    
.entry-byline {
    
	margin-top: 5px;
    
}

#header .menu li {
    font-size: 13px;
} 
#header .menu {
    float: left;
    margin-left: 10px;
    padding: 10px 5px 0;
}  
    

.authcomment {
background-color: #B3FFCC !important;
}

.blogthumb {margin-right: 10px; float: left;} 

.blogthumb img {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #E6E6E6;
    max-width: 149px;
    padding: 5px;
}

.printme {margin-left: 10px; float: right;}




/*Add To Any Button*/

.addtoany_share_save {
    clear: both;
    line-height: 10px;
    margin: 0 0;
}

.a2a_dd img {
    border: 0 none;
    float: right;
    margin-bottom: 5px;
    margin-top: 10px;
}


/*Hide Percentage on Popularity Widget*/

.akpc_report span {display:none;}


