/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/wrapper/wrapper.less
*
* ---------------------------
* Styles associated with the exterior chrome/wrapper of the design
* ---------------------------
*/
html > body {
  background: url('images/bg.jpg');
  font-size: 1em;
  line-height: 1em;
}
html > body > .skipnav {
  display: block;
  position: absolute;
  z-index: 11;
}
html > body > .skipnav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  text-shadow: 1px 1px 1px #424242;
  font-weight: bold;
  text-indent: -9999em;
  line-height: 0;
  float: left;
  padding: 0.5em;
}
html > body > .skipnav a:focus {
  text-indent: 0;
  box-shadow: 0px 1px 5px #aaaaaa;
  -webkit-box-shadow: 0px 1px 5px #aaaaaa;
  background: #c40302;
  background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
  background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
  border-radius: 3px 3px 3px 3px;
  line-height: 1em;
}
#wdn_wrapper {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
  
}
@media (min-width: 600px) {
  
}
@media (min-width: 768px) {
  html > body {
    background: #eee;
  }
  html #wdn_wrapper {
    background: #fff;
    border: 12px solid #eee;
    overflow: visible;
    border-radius: 18px 18px 18px 18px;
    padding: 5px 5px 0 5px;
  }
}
@media (min-width: 960px) {
  
}
@media (min-width: 1040px) {
  html > body {
    background-image: url('images/bg.jpg');
  }
  html #wdn_wrapper {
    width: 960px;
    /* width: 92%; // If we want fluid */
  
    border-top: 35px solid #eee;
    padding: 12px 12px 10px;
    margin: 10px auto 20px;
    box-shadow: 0px 1px 5px #aaaaaa;
    -webkit-box-shadow: 0px 1px 5px #aaaaaa;
    border-radius: 10px 10px 10px 10px;
    height: auto;
  }
}
