﻿.news-item {
    display: inline-block;
    clear: both;
}
.element {
	padding-left:15px;
	border-left:1px dotted #CCC
}
.news-item .datebox, 
.news-item .logo {
    display: block;
    width: 60px;
    float: left;
    margin: 7px 5px 0 0;
}
.datebox .year, .datebox .date {
    display: block;
    width: 48px;
    height: 16px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
}
.datebox .year {
	background: #999fa6;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 108%;
	margin-bottom: 1px;
	width: 56px;
}
.datebox .date {
	background: #e7e7e7;
	border-radius: 0 0 3px 3px;
	color: #54595e;
	font-size: 12px;
	width: 56px;
}
.news-article {
    display: block;
    float: left;
    width: 300px;   
    margin-bottom: 15px;
    padding: 5px 5px 25px 5px;
    position: relative;
}
.news-article h2{
    color: #54595e;
    font-size: 93%;
    margin-bottom: 15px;
}
.news-article h2 span {
    font-weight: normal;
}
.home-side-column .news-article {
    width: 194px;
}
.news-article:hover {
	background: #f7f7f7;
	cursor: pointer;
	width: 300px;
}
.news-article p { margin-bottom: 0; }
.news-article a {
    display: none;
    color: #2d69a3;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.news-article:hover a {
	display: block;
	font-size: 12px;
}
.news-list a.news-more {
	color: #445162;
	display: block;
	padding: 5px 0 0 0;
	width: 100%;
	clear: both;
	font-size: 12px;
	text-decoration: underline;
}
