Everything is looking good to me now. I didn't see the issue you mentioned where the titles over lap is they wrap to a second line, but here is the code where the font size and the line height is set for the content heading. You can play with the line height number or the font size and try to find a better balance for what you need there.
template_css.css (line 42).contentheading {
font-size:140%;
font-weight:bold;
line-height:16px;
text-transform:uppercase;
}