#comments {
	position: relative;
	margin: 40px 0 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #e6e6e6;
	border-top: 1px solid rgba( 0, 0, 0, 0.07 );

	h3 {
		color: #333;
		font-weight: normal;
		margin-bottom: 20px;

		&#pings {
			margin-top:25px;
		}
	}

	.comment {
		margin-top: 10px;
		width: 100%;
		list-style-type: none;

		&.thread-even {
			background: #fafafa;
			background: rgba( 0, 0, 0, 0.02 );
			border-bottom: 1px solid #e6e6e6;
			border-bottom: 1px solid rgba( 0, 0, 0, 0.07 );
		}

		.comment-container {
			position: relative;
			padding: 20px;
		}

		.reply {
			a {
				background: none repeat scroll 0 0 #BFBFBF;
				color: #222222 !important;
				margin: 0;
				padding: 0.2em 1em;
				text-shadow: none;
				font-size: .7em;

				&:after {
					font-family: 'FontAwesome';
					display: inline-block;
					font-size: 100%;
					margin-left: .618em;
					font-weight: normal;
					line-height: 1em;
					width: 1em;
					text-align: right;
					content: "\f112";
				}
			}
		}
	}

	.comment-head {
		margin: 0 0 15px 0;

		.name {
			margin: 0;
			font-weight: bold;
			font-size: 15px;
		}

		.date,
		.edit,
		.perma {
			font-size: 11px;
		}
	}

	.avatar {
		float: left;
		margin: 0 15px 10px 0;

		img {
			margin: 0;
			vertical-align: middle;
			border-radius: 100px;
		}
	}

	.comment-entry {
		p {
			margin: 0 0 10px 0;
		}

		blockquote {
			margin: 0 30px 0;

			p {
				font-style: italic;
			}
		}
	}

	.reply {
		position: absolute;
		right: 1em;
		top: 1em;
	}

	ul.children {
		margin: 10px 0px 0 25px;
		padding: 0;

		li {
			border-top: 1px solid #e6e6e6;
		}
	}

	.cancel-comment-reply {
		margin: 10px 0;
	}

	.navigation {
		a {
			display: block;
			margin: 15px 0 0 0;
			text-decoration: none;
		}
	}

	.pingbacks {
		li {
			&.pingback {
				margin: 10px 0;

				.reply {
					display: none;
				}
			}
		}
	}
}

#respond {
	margin: 40px 0 0;

	h3 {
		color: #333;
		font-weight: normal;
		margin-bottom: 20px;
	}

	#reply-title {
		small {
			display: block;
			font-size: 14px;
			margin-top: 5px;
		}
	}

	.left {
		float: left;
		width: 200px;
		margin-right: 15px;
	}

	.right {
		font: left;
		width: 380px;
	}

	label {
		font-size: 11px;
		color: #777;
	}
}

#commentform {
	margin: 15px 0 0 0;

	input.txt, textarea {
		font: 300 14px/1em $helvetica;
	}

	input.txt {
		width: 170px;
		margin: 0 5px 10px 0;
		padding: 5px 7px;
	}

	textarea {
		width: 95% !important;
		padding: 5px 7px;
	}

	#submit {
		margin: 15px 0 0 0;

		&:after {
			font-family: "FontAwesome";
			content: "\f105";
		}
	}
}

h3#pings {
	margin: 25px 0 10px 0;
}

.pinglist {
	li {
		margin: 0 0 0 20px;
		list-style-type: decimal;

		.author {
			font-weight: bold;
			font-size: 15px;
		}

		.date {
			font-size: 11px;
		}

		.pingcontent {
			display: block;
			margin: 10px 0;
		}
	}
}