/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/



@import url(http://fonts.googleapis.com/css?family=BenchNine:400,700);

p {font-family:'BenchNine', Helvetica, sans-serif; font-size: 18px;letter-spacing: 1px;}
.section-footer p {font-family:'BenchNine', Helvetica, sans-serif; font-size: 14px;}

/* 
@font-face {
    font-family: 'droid_sansregular';
    src: url('css/droidsans-webfont.eot');
    src: url('css/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/droidsans-webfont.woff') format('woff'),
         url('css/droidsans-webfont.ttf') format('truetype'),
         url('css/droidsans-webfont.svg#'BenchNine'') format('svg');
    font-weight: normal;
    font-style: normal;

}
 */

.largeWhite {font-size:20px;color:#fff;}


.borderTop {
border: 5px none none none;
border-style: solid none none none;
border-top-color: #bed9e9;
inherit: none;
}

.btn-gray-dark{

color: #ECECEC;
}
.section-title h4 a .blue:hover , a .blue:active {color: #bed9e9;}


#exhibitBG {background-image: url("bearInstall.jpg");}

.darkMenu {
color: #777777;
}

.btn-mail {
    background-color: transparent;
   color: #cacac9;
    border: 1px solid #71706e
}

.btn-mail:hover,
.btn-mail:active,
.btn-mail:visited,
.btn-mail:focus {
border: 1px solid #cacac9;
color: #cacac9;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++BIOGRAPHY PAGE++++++++++	 */
#BioImage {
    background-image: url(bioBG.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 15px auto;
}	
		
#bioBIOBtn {position: absolute; z-index: 200; top: 326px; left: 622px; background: url(biographyGIF.gif) no-repeat; width:86px; height:72px;}

#resumeBIOBtn {position: absolute; z-index: 200; top: 335px; left: 225px; background: url(resumeGIF.gif) no-repeat; width:86px; height:72px;}

#facebookBIOBtn {position: absolute; z-index: 200; top: 348px; left: 412px; background: url(facebookGIF.gif) no-repeat; width:86px; height:72px;}

/* -------------------------------------------------- exhibit page-------------------- */

#exh_Strike_LowResGIF {position: absolute; 
top: 32%; left: 300px; background: url(exh_strike_low.gif) no-repeat; 
width:230px; height:300px; z-index: -90;}

.farLeft {
	color:#a14933;
	z-index: 999;
	position:absolute;
	font-family:'BenchNine', Helvetica, sans-serif;
	font-weight: 700;
	font-size:16px;
	margin: 20px auto auto -35px;

}

@media (max-width: 570px){

.farLeft {
	color:#a14933;
	/* z-index: 999; */
	position:relative;
	font-family:'BenchNine', Helvetica, sans-serif;
	font-weight: 700;
	font-size:16px;
	margin: 10px;

}


}

.black {

	text-decoration:none;
	color:#000000;
	font-family:'BenchNine', Helvetica, sans-serif;
	font-weight: 700;
	font-size:18px;
	}
	
	.red {

	text-decoration:none;
	color:#a14933;
	font-family:'BenchNine', Helvetica, sans-serif;
	font-size:17px;
	}

/* {color:#fff;background:#7F8C8D} */


.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}