@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: local('Poiret One'), local('PoiretOne-Regular'), url(../fonts/poiretone.woff2.html) format('woff2');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    Set your content font stack here:
    font-family: 'Poiret One', cursive;
} */
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;
}
.header h1 {
	font-family: Georgia, "Cambria", serif;
}

.sidebar, .sidebar a, .sidebar a:hover {
    background: rgb(61, 79, 93);
    color: #fff;
    text-decoration: none;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(176, 202, 219);
}

.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: 0em 1em 0;
}

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
    font-family: 'Poiret One', sans-serif;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    font-family: 'Verdana';
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
    margin-top: 15px;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-politics {
        background: #5aba59;
    }
    .post-category-php {
        background: #4d85d1;
    }
    .post-category-js {
        background: #8156a7;
    }
    .post-category-magento {
        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 pre {
	background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
}
.post code {
	background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin: 0 2px;
    padding: 0 5px;
}
.footer {
    text-align: center;
    padding: 1em 0;
}
.footer {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

@media screen and (min-width: 48em) {
    .content {
        padding: 0em 3em 0;
        margin-left: 2em;
    }

    .header {
        margin: 10em -8em 0em -8em;
        text-align: right;
        /* Safar */
	    -webkit-transform: rotate(-90deg);
	    /* Firefox */
	    -moz-transform: rotate(-90deg);
	    /* IE */
	    -ms-transform: rotate(-90deg);
	    /* Opera */
	    -o-transform: rotate(-90deg);
	    /* Internet Explorer */
	    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0px;
        min-width: 40px;
        max-width: 75px;
    }
}
