
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
    background: rgb(61, 79, 93);
    background: #184513;  /* */
    background: #2f4f25;  /* */
    background: #473921; /* */
    background: #474630;  /* grayish brown */
    background: #524123; /* pure brown */
    background: #423b21; /* */
    background: #2c4d3d;
    color: #fff;
    color: #eee;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
  font-size: 1.75em;
    text-transform: uppercase;
    color: #d2fc7c;
}
.brand-tagline {
  font-size: 1.25em;
    font-weight: 300;
    color: rgb(176, 202, 219);
    color: #32d943;
    color: #abf58c;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
//    display: inline-block;
    *display: inline;
    zoom: 1;
}
.nav-item a {
  width: 180px;
    background: transparent;
    border: 2px solid rgb(176, 202, 219);
    border: 1px solid #abf58c;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(61, 146, 201);
    border: 1px solid #d2fc7c;
    text-decoration: none;
}

.nav-item a.active {
  background: rgba(155, 255, 155, .2);
}


.content-subhead {
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content-subtitle {
    color: #888;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 2em 1em 0;
}

.post {
    padding-bottom: 1em;
    max-width: 720px;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    color: #444;
    line-height: 1.5em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-design {
        background: #5aba59;
    }
    .post-category-pure {
        background: #4d85d1;
    }
    .post-category-yui {
        background: #8156a7;
    }
    .post-category-js {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.footer {
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

@media (min-width: 48em) {
  .sidebar img.sbar {
    display: block;
  }

.content-subhead, .content-subtitle {
  color: #f8f8f8;
}


    .content {
      top: 0;
      bottom: 0;
      position: sticky;
        padding: 2em 3em 0;
      padding-top: 250px;
        margin-left: 25%;
        margin-left: 240px;
        background-size: 1008px;
        background-repeat: no-repeat;
        background-image: url("./images/mushroom-bg.jpg");
    }

    .header {
        margin: 80% 2em 0;
        text-align: right;
    }

    .sidebar {
      min-width: 240px;
      max-width: 280px;
      max-width: 240px;
      position: sticky;
      position: fixed;
        top: 0;
        bottom: 0;
    }

    .footer {
        text-align: center;
    }
}

img.b {
  height: 126px;
}

.mol-header {
  padding: 0 0 0 .5em;
  position: relative;
}

.ib {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.b {
  vertical-align: top;
  position: relative;
}

.ib img {
  margin-left: 2em;
  position: relative;
  right: 0;
}

img.sbar {
  display: none;

  width: 100%;
  margin: 3em auto;
}

img.s {
  height: 360px;
  margin-right: 1em;
  display: inline-block;
}

.banner {
  background: transparent url('./images/mushroom-01-800x253.jpg') 0 0 no-repeat fixed;
  text-align: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg', sizingMethod='scale');

  width: 800px;
  height: 253px;
  display: table;
}

.email {
  margin-top: 1em;
  white-space: nowrap;
  font-size: 14px;
}

.email a {
  color: #fce803;
  color: #fc03ca;
  color: #d2fc7c;
}
