/**************************************/
/*             HOME		              */
/**************************************/

#listed_article
{
 background-color: navy;	
}

.article_summary{
	clear:both;
	 font-size: 10pt;
	 text-indent: 5px;	 
	 margin-top: 15px;
}
.author{
	float: right;
	margin-right: 10px;
	font-size: 8pt;
}
.path{
	background-image:url('../images/read-article.gif');
	background-repeat:no-repeat;
	width: 90px;
	height: 18px;
	text-indent: 0px;
	cursor:hand;
	float: left;
	color: aqua;
}
.date{
	margin-right: 10px;
	font-size: 10pt;
	margin-left: 5px;
	float: right;
}
#hiddenDiv{
	margin-right: 10px;
}
.headline{
	font-size: 10pt;
	font-weight: bold;
	text-indent: 3px;
	height: 23px;
	border-bottom: 1px dotted gray;
	color: #505050;
}

#test{
	float: left;
}

.restore {
	float: right;
	margin-right: 15px;
}

