@charset "utf-8";

body {
  background: #26a;
}

.container {
  background: #fff;
}

header {
  margin-top: 8px;
  height: 92px;
  position: relative;
}

  header div {
    position: absolute;
    top: 33px;
    background: #f80;
    border-radius: 5px;
    height: 38px;
    width: 100%;
  }

  header a {
    display: block;
    height: 92px;
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 26px;
    white-space: nowrap;
    color: #fff;
    background: url(images/green-feet.png) 5px 0 no-repeat;
    float: left;
    padding: 34px 50px 0 108px;
  }

  header a:hover {
    color: #fff;
    text-decoration: none;
  }

@media (min-width: 768px) {
  div.extrapad {
    padding: 0 15px;
  }
}

div.nopad {
  padding: 0;
}

div.adsense {
  margin: 15px 0;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a {
  color: #02b;
  text-decoration: none;
}

a:hover {
  color: #02b;
  text-decoration: underline;
}

ul li h2 {
  font-size: 20px;
}

ul.popular li>a {
  float: left;
}

ul.popular li {
  clear: left;
}

ul.popular img {
  margin: 0 15px 20px 0;
}

ul.popular h2 {
  font-size: 28px;
  margin: 25px 0 0 15px;
}

ul.popular h2 a {
  padding: 10px 0;
}

.sidebar h2 {
  color: #e60;
  font-size: 22px;
}

.sidebar li {
  margin: 3px 0;
}

.right {
  float: right;
  margin: 5px 5px 5px 12px;
}

img.center {
  margin: 30px auto 5px auto;
  display: block;
}

ol.endurance li {
  clear: both;
  margin: 20px 0;
}

ul.spaced > li {
  margin: 10px 0;
}

div.post dl dt {
  font-weight: bold;
  margin: 25px 0 0 0;
}

div.post dl dd {
  margin: 5px 0 5px 20px;
  line-height: 1.25em;
}

div.post p.quote {
  background-color: #dfd;
  padding: 15px;
  border-top: 1px solid #bda;
  border-bottom: 1px solid #bda;
  margin-left: 10px;
  margin-right: 10px;
}

  p.quote cite {
    text-align: right;
    font-style: normal;
    font-weight: bold;
    display: block;
    padding-right: 5px;
  }

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 10px 0;
}

.video_wrapper iframe, .video_wrapper object, .video_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  font-size: 13px;
  background-color: #e2e2e2;
  color: #777;
  padding: 15px 0;
  text-align: center;
  margin-top: 50px;
}

  footer p {
    margin: 0;
  }

  footer a {
    color: #777;
  }

