/*======== NEWS ==========*/


.blog {
    padding: 10px;
    margin-bottom: 10px;
}	


.blogbody {
    font-size: small;
    font-weight: normal;
    line-height: 16px;			
    margin: 0 0 20px 20px;
    padding: 5px;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.title	{ 
    color: #000;
    font-weight: bold;
    margin: 0 0 0 -10px;
}	
.date	{ 
    border-bottom: #bbb solid 1px;
    color: #CE414A;
    font-size: small; 
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px;
}			

.posted, .comments-post { 
    color: #888;
    display: block;
    font-size: x-small;
    margin-top: 8px;
}

.posted a, .comments-post a {
    color: #a80;
}

.posted a:hover, .comments-post a:hover {
    color: #ca0;
}

