#content #bbpress-forums {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	line-height:14px !important;
	color:#000 !important;
	text-align:left !important;
}

#content #bbpress-forums table tr td.table-clear {
	height:10px !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}

#content #bbpress-forums table {
	clear:both;
	width:100%;
	border:1px solid #B8D5E7;
	border-bottom:5px solid #7CB1D3;
	margin:30px 0 30px 0;
}
#content #bbpress-forums table p {
	margin:0;
	padding:0;
}
#content #bbpress-forums table tr td {
	padding:10px 10px;
	border:1px dotted #B8D5E7;
	vertical-align:top;
}
#content #bbpress-forums table tr td.table-title {
	font-weight:bold;
	color:#069;
	background-color:#E9EDF1;
	border-right:1px dotted #7CB1D3;
	border-bottom:3px solid #7CB1D3;
}

#content #bbpress-forums table tr.sticky td {
	background-color:#F0F8FF !important;
}
#content #bbpress-forums table tr.super-sticky {
	border:2px solid #7CB1D3 !important;
}
#content #bbpress-forums table tr.super-sticky td {
	background-color:#E9EDF1 !important;
}
#content #bbpress-forums table tr.super-sticky td.bbp-topic-title a.bbp-topic-permalink {
	font-weight:bold !important;
}

div.bbp-breadcrumb {
	clear:both;	
	margin-bottom:20px;
	font-size: 12px;
}
div.bbp-breadcrumb a {
	color:#666;
}
div.bbp-breadcrumb a:hover {
	color:#3592C0;
}

div.bbp-topic-tags {
	clear:both;	
	margin-top:20px;
	margin-bottom:20px;
	font-size: 12px;
	color:#666;
}

.bbp-pagination {
	clear:both;
	float:left;	
	width:613px;
	margin-bottom: 20px;
	padding: 0 13px 5px 13px;
	border-bottom:1px solid #7CB1D3;
	color:#3592C0;
}

.bbp-pagination-count {
	float: left;
	font-size:12px;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination-links span {
	font-size:11px;
	padding: 3px 6px;
	border:1px solid #E9EDF1;
}
.bbp-pagination-links a {
	font-size: 11px;
	line-height: 12px;
	padding: 2px 4px;
	background-color:#E9EDF1;
	text-decoration: none;
}
.bbp-pagination-links a:hover {
	color:#fff;
	background-color:#7BAFD4;
}

div.bbp-template-notice {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 0px 0px 20px 0px;
	-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.bbp-author-avatar {
	display: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-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%;
}

div.bbp-topic-form,
div.bbp-reply-form,
#bbp-protected,
form#bbp-your-profile {
	clear:both;
	margin:30px 20px;
	padding:20px;
	border-radius:7px;
	border:1px solid #e0e0e0;
	background-color:#f4f4f4;	
}
form#bbp-your-profile fieldset.bbp-form {
	margin-bottom:20px;
}
form#bbp-your-profile fieldset.bbp-form div {
	margin-bottom:10px;
}
form#bbp-your-profile fieldset.bbp-form div input,
form#bbp-your-profile fieldset.bbp-form div select,
form#bbp-your-profile fieldset.bbp-form div textarea {
	clear:both;
	display:block;
}
form#bbp-your-profile fieldset.bbp-form span.description {
	clear:both;
	font-style:italic;
	color:#666;
}
#content fieldset.bbp-form legend,
#container fieldset.bbp-form legend,
#wrapper fieldset.bbp-form legend {
	font-size:18px;
	line-height:21px;
	margin-bottom:20px;	
}
#content fieldset.bbp-form label,
#container fieldset.bbp-form label,
#wrapper fieldset.bbp-form label {
	margin: 0;
	clear:both;
}
#content fieldset.bbp-form p,
#container fieldset.bbp-form p,
#wrapper fieldset.bbp-form p,
#wrapper fieldset.bbp-form .bbp-the-content-wrapper {
	margin: 0px 0px 20px;
	font-size:14px;
}
#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: 0;
	font-size:14px;
}
textarea#bbp_forum_content {
	height: 250px;
}
#content fieldset.bbp-forum-form-attributes,
#container fieldset.bbp-forum-form-attributes,
#wrapper fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
}
.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 {
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}
div.bbp-submit-wrapper {
	margin-top: 20px;
	float: right;
	clear: both;
}
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;
}

/* -- bbp-forums
-------------------------------------------------------------- */
#content #bbpress-forums table.bbp-forums {
	background-color:#f5faff;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-info a.bbp-forum-title {
	font-weight:bold;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-info div.bbp-forum-content {
	margin-top:10px;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-info ul.bbp-forums-list {
	list-style:none;
	padding:5px;
	margin:10px 0 0 0;
	background-color:#E9EDF1;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-info ul.bbp-forums-list li {
	display:inline;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-topic-count,
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-reply-count {
	text-align:center;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-freshness {
	white-space:nowrap;
	font-size:11px;
	text-align:right;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-freshness a {
	color:#666;
}
#content #bbpress-forums table.bbp-forums tr td.bbp-forum-freshness a:hover {
	color:#3592C0;
}
/* end bbp-forums */

/* -- bbp-topics
-------------------------------------------------------------- */
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-title p.bbp-topic-meta {
	font-size:11px;
	color:#666;
	margin-top:10px;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-title p.bbp-topic-meta a {
	color:#666;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-title p.bbp-topic-meta a:hover {
	color:#3592C0;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-voice-count, 
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-reply-count {
	text-align:center;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-freshness {
	white-space:nowrap;
	font-size:11px;
	text-align:right;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-freshness a {
	color:#666;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-freshness a:hover {
	color:#3592C0;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-action {
	font-weight:bold;
	text-align:left;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-action span#subscription-toggle {
	font-size:21px;
}
#content #bbpress-forums table.bbp-topics tr td.bbp-topic-action span#subscription-toggle a {
	text-decoration:none;
}
/* end bbp-topics */

/* -- bbp-replies
-------------------------------------------------------------- */
#content #bbpress-forums table.bbp-replies tr td span#subscription-toggle {
	float:right;
}
#content #bbpress-forums table.bbp-replies tr.bbp-reply-header td {
	font-size:11px;
	color:#666;
}
#content #bbpress-forums table.bbp-replies tr.bbp-reply-header td a {
	float:right;
	margin-left:10px;
}
#content #bbpress-forums table.bbp-replies tr td.bbp-reply-author {
	width:100px;
	text-align:center;
	font-size:11px;
}
#content #bbpress-forums table.bbp-replies tr td.bbp-reply-author img.avatar {
	width:80px;
	height:80px;
}
#content #bbpress-forums table.bbp-replies tr td.bbp-reply-author a.bbp-author-name {
	color:#666;
}
#content #bbpress-forums table.bbp-replies tr td.bbp-reply-author a.bbp-author-name:hover {
	color:#3592C0;
}
#content #bbpress-forums table.bbp-replies tr td.bbp-reply-content p {
	padding-bottom:15px;
}
/* end bbp-replies */

/* -- bbp-single-user
-------------------------------------------------------------- */
#content #bbpress-forums div.page-title h1 span {
	float:right;
}
#content #bbpress-forums div.page-title h1 span a {
	font-size:14px;
	color:#c00;
	text-decoration:none;
}
#content #bbpress-forums div.page-title h1 span a:hover {
	color:#3592C0;
}
#content #bbpress-forums #entry-author-info {
	margin-bottom:30px;	
	height:100px;
}
#content #bbpress-forums #entry-author-info #author-avatar {
	float:left;
	width:100px;
}
#content #bbpress-forums #entry-author-info #author-description {
	font-size:14px;
	font-style:italic;
	float:left;
	margin-left:30px;
}
#content #bbpress-forums #bbp-author-subscriptions {
	margin-bottom:30px;
}
/* end bbp-single-user */