.blogg
{

}
.blogpost
{
	padding: 30px 0 20px 0;
	border-top: 1px solid #ccc;
	zoom: 1;
}
.first
{
	border: none;
}

.blogpost .postTitle
{
	float: left;
	width: 174px;
	text-align: right;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	display: inline;
}
.blogpost .postTitle h2
{
	font-family: Georgia, sans;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}
.blogpost .postTitle h2 a
{
	color: #000;
}
.blogpost .date,
.blogpost .postTitle,
.blogpost .datencomments
{
	line-height: 17px;
}

.blogpost .datencomments
{
	float: left;
	width: 174px;
	text-align: right;
	margin: 0 0 0 10px;
	display: inline;
}

.blogpost a.topLink,
.blogComments a.topLink
{
	margin: 20px 0 0 176px;
	height: 7px;
	width: 7px;
	background: url(../../images/arrow_up.gif) no-repeat;
	float: left;
}

.blogpost .postText
{
	float: left;
	width: 586px;
	margin: 0 0 0 30px;
	color: #444;
}
.blogpost .postText .textLimiter /* width */
{
	width: 400px;
	line-height: 17px;
}

.blogpost .postText a.more
{
	margin: 10px 0 0 0;
	display: block;
	width: 80px;
}

.blogpost .postText .postImg
{
	margin: 0 0 20px 0;
}
.blogpost .postText .postImg span
{
	font-size: 10px;
}

.postDetails
{
	color: #666;
}
.postDetails a
{
	color: #666;
}
.postDetails .tell
{
}
.postDetails .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif) no-repeat top left; }



.blogComments
{
	border-top: 1px solid #ccc;
	padding: 30px 0 20px 0;
	height: 1%;
	background: #f8f8f8;
}
.commentWrapper
{
	padding: 20px 0 0 0;
	height: 1%; /* ie6 */
}
h2.comments_headline
{
	float: left;
	margin: 0 0 0 214px;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	display: inline; /* ie6 */
	color: #999;
}

.commentDetails
{
	float: left;
	width: 174px;
	text-align: right;
	margin: 0 0 0 10px;
	zoom: 1;
	line-height: 17px;
	display: inline; /* ie6 */
}
.commentDetails span.date
{
	color: #999;
}
.commentContent
{
	float: left;
	width: 400px;
	margin: 0 0 0 30px;
	color: #444;
	line-height: 17px;
}
.commentContent h3,
#postComment h3
{
	line-height: 17px;
}
.commentContent h3
{
	line-height: 17px;
	font-weight: bold;
}

#postComment,
.postError
{
	float: left;
	padding: 40px 0;
	margin: 0 0 0 214px;
	width: 405px;
	display: inline; /* ie6 */
	zoom: 1; /* ie6 */
	position: relative;
}
#postComment h2
{
	padding: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}

#postComment input.text
{
	width: 400px;
	background: #fff;
}
#postComment input#title
{
	width: 400px;
}
#postComment textarea
{
	width: 400px;
	height: 130px;
	background: #fff;
}
#postComment .btn_submit
{
	float: right;
	margin: 5px 0 0 20px;
	border: 1px solid #999;
	background: #ccc;
	padding: 3px;
}

#postComment .important
{
	position: absolute;
	top: 0; right: 0;
	z-index: 20;
}
#postComment .important input
{
	width: 100px;
}
#postComment .important-layer
{
	position: absolute;
	top: 0; right: 0;
	width: 150px;
	height: 60px;
	line-height: 30px;
	background: #f8f8f8;
	z-index: 100;
}

#postComment .comment-captcha
{
	float: right;
	margin: 5px 0 0 0;
}
#postComment .comment-captcha .frage
{
	float: left;
	height: 19px;
	line-height: 19px;
	margin: 0 5px 0 0;
}
#postComment input.captinp
{
	float: left;
	width: 25px;
	border: 1px solid #ccc;
	color: #444;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 3px;
	margin: 0 20px 0 0;
}
#postComment .status
{
	float: left;
	height: 19px;
	line-height: 19px;
}
#postComment .notalright
{
	color: #aaa;
	background: #eee;
	border: 1px solid #ddd;
	cursor: default;
}


/* blog pagelisting */
.pagelisting
{
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 214px;
}