﻿.news-item
{
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #C8DDEA;
}

.news-title
{
    color: #7db2ce;
    font-weight: bold;
    font-size: 16px;
    font-family: Georgia;
    padding-bottom:7px;
}
.news-date
{
    float:right;
    color:#666;
    font-size:12px;    
}

.news-entry
{
    padding:15px;
}
.admin-links
{
    float: right;
    font-size:11px;
}
input, textarea
{
    width: 370px;
   
}
