html { background: url("../img/tile.png") repeat-x scroll 0 0 #282828; }

body { 
   background: #ffffff;
   text-align: left;
   width: 980px;
}

 
/* Site Header
------------------------------------ */
 
header {
   background: #fff;
   width: 940px;   
   height: 170px;
   margin-top: 0;
   position: relative;
   padding:20px;
}

.topmenu {
    background: url("../img/tile.png") repeat-x scroll 0 0 transparent;
    height: 35px;
    padding-top:7px;
    font-family: "jaf-bernino-sans", sans-serif;"
}

.topmenu a {
    color: #FFFFFF;
    font-weight: 800;
    padding: 0 10px;
    text-transform: uppercase;
} 
   
   #logo {
      width: 600px;
      height: 98px;
      display: block;
      opacity: 1;
      position: absolute; 
         left: 20px;
         top: 25px;
      -webkit-transition: opacity .5s ease-in-out;
         -moz-transition: opacity .5s ease-in-out;
         -o-transition:   opacity .5s ease-in-out;
         -ms-transition:  opacity .5s ease-in-out;
         transition:      opacity .5s ease-in-out; }
   #logo:hover { opacity: .8; }
   #logo:active { opacity: .8; }

/* --- Email Signup Form --- */

    
#subscribe, #subscribe-response {
    display: inline;
    padding-right: 19px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
}  

#subscribe h2, #subscribe-response h2 {
  text-transform: uppercase;
  color: #389594;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: none;
  padding:0;
}

/* Site Footer
------------------------------------ */

footer {
  width: 940px;
  padding: 20px;
  margin: 0;
  font-size: 11px;
  line-height: 1.4em;
  background: #26547c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NTQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTMzNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #26547c 0%, #113350 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26547c), color-stop(100%,#113350));
  background: -webkit-linear-gradient(top,  #26547c 0%,#113350 100%);
  background: -o-linear-gradient(top,  #26547c 0%,#113350 100%);
  background: -ms-linear-gradient(top,  #26547c 0%,#113350 100%);
  background: linear-gradient(to bottom,  #26547c 0%,#113350 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26547c', endColorstr='#113350',GradientType=0 );
  color: #fff;
  }

footer address {
   font-style: normal;
   text-align: left;
   float: left;
}  

footer a {
 color: #3f8cd1; 
}

.links { 
  float: right; 
  text-align:right; 
  margin-top: 3px;
}

.social a {
    background: url("https://www.policyforresults.org/theme/img/icons-social.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
    padding: 0;
    text-indent: -9999px;
  }
  .social a.vimeo {background-position: 0 -95px;}
  .social a.twitter { background-position: 0 -24px;} 
  .social a.flickr { background-position: 0 -48px; }



/* Error INPUT Styling
--------------------------------------------------- */

input.error { 
   box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25);       
      -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25);
   	-webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.25); }

input.error:hover { 
   box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);       
      -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35);
   	-webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.35); }
      
input.error:active { 
   box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);       
      -moz-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45);
      -webkit-box-shadow: inset 1.5px 1.5px 2.5px rgba(0, 0, 0, 0.45); }     
   
   
/* Error LABEL Styling
--------------------------------------------------- */

form label { position: relative; float:left; }

fieldset {  margin: 0 0 15px; }


strong.error { 
   background: #e58f25;
   padding: 3px 5px;   
   display: block;
   white-space: nowrap;
   position: absolute; 
   left: 50%;
   top: 23px;
   z-index: 9999;
   -moz-border-radius:       4px;
      -webkit-border-radius: 4px;
      border-radius:         4px; 
      font-size: 10px;
      line-height: 10px;
      font-weight: 400;
      color: #fff; 
      text-transform: uppercase; } 

strong.error:after { 
  height: 0; 
  width: 0;    
  margin-left: -6px;  
  content: " ";    
  position: absolute; 
  left: 15px; 
  bottom: 100%;
  border-color: rgba(235, 110, 31, 0);    
  border: solid transparent; 
  pointer-events: none;
  border-bottom-color: #e58f25; 
  border-width: 6px; }