/*	Source: wp-content/themes/twentyeleven/style.css
	Modifications to bring bbPress replies inline as comments. */
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.commentlist li.status-trash.even,
.commentlist li.status-spam.even {
	background-color: #fee;
}
.commentlist li.status-trash.odd,
.commentlist li.status-spam.odd {
	background-color: #fdd;
}
.commentlist li.status-trash.bypostauthor,
.commentlist li.status-spam.bypostauthor {
	background-color: #fcc;
}
.commentlist li.status-closed,
.commentlist li.status-closed a {
	color: #ccc;
}
.commentlist a.in-reply-to-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
.commentlist a.in-reply-to-link:hover,
.commentlist a.in-reply-to-link:focus,
.commentlist a.in-reply-to-link:active {
	background: #888;
	color: #fff;
}
.commentlist a.in-reply-to-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.bbp-reply-form {
	position: relative;
	width: 68.9%;
	margin: 0 auto;
}
.commentlist .bbp-reply-form {
	width: auto;
}
#content .bbp-reply-form fieldset.bbp-form {
	margin: 0;
	padding: 0;
	border: 0;
}
.bbp-reply-form fieldset.bbp-form fieldset.bbp-form legend {
	display: none;
}
.bbp-reply-form #cancel-in-reply-to-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#cancel-in-reply-to-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 0.7em;
}
#cancel-in-reply-to-link:focus,
#cancel-in-reply-to-link:active,
#cancel-in-reply-to-link:hover {
	color: #ff4b33;
}
