As you can see. I have space above header 3, I want it to be inline with the image itself.
HTML
The h3 has a margin by default. Just add margin-top:0; to the h3 and there you go:
h3
margin-top:0;
http://jsfiddle.net/rhUb7/