/* CSS Document */

div.commentBlogView{
	display:block;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
    margin-bottom: 4px;
	clear:both;
}

div.show-comment, div.show-linkmore {
	display:inline;
    float:right;
    height:18px;
    text-indent: 24px;
    margin-left: 4px;
    margin-right: 4px;
    background-repeat:no-repeat;
	background-position: 0 50%;
	background-image:url(images/comments.gif);
}

div.show-comment{
	background-image:url(images/comments.gif);
}
div.show-linkmore {
	background-image:url(images/page_go.gif);
}

.comments , .jomentry1, .jomentry2{
	padding-left:16px;
	/*color: #FFFFFF;*/
	border: 1px none #666666;
}

.jomentry1, .jomentry2{
	padding: 10px;
	/*background-color: #2E2E2E;*/
}

.jomentry1 blockquote, .jomentry2 blockquote {
	background: url(images/bg_blockquote.gif) no-repeat 5px;
  	color: #747474; 
  	padding-left: 30px;
}

.jomentry2 {
	/*background-color: #333333;*/
}

.jomauthor {
	background-image:none;
}

#postComment{
	/*background:#000000;*/
	padding:15px;
}

#postComment label{
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea{
	margin:5px 0 0 0;
	width:95%;
}

#postComment textarea {
	height:40px;
}

#postComment input, #postComment textarea {
	padding:2px;
	border-width:1px;
}

#postComment input:focus, #postComment textarea:focus, .passwordPost label input:focus {

}
#postComment .button {
	padding:5px;
	clear:both;
	width:140px;
	margin:5px 0 0 0;
	background:#CCCCCC;
	color:#000000;
	vertical-align: middle;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
}

#comments {
}
.avatarImg{
	float: right;
	padding: 2px;
}
.avatarImg img{
	border:1px solid #ddd
}

/* added to not use contentheading style on comments headline */

.commentheading {
	height: 20px;
	border-bottom: 2px dotted #660000;
	color: #CC0000;
	text-align: left;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

