body {
    margin: 0;
    padding: 0;
    background: #050505 url(../images/img01.jpg) repeat;
    font-family: 'Krub', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5B5B5B;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: 'Charmonman', cursive;
    font-weight: 200;
    color: #222222;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

a {
    color: #5E5E5E;
}

a:hover {
}

#wrapper {
    background: #FFFFFF url(../images/img05.jpg) repeat;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

/* Header */

#header-wrapper {
    overflow: hidden;
}

#header {
    width: 1000px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
}

/* Logo */

#logo {
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

#logo h1 {
    line-height: 150px;
    letter-spacing: -2px;
    font-size: 3.8em;
}

#logo h1 a {
    color: #1F1F1F;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #000000;
}

#banner {
    margin: 0 auto;
    width: 1000px;
}
#mediumBanner {
    display: none;
}
#smallBanner {
    display: none;
}

/* Menu */

#menu {
    float: right;
    width: 500px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

#menu ul {
    float: right;
    margin: 0;
    padding-top: 20px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    line-height: 100px;
    margin-right: 1px;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #1F1F1F;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    background: url(../images/img01.jpg) repeat;
    text-decoration: none;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

/* Content */

#content {
    width: 660px;
    padding: 0;
}

.post {
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #E7EBED;
}

.post .title {
    padding-top: 7px;
    letter-spacing: -1px;
}

.post .title a {
    border: none;
    text-decoration: none;
    color: #222222;
}

.post .meta {
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: left;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.post .meta .date {
    float: left;
}

.post .meta .posted {
    float: right;
}

.post .entry {
    padding-bottom: 40px;
    text-align: justify;
}

.entry img {
    float: right;
    width: 400px;
    padding-left: 20px;
}

.links {
    padding-top: 20px;
    margin-bottom: 30px;
}

.more {
    display: block;
    float: left;
    width: 88px;
    padding: 5px 5px;
    margin-right: 10px;
    background: #222222;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.comments {
    display: block;
    float: left;
    width: 88px;
    padding: 5px 5px;
    background: #222222;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

/* Sidebar */

#sidebar {
    width: 270px;
    margin: 0;
    padding-top: 30px;
}

#sidebar ul {
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
}

#sidebar li {
    line-height: 40px;
    border-bottom: 1px solid #E7EBED;
    margin: 0;
    border-left: none;
}

#sidebar a {
    padding-left: 20px;
    border: none;
    background: url(../images/img04.jpg) no-repeat left 50%;
}

#sidebar h2 {
    height: 38px;
    padding-top: 20px;
    letter-spacing: -.5px;
    font-size: 1.8em;
    color: #222222;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Footer */

#footer {
    height: 140px;
    margin: 0 auto;
    padding: 50px 0 15px 0;
    font-family: 'Abel', sans-serif;
}

#footer p {
    margin: 0;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #5E5E5E;
}


@media only screen and (min-width: 1024px) {
    #content {
        float: right;
    }
    #sidebar {
        float: left;
    }
}

@media only screen and (max-width: 1024px) {
    #header {
        width: 660px;
    }
    .container {
        width: 660px;
    }
    #logo {
        width: 150px;
    }
    #logo h1 {
        line-height: 150px;
        font-size: 2.2em;
    }
    #banner {
        width: 660px;
    }
    #largeBanner {
        display: none;
    }
    #mediumBanner {
        display: block;
    }
    #page {
        width: 660px;
    }
    #content {
        margin: 0 auto;
    }
    #sidebar {
        width: 660px;
        display: flex;
    }
    .sidebar-content {
        width: 210px;
        padding: 5px;
    }
    #footer {
        height: 90px;
    }
}

@media only screen and (max-width: 680px) {
    #header {
        width: 320px;
    }
    .container {
        width: 320px;
    }
    #logo {
        width: 150px;
        height: 120px;
    }
    #logo h1 {
        line-height: 150px;
        font-size: 2em;
    }
    #banner {
        width: 320px;
    }
    #largeBanner {
        display: none;
    }
    #mediumBanner {
        display: none;
    }
    #smallBanner {
        display: block;
    }
    #page {
        width: 320px;
    }
    #content {
        margin: 0 auto;
    }
    #sidebar {
        width: 320px;
        display: block;
        padding: 0;
    }
    .sidebar-content {
        width: 320px;
        padding: 5px;
    }
    #menu {
        width: 320px;
        height: 60px;
    }
    #menu ul {
        padding: 0;
    }
    #menu a {
        line-height: 40px;
        margin-right: 8px;
        padding: 0 10px;
        font-size: 12px;
    }
    h2 {
        font-size: 1.5em;
    }
    .entry img {
        float: none!important;
        width: 320px;
        padding: 0 0 16px 0;
    }
    .post {
        width: 320px;
    }
    #footer {
        height: 60px;
    }
}
