﻿/***************************
     Lead News
    ****************************/
div.frontpage-leadnews
{
    width: 428px;
    height: 360px;
    margin: 0 auto;
}
div.frontpage-leadnews div.frontpage-leadnews-photo
{
    width: 423px;
    height: 250px;
    margin: 0 auto;
    background-color: #ccc;
}
div.frontpage-leadnews span.frontpage-leadnews-author
{
    float: right;
    font-size: 0.9em;
}
div.frontpage-leadnews h3.frontpage-leadnews-title
{
    margin: 2px 10px;
    padding: 0;
    font-size: 1.3em;
}
div.frontpage-leadnews div.frontpage-leadnews-summary
{
    margin: 2px 10px;
    padding: 0;
    font-size: 1em;
    overflow: hidden;
    height: 5em;
}
div.frontpage-leadnews h3.frontpage-leadnews-title a, div.frontpage-leadnews h3.frontpage-leadnews-title a:active, div.frontpage-leadnews h3.frontpage-leadnews-title a:link, div.frontpage-leadnews h3.frontpage-leadnews-title a:visited
{
    color: #34689A;
    text-decoration: none;
}
div.frontpage-leadnews h3.frontpage-leadnews-title a:hover
{
    color: #c00;
    text-decoration: none;
}
