@charset "UTF-8";
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

.bbPress p {
  padding-bottom: 20px;
}
/* =Breadcrumb and Tags
-------------------------------------------------------------- */

.bbp-breadcrumb,
.bbp-topic-tags {
  float: left;
  line-height: 24px;
  width: 100%;
}
.bbp-breadcrumb,
.bbp-topic-tags {
  font-size: 12px;
}
.bbp-breadcrumb p,
.bbp-topic-tags p {
  padding-bottom: 20px;
}

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

table.bbp-topics,
table.bbp-forums,
table.bbp-replies {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-collapse: separate;
  clear: left;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px #e2e2e2;
  -moz-box-shadow: 0 1px 2px #e2e2e2;
  box-shadow: 0 1px 2px #e2e2e2;
}
  table.bbp-topics tfoot,
  table.bbp-forums tfoot,
  table.bbp-replies tfoot {
    display: none;
  }
  table.bbp-topics tr,
  table.bbp-forums tr,
  table.bbp-replies tr {
  
  }
    table.bbp-topics tr th,
    table.bbp-forums tr th,
    table.bbp-replies tr th,
    table.bbp-topics tr td,
    table.bbp-forums tr td,
    table.bbp-replies tr td {
      text-align: center;
    }
    table.bbp-topics tr th,
    table.bbp-forums tr th,
    table.bbp-replies tr th {
      border-top: 1px solid #fbfbfb;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      color: #374437;
      font-size: 12px;
      font-weight: bold;
      line-height: 20px;
      padding: 7px 10px;
      text-shadow: 0 1px 0 #ffffff;
      /* Gradient */
      background-color: #f3f3f3;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#efefef)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #f6f6f6, #efefef); /* Chrome 10+, Saf5.1+ */
      background-image:    -moz-linear-gradient(top, #f6f6f6, #efefef); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #f6f6f6, #efefef); /* IE10 */
      background-image:      -o-linear-gradient(top, #f6f6f6, #efefef); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #f6f6f6, #efefef);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f6f6', EndColorStr='#efefef'); /* IE6–IE9 */
    }
    table.bbp-topics tr th:first-child,
    table.bbp-forums tr th:first-child,
    table.bbp-replies tr th:first-child,
    table.bbp-topics tr td:first-child,
    table.bbp-forums tr td:first-child,
    table.bbp-replies tr td:first-child {
      text-align: left;
    }
    table.bbp-topics tr th:last-child,
    table.bbp-forums tr th:last-child,
    table.bbp-replies tr th:last-child {
      border-right: 0;
    }
    table.bbp-topics tr td,
    table.bbp-forums tr td,
    table.bbp-replies tr td {
      border-bottom: 1px solid #e2e2e2;
      border-top: 2px solid #fbfbfb;
      padding: 10px;
    }
    table.bbp-topics tr.even td,
    table.bbp-forums tr.even td,
    table.bbp-replies tr.even td {
      background: #f6f6f6 url(images/bg-line-repeat.png) repeat 0 0;
    }
    table.bbp-topics tr:last-child td,
    table.bbp-forums tr:last-child td,
    table.bbp-replies tr:last-child td {
      border-bottom: 0;
    }
    table.bbp-topics tr td.bbp-forum-info,
    table.bbp-forums tr td.bbp-forum-info,
    table.bbp-replies tr td.bbp-forum-info {

    }
      a.bbp-forum-title,
      .bbp-topic-title > a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #fff;
        display: block;
        padding-bottom: 3px;
      }
      .bbp-topic-title > a {

      }
      a:hover.bbp-forum-title,
      .bbp-topic-title > a:hover {
        text-decoration: underline;
      }
      .bbp-forum-description {
        color: #575757;
      }
        .bbp-forum-description p {
          padding-bottom: 5px;
        }
    td.bbp-forum-freshness,
    td.bbp-topic-freshness {
      width: 150px;
    }
    table .bbp-topic-freshness,
    table .bbp-forum-freshness {
      text-align: right !important;
    }
      table .bbp-topic-freshness > a,
      table .bbp-forum-freshness > a {
        color: #333;
        display: block;
        padding-bottom: 5px;
        text-decoration: none;
      }
      p.bbp-topic-meta {
        display: block;
        padding-bottom: 5px;
      }
      .bbp-topic-title p.bbp-topic-meta {
        padding-bottom: 0px;
      }
ul.bbp-forums {
	list-style: none;
	font-size: 12px;
	margin: 0 0 5px 0;
	display: none;
}
ul.bbp-forums li {
	display: inline;
}
.bbp-reply-revision-log li {
  padding-bottom: 5px;
}

.bbp-replies .bbp-reply-header td {
  background: #f6f6f6 url(images/bg-line-repeat.png) repeat 0 0;
  position: relative;
}
.bbp-replies tr.even.type-reply td {
  background: #fff !important;
}
/*
.bbp-replies tr.type-topic td {
  background: #ffffe0 !important;
  border-top-color: #fdfbc6;
}
*/

.bbp-replies tr.type-reply td.bbp-reply-author,
.bbp-replies tr.type-topic td.bbp-reply-author {
  background: #fafafa !important;
  border-top-color: #fbfbfb;
}
.bbp-replies th.bbp-reply-author {
  text-align: center !important;
  width: 100px;
}
.bbp-replies td.bbp-reply-author .bbp-author-avatar {
  display: block;
  margin: 0px auto;
  width: 62px;
}
  .bbp-reply-author > br {
    display: none;
  }
  .bbp-replies td.bbp-reply-author .bbp-author-avatar img {
    display: block;
    margin-left: 0px !important;
  }
  .bbp-replies .bbp-author-name {
    float: left;
    width: 100%;
    margin-top: 7px;
  }
  .bbp-replies tr.type-topic td.bbp-reply-author,
  .bbp-replies tr.type-reply td.bbp-reply-author {
    text-align: center;
    padding-bottom: 10px;
  }
    .bbp-replies tr.type-topic td.bbp-reply-author img,
    .bbp-replies tr.type-reply td.bbp-reply-author img {
      margin-bottom: 0px;
    }
  .bbp-replies .bbp-reply-ip {
    display: none;
  }
  .bbp-replies .bbp-reply-content {
    text-align: left !important;
    position: relative;
  }
  .bbp-replies td.bbp-reply-content {
    vertical-align: top;
    padding: 20px 20px 0px 20px;
  }
/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination {
  color: #666;
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
  .bbp-pagination-count {
    float: right;
    margin-top: 4px;
  }
  .bbp-pagination-links {
    float: left;
  }
    .bbp-pagination .bbp-pagination-links a,
    .bbp-pagination .bbp-pagination-links .current,
    .bbp-topic-pagination a {
      background: #fdfdfd;
      border: 1px solid #dadad3;
      color: #666;
      display: block;
      float: left;
      margin-right: 3px;
      padding: 2px 9px;
      text-decoration: none;
      /* CSS3 */
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .dots {
      display: block;
      float: left;
      margin-right: 3px;
      padding: 2px 5px;
    }
    .bbp-pagination .bbp-pagination-links a:hover,
    .bbp-pagination .bbp-pagination-links .current,
    .bbp-topic-pagination a:hover {
      border-color: #bb5916;
      color: #fff;
      text-shadow: 0 1px 0 #b75613;
      /* Gradient */
      background-color: #e56b18;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#eb861e), to(#df5012)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #eb861e, #df5012); /* Chrome 10+, Saf5.1+ */
      background-image:    -moz-linear-gradient(top, #eb861e, #df5012); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #eb861e, #df5012); /* IE10 */
      background-image:      -o-linear-gradient(top, #eb861e, #df5012); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #eb861e, #df5012);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eb861e', EndColorStr='#df5012'); /* IE6–IE9 */
    }
.bbp-topic-pagination {
  display: inline-block;
  margin: 0 0 10px 5px;
  position: relative;
  top: -1px;
}
  .bbp-topic-pagination a {
    background: #fdfdfd;
    border: 1px solid #dadad3;
    color: #666;
    display: inline-block;
    float: none;
    font-size: 10px;
    line-height: 10px;
    margin-right: 1px;
    padding: 2px 4px 3px 4px;
    /* CSS3 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

/* =Author page
-------------------------------------------------------------- */

#entry-author-info {
  background: #f9f9f9 url(images/bg-line-repeat.png) repeat 0 0;
  border-top: 1px dashed #e1e1e1;
  color: #443f3c;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 14px 0 30px 0px;
  padding: 15px;
  padding-bottom: 30px;
  position: relative;
  width: 600px;
}
  #entry-author-info #author-avatar {
    float: left;
  }
    #entry-author-info #author-avatar img {
      height: 50px;
      width: 50px;
      margin: 0 25px 15px 0;
    }
  #author-description {
    float: left;
    padding-top: 12px;
    width: 510px;
  }
    #author-description h1 {
      color: #3a3a3a;
      font-size: 16px;
      font-weight: bold;
    }
/* =Page Titles
-------------------------------------------------------------- */

body.bbPress h2.page-title,
.type-topic h2.page-title {
  background: #f6f6f6 url(images/bg-entry-title.png) repeat-y 0 0;
  margin: 30px 0 20px 0 !important;
  padding: 20px 35px;
  position: relative;
  width: 595px;
}
#bbp-popular-title,
body.bbp-user-page span.page-title,
body.bbp-user-edit span.page-title {
  background: #f6f6f6 url(images/bg-entry-title.png) repeat-y 0 0;
  color: #2b2727;
  font-size: 27px;
  font-weight: bold;
  left: -35px;
  line-height: 30px;
  margin: 35px 0 35px 0;
  padding: 20px 35px;
  position: relative;
  width: 595px;
}
body.bbp-user-page span.page-title,
body.bbp-user-edit span.page-title {
  display: block;
}
body.bbp-user-page h2.page-title,
body.bbp-user-edit h2.page-title {
  display: none;
}
h2.widgettitle {
  color: #444;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bbPress h2.entry-title {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

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

.bbpress-widgets {
  float: left;
  width: 100%;
}
  .widget_display_replies,
  .widget_display_views,
  .widget_profile_link {
    border-bottom: 1px dashed #d1d1d1;
    float: left;
    margin: 0 32px 20px 32px;
    padding-bottom: 15px;
    width: 234px;
  }
  .widget_display_replies {
    padding-bottom: 10px;
  }
    .widget_display_replies li {
      padding: 0 0 10px 30px;
      position: relative;
      text-indent: -3px;
    }
/* =Avatars
-------------------------------------------------------------- */

body.bbPress img.avatar {
	background: #fff;
  border: 1px solid #d1d1d1;
  float: none;
  margin: 0 5px -6px 3px;
  padding: 5px;
  /* CSS3 */
  -moz-box-shadow: 0px 1px 2px #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px #d1d1d1;
  box-shadow: 0px 1px 2px #d1d1d1;
}
.bbp-reply-author img {
  height: 50px;
  width: 50px;
}
body.bbPress p img.avatar,
body.bbPress .widget_display_replies img.avatar,
body.bbPress .bbp-reply-revision-log img.avatar {
  padding: 2px;
  -moz-box-shadow: 0px 1px 1px #d1d1d1;
  -webkit-box-shadow: 0px 1px 1px #d1d1d1;
  box-shadow: 0px 1px 1px #d1d1d1;
}
  .widget_display_replies img.avatar {
    left: 0px;
    position: absolute;
    top: 5px;
  }
body.bbPress a img:hover.avatar {
  -webkit-transform: rotate(-5deg); /* Safari */
  -moz-transform: rotate(-5deg); /* Firefox */
  -ms-transform: rotate(-5deg); /* IE */
  -o-transform: rotate(-5deg); /* Opera */
  -moz-box-shadow: 0px 1px 4px #d1d1d1;
  -webkit-box-shadow: 0px 1px 4px #d1d1d1;
  box-shadow: 0px 1px 4px #d1d1d1;
}
.bbp-topic-freshness-author {

}
  .bbp-topic-freshness-author .bbp-author-avatar {
    float: right;
  }
    .bbp-topic-freshness-author .bbp-author-avatar .avatar {
      margin: 0 0 -6px 5px;
    }
/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice {
  border-width: 1px;
  border-style: solid;
  padding: 0 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both;
}
div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}
	div.bbp-template-notice a:hover {
    color: #000;
	}
	div.bbp-template-notice.info {
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
	}
	div.bbp-template-notice.important {
    border: #e6db55 1px solid;
    background-color: #fffbcc;
	}
	div.bbp-template-notice.error,
	div.bbp-template-notice.warning {
    background: #fd7348;
    border: 1px solid #fd7348;
    color: #fff;
	}
	div.bbp-template-notice.error a,
	div.bbp-template-notice.warning a {
    color: #c00;
	}
	div.bbp-template-notice p {
    margin: 8px 0 0px 0 !important;
    padding: 2px;
    font-size: 12px;
    line-height: 14px;
	}
	.bbp-form div.bbp-template-notice p {
    margin: 8px 0 0px 0 !important;
  }
	div.bbp-template-notice > p,
	div.bbp-template-notice.error p {
    margin: 0.5em 0 7px 0 !important;
    line-height: 140%;
	}
	div.bbp-template-notice.error {
    margin-top: 35px;
	}
	.bbp-form div.bbp-template-notice.error {
    margin-top: 0px;
	}
	div.bbp-template-notice.updated {
    margin-top: 35px;
	}

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

body.bbPress table tr.super-sticky td,
body.bbPress table tr.sticky td {
  background: #ffffe0 !important;
  border-top-color: #fdfbc6;
}
body.forum-archive table.bbp-topics tr.super-sticky td,
body.forum-archive table.bbp-topics tr.sticky td {
  border-top-color: #fbfbfb !important;
  background: #fff !important;
}
body.forum-archive table.bbp-topics tr.even.super-sticky td,
body.forum-archive table.bbp-topics tr.even.sticky td {
  background: #f6f6f6 url(images/bg-line-repeat.png) repeat 0 0 !important;
}

/* =Forms
-------------------------------------------------------------- */
#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
	clear: both;
}

#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {

}

#content fieldset.bbp-form legend,
#container fieldset.bbp-form legend,
#wrapper fieldset.bbp-form legend {
	padding: 5px;
}

#content fieldset.bbp-form label,
#container fieldset.bbp-form label,
#wrapper fieldset.bbp-form label {
	width: 250px;
	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;
}

#content fieldset.bbp-form p,
#container fieldset.bbp-form p,
#wrapper fieldset.bbp-form p,
#content fieldset.bbp-form textarea,
#container fieldset.bbp-form textarea,
#wrapper fieldset.bbp-form textarea,
#content fieldset.bbp-form select,
#container fieldset.bbp-form select,
#wrapper fieldset.bbp-form select,
#content fieldset.bbp-form input,
#container fieldset.bbp-form input,
#wrapper fieldset.bbp-form input {
	margin: 0px 0px 10px;
}

.bbPress #content-wrap textarea#bbp_reply_content,
.bbPress #content-wrap textarea#bbp_topic_content {
	width: 572px;
}

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


.bbp-login-form .bbp-username label, .bbp-login-form .bbp-password label {
	color: #fff;
	padding: 5px 0;
}
.bbp-login-form .bbp-submit-wrapper {
	float: left;
}

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

input[type="password"] {
	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;
}
.form-allowed-tags {
  display: none;
}
fieldset .bbp-admin-links {
  font-size: 12px;
  float: left;
  display: block;
  width: 70%;
}
/* =Edit User
-------------------------------------------------------------- */

.bbPress #content-wrap form > fieldset.bbp-form {
  background: #f9f9f9 url(images/bg-line-repeat.png) repeat 0 0;
  border-top: 1px dashed #e1e1e1;
  color: #443f3c;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0 30px 0px;
  padding: 15px;
  width: 600px;
}
	.bbPress #content-wrap fieldset > div {
    margin-bottom: 10px;
    position: relative;
	}
    .bbPress #content-wrap fieldset p {
      padding-bottom: 10px;
    }
	.bbPress #content-wrap fieldset select {
		margin-bottom: 0;
	}
	.bbPress #content-wrap fieldset input[type="text"],
	.bbPress #content-wrap fieldset textarea {
		border: 1px solid #dfdfdf;
    color: #444;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 8px 12px;
    width: 279px;
    /* CSS3 */
    -moz-box-shadow: inset 0px 1px 2px #eee;
    -webkit-box-shadow: inset 0px 1px 2px #eee;
    box-shadow: inset 0px 1px 2px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	}
	.bbPress #content-wrap fieldset textarea {
    height: 120px;
    line-height: 20px;
    resize: none;
  }
	.bbPress #content-wrap fieldset legend {
		display: none;
	}
	#content #bbp-your-profile fieldset label,
	#container #bbp-your-profile fieldset label,
	body.bbPress label {
		display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 2px;
	}
	#bbp_topic_subscription {
	 display: inline;
	 margin-right: 10px;
	}
	.bbPress #content-wrap fieldset span.description {
		background: #fd7348;
    border: 1px solid #fd7348;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 15px;
    position: absolute;
    top: 24px;
    left: 325px;
    max-width: 238px;
    /* CSS3 */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	}

	.bbPress #content-wrap fieldset fieldset,
	.bbPress #content-wrap fieldset fieldset {
		margin: 0;
		width: 100%;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	.bbPress #content-wrap fieldset fieldset span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.bbPress #content-wrap fieldset.submit button {
		float: right;
	}
  .bbp-form div#password {
    display: none;
	}
.bbp-submit-wrapper {
  float: right;
}
/* =Select Replacement Style
-------------------------------------------------------------- */
.bbPress .frep-ui-select-wrap {
  color: #525252;
  float: none;
  height: 33px;
  width: 305px;
  margin: 3px 0 10px 0;
}
  .bbPress .frep-ui-select-value {
    background: #f2f1f1;
    background: -moz-linear-gradient(center top , #fefefe, #f7f7f7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f7f7f7));
    border: 1px solid #d9d9d9;
  }
  .bbPress .active .frep-ui-select-value {
    background: #fff;
    border-color: #b9c4ca;
    color: #6d6d6d;
  }
    .bbPress .frep-ui-select-value span {
      background: transparent url(images/select-span-alt.png) no-repeat right top;
      line-height: 31px;
      height: 31px;
      padding: 0px 15px;
      padding-right: 30px;
      width: 258px;
    }
    .bbPress .active .frep-ui-select-value span {
      background-position: right -33px;
    }
  .bbPress .frep-ui-select-list {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-top: 0px;
    color: #6d6d6d;
    display: none;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 2px 0px;
    position: absolute;
    top: 31px;
    width: 303px;
    z-index: 16;
    /* CSS3 */
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .bbPress .frep-ui-select-wrap:focus,
  .bbPress .frep-ui-select-wrap:active {
    outline: 0;
  }
    .bbPress .frep-ui-select-list li {
      cursor: pointer;
      display: block;
      margin: 0;
      padding: 0;
    }
      .bbPress .frep-ui-select-list li span {
        display: block;
        border-bottom: 1px solid #f6f6f6;
        padding: 10px;
        margin: 0 5px;
      }
      .bbPress .frep-ui-select-list li:last-child span {
        border-bottom: none;
      }
      .bbPress .frep-ui-select-list li.active span,
      .bbPress .frep-ui-select-list li.selected span,
      .bbPress .frep-ui-select-list li:hover span {
        color: #444;
      }
blockquote {
  background: #fbfbfb;
  border: none;
  border-left: 1px solid #e2e2e2;
  color: #666;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  padding: 10px;
  margin: 0px 0 20px 0;
}
blockquote blockquote {
  margin-bottom: 10px;
}
  blockquote p {
    padding-right: 0px;
  }
  blockquote p:last-child {
    background: none;
    padding-bottom: 0px;
  }
/* quoting replies */
p.quoted-author {
  padding-bottom: 10px;
}
.bbpress-quote-link {
  float: right;
  padding: 5px 12px 4px 12px !important;
}
/* signitures */
#content .bbp-reply-content hr {
  margin-bottom: 20px;
}
#content .bbp-topic-signature,
#content .bbp-reply-signature {

}
#content .bbp-topic-signature p,
#content .bbp-reply-signature p {
  color: #aaa;
}
/* Chrome & Safari Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .bbpress-quote-link {
    padding: 3px 12px 5px 12px !important;
  }
}