﻿@import url(/PublishedContent/Senators/css/avatar.css);

/*Recent News*/
.recentNews {
    margin-left: 1em;
    padding-left: 0;
}

    .recentNews li {
        clear: left;
        margin: .5em;
        vertical-align: top;
        list-style-type: none;
        display: block;
        position: relative;
    }
    /*.recentNews li {  margin: .5em 0; vertical-align: top; list-style-type: none; display: table; position: relative; width:auto;}*/
    .recentNews img {
        border: .1em solid #000;
        margin: .1em .5em 1em 0;
        float: left;
        max-height: 101px;
        overflow: hidden;
    }
    /* height added to crop large thumbnails*/
    .recentNews .iconThumbs {
        padding-left: 55px;
        padding-bottom: 1em; /*padding-bottom fixes clipping of round icons*/
        min-height: 45px;
    }

    .recentNews .majorityOffice {
        background: url(/UserContent/img/mediaIcons/elephant-45x45.png) no-repeat top left;
    }

    .recentNews .minorityOffice {
        background: url(/UserContent/img/mediaIcons/donkey-45x45.png) no-repeat top left;
    }

    .recentNews .presOffice {
        background: url(/UserContent/img/mediaIcons/seal-45x45.png) no-repeat top left;
    }

    .recentNews .senatorX {
        background: url(/PublishedContent/Senators/2012-2014/Photos/S15_5105_avatar.jpg) no-repeat top left;
    }

    .recentNews .senatorXX {
        background: url(/PublishedContent/Senators/2012-2014/Photos/S24_5100_avatar.jpg) no-repeat top left;
    }
/*.recentNews li span { width: auto; }*/ #publication img {
    max-height: 101px;
}
/*.recentNews .videoPlayIco { background: url(@ViewBag.WWWServerURL/UserContent/img/_prototypes/recentNews/video-play-icon-overlay.png) no-repeat center center; z-index: 12; position: absolute; height: 90px; width: 120px; height/width need to be size of video thumbnail }*/
.lt-ie8 .recentNews .videoPlayIco {
    display: none;
}

.lt-ie8 .recentNews li {
    margin-bottom: 60px;
}

#publications img {
    max-height: 150px;
}