/**
 *    3fs Layout
 *    Used on: -- / --
 *
 *    @author  Matej Keglevič
 *    @version 1
 **/

/* =COMMON
----------------------------------------------- */
body, html {
    height: 100%;
    font-size: 12px;
    background: #4a4a4a url("../img/bg/bg.png") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

strong {
    font-weight: bold;
}

wbr {
    display: inline-block;
}

.more {
    background: url("../img/ico/btn-forward.gif") no-repeat scroll right center transparent;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    padding-right: 7px;
    text-decoration: none;
}

    .more:hover { text-decoration: underline; }

/* =CONTAINERS
----------------------------------------------- */
#wrapper {
    width: 750px;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

/* =HEADER
----------------------------------------------- */
#header {
    height: 215px;
    width: 100%;
    position: relative;
    padding-top: 80px;
}

    #header h1 {
        position: absolute;
        top: 0;
        left: 0;
    }

        #header h1 a {
            float: left;
            height: 80px;
            overflow: hidden;
            width: 214px;
            background: url("../img/bg/logo_3fs.png") no-repeat;
            text-indent: -99999px;
        }

    #infolobby {
        position: absolute;
        top: 23px;
        right: 0px;
        line-height: 16px;
    }

        #infolobby li { float: left; }

            #infolobby li.findusonfb {
                width: 114px;
                margin: 4px 29px 0 0;
            }

            #infolobby li.followusontwitter { width: 80px; }

                #infolobby li.findusonfb a,
                #infolobby li.followusontwitter a {
                    display: block;
                    float: left;
                    text-indent: -99999px;
                }

                #infolobby li.findusonfb a {
                    height: 28px;
                    width: 114px;
                    background: url("../img/bg/facebook.jpg") no-repeat;
                }

                #infolobby li.followusontwitter a {
                    height: 35px;
                    width: 80px;
                    background: url("../img/bg/twitter.jpg") no-repeat;
                }

    #home {
        height: 185px;
        width: 118px;
        clear: both;
        position: absolute;
        bottom: 15px;
        left: 0px;
        z-index: 99999;
        text-indent: -99999px;
    }

    #navigation {
        height: 185px;
        width: 632px;
        position: relative;
        clear: both;
        float: left;
        line-height: 16px;
        padding-left: 118px;
        margin-top: 15px;
        background: url("../img/bg/navigation.jpg") no-repeat;
    }

        #navigation li { margin-bottom: 1px; }
            #navigation li.active { background: #6a6a6a url("../img/bg/navigation-active.jpg") no-repeat scroll 0 0; }


        #navigation li,
        #navigation li a {
            height: 30px;
            width: 210px;
            clear: both;
            float: left;
            display: block;
        }

            #navigation li a {
                width: 170px;
                color: #fff;
                font-family: Georgia, sans-serif;
                font-size: 14px;
                line-height: 30px;
                padding-left: 40px;
                text-decoration: none;
            }

                #navigation li a:hover { text-decoration: underline; }

    #navigation li ul,
    #navigation li ul li ul {
        line-height: 16px;
        position: absolute;
        left: 329px;
        top: 0;
        background-color: #979797;
    }

        #navigation li ul li ul { left: 210px; }

        #navigation li ul li {
            background: url("../img/bg/navigation-bg.jpg") no-repeat scroll 0 0;
            height: 31px;
            left: 0;
            margin-bottom: 0;
        }

            #navigation li ul li.active { background: #6a6a6a url("../img/bg/navigation-bg.jpg") no-repeat scroll -210px 0; }

            #navigation li ul li a { color: #010101; }

/* =TICKER
----------------------------------------------- */
#ticker {
    background: #3a3a3a url("../img/bg/ticker.gif") no-repeat center top;
    margin-top: 15px;
}

    #ticker h2 {
        float: left;
        margin: 17px 0 0 17px;
        width: 101px;
        font-size: 17px;
        font-weight: normal;
        line-height: 20px;
    }

        #ticker h2 a {
            color: #fff;
            text-decoration: none;
        }

            #ticker h2 a:hover { text-decoration: underline; }

    #ticker ul {
        position: relative;
        width: 630px;
        float: left;
        line-height: 16px;
        margin-top: 10px;
    }

        #ticker ul li {
            position: relative;
            float: left;
            width: 199px;
            padding-left: 11px;
            color: #555;
            font-size: 11px;
            line-height: 13px;
        }

        #ticker ul li > a,
        #ticker ul li > a img {
            float: left;
            height: 85px;
            width: 85px;
        }

            #ticker ul li > a img {
                border: 1px solid #535353;
            }

            #ticker ul li p a {
                padding-right: 8px;
                color: #ccc;
                font-weight: bold;
                text-decoration: none;
            }

            #ticker ul li p a img {
                height: 5px;
                width: 5px;
                margin-left: 4px;
            }

                #ticker ul li a:hover { text-decoration: underline; }

            #ticker ul li p.library {
                position: absolute;
                bottom: 0;
                left: 105px;
            }

    #ticker .spacer {
        background: url("../img/bg/ticker-bottom.gif") no-repeat scroll center bottom;
        height: 10px;
    }

.spacer {
    clear: both;
}

/* =CONTENT
----------------------------------------------- */
#content {
    background: url("../img/bg/content-bg.png") no-repeat scroll center top #3a3a3a;
    width: 627px;
    clear: both;
    float: left;
    position: relative;
    margin-top: 15px;
    padding: 11px 5px 0 118px;
    color: #555;
}

    #content h2 {
        float: left;
        padding-left: 26px;
        font-family: Georgia, sans-serif;
        font-size: 18px;
        font-weight: normal;
        height: 44px;
        line-height: 40px;
        color: #000;
    }

        #content h2 a {
            color: #000;
            text-decoration: none;
        }

            #content h2 a:hover, #content h3 a:hover { text-decoration: underline; }

    #content h3, #content h3 a {
        font-family: Georgia;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        color: #555;
    }

    #content h3 a { text-decoration: none; }

    #content > div {
        width: 581px;
        float: left;
        background: #fff url("../img/bg/dots-horizontal.gif") repeat-x scroll center top;
        padding: 18px 23px 10px 23px;
    }

    #content > div dl {
        float: left;
        margin: 10px 15px 10px 0;
    }

        #content > div dl dt {
            width: 300px;
            height: 200px;
            float: left;
        }

        #content > div dl dt a {
            float: left;
            overflow: hidden;
            width: 300px;
            height: 200px;
        }

        #content > div dl dt a img {
            float: left;
            border: 0;
            /* border: 1px solid #555; */
        }

        #content > div dl dd {
            clear: both;
            float: left;
            margin-top: 8px;
            line-height: 16px;
            font-size: 11px;
            font-style: italic;
        }

    #content div p, #content div.pdf {
        margin: 10px 0 10px 0;
        font-size: 12px;
        line-height: 1.6em;
        color: #555;
    }

        #content div.pdf > a {
            float: left;
            height: 49px;
            overflow: hidden;
            width: 50px;
            background: url("../img/ico/pdf.png") no-repeat;
            text-indent: -99999px;
        }

            #content div.pdf dl {
                float: left;
                margin: 10px 0 0 15px;
            }

                #content div.pdf dl dt {
                    width: auto;
                    height: auto;
                    float: left;
                }

                #content div.pdf dl dt a {
                    float: left;
                    overflow: hidden;
                    width: auto;
                    height: auto;
                    font-size: 14px;
                    font-family: Georgia;
                    line-height: 18px;
                    color: #555;
                    text-decoration: none;
                }

                    #content div.pdf dl dt a:hover { text-decoration: underline; }

                #content div.pdf dl dd {
                    clear: both;
                    float: left;
                    margin: 0;
                    font-size: 12px;
                    font-family: Arial;
                }

        #content > div > div p a,
        #content div p a {
            font-weight: bold;
            text-decoration: none;
            color: #555;
        }

            #content > div > div p a:hover,
            #content div p a:hover { text-decoration: underline; }

    #content .title {
        font-family: Georgia;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        text-decoration: none;
        color: #555;
    }

        #content a.title:hover { text-decoration: underline; }

    #content .pager,
    #content .pager_footer {
        width: auto;
        margin: 10px 0 0 0;
        background: #fff;
        position: absolute;
        top: 0;
        right: 5px;
        font-weight: bold;
        line-height: 16px;
        color: #888;
    }

    #content .pager_footer {
        position: relative;
        width: 581px;
        margin: 0 0 0 0;
        padding: 28px 23px 20px 23px;
        text-align: right;
        right: 0px;
    }

        #content .pager a,
        #content .pager_footer a {
            color: #555;
            font-weight: bold;
            text-decoration: none;
        }

        #content .pager a:hover,
        #content .pager_footer a:hover { text-decoration: underline; }

/* =FOOTER
----------------------------------------------- */
#footer {
    width: 100%;
    float: left;
    clear: both;
}

    #footer div {
        background: #4a4a4a url("../img/bg/content-bottom.gif") no-repeat scroll center top;
        height: 50px;
        width: 750px;
        margin: 0 auto;
        padding-top: 22px;
        font-size: 11px;
        text-align: center;
        color: #999;
    }

        #footer div a {
            text-decoration: none;
            color: #999;
        }

            #footer div a:hover { text-decoration: underline; }

        #footer div a.rss {
            height: 10px;
            width: 10px;
            margin-left: 6px;
            overflow: hidden;
            background: url("../img/ico/rss.gif") no-repeat;
            position: absolute;
            text-indent: -99999px;
        }
