/*
Theme Name: Langer Research
Author: Joe Crobak <joecrow@gmail.com>
Description: Langer Research Theme
License: ASF;
License URI: http://www.apache.org/licenses/LICENSE-2.0;
Version: 1.0;
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

body {
  background: #2F2F2F url(images/bground.gif) repeat-x;;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-family: "Lato", "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 10pt;
}
h1 {
  font-size: 16pt;
  color: #43090a;
  margin-top: 0;
  margin-left: -20px;
  padding: 0;
}
h2 {
  font-size: 13pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
}
h3 {
  font-size: 10pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
h4 {
  font-size: 10pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
  text-align: left;
  margin-bottom:0;
  font-variant: small-caps;
  font-weight: bold;
}
p {
  line-height: 1.4em;
}
img {
  border: none;
}
td img {
  display: block;
}
.clearFloat {
  clear: both;
  /*background-color: blue;*/
}
.spacer {
  height: 15px;
  /* background-color: blue;*/
}
.center {margin: 0 auto;}
#wrapper {
  width: 931px;
  margin: 0 auto;
  text-align: center;
}
#banner {
  top: 0px;
  height: 88px;
  width: 931px;
  margin: 0;
  padding: 31px 0 0 0px;
  text-align: left;       
}
#logo {
  width: 548px;
  height: 59px;
  color: #FFF;
}

#contactLink {
  float: right;
  margin-top: -15px;
}
#contactLink a {
  line-height: 1em;
  text-decoration: none;
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase
}
#contackLink a:hover {
  color: #C1C2C2;
}
#links {
  float: left;
  /*border: red thin solid;*/
}
#content {
  width: 931px;
  text-align: left;
  /* border: solid red 1px; */
}
#content .pagePhoto {
  border: solid #666 1px;
  padding: 0px;
  margin: 0 0px 5px 35px;
  float: right;
}
#copy {
  position: relative;
  padding: 25px 40px 35px 40px;      
  background-color: #ECECEC;
  color: #000;
  margin: 38px 0px 0px 0px;
  width: 849px;
  min-height: 285px;
}
#bare {
  margin: 38px 0px 0 0px;
  min-height: 287px;
  width: 933px;
}
#mainCopy {
  padding-bottom: 40px;
  border: solid #ECECEC 1px;  /*maintains margin-bottom*/ 
  font-weight: normal;
}
#backNext {
  font-weight: bold;
  text-align: center;
}
#resource {
  font-weight: bold;
  text-align: center;
  padding: 10px 0; 
}
#backTo {
  font-weight: bold;
  position: absolute;
  bottom: 35px;
}
#top {
  font-weight: bold;
  text-align: right;
}
#tagline {
  margin: 25px auto 0 auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  width: 400px;
  text-align:center;
  height: 13px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
#footer {
  margin: 50px auto;
  text-align: center;
  font-size: 8pt;
  width: 931px;
}

/*LIST STYLES FOR ABC NEWS POLL LINKS*/
ul#pollLinks {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: bold;
}
li.pollLinks {
  list-style-type: none;
  line-height: 2em; 
  font-weight: normal;
}
#back {
  float: left;
  width: 400px;
  text-align: right;
  /*background-color: gray;*/
}
#next {
  float: right;
  width: 400px;  
  text-align: left;
  /*background-color: gray;*/
}
/*END*/

/*LINK RULES*/
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:link, a:visited {
  color: #690e10; /*#43090a;*/
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
/*END LINK RULES*/

.error {
  color: #FF0000;
/*  padding-top: 1em;*/
}
      
/* Required Wordpress classes */
.wp-caption {

}
.wp-caption-text {

}
.sticky {

}
.gallery-caption  {

}
.bypostauthor {

}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* animation */
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 27% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 27% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 27% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 27% {
   opacity:1;
 }
 33% {
   opacity:0;
 }
 95% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

.sliderContainer {
  float: left;
  height:287px;
  width:186px;
}
.lastSlider {
  border-right: 1px solid white;
}
.slider {
  position: relative;
  height:285px;
  width:185px;
  margin:0;
}
.slider img {
  position:absolute;
  left:0;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 0;
  margin: 0;
}

.slider img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 18s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 18s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 18s;
}
.slider1 img:nth-of-type(1) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
.slider1 img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.slider1 img:nth-of-type(3) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.slider2 img:nth-of-type(1) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
.slider2 img:nth-of-type(2) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
}
.slider2 img:nth-of-type(3) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
li {
	margin-bottom: 7px ;
}

img.partners {
	padding: 10px;
	vertical-align: middle;
}

.page-id-2843 h1 {
  display:none;
}