body {
    color: #333;
    font-family: 'PT Sans', Helvetica Neue, Arial, sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.container { padding-left: 16em; }

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 16em;
    margin-left: -16em;
    color: #fff;
    padding-top: 5em;
    text-align: center;
    background: #2c3e50;
}

.content { padding: 2em 3em 0; }

.pure-menu-custom ul { margin-top: 1em; text-align: left;}

.pure-menu-custom.pure-menu-open,
.pure-menu-custom.pure-menu-horizontal li .pure-menu-children {
    background: none;
    border: none;
}

.pure-menu-custom li a:hover,
.pure-menu-custom li a:focus,
a:hover,
a:focus {
    background: none;
    color: #1abc9c;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.pure-menu-custom a,
.pure-menu-custom .pure-menu-can-have-children>li:after { color: #fff; }

.pure-menu-custom .pure-menu-selected a {
    color: #1abc9c;
}

.post {
    margin-bottom: 2em;
    font-size: 1.5em;
}

.post,
.excerpt { line-height: 1.3em; }

.post a {
    text-decoration: underline;
}

.post > h2 a {
    text-decoration: none;
}

.meta {
    margin: 0;
    color: #777;
    font-size: .8em;
}

blockquote {
    border-left: .3em solid #1abc9c;
    margin-left: 0;
    padding-left: 1.5em;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        position: relative;
        margin: 0;
        background: #2c3e50;
        padding-top: 2em;
    }

    .container {
        padding: 0;
    }

    .pure-menu-custom ul {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .content {
        padding: 2em 1em 0;
    }
}

.pure-menu {
    line-height: 1.5;
    cursor: default;
}

code {
    margin: 0 0.1em;
    padding: 0.1em 0.2em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #f5f5f5;
    font-family: 'Droid Sans Mono', 'Courier New', 'Courier', monospace;
    font-size: 0.85rem;
    line-height: 1.9824;
}

pre {
    padding: 0 1em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #f5f5f5;
}
pre code {
    display: block;
    margin: 0;
    padding: 1.1111em 0;
    border: 0 none;
    background: transparent;
    overflow-x: auto;
    line-height: 1.4;
}
