.postWrapper {
	padding: 10px 10px 25px;
	background: #ddd url('../images/posttop.gif') no-repeat top left;
}
.postWrapTop {
	width: 100%;
	height: 15px;
	background: #ddd url('../images/postwraptop.gif') no-repeat top left;
}
.postWrapBottom {
	width: 100%;
	height: 15px;
	background: #ddd url('../images/postwrapbottom.gif') no-repeat top left;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	margin-bottom: 25px;
}
.postTitle h2 { 
	color: #222;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 30px;
	text-decoration: none;
	background: transparent url('../images/posttitle.png') no-repeat top left;
}
.postTitle h2 a {
	color: #444;
		text-decoration: none;
}
.postTitle h2 a:hover {
	color: #999;
		text-decoration: none;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: right;
	color: #666;
}
.postContent  {
	padding-bottom: 15px;
}

.postContent p {
	color: #333 ;
}

.postContent a {
	color:#000;
	font-weight: bold;
}

.postContent a:hover {
	color:#555;
}

.postDetails {
	float: right;
	font-size: 13px;
	color: #888;
}
.postDetails a {
	color: #444;
	font-weight: bold;
}
.postDetails a:hover {
	color: #888;
}

.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	font-size: 10px;
	padding: 0px;
}
.postError {
	font-size: 16px;
}

.postContent h1,h2,h4,h5,h6 {
	color: #888;
}
