/***FRONT_END***/
.leg_img{
    font-size: 25px;
    width: 100%;
    float: left;
    padding: 0px 50px;
    position: absolute;
    z-index: 999;
    bottom:0;
}

.circle-shadow{
-moz-border-radius-topleft: 50%;
-webkit-border-top-left-radius: 50%;
 border-top-left-radius: 50%;
-moz-border-radius-topright: 50%;
-webkit-border-top-right-radius: 50%;
border-top-right-radius: 50%;
-moz-border-radius-bottomright: 50%;
-webkit-border-bottom-right-radius: 50%;
border-bottom-right-radius: 50%;
-moz-border-radius-bottomleft: 50%;
-webkit-border-bottom-left-radius: 50%;
border-bottom-left-radius: 50%;


-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.22);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.22);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.22);
}

.post-author{
    width: 100%;
}

ul.comments li{
    padding: 10px 0 0 0px;
}

.post-comments{
    width: 100%;
}

.paginacao{
    width: auto;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.paginacao ul{
    width: auto;
    display: block;
   
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    list-style: none;  
    border-radius: 10px;
}

.paginacao ul li{      
    padding: 10px 10px;
    
    display: inline-block;
 
}

.chama_blog{
    font-family: concept
}

#footer .footer-ribbon {

	position: absolute;

	padding: 10px 20px 6px 20px;
    left: 50%;
}
