I tend to align images in my blog in many different ways – centered, right, left, etc. I use the visual editor, and it has worked fine on all my previous themes, but on yours, the CSS seems to override it, only allowing right-aligned images. Is there a way to remove the image styling so that post ends up looking like the html that the visual editor generates? I tried stripping all the div-image code, but it did nothing, and when I tried the .post img { float:none; margin:1em 0; } code, it just made everything have no alignment. Help?