/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 * Modified by Syamil MJ
 */

/* =bbPress Style
-------------------------------------------------------------- */

#bbpress-forums hr {
	margin: 0 0 24px 0;
}

#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
	background-color: #fff;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #fbfbfb;
}

#bbpress-forums div.reply,
#bbpress-forums div.topic {
	height: auto;
	background: none;
}
	#bbpress-forums .bbp-private-reply { background: none !important; }
	#bbpress-forums .bbp-private-reply .bbp-reply-content { 
		padding: 20px;
		background: #fafafa;
	}

#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	background-color: #f4f4f4;
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
	background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
	background-color: #fdd;
}

#bbpress-forums ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums li {
	margin: 0;
	list-style: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
	#bbpress-forums ul.bbp-topics {margin:0}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
	clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
}
	#bbpress-forums li.bbp-header {
		border-bottom: 4px solid #333;
	}
	#bbpress-forums li.bbp-footer {
		border-top: 1px solid #e3e3e3;
		padding: 0;
	}

#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}

#bbpress-forums .bbp-forums-list {
	margin: 0 0 0 5px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}

#bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 11px;
}

#bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}

#bbpress-forums .bbp-topic-content img,
#bbpress-forums .bbp-reply-content img {
	max-width: 100%;
}

#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul {
	list-style: square;
	padding-left: 15px;
}

#bbpress-forums .bbp-forum-content p {
	margin: 5px 0 0;
	font-style: italic;
}

li.bbp-forum-info,
li.bbp-topic-title {
	float: left;
	text-align: left;
	/*width: 60%;*/
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count,
li.bbp-topic-last-poster{
	float: left;
	text-align: center;
	width: 10%;
}
li.bbp-topic-last-poster {width:15%}

li.bbp-forum-freshness,
li.bbp-topic-freshness{
	text-align: center;
	float: left;
	width: 15%;
}

	.bbp-body .bbp-topic-last-poster,
	.bbp-body .bbp-topic-reply-count,
	.bbp-body .bbp-topic-freshness {
		font-size: 12px;
	}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #eee;
	overflow: hidden;
	padding: 8px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin-left: 10px;
}

#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: left;
}

#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	border: 0;
	max-width: 80px;
	margin: 12px auto 0 auto;
	float: none;
	border-radius: 3px;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0 12px;
	word-break: break-word;
}

#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 11px;
}

#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 100px;
	padding: 12px 12px 12px 0;
	text-align: left;
}

#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}

#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 140px;
	padding: 0;
	text-align: left;
}

div.bbp-topic-header,
div.bbp-reply-header {
	margin-bottom: 0;
	overflow: hidden;
	padding: 8px;
}

li.bbp-body div.hentry {
	margin-bottom: 0;
}

div.bbp-topic-header,
div.bbp-reply-header {
	border-top: 1px solid #ddd;
	clear: both;
}

span.bbp-author-ip {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

.bbp-topic-title a.bbp-topic-permalink {
	font-size: 14px;
}

.bbp-topic-title span,
.bbp-topic-title span a {
	color: #787878;
	font-size: 11px;
}

#bbpress-forums .bbp-body .bbp-topic-content,
#bbpress-forums .bbp-body .bbp-reply-content {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
}

#bbpress-forums .bbp-body .bbp-topic-author,
#bbpress-forums .bbp-body .bbp-reply-author {
	padding-top: 17px;
}

#bbpress-forums .bbp-body div:first-child .bbp-topic-content,
#bbpress-forums .bbp-body div:first-child .bbp-reply-content {
	border: 0;
}

div.bbp-topic-content .bbp-meta,
div.bbp-reply-content .bbp-meta {
	color: #818181;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}

div.bbp-topic-tags {
	float: right;
}

div.topic-author-displayname,
div.reply-author-displayname {
	font-weight: bold;
	font-size: 16px;
}
	.user-id-1 div.topic-author-displayname,
	.user-id-1 div.reply-author-displayname{ 
		color: #EB4B00;
	}

/* =Admin Links
-------------------------------------------------------------- */

.topic span.bbp-admin-links {
	color: #ddd;
}
.topic span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}

.bbp-single-topic-meta {
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	background: #fcfcfc;
	padding: 10px 10px;
	margin-bottom: -8px;
}	
	.bbp-single-topic-meta a {font-weight:bold}
	.bbp-single-topic-meta .back-to { float:left }
	.bbp-single-topic-meta .posted-in { float:right }

/* =Toggles
-------------------------------------------------------------- */
.bbp-topic-action { float:right }

.bbp-topic-action #favorite-toggle,
.bbp-topic-action #subscription-toggle {
	font-weight: normal;
	font-size: 12px;
}

#bbpress-forums p.bbp-topic-meta {
	margin: 5px 0 5px;
	font-size: 11px;
}

#bbpress-forums p.bbp-topic-meta span {
	white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count {
	float: left;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination {
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
		font-size: 10px;
		line-height: 10px;
		padding: 1px 3px;
		border: 1px solid #ddd;
		text-decoration: none;
	}

.bbp-pagination-links a,
.bbp-pagination-links span {
		padding: 5px 8px;

	}
	.bbp-pagination-links a {
		font-weight: bold;
		padding: 1px 3px;
	}

/* =Forms
-------------------------------------------------------------- */

#bbpress-forums fieldset.bbp-form legend {
	padding: 5px;
}

#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	margin:10px 0 8px;
}

form#bbp-your-profile fieldset.submit {
	border: none;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
	width: 97%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

textarea#bbp_forum_content {
	height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
	margin-left: 25px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}

	.form-allowed-tags code {
		background: #f8f8f8 !important;
		font-size: 10px !important;
		border: none !important;
		width: auto !important;
	}

#merge_tag,
#delete_tag {
	display: inline;
}

div.bbp-submit-wrapper {
	margin-top: 15px;
	float: right;
	clear: both;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 100%;
	margin: 0;
	font-size: 12px;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
	font-size: 12px;
	padding: 5px;
	margin: 3px 0 0;
	line-height: 1em;
	margin: 0;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 5px;
	min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
	line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */

#bbp-your-profile {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #bbb;
}

#bbp-your-profile fieldset {
	border: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0 0px;
	margin-bottom: 30px;
	margin-top: 0;
}
	#bbp-your-profile fieldset div {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		clear: left;
	}
	#bbp-your-profile fieldset select {
		margin-bottom: 0;
	}
	#bbp-your-profile fieldset input,
	#bbp-your-profile fieldset textarea {
		margin-bottom: 0;
		width: 400px;
		background: #f9f9f9;
		border: 1px solid #ccc;
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		padding: 2px;
	}
	#bbp-your-profile fieldset legend {
		display: none;
	}
	#bbpress-forums #bbp-your-profile fieldset label {
		display: block;
	}
	#bbp-your-profile fieldset span.description {
		margin: 5px 0 0 0;
		font-size: 12px;
		font-style: italic;
		float: left;
		clear: left;
		width: 383px;
		padding: 5px 10px;
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}

	#bbpress-forums #bbp-your-profile fieldset fieldset {
		margin: 0;
		width: 260px;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbp-your-profile fieldset fieldset span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice {
	border-width: 1px;
	border-style: solid;
	padding: 0.5em 2em;
	margin: 5px 0 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFCE5;
	border: 1px solid #FFDC7D;
	color: #D69A2A;
	clear: both;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
div.bbp-template-notice a {
	color: #D69A2A;
	font-weight: bold;
	text-decoration: underline;
}
	div.bbp-template-notice a:hover {
		color: #000;
	}
	div.bbp-template-notice.info {
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
		color: #1891A8
		}
		div.bbp-template-notice.info a { color: #1891A8 }
	div.bbp-template-notice.important {
		border: #e6db55 1px solid;
		background-color: #fffbcc;
	}
	div.bbp-template-notice.error,
	div.bbp-template-notice.warning {
		background-color: #ffebe8;
		border-color: #c00;
	}
	div.bbp-template-notice.error a,
	div.bbp-template-notice.warning a {
		color: #c00;
	}
	div.bbp-template-notice p {
		margin: 0.5em 0 6px 0 !important;
		padding: 2px;
		line-height: 140%;
	}

div.bbp-template-notice.not-logged-in a {
	font-weight: bold;
}

/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-revision-log,
#bbpress-forums .bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
	display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 5px;
}

.bbp-login-form label {
	width: 140px;
	display: inline-block;
}

#sidebar .bbp-login-form label {
	width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
	text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}

.bbp-logged-in img.avatar {
	float: left;
	margin-right: 15px;
}

.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}

.bbp-forum-title.current {font-weight:bold;}
.currently-viewing {font-size: 12px;}
.topic-count {
	font-size: 12px;
	color: #ccc;
	float: right;
}

/* = Forums Search
-------------------------------------------------------------- */
/*#forums-search {
	margin: 0 0 20px;
	padding: 10px;
	background: #f6f6f6;
}
#forums-search input[type="text"] {
	width: 549px;
	height: 20px;
	margin-right:10px;
}
#forums-search .searchsubmit {
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 70, 117, 0.55);
	padding: 7px 12px;
	margin: 0;
	width: auto;
	cursor: pointer;
	background: #C0E7F7;
	background: -moz-linear-gradient(top,  rgba(192,231,247,1) 0%, rgba(160,216,239,1) 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,231,247,1)), color-stop(98%,rgba(160,216,239,1)));
	background: -webkit-linear-gradient(top,  rgba(192,231,247,1) 0%,rgba(160,216,239,1) 98%);
	background: -o-linear-gradient(top,  rgba(192,231,247,1) 0%,rgba(160,216,239,1) 98%);
	background: -ms-linear-gradient(top,  rgba(192,231,247,1) 0%,rgba(160,216,239,1) 98%);
	background: linear-gradient(to bottom,  rgba(192,231,247,1) 0%,rgba(160,216,239,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7f7', endColorstr='#a0d8ef',GradientType=0 );
	border: 1px solid rgba(9, 136, 168, 0.37);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	text-shadow: none;
}
#forums-search .searchsubmit:hover {
	border-color: rgba(4, 69, 85, 0.37);
	background: #C0E7F7;
}
#forums-search .searchsubmit:active {
	background: #8CCBEE;
}*/

/* =Avatars
-------------------------------------------------------------- */

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
	float: none;
	margin-bottom: -7px;
	border: 3px double #ddd;
}

fieldset div.avatar {
	float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #eaeaea;
	margin-left: 5px;
	padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */

#bbpress-forums h1 {
	clear: none;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 10px;
	font-weight: normal;
}

#bbpress-forums h2.entry-title {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 0;
}

#bbpress-forums #entry-author-info {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

#bbpress-forums #entry-author-info #author-avatar {
	float: left;
	margin-right: 0;
	width: 60px;
}

#bbpress-forums #entry-author-info #author-avatar img.avatar {
	max-width: 60px;
}

#bbpress-forums #entry-author-info #author-description {
	float: none;
	margin-left: 100px;
}

#bbp-author-subscriptions,
#bbp-author-favorites,
#bbp-author-topics-started,
#purchase-details {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}

body.my-account #bbpress-forums,
body.my-account #bbp-author-subscriptions,
body.my-account #bbp-author-favorites,
body.my-account #bbp-author-topics-started {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */

#bbpress-forums div.row-actions {
	font-size: 11px;
	visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
	visibility: visible;
}

/** Custom Override
-------------------------------------------------------------- */
.overflow {
	overflow:hidden;
}

.bbp-topic-title span.in-progress,
.bbp-topic-title span.resolved,
.bbp-topic-title span.not-resolved,
.bbp-topic-title span.topic-sticky,
.bbp-topic-title span.closed {
	background: url(../images/forum-icons.png);
	width: 30px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	opacity: 0.7;
}

.bbp-topic-title span.in-progress {
	background-position: 0 -22px;
}

.bbp-topic-title span.resolved {
	background-position: 0 0;
}

.bbp-topic-title span.not-resolved {
	background-position: 0 -44px;
}
.bbp-topic-title span.topic-sticky {
	background-position: 0 -66px;
}

#bbps_support_forum_options,
#bbps_support_forum_move {
	clear: none;
	}
	#bbps_support_forum_options {
		width: auto;
		float:left;
	}
	#bbps_support_forum_move {
		float: right;
		width: auto;
	}

.aq-topic-status {
	float:right
	}
	.aq-topic-status > span {
		font-weight: bold;
		background: #fff;
		border: 1px solid #e3e3e3;
		padding: 6px 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.aq-topic-status .sticky { color: orange; }
	.aq-topic-status .resolved { color: green }
	.aq-topic-status .not-resolved { color: red }
	.aq-topic-status .in-progress { color: grey }

/** Topic status */
#bbps-topic-status input[type="submit"],
#bbps-topic-move input[type="submit"] {
	padding: 2px 10px;
	font-size: 13px;
}









/*Custom Forum Styles*/
#forums-search {clear:both; width:100%; 	margin: 0 0 15px;}
form.searchform {
	height:35px;
	padding: 4px 7px 3px 30px;
	float:left;
	overflow:visible;
	background: url(../images/icon_search_1.png) no-repeat 8px 14px #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block !important;
}

#forums-search .search {width:100%; height:17px; line-height:17px; padding:8px 0px; display:block; background-color:transparent; font-family:'Open Sans', Helvetica, Arial, sans-serif; font-size:13px; color:#7f7f7f; font-weight:300;}
#forums-search .search, #forums-search .searchsubmit {border:1px solid #fff;}

#forums-search .searchsubmit {
	width:118px; float:right; margin-right:-135px; margin-top:-37px; border:0;
	height: 37px;
	line-height: 37px;
	padding: 0px 28px;
	display: inline-block;
	background-color: #d50000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.bbp-breadcrumb {font-weight:bold; clear:both !important; margin-top:30px; margin-left:10px;}


#bbpress-forums li.bbp-header {/*height:3px;*/ padding: 0 20px 20px 20px; margin-bottom:10px;}
#bbpress-forums li.bbp-footer {background: none; height:3px;}

.bbp-forum-info, .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness {font-size:13px; margin-top:10px !important;}
.bbp-topic-info, .bbp-topic-title, .bbp-topic-last-poster, .bbp-topic-reply-count, .bbp-topic-freshness {font-size:13px; margin-top:10px !important;}

.bbpress-forums ul.bbp-topics li.bbp-body .bbp-topic-title{margin-left:-20px !important; padding-left:0 !important;}

/*#bbp-forums {border-top: 0 !important;}*/
#bbpress-forums li.bbp-body ul.forum{padding-top:20px;}
#bbpress-forums li.bbp-body ul.forum:first-child{border-top: 0px solid #cc0000 !important;}
/*#bbpress-forums li.bbp-body ul.topic {border-top: 0 !important;}*/
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {border: 0;}

#subscription-toggle{margin-left:10px;}

#qt_bbp_topic_content_toolbar, .bbp-the-content.wp-editor-area{border:1px solid #eee;}

button#bbp_topic_submit, button.button.submit {
	width:118px;
	float:right; 
	margin-right:0;
	border:0;
	height: 37px;
	line-height: 37px;
	padding: 0px 28px;
	display: inline-block;
	background-color: #d50000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
input#bbp_topic_title {
	height:35px;
	padding:0 0px 0 0;
	float:left;
	overflow:visible;
	border:1px solid #dddddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-top:5px !important;
}
input#bbp_topic_tags, select#bbp_stick_topic_select, select#bbp_topic_status_select {
	/*width:300px;*/
	height:35px;
	padding:0 10px 0 5px;
	float:left;
	overflow:visible;
	border:1px solid #dddddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-top:5px !important;
	clear:both !important;
}
select#display_name {
	width:150px;
	height:28px;
	padding:0 10px 0 5px;
	overflow:visible;
	border:1px solid #dddddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-top:0px !important;
	clear:both !important;
}
.bbp-form p label{width:100%; margin-top:10px !important; clear:both !important;}

/*input#bbp_topic_subscription {margin-left:240px !important; margin-top:10px !important; clear:both !important; position:absolute;}
.bbp-topic-form input#bbp_topic_subscription {margin-left:240px !important; margin-top:35px !important; clear:both !important; position:absolute;}*/
.bbp-topic-form input#bbp_topic_subscription{clear:left !important; float:left !important;}

.bbp-reply-content span {margin-top:10px; margin-bottom:10px;}
.bbp-body {margin-top:20px;}
.bbp-admin-links a{padding-left:10px;}
.bbp-admin-links a:hover{text-decoration:underline;}

.bbp-reply-content p {font-size:13px; line-height:21px;}
.bbp-reply-content a {color:#d50000;}
.bbp-author-name {margin-top:5px !important;}
.bbp-author-role, .bbp-reply-ip {margin-top:5px !important; margin-bottom:5px !important;}

#bbpress-forums .status-closed p, .bbp-author-name, .bbp-author-role, .bbp-reply-ip {color:#777;}
#bbpress-forums .status-closed a, a.bbp-author-name {color:#d50000;}

.bbp-topic-started-by {margin-left:5px; color:#000 !important;}
.bbp-topic-started-in {display:block; margin-bottom:10px;}
.bbp-pagination-count {margin-top:10px; margin-left:5px;}
a.bbp-forum-title, a.bbp-topic-permalink, .bbp-topic-started-in a{color:#d50000 !important;}

.topic-sticky {margin-top:-3px;}

.aq-topic-status > span {display:none;}

.general_button_type_4.lnk_w_animation_1:hover {cursor:pointer;}

.resize-c .bbp-forum-freshness, .resize-c .bbp-topic-freshness {display:none !important;}
.resize-c .bbp-forum-reply-count, .resize-c .bbp-topic-reply-count{padding-left:40px;}
.resize-c .bbp-topic-started-by {display:block;}

#bbpress-forums fieldset.bbp-form {padding: 5px !important;}

.resize-d input#bbp_topic_title {
	width:210px;
}