
@media (max-width: 960px) {
    body {
        padding: 0;
    }
    #main,
    #footer {
        padding: 0 20px;
    }
    .navbar-fixed-top .navbar-inner {
        padding: 0;
    }
}

#header > .container {
    background-position: 156px -90px;
    height: auto;
    padding: 80px 0 80px 0;
}


body {
    padding-top: 34px;
}

.navbar {
    height: 34px;
}
    .nav > li > a {
        font-size: 14px;
        line-height: 25px;
    }

/* ----------------------------------------------------------------------
 */

section {
    margin: 0 0 40px 0;
}
section:after {
    clear: both;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
    h1 .small {
        font-size: 14px;
        font-weight: normal;
        line-height: 38px;
        color: #777;
        float: right;
    }

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
    h2 a {
        text-decoration: none;
    }
    h2 a:hover {
        text-decoration: none;
    }
    h2 .hover {
        display: none;
    }
    h2 a:hover .hover {
        display: inline;
    }

a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
}

/* ----------------------------------------------------------------------
 */

#forkme {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 149px;
    height: 149px;
    background: url(../img/forkme.png) no-repeat;
    z-index: 1100;
}

/* ----------------------------------------------------------------------
 */


ul.posts {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
    ul.posts.expanded > li {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 22px;
        color: #444;
        text-align: justify;
    }
    ul.posts > li > a {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 12px 0;
        color: #222;
        font-size: 15px;
        text-decoration: none;
    }
        ul.posts.expanded > li > a {
            font-weight: bold;
            font-size: 18px;
            border: 0;
        }
        ul.posts.expanded > li > a .date {
            font-size: 13px;
            font-weight: normal;
        }
    ul.posts:not(.expanded) > li > a:hover {
        background-color: #fafafa;
    }
        ul.posts > li > a .label {
            float: right;
        }
        ul.posts > li > a .date {
            float: right;
            color: #888;
            margin-left: 10px;
        }

a.more {
    float: right;
    clear: both;
    font-size: 14px;
}

.label {
    text-shadow: none;
}
.label.startup {
    background-color: #EDE240;
}
.label.tech {
    background-color: #1075E8;
}
.label.projects {
    background-color: #88E813;
}
.label.travel {
    background-color: #7ACCFF;
}

/* ----------------------------------------------------------------------
 */

.blog-sidebar {
    margin-top: 15px;
    color: #444;
}

.sidebar-aboutme {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}
    .sidebar-aboutme > img {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
    .sidebar-aboutme .connect a {
        text-decoration: none;
        font-size: 16px;
        margin-right: 3px;
    }

#disqus_thread {
    margin-top: 30px;
}

.post {
    margin-top: 30px;
}

.blog-sidebar .contest {
    display: block;
    border: 2px solid #f89c21;
    background: #f8f4ee;
    padding: 7px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #663a02;
}