/**
 *	+-----------------------------------------------------------------------------------------+
 *	News Module Public Styles
 *	+-----------------------------------------------------------------------------------------+
 */





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Template in home section
 *	+-----------------------------------------------------------------------------------------+
 */
#news
{
	float:									right;
	width:									311px;
	margin-left:							20px;
}

#news_top
{
	margin-top:								15px;
	height:									10px;
	background:								transparent url(../../../../files/images/panel_gray_top.png) no-repeat;
	overflow:								hidden;
}

#news_content
{
	padding:									0 20px;
	background-color:						#f6f6f6;
}

#news_bottom
{
	height:									10px;
	background:								transparent url(../../../../files/images/panel_gray_bottom.png) no-repeat;
	overflow:								hidden;
}





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Block
 *	+-----------------------------------------------------------------------------------------+
 */
.block_news_icon
{
	float:									left;
}

.block_news_info
{
	float:									right;
	width:									245px;
}

.block_news_date
{
	margin:									0;
	font-weight:							bold;
}

.block_news_title
{
	margin:									0;
	color:									#006cac;
}

a#block_news_archive
{
	float:									right;
	text-decoration:						none;
	color:									#b3b3b3;
}

a#block_news_archive:hover
{
	color:									#0A4570;
	text-decoration:						underline;
}




/**
 *	+-----------------------------------------------------------------------------------------+
 *	Posts
 *	+-----------------------------------------------------------------------------------------+
 */
.news_title
{
	font-family:							Verdana, Arial, Helvetica, sans-serif;
	font-size:								14px;
	font-weight:							bold;
	color:									#d87702;
}

.news_bar
{
	border: 									0px;
	height: 									1px;
	background-color:						#999; /* For everyone */
	color:									#999; /* For IE... as always... */
}

.news_date
{
	font-weight:							bold;
}

.news_date a
{
	text-decoration:						none;
	color:									#b3b3b3;
}

.news_date a:hover
{
	color:									#0A4570;
	text-decoration:						underline;
}





/**
 *	+-----------------------------------------------------------------------------------------+
 *	Achive List
 *	+-----------------------------------------------------------------------------------------+
 */
a.news_archive
{
	text-decoration:						none;
	color:									#333;
}

a.news_archive:hover
{
	color:									#c64610;
	text-decoration:						underline;
}

