/* =Theme Compat
-------------------------------------------------------------- */
div#bbpress-forums {
	font-size: 1em;
}
textarea#bbp_topic_content {
	border: 1px solid transparent;
}
div.bbp-breadcrumb {
	display: none;
}
body.bbpress[class*=forum] .icon-placeholder:before,
body.topic.bbpress .icon-placeholder:before {
	content: "\f0a1";
}

body[class*=bbp-user-] .icon-placeholder:before {
	content: "\f007";
}
div#bbpress-forums button,
div#bbpress-forums input[type="submit"],
div#bbpress-forums input[type="button"],
div#bbpress-forums input[type="reset"],
div#bbpress-forums ul.button-nav li a,
div#bbpress-forums div.generic-button a,
div#bbpress-forums .comment-reply-link,
a.bp-title-button {
	background-color: #404040;
	border: 1px solid #404040;
	border-radius: 2px 2px 2px 2px;
	color: #EEEEEE;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 29px;
	line-height: 27px;
	margin: 10px 4px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;	
}
div#bbpress-forums button:hover,
div#bbpress-forums a.button:hover,
div#bbpress-forums input[type="submit"]:hover,
div#bbpress-forums input[type="button"]:hover,
div#bbpress-forums input[type="reset"]:hover,
div#bbpress-forums ul.button-nav li a:hover,
div#bbpress-forums div.generic-button a:hover,
div#bbpress-forums .comment-reply-link:hover,
a.bp-title-button:hover {
	cursor: pointer;
	background-color: #f5f5f5;
	color: #666;
}

div#bbpress-forums input.ed_button[type="button"] {
	background: #eee;
	border: 1px solid #fff;
	border-radius: 0 0 0 0;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}

