/* @override http://build.aefpr.com/_site/css/news_archive.css */

/* CSS - news archive */

/*																				Body > Content
*/
body#news_archive div#content{
	color: #444444;
	font-family: Georgia, serif;
}

body#news_archive div#content hr{
	display: none;
}
/*																				Page Header
*/
body#news_archive div#pgBody h2{
	background-image: url("/_site/img/header/newsarchives.gif");
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	font-size: 1px;
	line-height: 100px;
	color: #FCFCFC;
}
/*																				Body > Content > Archive List
*/
body#news_archive div#content ul{
	line-height: 1.3em;
	padding: 0 .7em 0 .7em;
	margin: 1.3em 0 0 0;
	list-style: none;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
/*																				Body > Content > Archive List > List Item
*/
body#news_archive div#content ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #bbbbbb;
	
}
body#news_archive div#pgBody div#content ul li a{
	padding: .6em 0;
	margin: 0 .7em;
	display: block;
	color: #cc0000;
	text-decoration: none;
}
body#news_archive div#pgBody div#content ul li a:hover{
	color: #05AECF;
}
