/* --------------------------------------------
	КОММЕНТАРИИ
-------------------------------------------- */

/* Блок с комментариями */
.comments-header {
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-header h3 {
    font-size: 20px;
    margin: 0;
    float: left;
}

.comments-header .subscribe {
    margin: 12px;
    float: right;
}

.comments-header .subscribe i {
    position: relative;
    top: 3px;
}

.comments-header .subscribe input {
    *top: 0;
}

.comments {
    margin-bottom: 30px;
}

.comment-wrapper {
    position: relative;
}

.comment-wrapper .comment-wrapper {
    margin: 0 0 0 5%;
}

.comment-preview {
    padding: 5px 10px 6px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
}

.comment-preview {
    font-size: 13px;
    line-height: 18px;
}

/* Стили для списка комментариев на странице http://ваш_сайт/comments/ */
.blog-detail.streams .entry-comments {
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.blog-detail.streams .entry-comments ul {
    margin: 0;
}
.blog-detail.streams .entry-comments ul li {
    list-style: none;
}
.blog-detail.streams .entry-comments ul li.stream-item {
    margin-bottom: 25px;
}
.blog-detail.streams .entry-comments ul li.stream-item .comment {
    padding: 0 0 10px;
}
.blog-detail.streams .entry-comments .breadcrumb {
    background-color: #C7CFD6;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 5px 10px;
}
.blog-detail.streams .entry-comments .text {
    padding-top: 5px;
    font-style: italic;
    font-size: 10px;
}
.blog-detail.streams .entry-comments .stream-comment-preview {
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
}

.comments.comment-list .comment {
    margin-bottom: 15px;
}

.comments.comment-list .comment-path {
    margin: 0;
}
.comments.comment-list .comment-path a {
    text-decoration: none;
}

.comments.comment-list .comment-path .blog-name {
    color: #777;
}

/* Комментарий */
.comment {
    min-height: 48px;
    padding: 5px 5px 10px;
    margin: 0 0 10px 0;
    background: url(/_run/assets/6885e288/hr.png) 0 100% repeat-x;
    position: relative;
}

.comment .deleted {
    padding: 5px 10px;
    color: #777;
    background: #f4f4f4;
}

.comment .btn-group.actions-drop {
    position: absolute;
    top: 65px;
    left: 5px;
}

/* Типы комментариев
*
* deleted 	- 	удаленный комментарий
* self 	- 	ваш комментарий
* new 		- 	новый, непрочитанный комментарий
* current 	- 	активный комментарий, который выделяется при исползование кнопки обновления в тулбаре
*
*/

.comment-self {
    background-color: #FDFFF7;
}
.comment-deleted {
    background-color: #FFE0E0;
}
.comment-new {
    background-color: #DEFFCF;
}
.comment-current {
    background-color: #fff;
}


.ls-user-role-not-admin .comment.comment-deleted {
    padding: 10px 15px;
    min-height: 0;
    background: #f7f7f7;
    color: #888;
}


/* Info Block */
.comment .comment-info {
    font-size: 10px;
    margin: 0 0 0 8px;
    padding: 0 70px 7px 0;
    line-height: 12px;
    position: relative;
    top: -2px;
    overflow: hidden;
    zoom: 1;
}

.comment .comment-info li {
    float: left;
    height: 18px;
    padding-top: 3px;
    margin-right: 10px;
}

.comment .comment-info li a {
    text-decoration: none;
}

.comment .comment-info li.comment-date a {
    color: #999;
    border-color: #999;
}

.comment .comment-info li.vote {
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
}

.comment .comment-info li.goto-comment-child {
    display: none;
}

/* Content */
.comment .comment-content {
    margin-bottom: 10px;
}

.comment .comment-content.text {}

.comment .comment-content.text blockquote {
    background: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.comment .comment-content.text img {
  float:none;
}

.comment-updated {
    text-align: right;
    font-size: 9px;
    margin: 6px 0 0;
    padding: 6px 0;
    *background: #c6c6c6;
    color: #333;
}

/* Actions */
.comment .comment-actions {
    margin: 0;
    font-size: 10px;
    overflow: hidden;
}

.comment .comment-actions li {
    display: inline;
    margin-right: 10px;
    float: right;
}

.comment .comment-actions li a {
    text-decoration: none;
    border-bottom: 1px dotted #777;
}

/* Форма комментирования */
.reply-header {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.reply {
    padding-bottom: 10px;
}

.reply textarea {
    height: 100px;
}

.reply textarea.loader {
    background: #f7f7f7 url(/_run/assets/6885e288/loader.gif) no-repeat center;
}

.reply .mceEditor {
    display: block;
    margin-bottom: 10px;
}