/* Comments */

.comments-wrapper{
	position:relative;
	width:100%;
	height:auto;
	float:left;	
}
#comments{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
#comments ul, #comments ol{
	margin:0;
	padding:0;
	list-style:none;
}
#comments-container h3.comments, #respond h3.respond{
	width:100%;
	float:left;
	color:#000;
	margin:0 0 35px;
	text-align:center;
	font-size:26px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:'DidotLTStd-Roman' !important;
}
h3.zero-comments{
	margin:0px !important;
}
h3.comments-closed{
	margin-bottom:0px !important;	
}
#comments-container{
	width:92%;
	float:left;
	padding:4%;
	background:#ECECEC;  
}
#comments-container ul{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#comments-container ul li{
	width:100%;
	height:auto;
	margin:0 0 16px 0;
	padding:0;
	float:left;	
}
#comments-container .the-comment-meta{
	width:11%;
	height:auto;
	float:left;
	margin:0;
}
#comments-container .the-comment-meta img{
	width:100%;
	height:auto;
}
#comments-container .the-comment{
	width:87%;
	height:auto;
	float:right;
	font-size:12px;
}
#comments-container .the-comment p{
	margin:0 0 12px 0;
}
#comments-container .the-comment .author{
	width:100%;
	float:left;
	color:#AFAFAF;
	font-size:15px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
#comments-container .the-comment .author a{
	color:#AFAFAF;
	font-size:15px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
#comments-container .the-comment .date{
	width:100%;
	float:left;
	font-size:11px;
	color:#AFAFAF;
	padding:0;
	margin:0 0 10px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';	
}
#comments-container .the-comment .comment-content{
	width:100%;
	height:auto;
	float:left;
	color:#6d6d6d;
	font-size:12px;
	font-family:'AvenirLTStd-Light';
}
#comments-container .reply{
	width:100%;
	height:auto;
	float:left;
	padding:5px 0;
	border-top:1px dotted #929292;
}
#comments-container .reply a{
	font-size:11px;
	color:#AFAFAF;
	padding:0 5px 0 0;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
#comments-container .no-comments{
	padding:15px 0 0 0;
	font-size:16px;
	font-family:'GothamBoldRegular', Arial, Helvetica, sans-serif;
}
#respond{
	position:relative;
	width:92%;
	height:auto;
	float:left;
	padding:3% 4%;
	margin:0 0 20px 0;
	background:#ECECEC;
}
#respond input{
	text-transform:uppercase !important;
}
#respond input, #respond textarea{
	position:relative;
	width:96%;
	height:auto;
	float:left;
	padding:2%;
	border:0px;
	font-size:13px;
	color:#6d6d6d;
	margin:0 0 10px 0;
	letter-spacing:1px;
	text-transform:none;
	font-family:'AvenirLTStd-Light';
}
#respond input#submit{
	width:139px;
	height:31px;
	padding:0;
	margin:0;
	float:right;
	font-size:0px;
	background:url(images/img-button-post-comment.png);
}
#respond .cancel-comment-reply{
	float:right;
	display:block;
	padding:0 0 5px 0;
}
#respond .cancel-comment-reply a{
	width:164px;
	height:31px;
	font-size:0px;
	display:block;
	margin-right:10px;
	background:url(images/img-button-cancel-comment.png);
}

	/* Inline Comment Responses */
	
	#comments-container ul.children{
		width:90%;
		margin:0 0 0 10%;
	}
	#comments-container ul.children li{
		width:100%;
		border-bottom:0;
		padding-bottom: 0;
	}
	#comments-container ul.children li img.avatar{

	}
	#comments-container ul.children li .the-comment{
		width:87%;
	}
	
	/* End of Inline Comment Reponses */

/* End of Comments*/