/**
 *    StripTweet Layout Core
 *    Used on: -> global layout styles
 *
 *    @author  David Panzalović (david.panzalovic@3fs.si)
 *    @version 1.0
 **/

/* =Common
----------------------------------------------- */
html, body {
    height: 100%;
    line-height: 16px;
}

    #wrapper {
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -282px auto;
        float: left;
    }

/* =Header
----------------------------------------------- */
#header {
    width: 940px;
    height: 131px;
    margin: 0 auto 32px auto;
    position: relative;
}

    #header > h1 {
        width: 251px;
        height: 68px;
        position: absolute;
        top: 36px;
        left: 10px;
    }

        #header > h1 > a {
            width: 251px;
            height: 68px;
            display: block;
        }

    #header > ul {
        width: auto;
        height: 32px;
        position: absolute;
        bottom: 0;
        right: 60px;
    }

        #header > ul > li {
            height: 32px;
            padding: 0 11px 0 0;
            margin-left: 10px;
            float: left;
        }

            #header > ul > li > a {
                height: 32px;
                line-height: 32px;
                padding: 0 0 0 11px;
                float: left;
                display: block;
            }

/* =Content
----------------------------------------------- */
#content_wrap {
    width: 100%;
    padding-bottom: 298px;
    float: left;
}

#content {
    width: 940px;
    margin: 0 auto 0 auto;
}

/* =Footer
----------------------------------------------- */
#footer {
    width: 100%;
    height: 210px;
    padding: 50px 0 22px 0;
    position: relative;
    float: left;
    clear: both;
}

    #footer h3 {
        margin-bottom: 16px;
    }

    #footer > div {
        width: 940px;
        margin: 0 auto 0 auto;
    }

        #footer > div > p {
            width: 100%;
        }

        #footer > div > ul {
            width: 860px;
            height: 190px;
            margin-left: 60px;
        }

            #footer > div > ul > li {
                width: 278px;
                height: 190px;
                float: left;
            }

            #footer > div > ul > li:first-child {
                width: 300px;
                margin-right: 32px;
            }

            #footer > div > ul > li:first-child + li + li {
                width: 240px;
            }

                #footer > div > ul > li:first-child > p {
                    width: 250px;
                    margin-bottom: 5px;
                }

                #footer > div > ul > li:first-child > p + p {
                    margin-bottom: 0;
                }

                #footer > div > ul > li:first-child + li > h3 + a {
                    width: 127px;
                    height: 99px;
                    display: block;
                }

                #footer > div > ul > li:first-child + li + li > h3 + a {
                    width: 125px;
                    height: 83px;
                    margin-bottom: 12px;
                    display: block;
                }
