/** Comment Form **/
.comments-container {
	position: relative;
	width: 100%;
}
#comment-form-container {
	position: relative;
	top: 0;
	width: 100%;
}
#comment-form {
	margin: 15px 0 15px 0;
	position: relative;
	width: 100%;
}
.comment-count {
	position: relative;
	z-index: 10000;
	top:0;
	left: 0;
	height: 18px;
	width: 150px;
}
	.comment-count h3 {
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		margin: 0px;
		padding: 0px;
	}
	.comment-toggle {
		position: absolute;
		top: 0;
		left: 160px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 13px;
		line-height: 18px;
		
	}
	.comment-toggle a {
		color: #0000EE !important;
		text-decoration: underline !important;
	}
.comment-form-inner {
	position: relative;
	width: 100%;
	top: 10px;
	left:0;
	height: 70px;
}
	.comment-textarea {
		position: relative;
		top:0;
		left: 0;
		width: 70%;
		height: 70px;

	}
		#add-comments {
			border: 1px solid #C6C6C6;
			padding: 10px;
			font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-size: 15px;
			color: black;
			width: 90%;
			outline: none;
			position: absolute;
			bottom: 0;
			height: 70px;
			max-height: 40px;
            resize: none;
            overflow-y: scroll;
		}
	.comment-submit {
		position: absolute;
		top:0;
		right: 0;
		width: 30%;
		height: 70px;
	}
		#comment-submit-btn {
			position: absolute;
			top: 50%;
			margin-top: -16px;
			font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-size: 24px;
			font-weight: 400;
			color: #FFF;
			text-shadow: 0px 1px 1px #666666;
        	filter: dropshadow(color=#666666, offx=0, offy=1);
        	background: rgb(255,147,47); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(255,147,47,1) 0%, rgba(244,104,4,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,147,47,1)), color-stop(100%,rgba(244,104,4,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(255,147,47,1) 0%,rgba(244,104,4,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(255,147,47,1) 0%,rgba(244,104,4,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(255,147,47,1) 0%,rgba(244,104,4,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(255,147,47,1) 0%,rgba(244,104,4,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff932f', endColorstr='#f46804',GradientType=0 ); /* IE6-9 */
			-webkit-box-shadow:  0px 2px 0px 0px rgba(169, 71, 1, 1);
        	box-shadow:  0px 2px 0px 0px rgba(169, 71, 1, 1);
        	-webkit-border-radius: 5px;
    		border-radius: 5px;
    		line-height: 24px;
    		padding: 9px 10px 7px 10px;
    		border: none;
    		cursor: pointer;

		}
		#comment-submit-btn:focus {
			padding: 10px 10px 6px 10px;
		}


/** Comment Thread **/
.comment-thread {
	margin: 40px 0 0 0;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;

}
.comment-post {
	-webkit-border-radius: 15px;
	border-radius: 10px;
	border: 1px solid #C6C6C6;
}
.comment-wrapper {
	margin-bottom: 15px;
}
.comment-wrapper:nth-child(odd) .comment-post{
	background-color: #FFF;
}
.comment-wrapper:nth-child(even) .comment-post{
	background-color: #F6F6F6;
}
.comment-post {
	padding: 10px;
}
.avatar-wrapper {
	margin-bottom: 20px;
}
.avatar {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
}
.author-heading {
	font-size: 16;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
}
.comment-text {
	padding: 0px;
	margin: 0px;
	color: #333;
}
.comment-controls {
	padding: 15px 0 15px 0;
	font-size: 11px;
}
.comment-controls ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.comment-controls ul li {
	display: inline-block;
	margin-left: 10px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.comment-info p {
	margin-top: 15px;
	margin-bottom: 15px;
	position: absolute;
	color: #AAA;
	font-size: 13px;
	font-weight: bold;
}

#comment-count a {
        color: #0000EE ;
        
    }
#comment-count {
    margin: 12px 0px 0px 15px;

}
