#bbpress-forums {
  margin-bottom: 1.5em;
  overflow: hidden;
  clear: both;
}
#bbpress-forums div.reply {
  height: auto;
}
#bbpress-forums ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bbpress-forums li {
  list-style: none;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
  margin-bottom: 1.5em;
  overflow: hidden;
  clear: both;
  border-width: 1px;
}
#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 {
  padding: 0.75em 1.5em;
  font-weight: bold;
}
#bbpress-forums li.bbp-footer {
  border-top-width: 1px;
}
#bbpress-forums li.bbp-header ul {
  overflow: hidden;
}
#bbpress-forums .bbp-forums-list {
  margin-left: 0.5em;
  padding-left: 1.0em;
  border-left-width: 1px;
}
#bbpress-forums .bbp-forums-list li {
  display: inline;
}
#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}
#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul {
  padding-left: 15px;
}
#bbpress-forums .bbp-topic-content ul li,
#bbpress-forums .bbp-reply-content ul li {
  list-style: square;
}
#bbpress-forums .bbp-forum-content p {
  margin: 5px 0 0;
  font-style: italic;
}

li.bbp-forum-info,
li.bbp-topic-title {
  width: 55%;
  float: left;
  text-align: left;
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  width: 10%;
  float: left;
  text-align: center;
}

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

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 0.75em 1.5em;
  overflow: hidden;
  border-top-width: 1px;
}

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 {
  width: 115px;
  padding: 1.5em;
  float: left;
}
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  max-width: 80px;
  margin: 0 auto;
  float: none;
  border: 0;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  word-break: break-word;
}
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 140px;
  padding: 1.5em 1.5em 0 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 {
  width: 120px;
  margin: 0;
  padding: 0;
  float: left;
}
#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;
  padding: 0.75em 1.5em;
  overflow: hidden;
}

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

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

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
  float: left;
}

#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: #ddd;
}
span.bbp-admin-links a {
  color: #bbb;
}

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

/* =Toggles
-------------------------------------------------------------- */
.bbp-topic-action #favorite-toggle a {
  padding: 0 3px 1px;
  color: #7c7;
  border-width: 1px;
  background-color: #dfd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.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-width: 1px;
  background-color: #fee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
.bbp-topic-action #subscription-toggle a {
  padding: 0 3px 1px;
  color: #7c7;
  border-width: 1px;
  background-color: #dfd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.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-width: 1px;
  background-color: #fee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.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-bottom: 0;
}
#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
  float: left;
}

.bbp-pagination-links {
  float: right;
}
.bbp-pagination-links .g1-pagination {
  margin-bottom: 0;
}

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.bbp-topic-pagination a {
  padding: 2px 5px;
  border-width: 1px;
}

/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  clear: left;
}
#bbpress-forums fieldset.bbp-form label {
  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-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  margin-top: 4.5em;
  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-width: 1px;
  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 {
  background-color: #f0fff8;
  border-width: 1px;
  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;
}
#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 {
  padding: 5px;
  margin: 3px 0 0;
  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 fieldset {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
}
#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-width: 1px;
  -webkit-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);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
#bbp-your-profile fieldset legend {
  display: none;
}
#bbp-your-profile fieldset label {
  float: left;
  width: 150px;
  padding-right: 20px;
  text-align: right;
}
#bbp-your-profile fieldset span.description {
  margin: 5px 0 0 170px;
  float: left;
  clear: left;
  width: 383px;
  padding: 5px 10px;
  border-width: 1px;
  background-color: #f0f8ff;
}
#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;
}
#bbp-your-profile fieldset.submit button {
  float: right;
}

/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice {
  margin: 0 0 1.5em;
  padding: 0 0.75em;
  clear: both;
  border-width: 1px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
}
div.bbp-template-notice.info {
  border-color: #cee1ef;
  background-color: #f0f8ff;
}
div.bbp-template-notice.important {
  border-color: #e6db55;
  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 a {
  color: #555;
  text-decoration: none;
}
div.bbp-template-notice a:hover {
  color: #000;
}
div.bbp-template-notice p {
  margin: 0.75em 0;
}

/* =Stickies
-------------------------------------------------------------- */
/* =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;
  color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */
.bbp-remember-me label {
  display: inline-block;
  font-weight: normal;
}

.bbp-login-links a {
  margin-right: 0.5em;
}

.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 {
  width: 100%;
  max-width: 322px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bbp-login-form .bbp-submit-wrapper {
  margin: 1.5em 0 0.75em;
  float: none;
}

.bbp-logged-in {
  text-align: right;
  line-height: 28px;
}
.bbp-logged-in .avatar {
  margin-right: 10px;
  vertical-align: middle;
}
.bbp-logged-in strong {
  margin-right: 2em;
}

/* =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 {
  margin-bottom: -7px;
  float: none;
  border-width: 1px;
}

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-width: 2px;
  margin-left: 5px;
  padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
  clear: none;
  padding-bottom: 10px;
}
#bbpress-forums h2.entry-title {
  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 {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  clear: both;
  border-top-width: 1px;
}

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

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}
#bbpress-forums .bbp-forums-list li.bbp-forum {
  display: block;
}

li.bbp-body ul.topic.super-sticky .bbp-topic-permalink,
li.bbp-body ul.topic.sticky .bbp-topic-permalink {
  font-weight: bold;
}

body.g1-fonts-xs .bbp-topic-tags, body.g1-fonts-xs
.bbp-topic-meta, body.g1-fonts-xs
.bbp-pagination, body.g1-fonts-xs
.bbp-topic-pagination a, body.g1-fonts-xs
.bbp-reply-header .bbp-meta, body.g1-fonts-xs
.bbp-author-role, body.g1-fonts-xs
.bbp-reply-ip, body.g1-fonts-xs
.widget_display_topics li div, body.g1-fonts-xs
.widget_display_replies li div, body.g1-fonts-xs
.bbp-login-links, body.g1-fonts-xs
.bbp-remember-me label {
  font-size: 11px;
}
body.g1-fonts-s .bbp-topic-tags, body.g1-fonts-s
.bbp-topic-meta, body.g1-fonts-s
.bbp-pagination, body.g1-fonts-s
.bbp-topic-pagination a, body.g1-fonts-s
.bbp-reply-header .bbp-meta, body.g1-fonts-s
.bbp-author-role, body.g1-fonts-s
.bbp-reply-ip, body.g1-fonts-s
.widget_display_topics li div, body.g1-fonts-s
.widget_display_replies li div, body.g1-fonts-s
.bbp-login-links, body.g1-fonts-s
.bbp-remember-me label {
  font-size: 11px;
}
body.g1-fonts-m .bbp-topic-tags, body.g1-fonts-m
.bbp-topic-meta, body.g1-fonts-m
.bbp-pagination, body.g1-fonts-m
.bbp-topic-pagination a, body.g1-fonts-m
.bbp-reply-header .bbp-meta, body.g1-fonts-m
.bbp-author-role, body.g1-fonts-m
.bbp-reply-ip, body.g1-fonts-m
.widget_display_topics li div, body.g1-fonts-m
.widget_display_replies li div, body.g1-fonts-m
.bbp-login-links, body.g1-fonts-m
.bbp-remember-me label {
  font-size: 12px;
}
body.g1-fonts-l .bbp-topic-tags, body.g1-fonts-l
.bbp-topic-meta, body.g1-fonts-l
.bbp-pagination, body.g1-fonts-l
.bbp-topic-pagination a, body.g1-fonts-l
.bbp-reply-header .bbp-meta, body.g1-fonts-l
.bbp-author-role, body.g1-fonts-l
.bbp-reply-ip, body.g1-fonts-l
.widget_display_topics li div, body.g1-fonts-l
.widget_display_replies li div, body.g1-fonts-l
.bbp-login-links, body.g1-fonts-l
.bbp-remember-me label {
  font-size: 13px;
}
body.g1-fonts-xl .bbp-topic-tags, body.g1-fonts-xl
.bbp-topic-meta, body.g1-fonts-xl
.bbp-pagination, body.g1-fonts-xl
.bbp-topic-pagination a, body.g1-fonts-xl
.bbp-reply-header .bbp-meta, body.g1-fonts-xl
.bbp-author-role, body.g1-fonts-xl
.bbp-reply-ip, body.g1-fonts-xl
.widget_display_topics li div, body.g1-fonts-xl
.widget_display_replies li div, body.g1-fonts-xl
.bbp-login-links, body.g1-fonts-xl
.bbp-remember-me label {
  font-size: 13px;
}

.bbp-user-section {
  background: cyan;
}
.bbp-user-section:before, .bbp-user-section:after {
  content: " ";
  display: table;
}
.bbp-user-section:after {
  clear: both;
}
html#ie7 .bbp-user-section {
  zoom: 1;
}

/* =Widgets
-------------------------------------------------------------- */
.widget_display_forums ul,
.widget_display_topics ul,
.widget_display_views ul,
.widget_display_replies ul {
  margin-left: 0;
  list-style: none;
}
.widget_display_forums ul ul,
.widget_display_topics ul ul,
.widget_display_views ul ul,
.widget_display_replies ul ul {
  padding: 0 0 0 2em;
  margin: 0;
  border-width: 1px 0 0;
}
.widget_display_forums li,
.widget_display_topics li,
.widget_display_views li,
.widget_display_replies li {
  padding: 5px 0;
  display: block;
  border-width: 1px 0 0;
}
.widget_display_forums li:first-child,
.widget_display_topics li:first-child,
.widget_display_views li:first-child,
.widget_display_replies li:first-child {
  padding-top: 0;
  border: 0;
}
.widget_display_forums li li:first-child,
.widget_display_topics li li:first-child,
.widget_display_views li li:first-child,
.widget_display_replies li li:first-child {
  padding-top: 5px;
}

.bbp-login-links {
  clear: both;
}

#g1-bbpress-bar {
  position: relative;
  margin: 0 -8%;
  padding: 0.5em 8%;
  clear: both;
}
#g1-bbpress-bar .bbp_widget_login {
  margin: 0;
}
#g1-bbpress-bar .bbp-login-form {
  height: 50px;
  position: relative;
}
#g1-bbpress-bar .bbp-login-form .bbp-username,
#g1-bbpress-bar .bbp-login-form .bbp-password {
  margin: 0 10px 0 0;
  float: left;
}
#g1-bbpress-bar .bbp-login-form .bbp-username label,
#g1-bbpress-bar .bbp-login-form .bbp-password label {
  display: none;
}
#g1-bbpress-bar .bbp-login-form .bbp-username input,
#g1-bbpress-bar .bbp-login-form .bbp-password input {
  width: 197px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
#g1-bbpress-bar .bbp-login-form .bbp-username input {
  background-image: url(../images/icons/login_user.png);
}
#g1-bbpress-bar .bbp-login-form .bbp-password input {
  background-image: url(../images/icons/login_pass.png);
}
#g1-bbpress-bar .bbp-login-form .bbp-remember-me {
  position: absolute;
  left: 0;
  top: 30px;
}
#g1-bbpress-bar .bbp-login-form .bbp-remember-me label {
  font-size: 11px;
}
#g1-bbpress-bar .bbp-login-form .bbp-submit-wrapper {
  margin: 0 30px 0 0;
  clear: none;
  float: left;
}
#g1-bbpress-bar .bbp-login-form .bbp-login-links {
  margin: 0;
  clear: none;
  float: left;
}
