Wrap message text around avatar?

I've enlarged my avatars, but now I'd like the body of the discussions/comments to start to the right of the avatar and then continue underneath once the paragraph becomes long enough. I've included a picture...
0
I've enlarged my avatars, but now I'd like the body of the discussions/comments to start to the right of the avatar and then continue underneath once the paragraph becomes long enough. I've included a picture...
Comments
use float
eg. http://www.tizag.com/cssT/float.php
There was an error rendering this rich post.
It looks like there are several classes governing the avatars. There's ".Item .Author img" and ".ProfilePhotoMedium" in dashboard/design/style.css. And then there's "ul.MessageList div.Meta span.Author img {" in my theme's custom.css file. I'm not sure if I need to edit all of these or not, but I added a "float: left;" to all 3 and nothing changed.
I figured it out. The ".Message" class within "dashboard/design/style.css" had a "clear: both;" attribute that needed to be deleted.