The main image blue overlay effect obscures the image far too much, try changing the opacity from 0.4 to about 0.9 or just getting rid of it, as the FP is looking a bit pants IMHO
so this goes into the the custom css
article div.hover {
opacity: 0.9;
}