/* 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 100%;

	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;

}



.jomentry1, .jomentry2{

	border-bottom: 1px solid #7c7d9c;

	padding: 15px;

}



.jomentry1 blockquote, .jomentry2 blockquote {

	background: transparent url(images/bg_blockquote.gif) no-repeat 0 5px;

  	color: #747474; 

  	padding-left: 30px;

}



.jomentry2 {

background-color:#666666;

}



.jomauthor {

    background-color: #999999;

    border-bottom: 1px solid #000;

    background-image:none;

}



#postComment{

	background:#999;

	padding:15px;

}



#postComment label{

	width:120px;

	display:block;

	float:left;

	clear:both;

	margin:5px 0 0 0;

	text-transform: lowercase;

}



#postComment input, #postComment textarea{

	margin:5px 0 0 0;

	width:95%;

}



#postComment textarea {

	height:160px;

}



#postComment input, #postComment textarea {

	padding:2px;

	border-width:1px;

}



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

	background:#fff;

}

#postComment .button {

	padding:5px;

	clear:both;

	width:140px;

	margin:5px 0 0 0;

	background:#000;

	border-color:#000 #000 #000 #000;

	color:#fff;

	vertical-align: middle;

}



#comments {

	background:#999999;

}

.avatarImg{

	float: right;

	padding: 2px;

}

.avatarImg img{

	border:1px solid #7c7d9c

}


