.page-template-template-fullwidth .header-image, 
.page-template-template-magazine .header-image,
.page-template-default .header-image{
	display:none;
}
.single #primary{
    word-wrap: break-word;
}
.single{
	overflow-x:hidden;
}
.header-main{
	padding:0px;
}
#logo{
	margin:0px;
}
.header-top{
	display:none;
}

.box{
	width: 100%;
  padding: 10px;
}

a.whiteLink:visited {color: #fff !important;}
a.whiteLink:hover {color: #ccc !important;}
a.whiteLink:active {color: #fff !important;}

.cvRed {background-color: #720d0d;}
.cvBlue {background-color: #000456;}

/*BBPress Custom Theme Adjustments*/
/**********************************/

/*c-vine custom style*/
.bbp-forum-title{
	font-size: 1.2em;
}

/*c-vine custom style*/
#bbpress-forums li.bbp-header {
 background: #000456;
 padding: 20px 9px;
 color: #fff;
 font-size: 1.3em;
 margin-bottom: 20px;
 border-style: none;
 border-radius: 2px;
}

/*c-vine custom style*/
#bbpress-forums div.bbp-reply-header {
	background-color: #720d0d;
	color: #fff;
}


/*c-vine custom style*/
#bbpress-forums img.avatar {
    box-shadow: none;
    width: 50px;
    border-radius: 30px;
    float: right;
}

/*c-vine custom style*/
.bbp-author-name {
	display: block;
	color: #999;
	}

/*c-vine custom style*/
legend {
    padding: 20px 5px;
    width: auto;
    border: none;
    background-color: #720d0d;
		border-radius: 2px;
		color: #fff;
}

/*c-vine custom style*/
div.bbp-template-notice.info {
    display: none;
}

/*c-vine custom style*/
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	border: none;
}

/*c-vine custom style*/
.bbp-footer{
	display: none;
}

/*c-vine custom style*/
.bbp-topic-started-by {
	display:none;
}

/*c-vine custom style*/
ul.bbp-replies li.bbp-header {
 display:none; 
}

/*c-vine custom style - HIDES Border around reply box*/ 
#bbpress-forums fieldset.bbp-form {
    border:none; 
}

/*c-vine custom style - BORDER around currend topic of forum*/
.bbp-breadcrumb-current{
	border: 1px solid #ccc;
	padding: 5px;
}
#highlight_donation p{
background: #faec64;
margin-bottom: 0px;
}