/*
 * /web/themes/simple/style/comments.css -- Stylesheet for comments.
 */

#comments {
	margin: 2em 0 5em 0;
	width: 98%;
}

#comments > ul {
	padding: 0;
}

#comments h4 {
	margin-bottom: 1em;
}

#comments h4 a {
	color: black;
	font-size: 17px;
	font-weight: normal;
}

#comments h4 a:hover {
	background-color: transparent;
	border: 0;
	color: black;
}

input.add_comment {
	background-image: url("../../../graphics/icons/silk/comment_add.png");
	background-repeat: no-repeat;
	background-position: 0.4em 0.3em;
	padding-left: 2.5em;
}

.comment {
	background-image: url("../images/gradient.png");
	background-repeat: repeat-x;
	clear: left;
	display: block;
	margin: 1em 0;
	padding: 0;
	width: 98%;
}

.comment.deleted * {
	color: rgb(200,200,200);
}

.comment .top .left {
	background-image: url("../images/comment_top_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

.comment .top .right {
	background-image: url("../images/comment_top_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.comment .left, .comment .right {
	padding: 0.4em;
}

.comment img {
	vertical-align: middle;
}

.comment .right {
	clear: none;
	font-size: 85%;
	text-align: right;
}

.comment .right .emoticon {
	float: none;
}

#comments .comment .left a:hover {
}

#comments .comment .right a {
	color: rgb(150,150,150);
}

#comments .comment .right a:hover {
	border: 0;
	color: rgb(100,100,100);
}

.comment .text {
	clear: left;
	overflow: auto;
	padding: 1.2em;
	width: 94%;
}

.comment .text .updated {
  clear: right;
	font-size: 85%;
	font-style: italic;
}

#comments .new_comments_line {
	color: rgb(120,120,120);
	font-weight: bold;
	text-align: center;
}

.kudos {
	float: left;
	font-size: 85%;
	padding: 0 0 1em 0.5em;
}

.kudos.none {
	background-image: url("../../../graphics/icons/silk/star-gray.png");
}

.kudos.given {
	background-image: url("../../../graphics/icons/silk/star.png");
}

.kudos .remove {
	margin-left: -2em;
}

.kudos.none,
.kudos.given {
	/*background-position: 0.2em -0.1em;*/
	background-position: 3px -4px;
	background-repeat: no-repeat;
	padding-left: 2.2em;
	margin-left: 0.4em;
}

.kudos input {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	margin-top: -0.2em;
	padding: 0.1em 0 0.2em 2em;
}

.kudos input.give {
	background-image: url("../../../graphics/icons/silk/star-gray.png");
}

.kudos input.remove {
	background-image: url("../../../graphics/icons/silk/star.png");
}

.kudos input:hover {
	background-image: url("../../../graphics/icons/silk/star-green.png");
	color: #0a0;
}

.kudos input.remove:hover {
	background-image: url("../../../graphics/icons/silk/star-red.png");
	color: #a00;
}

#comments .comment .tools {
	/*float: right;*/
	text-align: right;
}

#comments .comment .tools * {
	display: inline;
	margin-left: .2em;
}

#comments .comment .tools input {
	border: 0;
	background-color: transparent;
	font-size: 85%;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	padding: .1em 0 .2em 1.8em;
}

#comments .comment .tools input[type=hidden] {
	display: none;
}

#comments .comment .tools .quote input.quote_action {
	background-image: url("../../../graphics/icons/silk/comment.png");
}

#comments .comment .tools .moderate input {
	background-image: url("../../../graphics/icons/silk/comment_delete.png");
}

#comments .comment .tools .edit input {
	background-image: url("../../../graphics/icons/silk/comment_edit.png");
}


#threads_search_result {
	min-height: 10em;
}

#threads_search_result h3 {
	border: 0;
	display: inline;
	vertical-align: middle;
	color: rgb(50,50,50);
	font-size: 130%;
	margin-left: 0.6em;
}

#threads_search_result div.text {
	margin-top: 0.5em;
	margin-left: 2em;
	margin-bottom: 0.8em;
}

#threads_search_result div.meta {
	margin: 0;
	margin-left: 2em;
	margin-bottom: 0.8em;
}

#threads_search_result div.time {
	font-size: 85%;
}

#threads_search_result h3 a:hover {

}

