/* ### COMMENTS ### */
#comments {}

	#comments ol {
		list-style: none;
		margin: 0 0 50px;
	}

	#comments h2, #comments h3 {
		clear: both;
	}
	
	#comments h3 {}
	
.comment {
	padding-top: 10px;
	border-top: 5px solid #ccc;
}

	.comment-meta {
		width: 160px;
		float: left;
		margin-left: -180px;
		text-align: right;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
		.comment-meta a {
			background: #eee;
			font-weight: bold;
		}
		
		.comment-meta img {
			border: 10px solid #eee;
		}
		
		.comment-author-admin .comment-meta img {
			border-color: #ffc;
		}
		
	.comment-content {}
	
		.comment-content p {
			margin-bottom: 10px;
			color: #666;
		}
		
#comment-form {}

	#comment-form p {
		margin-bottom: 10px;
		font-size: 1.2em;
	}
	
	#comment-form input {
		width: 200px;
		padding: 2px;
	}
	
	#comment-form textarea {
		width: 450px;
	}
	
	#submit {
		width: 80px;
		border: 1px solid #ccc;
		text-transform: uppercase;
	}
	
/* ### RESPONDS ### */
.children { list-style: none; }

	.children .comment {
		border-top: 1px solid #ccc;
	}

	.children .comment-meta {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		margin-left: 0;
		text-align: left;
		line-height: 1em;
		font-style: italic;
		color: #666;
	}
	
	.children .comment-meta img { display: none; }
	
	.children .comment-content p {
		font-size: 1.4em;
	}