/* Body and Content */
/* red was: ca1a1a --- changing to brown #C87829*/
a {
  color: #C87829;
}

a:hover {
  color: #ff7045;
  text-decoration: none;
}

thead {
  background-color: #C87829 !important; 
}

.top-bar .active {
  border-top: 4px solid #C87829;
}

.top-bar ul > li:not(.name):hover {
  border-top: 4px solid #C87829;
}

#main_title_text {
  color: #C87829; 
}  

#main_title_text:hover {
  color: #ff7045; 
}

#heading_wrapper {
  background: #C87829; 
}

.heading_title {
  border-left: 1px dotted #C87829;
}

.recent_post_info {
	background-color:rgba(0, 0, 0, 0.7);
}

.post_share li i:hover {
	color: #C87829;
}

#footer_twitter {
  background: #C87829;
}

.footer_icons li i:hover {
	color: #C87829;
}

/* Widgets */
.tabs a.active {
  background: #C87829;
}

.view-popular-tags a:hover {
  background-color: #C87829; 
}

.tabs dd.active, .tabs li.active {
  border-top: 3px solid #C87829;
}

/*Highlight*/
#highlight {
  /*background: #C87829; */
height:150px;
background-image:url('http://caapsociety.org/sites/default/files/caaps_header.png');
}

/*Carousel*/
.carousel_navigation i:hover {
	color: #C87829;
}

/*Services*/
#services .services_wrap:hover i {
	color: #C87829;
}

#services .services_wrap:hover h3 {
	color: #C87829;
}

/*Elements*/
ul.accordion > li.active {
  border-top: 3px solid #C87829;
}

.button {
	background: #C87829!important;
}

.button:hover{
	background: #ff7045 !important;
}