﻿article
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0 20px 0 25px;
}
article p
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0;
}
.articlefooterwrap
{
	border-bottom: solid 1px #bababa;
	border-top: solid 1px #bababa;
	margin: 0;
	padding: 0;
}
.articlefooter
{
	background: #e4e4e4 url(/Content/images/Theme/slices.png) no-repeat scroll 500px -390px;
	border-bottom: solid 1px #fefefe;
	border-top: solid 1px #fefefe;
	color: #6e6e6e;
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
}
.articlefooter a
{
	text-decoration: none;
}
span.articleDate
{
	display: block;
	float: left;
	margin: 0 0 0 25px;
}
span.footerCommentsCount
{
	color: #7e2901;
	display: block;
	float: right;
	margin: 0 20px 0 0;
}
.link2article
{
	background: transparent url(/Content/images/Theme/slices.png) no-repeat scroll -241px -284px;
	display: block;
	height: 43px;
	margin: 10px 0;
	padding: 0;
	width: 100px;
}
#pager
{
	background-color: #fff;
	cursor: pointer;
	overflow: visible;
	text-align: center;
}
#pager a
{
	background: transparent url(/Content/images/Theme/slices.png) no-repeat scroll;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	margin: 10px 25px;
}
#pager a.new
{
	background-position: 0 -364px;
	float: right;
	width: 113px;
}
#pager a.old
{
	background-position: -113px -364px;
	float: left;
	width: 122px;
}
#listArticles
{
	margin-bottom: 25px;
	width: 100%;
}
#listArticles td
{
	border-bottom: 1px solid #bababa;
	height: 25px;
	margin: 0;
	padding: 0;
}
#listArticles a
{
	background-color: white;
	color: Black;
	cursor: default;
	display: block;
	height: 14px;
	padding: 4px;
	text-decoration: none;
	vertical-align: middle;
}
#listArticles a:hover
{
	background-color: #d9b39d;
	color: Black;
	text-decoration: none;
}
#pager a.page-index
{
	background: none;
	border: 1px solid #bababa;
	color: Black;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin: 6px 5px 4px;
	padding: 5px;
	text-decoration: none;
	width: 20px;
}
#pager a.page-index:visited
{
	color: Gray;
}
#pager a.current-page
{
	border: 1px solid #a72e00;
	color: #a72e00;
}
#pager a.current-page:visited
{
	color: #a72e00;
}

