.postWrapper {
	margin-bottom: 30px;

	
}
.postTitle {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	height:60px
}
.postTitle-comment {
	padding:10px 0 0;
	margin-bottom:5px;
}
.postTitle a {
	text-decoration:none;
	font-weight:bold;
	font-size:23px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-bottom:5px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float:left;
}
.postContent {
	padding-top: 15px;
	font-size:1.05em;
}
.postDetails {
	font-size: 10px;
	padding-top:15px;
}
.postBookmarks {
	float:left;
	margin-top:5px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-right:10px;
}
.comment-wrapper .group-select {
	width:331px;
}

.commentWrapper {
	padding-bottom: 15px;
}

.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	font-size: 10px;
	padding: 0px;
}
.postError {
	font-size: 16px;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(http://www.sensifer.com/bokstijn/skin/frontend/bokstijn/default/communityIcons/tip.gif) no-repeat 20px 0;
	font-style: normal;
}


