/**
 * DS Footer ==========================================================
 */
#ds-footer {
  font: 15px/30px "Helvetica Neue",Arial,sans-serif;
  position:relative;
  padding:40px;

  background:#222;
  color:#999;
  }

#ds-footer a {
  text-decoration:none;
  color:#6ce;
  border-bottom:1px solid #444;
  }

#ds-footer h3 {
  color:#fff;
  font-size:24px;
  font-weight:300;
  }

#ds-footer p { margin:10px 0px 0px; }

  #ds-footer p.copyright {
    color:#fff;
    font-size:13px;
    }

#ds-footer a.ds {
  width:150px;
  height:30px;
  border:0px;

  text-indent:-999px;
  overflow:hidden;
  background:url(../images/ds.gif) no-repeat;

  position:absolute;
  right:40px;
  bottom:40px;
  }

/**
 * LIGHT FOOTER STYLES ================================================
 */
#ds-footer.light {
  background:#eee;
  color:#666;
  }

#ds-footer.light a {
  color:#284858;
  border-bottom:0px;
  }

#ds-footer.light h3 { color:#333; }
#ds-footer.light p.copyright { color:#333; }
#ds-footer.light a.ds { background-position:0px -30px; }
