#comments{
	padding: 0.5em;
	width: 1170px;
	margin: 0 auto 0 auto;
}
#comments ol{
	list-style: none;
}
#comments .comments-title{
	/*padding-top: 3em;*/
	padding-bottom: 1em;
	display: block;
	text-align: center;
}

#comments .comment-body{
	padding: 0.5em;
	margin: 0.8em;
	background-color:#eeeeee;	
}
#comments .comment-content{
	padding: 0.5em;
	background-color: #fdfdfd;
	border: solid 1px #c5c5c5;
}

#comments .comment-edit-content{
	padding: 0.5em;
	width: 100%;
	background-color: #fdfdfd;
	border: solid 1px #c5c5c5;
}

#comments li li{
	padding-left: 1em;
}

#comments .comment-form-comment textarea, #comments input {border:1px solid #e4e4e4;}
#comments .comment-form-comment textarea {width:100%;}

#comments img.avatar{
	-moz-box-shadow:0 0 0.2em #000; 
	-webkit-box-shadow:0 0 0.2em #000; 
	box-shadow:0 0 0.2em #000; 
	border:0;
	margin:0.35em;		
}

#comments .comment-list div.comment-author a.url{
	font-size: 1.25em;
    padding-left: 0.5em;
}
#comments .children div.comment-author a.url{
	font-size: 1.1em;
    padding-left: 0.4em;
}
#comments div.comment-author span.says{display: none; visibility: hidden;}
#comments .comment-metadata{
	display: block;
    text-align: right;
	padding-right: 0.3em;
}
#comments .comment-metadata .edit-link{
	font-weight: bold;
	padding-left: 0.8em;

}
#comments .comment-respond{
	padding: 1em;
}
#comments .logged-in-as{
	display: none;
	visibility: hidden;
}
#comments input#submit {
    background: #fff;
    color: #090;
    font-weight: 700;
    border: solid 1px #789;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    letter-spacing: normal;
    font-size: 1em;
    font-family: 'Roboto Slab', serif;
    outline: 0 !important;
}
#comments input#submit:hover {
    color: #010;
    border: solid 1px #0f0;
}
#comments input#submit:disabled {
    color: #999;
    border: solid 1px #999;
    background: #ddd;
}
#comments .comment-form-comment label{
	display: none;
	visibility: hidden;
}
#comments .reply-title{
	font-size: 1.25em;
}
#comments .form-submit{
	text-align: right;
}
#comments .reply{
	padding: 0.3em;
}
#comments .reply a{
	font-weight: bold;	
}