html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: 'Andada', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'League Spartan', serif;
    font-weight: normal;
}

p {
    font-size: 1.15em;
}

p.small {
    font-size: 0.9em;
}

.tags {
    margin: 0 0.1em;
    padding: 0 0.5em;
    text-decoration: underline;
}

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

.l-box {
    padding: 1em;
}

a {
    text-decoration: none;
    color: #06266f;
    font-weight: bold;
}
a:hover,
a:focus {
    text-decoration: underline;
}

div.post-description a {
    border-bottom: 3px solid #eee;
    box-shadow: inset 0 -4px 0 #eee;
    font-weight: bold;
}

div.post-description a:hover {
    border-bottom: 3px solid #eee;
    box-shadow: inset 0 -4px 0 #eee;
    font-weight: bold;
}

h3 {
    font-weight: 100;
}

blockquote {
    border-left: 0.5em solid rgb(210, 210, 210);
    padding-left: 1em;
}

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

#layout {
    padding: 0;
}

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

.sidebar {
    background: #151515;
    color: #fff;
}

.brand-title,
.brand-tagline {
    margin: 0;
    font-size: 1.4em;
}
.brand-title {
    color: #fff;

}
.brand-tagline {
    font-weight: 300;
    color: #090;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 1em 0 0 0;
}

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

.content {
    padding: 2em 1em 0;
    max-width: 50em;
}

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}

.big-title {
    font-size: 3em;
    color: #06266f;
}

.post-avatar {
    border-radius: 50px;
    margin-left: 1em;
}
.post-description {
    color: #222;
    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;
}

.post-keyword {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    background-color: #1f8dd6;
    color: #fff;
    line-height: 2em;
}

    .post-keyword a {
        color: #fff;
    }

    .post-keyword a:visited {
        color: #aaa;
    }

.footer {
    text-align: center;
    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) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

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

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
}

/* button */

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

aside {
    background: #1f8dd6; 
    padding: 0.3em 1em;
    color: #fff;
}
    aside a, aside a:visited {
        color: rgb(169, 226, 255);
    }

    aside span.small {
        font-size: 90%;
    }

hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

div.comment {
    margin-bottom: 1em;
    color: rgb(45, 45, 45);
    font-size: 85%;
}

    div.comment .date {
        margin-top: 1em;
        display: block;
        font-size: 80%;
    }

.top1em {
    margin-top: 1em;
}

pre, code {
    font-family: 'Ubuntu Mono', monospace;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}