/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

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


#content table.bbp-topics,
#content table.bbp-forums,
#content table.bbp-replies,

#container table.bbp-topics,
#container table.bbp-forums,
#container table.bbp-replies,

#main table.bbp-topics,
#main table.bbp-forums,
#main table.bbp-replies {
	clear: right;
}

/* =Tables
-------------------------------------------------------------- */

table.bbp-forums th span, table.bbp-topics th span,
table.bbp-topic th span, table.bbp-replies th span {
	float: left;
}

#content th.bbp-topic-content,
#content th.bbp-reply-content {
	text-align: right;
}


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

span.bbp-admin-links {
	float: left;
}

fieldset span.bbp-admin-links {
	float: right;
}

a.bbp-reply-permalink {
	float: left;
	margin-right: 10px;
}

/* =Forums
-------------------------------------------------------------- */

#content table tbody tr ul.bbp-forums {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-right: 1px solid #aaa;
}


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

.bbp-pagination-count {
	float: right;
}
.bbp-pagination-links {
	float: left;
}
.bbp-pagination {
	float: right;
}

.bbp-topic-pagination {
	margin-right: 5px;
	}
/* =Forms
-------------------------------------------------------------- */

div.bbp-submit-wrapper {
	float: left;
}

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

	#bbp-your-profile fieldset div {
		float: right;
		clear: right;
	}

	#content #bbp-your-profile fieldset label,
	#container #bbp-your-profile fieldset label {
		float: right;
		padding-left: 1em;
		text-align: left;
	}
	#bbp-your-profile fieldset span.description {
		margin: 5px 0 0 170px;
		float: right;
		clear: right;
	}

	#content #bbp-your-profile fieldset fieldset,
	#container #bbp-your-profile fieldset fieldset {
		margin: 0;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbp-your-profile fieldset fieldset span.description {
		margin-right: 0;
	}

	#bbp-your-profile fieldset.submit button {
		float: left;
	}


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

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

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

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


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

fieldset div.avatar {
	float: left;
}

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

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_relsy_create .activity-content .activity-inner {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	border-right: 2px solid #EAEAEA;
	margin-right: 5px;
	padding-right: 10px;
}


#update-post.bbps-form legend.form-label {
	border-radius: 4px 0 0 4px !important;
}

.bbp-replies .supporter_languages, .bbp-replies .supporter_timezone {
	text-align: right;
}

.bbps-input-counter {
	right: auto !important;
	left: 0;
}

.bbp-replies th.bbp-reply-content span {
	float: left;
}