/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments, #comments input, #comments textarea {
}
#comments input, #comments textarea {
	border: 1px solid #808080;
}
#comments input[type="text"] {
	height: 18px;
}
#comments input[type="submit"] {
	height: 20px;
	cursor: pointer;
}
#comments h3 {
	font-size: 18px;
}


#comments-list {
}
#comments-list ol, #comments-list ul {
	list-style: none;
	margin: 0;
}
#comments-list li, #comments-list li.alt {
	margin: 32px 0;
}


#comments-list .comment-head {
	margin-bottom: 4px;
	border-bottom: 1px solid #808080;
}
 #comments-list .comment-author {
    float: left;
    font-style: normal;
    text-transform: uppercase;
}
#comments-list .comment-meta {
    float: right;
		font-style: italic;
}
#comments-list .comment-author a, #comments-list .comment-author a:hover, #comments-list .comment-meta a, #comments-list .comment-meta a:hover {
	text-decoration: none;	
}
#comments-list .comment-content {
}


#comments-list li .comment-reply-link {
	display: none;/*!!!*/
}
/*
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    font-style:italic;
}
*/

.comment-navigation {
    display: none;/*!!!*/
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}

.comment-navigation a {
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 0.5em 0.75em;
}
.comment-navigation a, .comment-navigation span {
    margin-right: 0.5em;
}


#respond {
	margin-top: 32px;
}
#respond .comment-notes {
	margin: 1em 0 2em;
}
#cancel-comment-reply {
	position: absolute;
	top: 18px;
	right: 1.5em;
}
#respond .required {
	font-weight: bold;
}
.form-section label {
	text-transform: uppercase;
}
.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}
.form-section textarea {
	width: 98%;
}
#form-allowed-tags {
	display: none /*!!!*/
}
/*#form-allowed-tags p, #form-allowed-tags span, #form-allowed-tags code {
	font-size: 11px;
}
#form-allowed-tags span {
	font-style: italic;
}*/
.form-submit {
	padding: 12px 6px 0 0;
	text-align: right;
}
.subscribe-to-comments {
	float: left;
	padding: 12px 0 0 0;
}
.solo-subscribe-to-comments {
	padding: 12px 0 0 0;
}
.comment_license {
	clear: both;
  padding: 12px 0 0 0;
}

