/**
 * @package		EasyBlog
 * @copyright	Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *  
 * EasyBlog is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

.eblog_comment_box {
	background-color: #f4f4f4;
	border: solid 1px #bbb;
	margin-bottom: 5px;
}

.eblog_comment_box_inner {
	background-color: #f4f4f4;
	border: solid 1px #fff;
	padding: 15px;
	position: relative;
}

.eblog_comment_avatar {
	border: solid 1px #ccc;
	float: left;
	margin-right: 15px;
	min-width: 48px;
	padding: 2px;
	text-align: center;
	width: auto !important;
	width: 48px;
}
	
	.eblog_comment_avatar a {
		display: block;
	}
	
	.eblog_comment_avatar img {
		height: auto !important;
		max-height: 44px;
		max-width: 44px;
		width: auto !important;
	}

.eblog_comment_user_info {
	border-bottom: solid 1px #eee;
	height: auto !important;
	height: 50px;   
	min-height: 50px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}	

.eblog_comment_name {
	color: #171717;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 13px;
}

.eblog_comment_name .small {
	color: #A7A7A7;
	font-size: 14px;
}

.eblog_comment_date {
	color: #6B6B6B;
	font-size: 9px;
	float: left;
	padding-top: 25px;
	text-transform: uppercase;
	width: 40%;
}

.eblog_form_container {
	border: solid 2px #777;
	padding: 5px 15px;
}



.eblog_comment_controls {
	position: absolute;
	right: 10px;
	top: 10px;
}

.eblog_comment_controls .reply_container a {
	background-color: #09f;
	border: solid 1px #06c;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.eblog_comment_controls .cancel_container a {
	background-color: #f66;
	border: solid 1px #c30;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.eblog_comment_title {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
}

.eblog_comment_text {

}


.eblog_comment_like {
	color: #6B6B6B;
	font-size: 9px;
	float: right;
	padding-top: 25px;
	text-align: right;
	text-transform: uppercase;
	width: 40%;
}

.eblog_comment_likes_container {
	border-top: solid 1px #eee;
	color: #888;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 5px;
}

.comment_form_title {
	color: #666;
	font-size: 20px;
	margin: 0 0 10px;
}

.eblog_form_container .label {
	display: block;
}

.eblog_form_container .textarea {
	height: 50px;
	width: 98.5% !important;
}

.eblog_form_container .inputbox {
	background: #fff;
	margin-bottom: 10px;
 	width: 430px;
}

.eblog_comment_message {
	background: #fcc;
	border: 2px dashed #c66;
	margin: 0;
	padding: 10px 5px;
}

.comment-form-inline {
	background: #f9f9f9;
	border: solid 2px #06c;
	margin-top: 15px;
	padding: 5px 15px;
}

.comment-form-inline .eblog_form_container {
	border: 0;
	padding: 0;
}


/**
 * Comment spacing between depth
 */  
.comment_ltr_depth_1 {
	margin-left: 30px;
}

.comment_ltr_depth_2 {
	margin-left: 60px;
}

.comment_ltr_depth_3 {
	margin-left: 90px;
}

.comment_ltr_depth_4 {
	margin-left: 120px;
}

.comment_ltr_depth_5 {
	margin-left: 150px;
}

.comment_ltr_depth_6 {
	margin-left: 180px;
}

/** for RTL **/
.comment_rtl_depth_1 {
	margin-right: 30px;
}

.comment_rtl_depth_2 {
	margin-right: 60px;
}

.comment_rtl_depth_3 {
	margin-right: 90px;
}

.comment_rtl_depth_4 {
	margin-right: 120px;
}

.comment_rtl_depth_5 {
	margin-right: 150px;
}

.comment_rtl_depth_6 {
	margin-right: 180px;
}
