.previewTitle {
	width: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: 18px;
	border-bottom: 1px dotted #999999;
}

.pageSticky .previewTitle {
	width: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: 18px;
	border: 1px dotted #999999;
	background-color: #F8F9FA;
}

.previewContent * {

}
/*
.previewContent p {
	padding-left: -160px;
}
*/
.previewTitle a {
	text-transform: capitalize;
	color: #003399;
}
.previewDate {
	float:right;
	color: #993300;
	font: 0.9em "Courier New", Courier, monospace;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.commentBar {
	text-indent: 17px;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	
}
.categoryBar {
	padding-top: 1px;
	text-indent: 18px;
	white-space: nowrap;
}
.categoryBar a {
	text-decoration: underline;
}
.categoryBar a:hover {
	text-decoration: underline;
}
.more {
	font-size: 0.8em;
	padding-top: 5px;
	display: block;
}
.more a {
	color: #009900;
	font-weight: bold;
}

.more a:hover {
	color: #009900;
}
.previewDateLeft {
	color: #993300;
	font: 0.9em "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
}
