.entry {
	margin:0 0 16px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #A9A9A9;
	font-size:0.8125em;
	line-height:1.4em;
	text-align: justify;
	padding: 10px 10px 20px 10px;
}
.entryHeading {
	position: relative;
	text-align: left;
}
.entry h1.title {
	font-size: 1.5em;
	padding-left: 60px;
}
.entry h2.title {
	font-size:1.25em;
	padding-left: 60px;
}
.entry .meta {
	padding-left: 60px;
	margin-bottom: 1em;
}
p.entryDate {
	position:absolute;
	top: 10px;
	left: 10px;
	line-height: 1em;
	text-align: center;
	width: 42px;
	font-size: 10px;
	padding: 5px;
	margin:0;
}
.entryDate span {
	font-size: 90%;
}
.entryDate .day {
	font-size: 150%;
	display: block;
}


h1.entryTitle, div.comments h3 {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.4em;
}
h1.entryTitle a, div.comments h3 a {
	text-decoration:none;
}
.entryMeta, .commentMeta {
	font-size:0.85em;
	margin-bottom:1.25em;
}
.entryMeta a, .commentMeta a {
	color:#EB6603;
	text-decoration:none;
}
a.entryImage, img.entryImage {
	float:left;
	margin:0 5px 3px 0;
	width:auto;
}
a.entryImage img.entryImage {
	margin:0;
}
entry p {
	margin-bottom: 1em;
}
a.entryReadMore {
	float: right;
	width:auto;
	margin-left: 10px;
	font-size:0.85em;
	font-weight:bold;
	line-height:10px;
	background-color:#EB6603;
	border:1px solid #EB6603;
	color:#FFFFFF;
	height:10px;
	padding:5px 17px 5px 7px;
	text-decoration:none;
}
a.entryComments, a.reply {
	float: right;
	width:auto;
	font-size:0.85em;
	font-weight:bold;
	line-height:10px;
	background-color:#00BF2D;
	border:1px solid #00BF2D;
	color:#FFFFFF;
	height:10px;
	padding:5px 17px 5px 7px;
	text-decoration:none;
}
abbr.datetime {
	border:0 none;
}

.left {
	float: left !important;
	font-size: 1.0em;
	margin: 3px 5px 3px 0 !important;
	text-align: center;
}
.left img {
	margin-bottom: 0.5em;
}
.right {
	float: right !important;
	font-size: 1.0em;
	margin: 3px 0 3px 5px !important;
	text-align: center;
}
.centered {
	float: none;
	margin: 0 auto 5px auto !important;
	text-align: center;
	width: 100%;
}
.centered img, centered a {
	float: none;
}
.centered .caption {
	font-size: 0.85em;
	font-weight: bold;
	background: #eee;
}

blockquote {
	padding: 1em 40px;
	background-color:transparent;
	background-image:url(img/quote-left.png);
	background-position:0 4px;
	background-repeat:no-repeat;
	border-bottom:1px solid #95949A;
	border-top:1px solid #95949A;
	color:#95949A;
}
blockquote.left {
	width: 150px;
	float: left;
	margin: 4px 20px 8px 0 !important;
	text-align: left !important;
}
blockquote.right {
	width: 150px;
	float: right;
	margin: 4px 0 8px 20px !important;
	text-align: left !important;
}

div.comment {
	background: #eee;
	border: 1px solid #666;
	margin:0 0 16px;
	overflow:hidden;
	padding:10px;
	position:relative;
	font-size:0.8125em;
	line-height:1.4em;
}
h4.commentTitle {
	font-size:1.25em;
	line-height:1.2em;
	font-weight:bold;
}
h4.commentTitle a {
	text-decoration:none;
}
td.indexCell {
	position: relative;
	width: 50%;
	padding: 0 0 0 10px;
	border-bottom:1px solid #A9A9A9;
	vertical-align: top;
}
td.indexCell div.entry {
	border-bottom: none;
}
td.spacer {
	width: 335px;
}
td.leftCell {
	border-right:1px solid #A9A9A9;
	padding: 0 10px 0 0;
}
.entryLinks {
	clear: left;
}
a.pdfToggle {
	float:right;
}

li.Category {
	margin-left: 10px;
	list-style-image: url(images/16x16/mimetypes/templates.png);
}
li.Site {
	margin-left: 10px;
	list-style-image: url(images/16x16/mimetypes/news.png);
}
li.Page {
	margin-left: 10px;
	list-style-image: url(images/16x16/mimetypes/doc.png);
}

li.text {
	margin-left: 10px;
	list-style-image: url(images/16x16/mimetypes/txt.png);
}
li.pdf {
	margin-left: 10px;
	list-style-image: url(images/16x16/mimetypes/pdf.png);
}
a.text {
	padding-left: 20px;
	background: url(images/16x16/mimetypes/txt.png) no-repeat 0% 0%;
}
a.pdf {
	padding-left: 20px;
	background: url(images/16x16/mimetypes/pdf.png) no-repeat 0% 0%;
}
.comments {
	font-size: 14px;
}