/* @ Articles listing, paginator */

.paginator {
	padding:5px 0px;
}
.paginator a {
	color:#000;
	line-height:22px;
	padding:3px 9px;
	text-decoration: none;
}
.paginator a.curent, .paginator a.curent:hover {
	background:#b1cd3a ;
	color:#fff;
}
.paginator a:hover {
	background:#eee;
	color:#222;
        text-decoration: underline;
}
.paginator span {
	font: 13px georgia;
	font-weight: bold;
	line-height:normal;
}
#content p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-indent: 0;
	
}
.articles {
	list-style-type:none;
	padding: 0;
	margin: 0;
        text-indent:0;
}
.articles li {
	border-bottom: 1px solid #8f9791;
	padding: 10px 0;
        list-style-type:none;
}
.articles li.last {
	border:none;
}
.articles li a {
	border-bottom: 2px solid;
	color: #336644;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
.articles li a:hover {
	color: #665;
	
}
.paginator a:hover {
	background:#eee;
}

.paginator span {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif
}
#content p.published {
	background:transparent url(/img/news.gif) no-repeat scroll left 50%;
	color:gray;
	font-size:11px;
	line-height:12px;
	padding-left:18px;
	margin:10px 0 0 0;;
	text-indent:0;
}
#content p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-indent: 2.5em;
	
}