/*http://css-tricks.com/snippets/css/using-font-face/*/
@font-face {
    font-family: 'FacebookLetterFacesRegular';
    src: url('Facebook/facebolf.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Facebook/facebolf.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    /*src: url('Facebook/facebolf.eot');
    src: url('Facebook/facebolf.eot') format('embedded-opentype'), url('Facebook/facebolf.woff2') format('woff2'), url('Facebook/facebolf.woff') format('woff'), url('Facebook/facebolf.ttf') format('truetype'), url('Facebook/facebolf.svg#FacebookLetterFacesRegular') format('svg');*/
}

.feeEkTitle {
    font-family: 'FacebookLetterFacesRegular';
    display: block;
    color: #3B5998;
    font-size: 1.6em;
    margin: 10px 4px;
}

.feedEkList {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #3B5998;
    padding: 4px 6px;
    color: #3E3E3E;
    font-size:.9em;
}

    .feedEkList ul {
        list-style: none outside none;
    }

        .feedEkList ul li {
            display: block;
            position: relative;
            border-bottom: 1px solid #3B5998;
            padding: 8px 5px;
            white-space: nowrap;
            overflow: hidden;
        }

            .feedEkList ul li:last-child {
                border-bottom: none;
            }

            .feedEkList ul li .inlineBlock:last-child {
                width: 100%;
            }

.itemImage a img {
    display: inline;
    max-width: 70px;
    margin-right: 8px;
}

.itemTitle a {
    font-weight: bold;
    color: #3B5998 !important;
    text-decoration: none;
}

    .itemTitle a:hover {
        text-decoration: underline;
    }

.itemDate {
    font-size: 11px;
    color: #AAAAAA;
    margin-bottom: 4px;
}

.inlineBlock {
    display: table-cell;
    position: relative;
    white-space: normal;
    margin: 0px;
}

.itemContent{
    display:block;
    margin-bottom:4px;
}



/*********responsive_media _queries********/
@media only screen and (max-width: 1440px) {

}
/****/
@media only screen and (max-width: 1366px) {

}
/****/
@media only screen and (max-width: 1280px) {

}
/****/
@media only screen and (max-width: 1024px) {

}
/****/
@media only screen and (max-width: 768px) {
    
}
/****/
@media only screen and (max-width: 640px) {
    .itemImage a img {
        max-width: 65px;
        margin-right: 6px;
    }
    .feedEkList {
        font-size:.8em;
    }
}
/****/
@media only screen and (max-width: 480px) {
    .itemImage a img {
        max-width: 60px;
        margin-right: 4px;
    }
    .feedEkList {
        font-size:.8em;
    }
}
/****/
@media only screen and (max-width: 320px) {

}
