div.blue
{
    background:#024959;
    color:white;
    border:1px solid #356e7a;
    background-image:url('../images/blue.png');
    background-repeat:no-repeat;
    background-position:right bottom;
}
div.blue div.date
{
    width:44px;
    text-align:center;
    color:#024959;
    border-radius:5px;
    font-weight:bold;
    font-size:10px;
    float:left;
}
div.blue div.date > div
{
    background:white;
}
div.blue div.date div.day
{
    font-size:22px;
    font-weight:bold;
    background:#7a6f57;
    color:white;
    line-height:1.3;
}
div.blue h2
{
    color:white;
    margin:20px 15px 10px 15px;
    font-weight:normal;
    font-size:25px;
    background-image:url('../images/blue_sep.png');
    background-repeat:repeat-x;
    background-position:center bottom;
    padding-bottom:3px;
}
div.blue div.new_content
{
    margin-left:55px;
    font-size:11px;
}
div.blue ul#main_news
{
    list-style:none;
    padding:0;
    margin:0 15px;
}
div.blue ul#main_news li
{
    margin:0 0 20px 0;
    padding:0;
    line-height:1.6;
}
div.blue h3
{
    text-align:left;
    margin:0;
    font-size:13px;
    font-family:'Comfortaa';
    font-weight:normal; 
    white-space:nowrap;
    overflow:hidden;    
    text-overflow:ellipsis;
}
div.blue h3 a
{
    color:white;
}
div.blue div.buttons
{
    float:right;
}
div.blue p
{
    font-family:'Verdana';
    font-size:10px;
    line-height:2;
    color:#ddd;
    text-align:left;
    margin-bottom:0;
}
div.blue a.archive
{
    display:block;
    margin:20px;
    color:#eee;
    text-align:right;
}