/* @override 
	http://pottenenpannen/skin/frontend/default/pottenenpannen/css/blog.css
	http://pottenenpannen.local/skin/frontend/default/pottenenpannen/css/blog.css
*/

.postWrapper {
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postBlogtitle {
	border-bottom: 1px solid #ddd;
	margin: 0 10px 10px 10px;
}
.postBlogtitle h2 {
	padding-bottom: 3px;
}
.postContent {
	padding-bottom: 15px;
}
.postDetails {
	font-size: 10px;
}
.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	/*padding-bottom: 15px;*/
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	text-align: right;
	/*color: #205773;*/
	font-size: 10px;
	padding-top: 10px;
}
.postError {
	font-size: 16px;
}