/**
 * @package		Komento
 * @copyright	Copyright (C) 2012 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *
 * Komento 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.
 */




/* =comment listing
****************************************/
#section-kmt .kmt-list > li + li > div,
#section-kmt .kmt-list > .kmt-form + li > div{
	border-top:0;
	padding:15px 0;
}
/* =comment listing
****************************************/
#section-kmt .kmt-avatar{
	margin:0 15px 0 0;
}
#section-kmt .kmt-avatar img{
	width:40px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#section-kmt .kmt-avatar + .kmt-content{
	margin:0;
}
#section-kmt .kmt-head{
	position:relative;
	top:10px;
}
#section-kmt .kmt-head .kmt-option{
	top:12px;
}
#section-kmt .kmt-body{
	background:#fff;
	border:1px solid #cacaca;
	border-bottom-color:#bababa;
	padding:15px;
	margin:30px 0 10px;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#section-kmt .kmt-body > i{
	background:url(../images/bubble.png);
	position:absolute;
	left:48px;
	top:-18px;
	width:20px;
	height:18px;
}
#section-kmt .kmt-control{
	top:-5px;
}
#section-kmt .kmt-meta{
	position:relative;
	top:-5px;
	margin:0 150px 0 10px;
}