/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom h1, .headline_area h1, #archive_intro h1 {
  font-family: "stencil-std";
}
.custom #header_area {width:100%;}
.custom #header_area .page {width:100%;padding:0;}
.custom .menu-navbar-container {border: 1px dotted #ccc;background-color:#efefef;}
.custom .menu li { border-left:1px dotted #ccc;border-right:1px dotted #ccc;}
.custom .menu li li { background-color:#efefef;border-bottom:1px dotted #ccc;}
.custom #header {
	height:140px;
	background-position:bottom;
	background-image:url('https://junkyardsports.com/wp-content/uploads/2017/05/jyheader-2017-1.jpg');
	background-size:contain;
}
.custom #feature_box {padding:20px;margin:0 auto;text-align:center;}
.custom .small {font-size:9pt;}
.custom a:link {text-decoration:none;}
.custom #content_area a:hover {text-decoration:underline;}

input {
    border:1px dotted #222;
    padding:10px!important;
    margin:10px 0;
    background:#fff;
    
}

input:hover {background:#efefef;}