Hi,
Perhaps you need to overwrite some css parameters…
First of all i think you need to modify the image parameters. Personnaly i have made this :
.type-post IMG {width:100%; height:auto;}
Your titles are H2 title, so you need to modify all H2 padding or margin, or only the H2 in the box…
So you could try :
H2 {margin-top:0; padding-top:0} //All H2 title
or
.type-post H2 {margin-top:0; padding-top:0}
Visit my website to see all tricks i have made :
http://www.sextonews.com
Best regards