/* allg. Rahmen  */
.frame_blog .frm_top {
	background: url(img/frames/frame_blog.png) no-repeat 0% 0%;
	min-height: 100px;
	position: relative;
	max-width: 700px;
	min-width: 100px;
}
.frame_blog .frm_top_inner{
	background: url(img/frames/frame_blog.png) no-repeat 100% 0%;
	position: relative;
	min-height: 100px;
	background-color: transparent;
	margin-left: 40px;

}

.frame_blog .frm_bottom {
	background: url(img/frames/frame_blog.png) no-repeat 0% 100%;
	position: relative;
	height: 40px;
	max-width: 700px;

}
.frame_blog  .frm_bottom_inner{
	background: url(img/frames/frame_blog.png) no-repeat 100% 100%;
	position: relative;
	height: 40px;	
	margin-left: 40px;
}

.frame_blog .frm_content {
	display: inline-block;
	margin: 40px 40px 0px 0px;	
	z-index: 100;
}


.blog-header-box {
	position: relative;
	margin-bottom: 20px;
}
.blog-header-box-inner {
	/*background:#F6E0E2;*/
	margin:0;
}
.blog-deco-image {
	position:absolute;
	right:40px;
	bottom:0px;
}
.blog-headline h2 {
	padding-right:215px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
}
.blog-description p {
	padding-right:215px;
}

.postWrapper {
	/*border-top: 2px solid #ddd;*/
	padding: 10px 4px 60px 4px;
	background: url(img/blog_post_seperator.png) no-repeat bottom center;
}
.comments {
	padding: 10px 4px 60px 4px;
}
.postTitle {
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow:hidden;
	width:460px;
	font-weight: bold;
	margin-bottom: 25px;
}
.postTitle h2 a {
	color: #493B2B;
	text-decoration: none;
}
.postTitle h2 a:hover,
.postTitle h2 a:focus,
.postTitle h2 a:active {
	color: #AE3C84;
	text-decoration: underline;
}
.postDetails {
	font-size: 10px;
	float: right;
	width: 145px;
	border-left: 1px solid #a6a5a6;
	padding: 2px 6px 0px 6px;
	margin-bottom: 25px;
}

.postContent {
	clear: both;
	padding-bottom: 15px;
	padding-right: 90px;
}
.postContent  img {
	border: solid 1px #AE3C84;
	margin-bottom: 12px;
}
.postBookmarks {
	padding-bottom: 15px;
}
.postBookmarks h4 {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding: 4px 0 30px 0;
	border-top: 1px dashed #E4E4E4;
	clear: both;
}

.commentContent {
	padding-bottom: 0px;
	float: right;
	width: 360px;
}
.commentDetails  {
	font-size: 10px;
	padding: 0px;
	float: left;
	width: 140px;
}
.postCommentDetails {
	font-size: 12px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 25px;
}
#postComment, #commentForm {
	margin-top: 10px;
	display: block;
	border-top:1px solid #E4E4E4;
	clear: both;
}
.postError {
	font-size: 16px;
}


.commentContent {
	padding-right: 90px;
}
.comments h4 {
	margin: 11px 0;
}
