﻿.blogItem
{
	display:block;
	margin:5px 0 5px 0;
	clear:both;	
}
.comment, .subComment
{
	display:block;
	clear:both;

	margin-bottom:10px;
	}
	
	.comment
	{
		border-bottom:1px dashed silver;
		padding-bottom:30px;
		}
.subComment
{	
	margin-left:20px;
	margin-top:30px;
	border-bottom:0px!important;
}
.commentContainer
{
	display:block;
	margin-left:20px;	
	clear:both;
	overflow:hidden;
}

.commentDate 
{
	font-size:0.9em;
	margin:0px;
	font-style:italic;


	
}

.commentHeader
{

	font-size: 1.3em;
	font-weight: bold;
	color: #888888;
	text-align: left;
	display:block;
	
}

.commentContent
{
		font-size: 0.95em;
}

.commentSignature
{

	font-size: 0.90em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	display:block;
	
}

.commentContainer
{
		border-bottom:1px dashed silver;
	}

.comments
{
	list-style-image: url(/images/icons/app/comment_add.png);
	list-style-position: inside;
	padding:0px 0 10px 15px;
	margin:2px 0 2px 0;
float:left;
	}

.permlink a
{
	color:#888888;
	font-size:0.6em;
	}

.commentsHide
{
	list-style-image: url(/images/icons/app/comment_delete.png);
	list-style-position: inside;
	background-repeat:no-repeat;
	padding:0px 0 10px 15px;
	margin:2px 0 2px 0;
	float:left;
}

.commentButton, .commentAnswerButton
{
	list-style-image: url(/images/icons/app/comment_edit.png);
	list-style-position: inside;
	background-repeat:no-repeat;
	padding-left:20px;
	cursor:pointer;
	margin:2px 0 2px 0;
	float:left;
}

.commentAnswerButton
{
	padding-left:0!important;
	
	}

.hiddenLayer
{
	display:none; visibility:hidden;	
	list-style:none;
	
}

