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

#years
{
	float: right;
	margin-bottom: 20px;
}
#years #title
{
	color: #333;
	font-weight: normal;
	padding-right: 5px;
}
#years li
{
/* 	border-left: 1px solid #900; */
	float: left;
	list-style: none;
}
#years li a
{
	color: #900;
	float: left;
	font-weight: normal;
	margin: 0 4px;
	padding: 0 4px;
	text-decoration: none;
}
#years li a:hover,
#years li.active a,
#years li.active a:hover
{
	color: #900;
	text-decoration: underline;
}
/*#years #first-year-1
{
	border-left: 0;
}*/

.news-list
{
	clear: both;
	padding-bottom: 20px;
}
.news-list h6
{
	margin: 0;
}
.news-list .summary
{
	padding-bottom: 8px;
}
.news-list .a-date
{
	background: url("../tmpl/img/news_date.gif") no-repeat left center;
	float: left;
	padding-left: 16px;
}
.news-list a
{
	background: url("../tmpl/img/arrow_gray.gif") no-repeat left top;
	color: #fff;
	float: left;
	font-family: Arial;
	font-size: 9px;
	margin-left: 12px;
	padding: 0 0.9em 0 2.7em;
	text-decoration: none;
}

#news-article
{
	clear: both;
}
#news-article h6
{
	margin: 0;
}
#news-article .summary
{
	padding-bottom: 8px;
}
#news-article .a-date
{
	background: url("../tmpl/img/news_date.gif") no-repeat left center;
	padding: 8px 0 8px 16px;
}

