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

/************/
/*  Common  */
/************/

.mod_news
{
	width: 100%;
}
.mod_news_list td {
	vertical-align:top;
}
.mod_news_list .a_date
{
	color: #4A3315;
	border-top: 1px solid #CCC;
	width: 110px;
	padding: 5px 10px 5px 0;
}
.mod_news_list .summary
{
	border-top: 1px solid #CCC;
	color:#4A3315;
	padding: 5px 0 10px;
}
.mod_news_list .summary a.title {
	font-weight: bold;
	color: #FF9900;
	display: block;
	text-decoration: none;
}
.mod_news .separator
{
	height: 20px;
}


/************************/
/*  Details of article  */
/************************/

.mod_news .a_name
{
	font-style: italic;
	padding: 10px 0 0 0;
}

.mod_news .summary
{
	font-weight: bold;
	padding: 0 0 10px 0;
}

.mod_news .title
{
	font-weight: bold;
	padding: 0 0 10px 0;
}


/*****************************/
/*  Listing of news archive  */
/*****************************/

.mod_news .a_date_arc
{
	padding: 0 10px 0 0;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

.mod_news .title a
{
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.mod_news td.years
{
	text-align: right;
}

.years_menu_content
{
	margin-left: auto;
	margin-right: 0;
}
.years_menu_content #title
{
	color: #333;
	font-weight: normal;
	padding-right: 5px;
}
.years_menu_content .l1,
.years_menu_content .l1_a
{
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.years_menu_content .l1_a,
.years_menu_content .l1:active,
.years_menu_content .l1:hover,
.years_menu_content .l1_a:active,
.years_menu_content .l1_a:hover
{
	color: #FF9900;
	text-decoration: underline;
}
.years_menu_content .l1_sep
{
	color:#FF9900;
	font-weight: normal;
	padding: 0 4px 0 1px;
}


/****************************/
/*  Listing of recent news  */
/****************************/

.mod_news .read_more a
{
	text-decoration: underline;
}
.mod_news .read_more a:active,
.mod_news .read_more a:hover
{
	text-decoration: underline;
}

.mod_news .title_list
{
	font-weight: bold;
}
