/* 
old blue: #5582BA; 
new blue: #147FB3

*/

#footer {
  background: #839CBA url(/images/pieroxy.herbes.footer.4.png) repeat-x 0 0;
  padding-top: 70px;
}

#headerLogo {
  background-image: url(/images/chromes/pieroxy.net.stampede.c2.png);
}




/* CUSTOM STUFF */



@media (max-width: 800px) {
  #header #headerLogo {
    background-size:394px 70px;
    background-position: 20% -5px;
  }
  #header {
    background-size:415px 92px ! important;
    background-position:100% -40px ! important;
    height:70px ! important;
  }
  #header #blogTitle {
    top:50px ! important;
    height:20px ! important;
  }

  #header #blogTitle span {
    position: relative;
    top: -2px;
    font-size: 100% ! important;
  }
}

@media (max-width: 400px) {
  #header #headerLogo {
    background-size:315px 56px;
    background-position: 15% 3px;
  }
}