Code:
.avatar {}
#clearit{clear:both;}
#small-bc {margin: 0px 20px 0px 0px;float:left; width:150px;font-size:90%;text-align:center; font-weight:bold;}
#small-bc img {display:block; margin: 0 auto 0 auto; border: 1px solid #000000;}
#small-bc-text {margin: 0px; padding-left: 150px;}
.stat {color: #01394C;}
this is in the stylesheet, along with several other stylings.
it is here in content-single.php
Code:
<div id="author-avatar">
<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'monicaburns_author_bio_avatar_size', 68 ) ); ?>
</div><!-- #author-avatar -->
although that's just an author avatar...
and I don't see it anywhere else when I do a search on all of the php files.