/* http://www.google.com/webfonts#UsePlace:use/Collection:Ubuntu */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic);
html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.brand-title,
.nav-item a,
.post-title,
.post-description {
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
}
.brand-title a {
    background: url(/https/alestic.com/img/alestic-logo-white-on-blue-150x50.png) no-repeat;
    display:block;
    height:50px;
    width:150;
    background-position: center center;
    background-origin: content-box;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.brand-title.a {
    color: #9caecc;
}
.sidebar {
    background: #9caecc;
}
.brand-tagline {
    color: #333;
}
.nav-item a {
    color: #666;
    border-color: #999;
    margin: 5px 0 5px 5px;
}
.post {
    padding-bottom: 5em;
}
.post-date {
    margin-left: 20px;
}
.post-category {
    float: right;
    background: #bbb;
}
.read-more-link .pure-button {
    color: #ffffff;
    background: #9caecc;
}
.sponsor-buttons {
    width: 100%;
}
.sponsor-button {
    margin: 10px;
}
@media (min-width: 48em) {
    .brand-title a {
       background-position: right -9px center;
       padding-right: -50px;
    }
}
code {
    font-size: inherit;
}
.alestic-interview-question {
    background: #F4F4F4;
    font-weight: bold;
    padding: 20px 0;
}
.alestic-quote {
    font-weight: bold;
}
@media print {
    * {-webkit-print-color-adjust:exact;}
    .header nav {
        display: none;
    }
    #disqus_thread {
        display: none;
    }
    .h2 {
        page-break-after: avoid;
    }

}
img[src$='#center']
{
    display: block;
    margin: 0.7rem auto;
}

img[src$='#floatleft']
{
    float:left;
    margin: 0.7rem;
}

img[src$='#floatright']
{
    float:right;
    margin: 0.7rem;
}
