.news-item when (@widget-news-list){
    position : relative;


    .news-item-image{
        width        : 80px;
        height       : 80px;
        display      : block;
        float        : left;
        margin-right : 15px;
        overflow     : hidden;
        img{
            max-width  : inherit;
            min-width  : 100%;
            min-height : 100%;
        }
    }

    .news-room &{
        overflow      : hidden;
        margin-bottom : 0.65em;

        .news-item-image{
            width  : 150px;
            height : 180px;
        }

        .news-item-description{
            height : auto;
        }
    }

    .news-item-title{
        font-family    : @font-family-headings;
        font-weight    : bold;
        font-size      : @font-size-large;
        border-bottom  : 1px solid @gray-lighter;
        display        : block;
        overflow       : hidden;
        padding-bottom : @padding-small-vertical;
        margin-bottom  : @padding-small-vertical;
        .link-color(@gray-darker; @brand-primary);
        //margin-right   : 100px;
        .text-overflow();
    }

    .newslog-admin-actions{
        text-align : right;
        a{ }
    }

    .news-item-date{
        //position       : absolute;
        //right          : 0;
        top            : 18px;
        font-size      : @font-size-small;
        text-transform : uppercase;
        color          : lighten(@text-color, 15%);

        &:before{
            top       : 2px;
            font-size : 16px;
            color     : @primary-bg;
        }
    }

    .news-item-description{
        overflow      : hidden;
        height        : 25px;
        margin-bottom : 0.937em;
        .text-overflow();
    }

    .news-item-tags{

        a{
            .link-color(@gray);

            & + a{
                margin-left : 0.5em;
            }

            &:before{
                color        : @gray;
                margin-right : 0.5em;
            }
        }
    }

    .newslog-tag-filter{
        &:before{
            content : "\e02f";
        }
    }
}
.black-bg {
    .news-item{
        overflow : hidden;
        margin   : 20px 0;
        color: #999;
        .news-item-image{
            width: 40%;
            height: 120px;
        }
        .news-item-title {
            font-weight: 300;
            font-size: 1.5em;
            border-bottom: none;
            color: #666;
        }
        .news-item-date {
            color: #444;
        }
        .news-item-description {
            height: 63px;
            white-space: normal;
        }
    }
}