/* Enter Your Custom CSS Here */
.overlay {
opacity: 0.0;
}

.header-image {
    height: 611px;
}

#mainnav li {
    padding-top: 18px !important;
}  

/*Removing the small red line after each question*/
.content-area .hentry:after {
		background-color: transparent !important;
}

/*Decrease the spacing between header and content area*/
.page-wrap{
  padding-top: 15px;
}

/*change color of menu link when on that page*/
.current-menu-item{
	color: #ff6600;
}

/*Main QA page, increasing form width, height, button padding*/
.ap-search-form {
	width: 50%;
}
.ap-form-control {
	height: 40px;
}

#anspress .ap-list-head .ap-btn-ask{
	padding: 10px 40px;
  	display: none;
}

#anspress #ap-question-sorting {
 	display: none; 
}


/*ask button on sidebar*/
.ap-btn-ask-side {
    background: #ff6600;
    border-radius: 2px;
    color: #fff !important;
    margin-left: 15px;
    padding: 10px 40px;
}

/*AP list top header, removing border top-right-left */
#anspress .ap-list-head {
	border-top-width: 0px;
  	border-right-width: 0px;
  	border-left-width: 0px;
}