/* 
    Document   : news-feed
    Created on : Oct 18, 2012, 5:25:08 PM
    Author     : giorgos
    Description:
        Purpose of the stylesheet follows.
*/

.newsfeed-header a{
    color: black;
    font-weight: normal;
}

.newsfeed-info
{
    text-transform: uppercase;
}


.newsfeed-short
{
    overflow: auto;
    
}

.newsfeed-short h4
{
	margin: 3px 0px;
        font-size: 14px;
        font-weight: normal;
}



.newsfeed-short.bigger h4 a
{
    font-size: 16px;
    font-weight: bold;
}

.newsfeed-short .summary
{
	clear: left;
	margin: 3px 0px;
}

.newsfeed-short
{
	margin-bottom: 15px;
}

.newsfeed-short:last-child
{
	margin-bottom: 0px;
}


.newsfeed-short .thumb_container
{
    width: 80px;
    height: 66px;
    float: left;
    margin-right: 3px;
    text-align: center;
    line-height: 65px;
}

.newsfeed-short.bigger .thumb_container
{
    width: 290px;
    height: 223px;
    line-height: 222px;
    
    
}

.newsfeed-short.has_thumb .newsfeed-header, .newsfeed-short.has_thumb .newsfeed-info
{
    margin-left: 83px;
}

.newsfeed-short.has_thumb.bigger .newsfeed-header, .newsfeed-short.has_thumb.bigger .newsfeed-info
{
    margin-left: 225px;
}




.newsfeed-short.bigger .thumb
{
    margin-top: 0px !important;
    float: none !important;
}

.newsfeed-short .thumb_container img
{
    vertical-align: middle;
}

