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

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

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

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

#bbpress-forums div.even,
#bbpress-forums ul.even {
	background: url("../images/forum-background.png") repeat 0 0 transparent;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background: url("../images/forum-background.png") repeat scroll 0 0 transparent;
}

#bbpress-forums .bbp-replies div.topic,
#bbpress-forums .bbp-replies ul.topic {
	background: url("../images/forum-topic-message.png") repeat scroll -5em 0 transparent;

}

#bbpress-forums .bbp-replies div.reply,
#bbpress-forums .bbp-replies ul.reply {
	background: url("../images/forum-topic-message.png") repeat scroll -5em 0 transparent;

}


#bbpress-forums div.reply {
	height: auto;
}

#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	background: url("../images/forum-topic-head.png") repeat scroll 0 0 transparent;
	border-top: 3px solid #CEB28F;
}

#bbpress-forums .bbp-reply-post-date {
	color:#522101;
}

#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 .status-closed,
#bbpress-forums .status-closed a {
	color: #a2998b;
}

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

#bbpress-forums li {
	margin: 0;
	list-style: none;
	font-weight: normal;

}
#bbpress-forums .forum-titles li {
	padding: 0.75em 0.57em;
}
#bbpress-forums .forum-titles li:nth-child(2n) {
	background: #d2b28b;
}

#bbpress-forums .bbp-body ul li:nth-child(2n) {
	//background: #ebe2d4;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 20px;
	clear: both;
	width:100%;
}

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

#bbpress-forums li.bbp-header {
	background: #b9874a;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding: 0em;
	text-align: center;
	text-transform: uppercase;
}

#bbpress-forums li.bbp-header {
	background: #b9874a;
	color: #FFFFFF;
	font-family: 'Bree Serif',Tahoma;
	line-height: 2em;
	font-weight: normal;
	width: 100%;
}

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

#bbpress-forums .bbp-forums-list {
	margin: 0em 0 0;
	padding:0em;
	border:0px;
	width: 100%;
}

#bbpress-forums .bbp-forums-list li {
	display: inline-block;
	font-size: 1em;
    line-height: 1.5em;
}
#bbpress-forums .bbp-forums-list li.bbp-forum-item a {
	color: #522101;
}
#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;
}

.bbp-forums .bbp-forum-info .bbp-forum-content {
	color: #522101;	
	line-height: 1.5em;
	 margin-top: 0.5em;
}

#bbpress-forums blockquote {
  background:#EFEADF;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  border-left: 0.4em solid #CEB28F;
  margin: 1em;
  padding: 1em;
     display: block;
}

#bbpress-forums code {
  background:#EFEADF;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  border-left: 0.4em solid #CEB28F;
  margin: 1em;
  padding: 1em;
  font-family: American Typewriter,"Courier",monospace;
     display: block;
}

li.bbp-forum-info,
li.bbp-topic-title {
	display: inline-block;
	text-align: left;
	width: 57%;
	padding: 0em;
}
li.bbp-forum-info {
	padding: 1em;
	width: 48%;
}

.bbp-forums li.bbp-forum-entry {
	padding: 0em;
	width: 100%;
}
.bbp-forum-content {
	padding: 1em;
	font-size: 1.05em;
}

.bbp-header .forum-titles .bbp-forum-info {
	width:100%;
}
.bbp-header .forum-titles .bbp-forum-topic-count {
	display:none;
}

.bbp-header .forum-titles .bbp-forum-freshness {
	display:none;
}

.bbp-header .forum-titles .bbp-forum-reply-count {
	display:none;
}


#forums-list-0 li.bbp-forum-info {
	width: 40%;
}
#forums-list-0 li.bbp-forum-freshness {
	width: 27%;
	display:inline-block;
}
#forums-list-0 li.bbp-forum-topic-count {
	display:inline-block;
}
#forums-list-0 li.bbp-forum-reply-count  {
	display:inline-block;
}

li.bbp-forum-info a.bbp-forum-title {
	text-transform:uppercase;
	color: #000;
	font-size: 1.2em;	
}

li.bbp-forum-info-head {
	background-color: #f2d298;	
	padding:1em;
	width:100%;
}

li.bbp-forum-info-head a.bbp-forum-title {
	text-transform:uppercase;
	color: #000;
	font-size: 1.2em;	
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
	display: inline-block;
	text-align: center;
	width: 10%;
	padding:0.75em;
}
li.bbp-forum-topic-count {
	width: 12%;
}
.forum-titles > li.bbp-forum-reply-count {
	width: 13%;
}

.forum-titles > li.bbp-topic-title {
	width: 52%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: left;
	display: inline-block;
	width: 15%;
	padding:0.75em;
}
li.bbp-topic-freshness {
	width:20%;
}
li.bbp-forum-freshness a,
li.bbp-topic-freshness a {
	color: #b78649;	
}

li.bbp-forum-freshness .bbp-author-name {
	color: #c16a00;
	
}

li.bbp-forum-item {
	width:37%;
	padding: 1em;	
}
ul.forum .bbp-body li.bbp-forum-freshness, .bbp-body li.bbp-topic-freshness {
	 width: 19%;
}
ul.forum .bbp-body li.bbp-forum-freshness .avatar {
	 margin:0em 0.5em 0em 0em;
	   float: left;
}

ul.forum .bbp-body li.bbp-forum-freshness a {
	
}

#bbpress-forums li.bbp-body ul.forum li,
#bbpress-forums li.bbp-body ul.topic li {
	vertical-align: top;
}
#bbpress-forums li.bbp-body ul.topic li.bbp-topic-title {
	margin: 0.75em;
	width: 49%;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #f7d79c;
	overflow: hidden;
	padding: 0em;
	width:100%;
	font-size: 1.1em;
}
#bbpress-forums li.bbp-body ul.forum{
	width:100%;
	display: inline-block;
}

#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness{
	font-size: 0.9em;
 line-height: 1.2em;
}

li.bbp-forum-freshness a, li.bbp-topic-freshness a{
	font-size: 0.9em;
}
ul.forum .bbp-body .bbp-forum-entry li.bbp-forum-freshness, .bbp-body .bbp-forum-entry li.bbp-topic-freshness {
	 width: 27%;
}

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 {
	float: right;
}

#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	display: inline-block;
	text-align: left;
	width: 14em;
	vertical-align:top;
}

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

.item-avatar {
	display: inline-block;
    margin: 0.2em 0.2em 0.2em 0;
} 

.item {
  display: inline-block;
  vertical-align: top;
}

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

#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 1em;
	font-style: normal;
	color: #b78649;
}

#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	display: inline-block;
	padding: 12px 12px 12px 0;
	text-align: left;
	width:48em;
}

#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 {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 14em;
}

#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: 0px;
	padding: 0;
	text-align: left;
}

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

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

span.bbp-author-ip {
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	color: #b78649;
}

/* =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;
}

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

span.bbp-admin-links {
	float: right;
	color: #C16A00;
}
span.bbp-admin-links a {
	color: #C16A00;
	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: #c16a00;
	font-family: 'Bree Serif',Tahoma;
}

.bbp-topic-title .bbp-topic-permalink {
	color: #000;
	text-transform: uppercase;
}

/* =Toggles
-------------------------------------------------------------- */
.bbp-reply-content #favorite-toggle a,.bbp-reply-content #subscription-toggle a {
	color: #fff;
	font-weight: normal;
}
	
.bbp-topic-action #favorite-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	}
	.bbp-topic-action #favorite-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #favorite-toggle span.is-favorite a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		}
		.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

.bbp-topic-action #subscription-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	}
	.bbp-topic-action #subscription-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #subscription-toggle span.is-subscribed a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		}
		.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

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

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

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

.bbp-pagination-count {
	float: left;
	color: #cfb189;
	font-family: 'Bree Serif',Tahoma;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination-links .page-numbers {
	display: inline-block;
	background:#522101;
	color: #f7c469;
	line-height: 2em;
	text-align: center;
	width: 2em;
}
.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
	  background: none repeat scroll 0 0 #F4F2EE;
	  border: 1px solid #C2955F;
	  border-radius: 3px 3px 3px 3px;
	  display: inline-block;
	  font-size: 0.7em;
	  line-height: 1.5em;
	  padding: 0.1em 0.5em 0;
	  text-decoration: none;
	}

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

#bbpress-forums fieldset.bbp-form {
	clear: left;
	background: url("../images/forum-topic-response.png") repeat scroll 0 0 transparent;
}

#bbpress-forums fieldset.bbp-form {
	border: 0px solid #F7C469;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form legend {
	background: none repeat scroll 0 0 #F7C469;
	color: #522101;
	font-family: 'Bree Serif',Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.5em 1em;
}

#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: 0 0 8px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
	width: 97%;
	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;
}

/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
	max-width: 200px;
}

.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;
}

#merge_tag,
#delete_tag {
	display: inline;
}

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

p.form-allowed-tags {
	width: 462px;
}

/* =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;
	background: #fff;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}

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

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

#bbpress-forums #bbp-your-profile fieldset {
	padding: 20px 20px 0 20px;
}
	#bbpress-forums #bbp-your-profile fieldset div {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		clear: left;
	}
	#bbpress-forums #bbp-your-profile fieldset select {
		margin-bottom: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset input,
	#bbpress-forums #bbp-your-profile fieldset textarea {
		margin-bottom: 0;
		width: 60%;
		background: #f9f9f9;
		border: 1px solid #ddd;
		box-shadow: none;
		padding: 5px 8px;
		border-radius: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset input:focus,
	#bbpress-forums #bbp-your-profile fieldset textarea:focus {
		border: 1px solid #ccc;
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		outline-color: rgba(240,255,240,0.1);
	}
	#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
		width: auto;
	}
	#bbpress-forums #bbp-your-profile fieldset legend {
		display: none;
	}
	#bbpress-forums #bbp-your-profile fieldset label[for] {
		float: left;
		width: 20%;
		padding: 5px 20px 5px 0;
		text-align: right;
		cursor: pointer;
	}
	#bbpress-forums #bbp-your-profile fieldset dl label[for] {
		text-align: left;
		width: 60%;
	}
	#bbpress-forums #bbp-your-profile fieldset span.description {
		margin: 5px 0 0 20%;
		font-size: 12px;
		font-style: italic;
		float: left;
		clear: left;
		width: 60%;
		padding: 5px 8px;
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}

	#bbpress-forums #bbp-your-profile fieldset fieldset {
		margin: 0;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password {
		width: 60%;
		display: inline;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
	#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
		width: 100%;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
		margin: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#bbpress-forums #bbp-your-profile fieldset.submit button {
		float: right;
	}

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

div.bbp-template-notice,
div.indicator-hint {
	background-color: #F7C469;
	border-color: #E6DB55;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0;
	clear: both;
	color: #522101;
	margin: 1em 0 15px;
	padding: 0.1em 1em;
}
div.bbp-template-notice a {
	color: #c16a00;
	text-decoration: none;
}
	div.bbp-template-notice a:hover {
		color: #522101;
	}
	div.bbp-template-notice.info {
		border: #cee1ef 0px solid;
		background-color: #f7c469;
	}
	div.bbp-template-notice.important {
		border: #e6db55 0px solid;
		background-color: #f7c469;
	}
	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;
		font-size: 12px;
		line-height: 140%;
	}

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

#bbpress-forums .bbp-topics-front ul.super-sticky,
#bbpress-forums .bbp-topics ul.super-sticky,
#bbpress-forums .bbp-topics ul.sticky,
#bbpress-forums .bbp-forum-content ul.sticky {
	background:url("../images/forum-topic-sticky.png") repeat scroll 0 0 transparent;
	font-size: 1.1em;
}

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

#bbpress-forums .bbp-topic-revision-log-item,
#bbpress-forums .bbp-reply-revision-log-item {
	color: #c16a00;
}
/* =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: 0 15px 0 0;
}

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

/* =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;
	vertical-align:middle;
	border: 1px solid #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;
}

.forums .activity-list .activity-content .activity-header,.forums  .activity-list .activity-content .comment-header {
  color: #522101;
  font-size: 0.9em;
  line-height: 220%;
}

.forums a.activity-time-since {
  color: #522101;
}
/* =User Pages
-------------------------------------------------------------- */

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

#bbpress-forums #bbp-user-wrapper {
	float: left;
	width: 100%;
}

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

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
	clear: none;
}

#bbpress-forums #bbp-single-user-details {
	margin: 0;
	width: 150px;
	float: left;
	overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	margin: 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border: none;
	height: 150px;
	padding: 0;
	margin: 0 0 20px 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
	float: none;
	margin-left: 180px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
	float: none;
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 5px 8px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #eee;
	opacity: 0.8;
}

#bbpress-forums #bbp-user-body {
	margin-left: 180px;
}

body.my-account #bbpress-forums {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

/* =User Capabilities
-------------------------------------------------------------- */

#bbpress-forums dl.bbp-user-capabilities {
	display: inline-block;
	vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
	margin: 0 0 10px;
	text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
	margin: 0;
	padding: 0;
}

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

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

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


.forums button,.bbp-topic-form  a.button,.forums  input[type="submit"],.forums  input[type="button"],.forums  input[type="reset"],.forums  ul.button-nav li a,.forums div.generic-button a,.forums .comment-reply-link,.forums .acomment-reply,.forums .bp-secondary-action {
  background: #F7C469;
  border: 0em;
  border-radius: 0px;
  color: #522101;
  cursor: pointer;
  font-family: 'Carrois Gothic',Helvetica;
  outline: medium none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}

.forums button:hover,.forums  a.button:hover,.forums a.button:focus,.forums input[type="submit"]:hover,.forums input[type="button"]:hover,.forums input[type="reset"]:hover,.forums ul.button-nav li a:hover,.forums ul.button-nav li.current a,.forums div.generic-button a:hover,.forums .comment-reply-link:hover {
  background: #F7C469;
  border: 0px;
  color:  #522101;
  outline: medium none;
  text-decoration: none;
}

.forums  div.item-list-tabs {
  background: none repeat scroll 0 0 #F7C469;
  clear: left;
  margin: 25px -19px 20px;
  overflow: hidden;
  text-transform: uppercase;
	margin: 1em 0em;
	width: 100%;
}

.forums #object-nav > ul {
    background: none repeat scroll 0 0 #B9874A;
 	text-transform: uppercase;
}

.forums div.item-list-tabs ul li a {
	color: #fff;

}

.forums div#item-header {
  background: url("../images/post-sticky-large.png") no-repeat scroll 0 0 transparent;
  height: 15em;
  overflow: hidden;
  padding: 0 1em 1em;
   margin-bottom: 1em;
 }

.forums div#subnav.item-list-tabs {
  background: none repeat scroll 0 0 #F7C469;
  border-bottom: 0px solid #EAEAEA;
  margin: -13px 0px 16px;
  min-height: 35px;
  overflow: hidden;
}


.forums div.item-list-tabs ul li.selected a, .forums div.item-list-tabs ul li.current a {
  background-color: #F7C469;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #511F00;
  font-weight: normal;
}

#latest-update {
    color: #161616;
}

#item-body .activity {
  background: url("../images/forum-background.png") repeat scroll 0 0 transparent;	
  padding-top: 1em;
}

ul.item-list.activity-list li {
   border-bottom: 1px solid #F7C469;
}

.forums div#item-header img.avatar {
  float: left;
  height: 130px;
  margin: 0 15px 19px 0;
  width: 130px;
}

.forums div#item-header h2 a {
  color: #AA5E06;
}

.forums span.user-nicename {
  color: #AA5E06;
}

.forums a.bp-primary-action span,.forums #reply-title small a span {
  background: none repeat scroll 0 0 #B9874A;
}

.forums ul.item-list li img.avatar {
  float: left;
  margin: 0 1em 0;
}

.forums .activity-list li .activity-inreplyto {
	background: url("../images/replyto_arrow.gif") no-repeat scroll 7px 0 transparent;
	color: #522101;
	font-size: 0.8em;
	line-height: 2em;
}

.forums .activity-list .activity-content img.thumbnail {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 0 solid #EEEEEE;
  float: left;
  margin: 0 10px 5px 0;
}
.forums .profile-fields tbody tr td {
  padding: 1em;
  font-weight: normal;
}

.forums .profile h4 {
	color: #A8640C;
	 font-size: 1.6em;
   text-transform: uppercase;
}

.forums div.activity-comments > ul {
  background: rgba(255,255,255,0.3);
  border-radius: 0px;
  padding: 0 0 0 10px;
}
.forums div.activity-comments > ul li {
  border-bottom: 0px;
  padding: 1em 0;
}

.forums div.activity-comments form div.ac-reply-avatar img {
     margin: 0em;
}

.forums div.activity-comments form .ac-textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px inset #CCCCCC;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 0em;
}