/**
*    StripTweet Core
*
*    Skin: Default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.0
**/

/* =Common
----------------------------------------------- */
body {
    font-size: 14px;
    font-family: "Trebuchet MS";
    background: #fafafa url(../../../../images/bckg_top.png) repeat-x top;
    color: #434140;
}

a {
    text-decoration: none;
    color: #434140;
}

a:hover {
    text-decoration: underline;
}

/* =Header
----------------------------------------------- */
#header > h1 > a {
    text-indent: -99999px;
    background: url(../../../../images/sprite_main.png) no-repeat 0 0;
}

#header > ul > li.a {
    background: url(../../../../images/menu_tab_end.png) no-repeat top right;
}

    #header > ul > li.a > a {
        background: url(../../../../images/sprite_main.png) no-repeat 0 -80px;
        color: #22201e;
    }

    #header > ul > li.a > a:hover {
        text-decoration: none;
        color: #22201e;
    }

    #header > ul > li > a {
        font-size: 14px;
        color: #cdcdcd;
    }

    #header > ul > li > a:hover {
        text-decoration: none;
        color: #858484;
    }

/* =Footer
----------------------------------------------- */
#footer {
    background: url(../../../../images/bckg_footer.png) repeat-x top;
    color: #e7e7e7;
}

    #footer h3 {
        font-size: 18px;
        color: #FFF;
    }

        #footer > div > p {
            font-size: 10px;
            text-align: center;
            color: #838180;
        }

            #footer > div > p > a {
                color: #838180;
            }

        #footer > div > ul > li:first-child > p + p, #footer > div > ul > li:first-child > p + p > a {
            font-size: 10px;
            color: #b2b2b2;
        }

            #footer > div > ul > li:first-child > p + p > a:hover {
                text-decoration: underline;
            }

            #footer > div > ul > li:first-child > p > a {
                color: #e7e7e7;
            }

            #footer > div > ul > li:first-child > p > a:hover {
                text-decoration: none;
            }

            #footer > div > ul > li:first-child + li > h3 + a {
                text-indent: -99999px;
                background: url(../../../../images/sprite_main.png) no-repeat -130px -390px;
            }

            #footer > div > ul > li:first-child + li + li > h3 + a {
                text-indent: -99999px;
                background: url(../../../../images/sprite_main.png) no-repeat -132px -500px;
            }

            #footer > div > ul > li:first-child + li + li > p {
                font-size: 12px;
            }

            #footer > div > ul > li:first-child + li + li a {
                color: #ababab;
            }

