@import url('reset.css');

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    background: #000;
    color: #FFF;
    font: normal .75em Arial, Helvetica, sans-serif;
}

a {
    color: #1992CA;
    outline: 0;
}

    a:hover {
        text-decoration: underline !important;
    }

/* =header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body > header {
    height: 76px;
    margin: 25px auto 0;
    position: relative;
    width: 976px;
}

body > header h1 a {
    background: url('../images/header.gif') no-repeat 0 0;
    display: block;
    height: 76px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: -666em;
    width: 300px;
}

/* -nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body > header nav {
    height: 40px;
    left: 455px;
    position: absolute;
    top: 36px;
    width: 510px;
}

body > header nav > ul > li > a {
    background-image: url('../images/nav.gif');
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    text-indent: -666em;
}

body > header #nHome a {
    background-position: 0 0;
    width: 92px;
}
    body > header #nHome:hover { background-position: 0 -40px }

body > header #nNews a {
    background-position: -92px 0;
    width: 61px;
}
    body > header #nNews a:hover { background-position: -92px -40px }

body > header #nAbout a {
    background-position: -153px 0;
    width: 94px;
}
    body > header #nAbout a:hover { background-position: -153px -40px }

body > header #nResults a {
    background-position: -247px 0;
    width: 84px;
}
    body > header #nResults a:hover { background-position: -247px -40px }

body > header #nMedia a {
    background-position: -331px 0;
    width: 65px;
}
    body > header #nMedia a:hover { background-position: -331px -40px }

    body > header #nMedia ul {
        color: #888;
        display: none;
        font: bold 1em Arial;
        left: 285px;
        padding-top: 5px;
        position: absolute;
        top: -18px;
    }

        body > header #nMedia:hover ul {
            display: block;
        }

        body > header #nMedia ul li {
            display: inline;
            margin: 0 0 0 2px;
        }

        body > header #nMedia ul li a {
            color: #FFF;
            padding-right: 5px;
            text-decoration: none;
            text-transform: uppercase;
        }

            body > header #nMedia ul li:after {
                content: "|";
            }

            body > header #nMedia ul li:last-child:after {
                content: "";
            }

body > header #nContact a {
    background-position: -394px 0;
    width: 114px;
}
    body > header #nContact a:hover { background-position: -394px -40px }

/* =content section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

section#content {
    color: #000;
    margin: 0 auto 20px;
    width: 976px;
}

section#content .content-top {
    background: url('../images/content-top.jpg') no-repeat top left;
    padding-top: 37px;
}

section#content .content-bottom {
    background: url('../images/content-bottom.jpg') no-repeat bottom left;
    padding: 0 36px 27px;
}

section#content .content {
    background-color: #FFF;
    display: block;
    min-height: 416px;
    padding: 35px 40px;
    width: 820px;
}

    #welcome section#content .content {
        padding: 0;
        position: relative;
        width: 900px;
    }

/* -headers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

section#content h2 {
    font: bold 2.5em Arial;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section#content h3 {
    color: #1992CA;
    font: bold 1.5em Arial;
}

section#content h4 {
    color: #8EBA40;
    font: normal 1.33em Arial;
}

/* -intro
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#intro {
    background: #000;
    display: block;
    height: 486px;
    position: relative;
    width: 900px;
}

#intro #rollover li {
    left: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#social {
    left: 2px;
    position: absolute;
    top: 453px;
}

    #social li {
        float: left;
        list-style: none;
        margin-right: 2px;
    }

    #social li a {
        background-image: url('../images/social.gif');
        display: block;
        height: 31px;
        overflow: hidden;
        text-indent: -666em;
        width: 98px;
    }

    #social #facebook a { background-position: 0 0 }
    #social #twitter a { background-position: -98px 0 }
    #social #nasza-klasa a { background-position: -196px 0 }

/* -content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

article.entry {
    background: url('../images/entry-separator.gif') no-repeat bottom center;
    min-height: 200px;
    overflow: auto;
    padding-bottom: 50px;
    position: relative;
}

    article.entry:last-child {
        background: none;
        padding-bottom: 10px;
    }

article.entry > header {
    margin-bottom: 21px;
}

    article.entry > header a {
        text-decoration: none;
    }

article.entry aside.entry-cover {
    float: right;
    margin-left: 20px;
}

    article.entry aside.entry-cover img {
        border: 3px solid #000;
        width: 567px;
    }

    article.entry.media aside.entry-cover img {
        height: auto;
    }

article.entry section.entry-body {
    line-height: 120%;
    text-align: justify;
}

    article.entry section.entry-body p {
        margin-bottom: 1em;
    }

    article.entry section.entry-body ul {
        margin: 0 0 1em 2em;
    }

article.entry > footer {
    position: absolute;
    top: 181px;
}

    article.entry > footer a {
        color: #FFF;
        font: bold 1em Arial;
        margin-right: 5px;
        padding: 5px 6px;
        text-decoration: none;
        text-transform: uppercase;
    }

        article.entry > footer a:after {
            content: ' >';
        }

    article.entry > footer a.add-comment {
        background-color: #21CA19;
    }

    article.entry > footer a.read-more {
        background-color: #1992CA;
    }

/* -comments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#comments h3 {
    margin-bottom: 10px;
}

article.comment {
    background: url('../images/entry-separator.gif') no-repeat bottom center;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

    article.comment header {
        margin-bottom: 10px;
    }

/* =content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body[id*=content] .content {
    background-repeat: no-repeat;
}

    body#content-contact .content {
        background-image: url('../images/content/contact.jpg');
    }

    body#content-about-me .content {
        background-image: url('../images/content/about-me.jpg');
    }

    body#content-results .content {
        background-image: url('../images/content/results.jpg');
    }

body[id*=content] .content-box {
    background: url('../images/content-background.png');
    padding: 20px;
    width: 500px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#content-contact section.entry-body ul {
    list-style: none;
    line-height: 150%;
}

    #content-contact section.entry-body li {
        background-position: 0 0;
        background-repeat: no-repeat;
        border-bottom: 1px solid #DDD;
        margin-bottom: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
    }

    .contact-email { background-image: url('../images/contact/mail.png') }
    .contact-gg { background-image: url('../images/contact/gg.gif') }
    .contact-skype { background-image: url('../images/contact/skype.gif') }
    .contact-facebook { background-image: url('../images/contact/facebook.png') }
    .contact-myspace { background-image: url('../images/contact/myspace.png') }
    .contact-twitter { background-image: url('../images/contact/twitter.png') }

/* =media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.thumbs {
    list-style: none;
    overflow: auto;
}

.thumbs li {
    float: left;
    margin: 0 10px 10px 0;
}

.thumbs img {
    border: 6px solid #DDD;
}

.thumbs a:hover img {
    border-color: #BBB;
}

/* =form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form {
    margin-bottom: 10px;
    overflow: auto;
}

form fieldset {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

form legend {
    color: #222;
    font-weight: bold;
    padding-right: 10px;
}

form label {
    display: block;
    margin-bottom: 2px;
}

form input, form textarea {
    margin-bottom: 2px;
    padding: 3px 5px;
    width: 300px;
}
    form textarea { height: 75px }

form ul {
    list-style: none !important;
    margin: 0 !important;
}

form li {
    margin-bottom: 5px;
}

p.error {
    background: url('../images/exclamation-red.png') no-repeat 0 0;
    color: #A53535;
    padding: 2px 0 3px 20px;
}

/* =pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

nav.pagination {
    color: #FFF;
    font: bold 1em Arial;
    height: 25px;
    margin: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

nav.pagination a {
    background-color: #1992CA;
    color: #FFF;
    padding: 5px 6px;
    text-decoration: none;
}

    nav.pagination a.newer {
        float: left;
    }

        nav.pagination a.newer:before {
            content: '< ';
        }

    nav.pagination a.older {
        float: right;
    }

        nav.pagination a.older:after {
            content: ' >';
        }

nav.pagination span.page {
    background: #21CA19;
    left: 47%;
    padding: 5px 6px;
    position: absolute;
}

/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body > footer {
    height: 100px;
    margin: 0 auto 20px;
    width: 890px;
}

body > footer a {
    background-image: url('../images/footer.gif');
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    text-indent: -666em;
}

body > footer #fSalomon {
    background-position: 0 0;
    width: 165px;
}

    body > footer #fSalomon:hover { background-position: 0 -100px }

body > footer #fElectric {
    background-position: -165px 0;
    width: 125px;
}

    body > footer #fElectric:hover { background-position: -165px -100px }

body > footer #fSkullcandy {
    background-position: -290px 0;
    width: 132px;
}

    body > footer #fSkullcandy:hover { background-position: -290px -100px }

body > footer #fLevel {
    background-position: -422px 0;
    width: 151px;
}

    body > footer #fLevel:hover { background-position: -422px -100px }

body > footer #fPullin {
    background-position: -566px 0;
    width: 144px;
}

    body > footer #fPullin:hover { background-position: -566px -100px }

body > footer #fTwotip {
    background-position: -710px 0;
    width: 173px;
}

    body > footer #fTwotip:hover { background-position: -710px -100px }

/* =newsletter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#newsletter {
    background: url('../images/newsletter.png') no-repeat;
    height: 46px;
    margin: 0 auto 40px;
    padding: 12px 45px 0;
    width: 400px;
}

#newsletter label {
    display: none;
}

#newsletter fieldset {
    border: 0;
    padding: 0;
}

#newsletter legend {
    color: #00263C;
    text-transform: uppercase;
}

#newsletter input {
    background: #272727;
    border: 1px solid #000;
    color: #BDBDBD;
    float: left;
    font-size: .91em;
    margin-right: 20px;
    width: 210px;
}

#newsletter button {
    background-color: transparent;
    background-image: url('../images/newsletter-buttons.gif');
    border: none;
    display: block;
    float: left;
    font-size: 0;
    height: 23px;
    padding-top: 23px;
}

    #newsletter::-moz-focus-inner {
        border: none;
    }

    #newsletter #sign-in {
        background-position: 0 0;
        margin-right: 10px;
        width: 60px;
    }

    #newsletter #sign-out {
        background-position: -60px 0;
        width: 87px;
    }

#newsletter .message {
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}
