/*-----------------------------------------------------------------------------------*/
/*	Main CSS Styles
/*-----------------------------------------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.png) repeat top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6, li, ul, ol, p{
	padding:0px;
	margin:0px;
}

ul li{
	list-style:none;
}

img {
	border:none;
}

a{
	outline:none;
	color:#337799;
	text-decoration:none;
}

a:hover{
	color:#5AA8CF;
}

.tf-container{
	width:960px;
	margin:0px auto;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

.hidden{
	display:none;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
		
/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

#tf-header{
	width:960px;
	margin:0px auto;
	margin-top:10px;
}

#header-right{
	float:right;
	margin:5px 0 0 0;
}

#logo img{
	border:0;
}

/*-----------------------------------------------------------------------------------*/
/*	Main Wrappers
/*-----------------------------------------------------------------------------------*/

#tf-main-content{
	-webkit-box-shadow: 0px 0px 10px 2px #1d1e1f;
	-moz-box-shadow: 0px 0px 10px 2px #1d1e1f;
	box-shadow: 0px 0px 10px 2px #1d1e1f;
}

#tf-content {
	background:#ffffff;
}

#tf-content h1 {
	margin:30px;
}

#content h1 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
}

.post {
	margin: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Tab Bar Styles
/*-----------------------------------------------------------------------------------*/

#tabbar ul li {
	float:left;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	position:relative;
}

#tabbar .tab-tapforms a {
    	width: 345px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-tapforms.png) bottom no-repeat;
        background-size: 345px 140px;
}

#tabbar .tab-tapforms a:hover {
    background: transparent url(../images/navbar-tapforms.png) top no-repeat;
    background-size: 345px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-tapforms a {
    	width: 345px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-tapforms-2x.png) bottom no-repeat;
        background-size: 345px 140px;
    }
 
    #tabbar .tab-tapforms a:hover {
        background: transparent url(../images/navbar-tapforms-2x.png) top no-repeat; 
        background-size: 345px 140px;
    }
}

#tabbar .tab-blog a {
    	width: 204px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-blog.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-blog a:hover {
    background: transparent url(../images/navbar-blog.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-blog a {
    	width: 204px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-blog-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-blog a:hover {
        background: transparent url(../images/navbar-blog-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-support a {
    	width: 204px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-support.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-support a:hover {
    background: transparent url(../images/navbar-support.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-support a {
    	width: 204px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-support-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-support a:hover {
        background: transparent url(../images/navbar-support-2x.png) top no-repeat; 
        background-size: 204px 140px;
    }
}

#tabbar .tab-forum a {
    	width: 207px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-forum.png) bottom no-repeat;
        background-size: 207px 140px;
}

#tabbar .tab-forum a:hover {
    background: transparent url(../images/navbar-forum.png) top no-repeat;
    background-size: 207px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-forum a {
    	width: 207px;
		height:70px;
		display:block;
        background: transparent url(../images/navbar-forum-2x.png) bottom no-repeat;
        background-size: 207px 140px;
    }
 
    #tabbar .tab-forum a:hover {
        background: transparent url(../images/navbar-forum-2x.png) top no-repeat; 
        background-size: 207px 140px;
    }
}

#tabbar #active-bar {
	height:10px;
    width:100%;
    background:#296BB2;
    margin: 0px;
    padding: 0px;
    border-width:0;
}

/*------------------------------------------------------------------------------------*/
/* Support Selected tabbar state
/*------------------------------------------------------------------------------------*/

#tabbar .tab-tapforms a.support {
        background: transparent url(../images/navbar-support/navbar-tapforms.png) bottom no-repeat;
        background-size: 345px 140px;
}

#tabbar .tab-tapforms a.support:hover {
    background: transparent url(../images/navbar-support/navbar-tapforms.png) top no-repeat;
    background-size: 345px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-tapforms a.support {
        background: transparent url(../images/navbar-support/navbar-tapforms-2x.png) bottom no-repeat;
        background-size: 345px 140px;
    }
 
    #tabbar .tab-tapforms a.support:hover {
        background: transparent url(../images/navbar-support/navbar-tapforms-2x.png) top no-repeat; 
        background-size: 345px 140px;
    }
}

#tabbar .tab-blog a.support {
        background: transparent url(../images/navbar-support/navbar-blog.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-blog a.support:hover {
    background: transparent url(../images/navbar-support/navbar-blog.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-blog a.support {
        background: transparent url(../images/navbar-support/navbar-blog-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-blog a.support:hover {
        background: transparent url(../images/navbar-support/navbar-blog-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-support a.support {
        background: transparent url(../images/navbar-support/navbar-support.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-support a.support:hover {
    background: transparent url(../images/navbar-support/navbar-support.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-support a.support {
        background: transparent url(../images/navbar-support/navbar-support-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-support a.support:hover {
        background: transparent url(../images/navbar-support/navbar-support-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-forum a.support {
        background: transparent url(../images/navbar-support/navbar-forum.png) bottom no-repeat;
        background-size: 207px 140px;
}

#tabbar .tab-forum a.support:hover {
    background: transparent url(../images/navbar-support/navbar-forum.png) top no-repeat;
    background-size: 207px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-forum a.support {
        background: transparent url(../images/navbar-support/navbar-forum-2x.png) bottom no-repeat;
        background-size: 207px 140px;
    }
 
    #tabbar .tab-forum a.support:hover {
        background: transparent url(../images/navbar-support/navbar-forum-2x.png) top no-repeat; 
        background-size: 207px 140px;
    }
}

/*------------------------------------------------------------------------------------*/
/* Blog Selected tabbar state
/*------------------------------------------------------------------------------------*/

#tabbar .tab-tapforms a.blog {
        background: transparent url(../images/navbar-blog/navbar-tapforms.png) bottom no-repeat;
        background-size: 345px 140px;
}

#tabbar .tab-tapforms a.blog:hover {
    background: transparent url(../images/navbar-blog/navbar-tapforms.png) top no-repeat;
    background-size: 345px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-tapforms a.blog {
        background: transparent url(../images/navbar-blog/navbar-tapforms-2x.png) bottom no-repeat;
        background-size: 345px 140px;
    }
 
    #tabbar .tab-tapforms a.blog:hover {
        background: transparent url(../images/navbar-blog/navbar-tapforms-2x.png) top no-repeat; 
        background-size: 345px 140px;
    }
}

#tabbar .tab-blog a.blog {
        background: transparent url(../images/navbar-blog/navbar-blog.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-blog a.blog:hover {
    background: transparent url(../images/navbar-blog/navbar-blog.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-blog a.blog {
        background: transparent url(../images/navbar-blog/navbar-blog-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-blog a.blog:hover {
        background: transparent url(../images/navbar-blog/navbar-blog-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-support a.blog {
        background: transparent url(../images/navbar-blog/navbar-support.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-support a.blog:hover {
    background: transparent url(../images/navbar-blog/navbar-support.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-support a.blog {
        background: transparent url(../images/navbar-blog/navbar-support-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-support a.blog:hover {
        background: transparent url(../images/navbar-blog/navbar-support-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-forum a.blog {
        background: transparent url(../images/navbar-blog/navbar-forum.png) bottom no-repeat;
        background-size: 207px 140px;
}

#tabbar .tab-forum a.blog:hover {
    background: transparent url(../images/navbar-blog/navbar-forum.png) top no-repeat;
    background-size: 207px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-forum a.blog {
        background: transparent url(../images/navbar-blog/navbar-forum-2x.png) bottom no-repeat;
        background-size: 207px 140px;
    }
 
    #tabbar .tab-forum a.blog:hover {
        background: transparent url(../images/navbar-blog/navbar-forum-2x.png) top no-repeat; 
        background-size: 207px 140px;
    }
}

/*------------------------------------------------------------------------------------*/
/* Forum Selected tabbar state
/*------------------------------------------------------------------------------------*/

#tabbar .tab-tapforms a.forum {
        background: transparent url(../images/navbar-forum/navbar-tapforms.png) bottom no-repeat;
        background-size: 345px 140px;
}

#tabbar .tab-tapforms a.forum:hover {
    background: transparent url(../images/navbar-forum/navbar-tapforms.png) top no-repeat;
    background-size: 345px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-tapforms a.forum {
        background: transparent url(../images/navbar-forum/navbar-tapforms-2x.png) bottom no-repeat;
        background-size: 345px 140px;
    }
 
    #tabbar .tab-tapforms a.forum:hover {
        background: transparent url(../images/navbar-forum/navbar-tapforms-2x.png) top no-repeat; 
        background-size: 345px 140px;
    }
}

#tabbar .tab-blog a.forum {
        background: transparent url(../images/navbar-forum/navbar-blog.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-blog a.forum:hover {
    background: transparent url(../images/navbar-forum/navbar-blog.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-blog a.forum {
        background: transparent url(../images/navbar-forum/navbar-blog-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-blog a.forum:hover {
        background: transparent url(../images/navbar-forum/navbar-blog-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-support a.forum {
        background: transparent url(../images/navbar-forum/navbar-support.png) bottom no-repeat;
        background-size: 204px 140px;
}

#tabbar .tab-support a.forum:hover {
    background: transparent url(../images/navbar-forum/navbar-support.png) top no-repeat;
    background-size: 204px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-support a.forum {
        background: transparent url(../images/navbar-forum/navbar-support-2x.png) bottom no-repeat;
        background-size: 204px 140px;
    }
 
    #tabbar .tab-support a.forum:hover {
        background: transparent url(../images/navbar-forum/navbar-support-2x.png) top no-repeat;
        background-size: 204px 140px;
    }
}

#tabbar .tab-forum a.forum {
        background: transparent url(../images/navbar-forum/navbar-forum.png) bottom no-repeat;
        background-size: 207px 140px;
}

#tabbar .tab-forum a.forum:hover {
    background: transparent url(../images/navbar-forum/navbar-forum.png) top no-repeat;
    background-size: 207px 140px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
screen and (max-moz-device-pixel-ratio: 2) {
    #tabbar .tab-forum a.forum {
        background: transparent url(../images/navbar-forum/navbar-forum-2x.png) bottom no-repeat;
        background-size: 207px 140px;
    }
 
    #tabbar .tab-forum a.forum:hover {
        background: transparent url(../images/navbar-forum/navbar-forum-2x.png) top no-repeat; 
        background-size: 207px 140px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	Slider Styles
/*-----------------------------------------------------------------------------------*/

#slider{
	background:url(../images/slider-bg.png) top center no-repeat;
	overflow:hidden;
	width:960px;
	height:420px;
}

.slides_container{
	width:960px;
	height:420px;
	display:none;
}

.slides_container div.slide{
	width:960px;
	height:420px;
	display:block;
	text-align:center;
	font-size:13px;
}

.slides_container p{
	line-height:20px;
	font-size:13px;
}

.slides_container p.large{
	line-height:24px;
	font-size:16px;
}

.slides_container div h1{
	margin:30px 0 20px 0;
	font-size:xx-large;
	font-family:Noteworthy,"Droid Serif",Georgia,Times,serif;
	font-weight:normal;
}

.slides_container .sloganbox {
	float:left; 
	width:207px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:50px;
	position:relative;
	z-index:10;
}

.slides_container p.slogantext {
	font-family:"Droid Serif",Georgia,Times,serif;
	font-size:22px;
	font-style:italic;
	text-align:center;
	padding:5px 5px;
	color:#2F2F2F;
	border-bottom:1px solid #DFDFDF;
	margin:0 0 20px 0;
	min-height:32px;
}


.slides-nav {
	display:none;
    position: relative;
    z-index: 100;
}

.slides-nav a{
    background-image: url("../images/sprite.png");
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    text-indent: -9999px;
    width: 40px;
    z-index: 10;
}

.slides-nav a.prev{
    background-position: 0 0;
    margin: -235px 0 0 15px;
}

.slides-nav a.prev:hover{
    background-position: 80px 200px;
}
.slides-nav a.next{
    background-position: 160px 0;
    margin: -235px 0 0 905px;
}

.slides-nav a.next:hover{
    background-position: 40px 200px;
}

.pagination{
    margin: -22px 0 0 10px;
    position: absolute;
    z-index: 10;
}

.pagination li{
    float: left;
    margin: 0 5px 0 0;
}

.pagination li a{
    background: url("../images/sprite.png") repeat scroll 0 160px transparent;
    display: block;
    height: 15px;
    outline: medium none;
    width: 12px;
	text-indent:-9999px;
}

.pagination li.current a{
    background: url("../images/sprite.png") repeat scroll 188px 160px transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	Grid Layout
/*-----------------------------------------------------------------------------------*/

.grid_1 { width: 4.1666666666667%; }
.grid_2 { width: 12.5%; }
.grid_3 { width: 20.833333333333%; }
.grid_4 { width: 29.166666666667%; }
.grid_5 { width: 37.5%; }
.grid_6 { width: 45.833333333333%; }
.grid_7 { width: 54.166666666667%; }
.grid_8 { width: 62.5%; }
.grid_9 { width: 70.833333333333%; }
.grid_10 { width: 79.166666666667%; }
.grid_11 { width: 87.5%; }
.grid_12 { width: 95.833333333333%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 2.0833333333333%;
	margin-right: 2.0833333333333%;
	float: left;
	display: block;
	text-align:left!important;
	margin-bottom:20px;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

/*-----------------------------------------------------------------------------------*/
/*	Feedback Bar
/*-----------------------------------------------------------------------------------*/

#feedback-bar{
	background:url(../images/feedback-bg.png) repeat-x;
	padding:6px 15px;
	color:#fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #082663;
	-moz-box-shadow: inset 0px 1px 0px 0px #082663;
	box-shadow: inset 0px 1px 8px 0px #082663;
	height:50px;
}

#feedback-bar #feedback-label{
	float:right;
	text-transform:uppercase;
	margin:14px 0 0 0;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

#feedback-bar .tick{
	background:url(../images/feedback-tick.png) no-repeat scroll center center transparent;
	position:absolute;
	margin-top:5px;
	margin-left:880px;
	width:28px;
	height:24px;
}

#feedback-bar ul li{
	color:#CFCFCF;
	float:left;
	margin:3px 10px 0 0;
	cursor:pointer;
	font-size:16px;
	padding:10px 20px;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}

#feedback-bar ul li:hover{
	color:#ffffff;
}

#feedback-bar ul li.current{
	color:#ffffff;
	background:url(../images/active_tab.png) repeat-x scroll top #082663;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px #8ea6c2;
	-moz-box-shadow: 0px 1px 0px #8ea6c2;
	box-shadow: 0px 1px 0px #8ea6c2;
	margin-top:3px;
}

#feedback-bar ul li:last-child{
	margin:3px !important;
}

#feedback{
	font-family:"Droid Serif",Georgia,Times,serif;
	font-size:22px;
	font-style:italic;
	text-align:center;
	padding:35px 15px;
	color:#2F2F2F;
	border-bottom:1px solid #DFDFDF;
	margin:0 0 40px 0;
	min-height:26px;
}

/*-----------------------------------------------------------------------------------*/
/*	ImgTile Feature Classes
/*-----------------------------------------------------------------------------------*/

.imgfeatures li{
	float:left;
	width:230px;
	margin:0 0 70px 70px;
}

.imgfeatures h3{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#2F2F2F;
	margin:15px 0px;
}

.imgfeatures p{
	line-height:20px;
	font-size:13px;
	color:#3B3C42;
}

.imgfeatures img{
#	-webkit-box-shadow: 0px 0px 5px 0px #1a161a;
#	-moz-box-shadow: 0px 0px 5px 0px #1a161a;
#	box-shadow: 0px 0px 5px 0px #1a161a;
}


/*-----------------------------------------------------------------------------------*/
/*	FAQ Styles
/*-----------------------------------------------------------------------------------*/

#faq h1 {
	margin:30px 0 20px 30px;
	font-size:xx-large;
	font-family:Noteworthy,"Droid Serif",Georgia,Times,serif;
	font-weight:normal;
}

#faq h2 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#2F2F2F;
	margin:15px 30px;
}

#faq p {
	padding:10px 30px;
}

#faq ol {
	margin-left:60px;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer{
	color:#fff;
	background:#205AA4;
	padding:20px 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin:0 0 50px 0;
}

#footer-wrapper{
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	padding:30px 20px;
}

#footer p{
	line-height:20px;
}

#footer a{
	color:#ffffff;
}

#footer-right{
	float:right;
}

#social-icons{
	margin:12px 5px 0 0;
	text-align:right;
}

#social-icons a{
	margin-left:5px;
}

#footer-subscribe{
	background: url("../images/subscribe_bg.png") no-repeat scroll 0 0 transparent;
	width:311px;
	height:35px;
}

#footer-subscribe #email{
    background:none repeat scroll 0 0 transparent;
    border:none;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 2.4em;
    padding: 5px 0 5px 10px !important;
    width: 245px;
	color:#2f2f2f;
}

#footer-subscribe #email-submit{
    background:none repeat scroll 0 0 transparent;
    border:none;
    cursor:pointer;
    display:block;
    float:right;
    font-size:0;
    height:35px;
    line-height:0;
    text-indent:-9999px;
    width:50px;
}

/*-----------------------------------------------------------------------------------*/
/*	BBPress Styles
/*-----------------------------------------------------------------------------------*/

.bbp-forum-front. .bbp-forum-content {
	padding:10px;
}