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



/**
 *	+-----------------------------------------------------------------------------------------+
 *	Block
 *	+-----------------------------------------------------------------------------------------+
 */
.news_date
{
	color:									#c64610;
}

a.news_link
{
	color:									#c64610;
	text-decoration:						none;
}

a.news_link:hover
{
	color:									#FFF;
	text-decoration:						underline;
}





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

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



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

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