Hi,
Your blog template is placing inline styles in the html. The images have auto margins applied to them which is centering the images under the headings.
The first image on that page is setting these styles on line 486
Firebug shows this:
Code:
element.style {
cursor:pointer;
display:block;
height:570px;
margin:0 auto 10px;
text-align:center;
width:570px;
}
Which is found on line 486:
Code:
<img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 570px; height: 570px;" src="http://retrocitysunglasses.com/blog_posts/flat_top_chain_sunglasses2.jpg" alt="" border="0" />
Bookmarks