﻿

.news {
    background-color: #F0F0F0;
    border: 1px groove #aaaaaa;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.news_header h1 {
    height: 20px;
    font-size: 25px;
    margin-left: 10px;
}

.news_content {
    width: calc(100% - 20px);
    border: 1px groove #aaaaaa;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.news_footer {
    height: 20px;
}

.news_text {
    padding: 5px 10px 1px 10px;
    text-align: left;
}

#news_info {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 10px);
    border: 0px groove #aaaaaa;
    clear: both;
    height: 25px;
}

.news_postmetadata {
    font-size: 10px;
    float: left;
    padding: 3px 0px 3px 0px;
    border: 0px groove #aaaaaa;
    height: 30px;
    width: 270px;
    text-align: left;
}

.news_line {
    height: 1px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
}

/** News **/


.news_date {
    font-size: 10px;
    background-image: url(/images/date.jpg);
    background-repeat: no-repeat;
    padding: 3px 0 3px 18px;
    background-position: 0 2px;
    float: left;
    border: 0px groove #aaaaaa;
}

.news_icons {
    float: right;
    height: 20px;
    border: 0px groove #aaaaaa;
}
