/**
* CSS for mod_news.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

#years
{
	float: right;
	margin: 10px 0;
}
#years #title
{
	color: #333;
	font-weight: normal;
	padding-right: 5px;
}
#years li
{
	float: left;
	list-style: none;
}
#years li a
{
	float: left;
	font-weight: normal;
	margin: 0 4px;
	padding: 0;
	text-decoration: none;
}
#years #first-year-1
{
	border-left: 0;
}

.news-list
{
	clear: both;
	padding-bottom: 20px;
}
.news-list h6
{
	margin: 0 0 5px 0;
}
.news-list .summary
{
	padding-bottom: 2px;
}
.news-list .a-date
{
	font-style: italic;
}

#news-article
{
	clear: both;
}
#news-article h6
{
	margin: 0 0 5px 0;
}
#news-article .summary
{
	font-weight: bold;
	padding-bottom: 2px;
}
#news-article .a-date
{
	font-style: italic;
}
