/*
	modul: comment
	author: thomas wendt
	css: hannes himburg
	system: brain-GeoCMS 5
	date: 2014-06-18
*/

.gc_comment{
	display:block;
	clear:both;
	margin:1.5em 0;
}

.gc_comment h3.comment-title{
	padding:0;
	margin:0 0 1.5em 0;
	border:0;
}

.gc_comment a.comment-new-entry,
.gc_comment a.comment-new-subentry{
	cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 3px 0;
    padding: 3px 5px;
    text-decoration: none;
    vertical-align: middle;
	border:1px solid #eee;
	border-radius:4px;
	min-width: 150px;
}

.gc_comment a.comment-new-entry:hover,
.gc_comment a.comment-new-subentry:hover,
.gc_comment a.comment-new-entry:focus,
.gc_comment a.comment-new-subentry:focus,
.gc_comment a.comment-new-entry:active,
.gc_comment a.comment-new-subentry:active{
	border-color:#ccc;
	background-color:#f1f1f1;	
}

/*comment-list*/

.gc_comment .comment-list,
.gc_comment .comment-list *{
	padding:0;
	margin:0;
	list-style:none;
}

.gc_comment .comment-list{}

.gc_comment .comment-list .comment-list-ul{}
.gc_comment .comment-list .comment-list-entry{
	display:block;
	padding:0.4em 0.2em;
	border-top:2px solid #ddd;
	margin:0 0 0.5em 0;
}

.gc_comment .comment-list .comment-list-entry .frontend-edit-link{border:0;vertical-align:text-top;}

.gc_comment .comment-list .comment-list-entry-title{}
.gc_comment .comment-list .comment-list-entry-title .comment-entry-author{}
.gc_comment .comment-list .comment-list-entry-info{font-size:0.9em;color:#999;}
.gc_comment .comment-list .comment-list-entry-info img{border:0;vertical-align:text-top;width:11px;}
.gc_comment .comment-list .comment-list-entry-info a span{display:none;}

.gc_comment .comment-list .comment-list-sub{
	margin:0.3em 0 0.3em 2em;
}

.gc_comment .comment-list .comment-list-sub .comment-list-subentry{
	border-top:1px dotted #ddd;
	display:block;
	padding:0.6em 0;
	position:relative;
}

.gc_comment .comment-list .comment-list-sub .comment-list-subentry:before{
	content:"";
	position:absolute;
	top:5px;
	left:-15px;
	display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 10px;
	background:url(../../../../res/iconset/arrow-bottom-right.png) no-repeat center center;	
}



.gc_comment .comment-list .comment-list-subentry-title{}
.gc_comment .comment-list .comment-list-subentry-title .comment-subentry-author{}
.gc_comment .comment-list .comment-list-subentry-info{font-size:0.9em;color:#999;}
.gc_comment .comment-list .comment-list-subentry-info img{border:0;vertical-align:text-top;width:11px;}
.gc_comment .comment-list .comment-list-subentry-info a span{display:none;}

.gc_comment .comment-list .comment-state-50,
.gc_comment .comment-list .comment-state-90,
.gc_comment .comment-list .comment-state-99 {padding:0.5em 0;}

.gc_comment .comment-list .comment-state-50{/*background-color:#FFF7F7;*/border-right:5px solid #E7B95D}
.gc_comment .comment-list .comment-state-90{/*background-color:#F7FFF8;*/border-right:5px solid #95ED9F}
.gc_comment .comment-list .comment-state-99{/*background-color:#F7FFF8;*/border-right:5px solid #808080}





