

.listing article {
    position: relative;
    padding: 0 0 6px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
}
    .listing article:last-of-type {
        margin-bottom: 8px;
        border-bottom: 0;
    }
    .listing article.hover {
        cursor: pointer;
    }
    .listing article.video, 
    .listing article.img {
        /*padding-top: 273px;*/
    }
    .listing article.blog {
        padding-bottom: 0;
    }
      .listing article.img.blog {
        /*padding-top: 320px;*/
      }
    .listing article h1 {
        margin: 0;
    }
        .listing article h1 a {
            color: #333;
        }
        .listing article.hover h1 a {
            text-decoration: underline;
        }
    .listing article small {
        font-size: 12px;
        color: #999;
        line-height: 20px;
    }
        
    
    .listing article.video div.video, 
    .listing article.blog div.img, 
    .listing article.img div.img {
        /*
        position: absolute;
        left: 0;
        top: 6px;
        */
        padding: 6px 0 7px;
    }
        .listing article.video div.video img {
        }
        .listing article.video div.video span {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -20px 0 0 -20px;
            background: url("../../images/sitewide/icon_play.png");
        }
        
        
    section#content.center article p img {
      max-width: 458px;
    }
    article#content.left article p img {
      max-width: 616px;
    }
    