/*
Overrid for IE9 to fix line heights to blog layout titles not lining up with pictures properly
*/

.item h2, .leading-0 h2 
{
    line-height: 14px; /* originally 9*/
}


.centralContentAreaLead a img 
{
    border-style: none;
}