/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.bbp-replies, .bbp-topics, .bbp-forums {
	color: #000000;
}

.bbp-replies a:hover, .bbp-topics a:hover, .bbp-forums a:hover{
	color: rgb(96, 153, 255);
	text-decoration: underline;
}

.bbp-replies a:active, .bbp-replies a:link, .bbp-topics a:active, .bbp-topics a:link, .bbp-forums a:active, .bbp-forums a:link, .bbp-replies a:visited, .bbp-topics a:visited, .bbp-forums a:visited  {
	color: rgb(96, 153, 255);

}

}
table tr.type-forum td, table tr.type-topic td, table tr,type-replies td{
     padding: 6px 20px;
}


.bbp-forum-info, .bbp-topic-title
{
     padding-left: 20px;
}
.bbp-template-notice {
     display: none;
}


.bbp-forum-title {
     font-weight: bold;
     font-size: 16px;
}

.bbp-topic-title {
     font-weight: bold;
     font-size: 16px;
}

.bbp-topic-meta {
     font-weight: normal;
}

.bbp-author-avatar {
display: none;
}

