/*	SVM: layout.css
 *    @author    Matej Keglevič <matej.keglevic@3fs.si>
 *    @version    1.0
-----------------------------------------------------*/

@import url(reset.css);

/*    =CONTAINER
-----------------------------------------------------*/
#container {
    width: 880px; /* 880px */
    max-width: 100%;
    min-width: 880px;
    margin: 0 auto;
    position: relative;
    margin-top: 16px;
}

/*    =MAIN
-----------------------------------------------------*/
#main {
    float: left;
    width: 580px;
    min-height: 136px;
    background: url(../images/sprite_big.png) no-repeat 0 0;
}

/*    =HEADER
-----------------------------------------------------*/
#header {
    width: 100%;
    height: 153px;
    background: #fff url(../images/header_bg.png) no-repeat top left;
    margin-top: 8px;
    position: relative;
}

    #header h1 {
        height: 91px;
        width: 312px;
        margin-left: 20px;
        padding: 30px 0 1px 141px;
        font-size: 24px;
        position: relative;
    }

        #header h1 a {
            display: block;
            float: left;
            background: url(../images/logo.png) no-repeat top left;
            height: 121px;
            width: 121px;
            position: absolute;
            top: 0;
            left: 0;
            text-indent: -9999px;
            overflow: hidden;
        }

    #header h2 {
        font-weight: normal;
        font-size: 16px;
        padding-bottom: 1px;
        position: absolute;
        top: 85px;
        left: 162px;
    }

    #header ul {
        position: absolute;
        top: 8px;
        right: 10px;
    }

        #header ul li {
            width: 16px;
            float: left;
            margin-right: 10px;
            text-align: center;
        }

        #header ul li a {
            font-family: Arial;
            font-size: 9px;
            color: #b2b2b2;
            padding-top: 14px;
            display: block;
        }

        #header ul li a.active {
            color: #000;
        }

        #header ul li a.si {
            background: url(../images/sprite_icons.png) no-repeat top left;
        }

        #header ul li a.en {
            background: url(../images/sprite_icons.png) no-repeat 0 -50px;
        }

/*    =CONTENT
-----------------------------------------------------*/
#content {
    width: 550px;
    background-color: #fff;
    padding: 10px 10px 0 20px;
    float: left;
    min-height: 451px;
}
    #content h2 {
        clear: left;
    }

    #content div.hr, #content hr {
        border: 0;
        clear: both;
        background: #fff url(../images/separator.png) no-repeat left top;
        margin: 32px 0 32px 0;
        height: 1px;
    }

        #content div.hr hr {
            display: none;
        }

    #content hr + h2 {
        margin-top: 32px;
    }

    #content a {
        clear: both;
        font-size: 13px;
        color: #384ce1;
    }

        #content a.g {
            font-weight: bold;
            display: block;
            margin: 32px 0 0 20px;
            padding: 0 0 1px 32px;
        }

        #content a.blank {
            font-weight: normal;
            background: url(../images/sprite_icons.png) no-repeat 0 -151px;
        }

        #content a.pdf {
            background: url(../images/sprite_icons.png) no-repeat 0 -100px;
        }

    #content h2 + p {
        margin-top: 32px;
    }

    #content p {
        font-size: 13px;
        line-height: 16px;
    }

    #content ul, #content ol {
        clear: both;
        padding: 32px 0 0 32px;
        line-height: 24px;
        font-size: 16px;
    }

        #content ol {
            padding-left: 64px;
        }

        #content ol li {
            line-height: 32px;
            list-style-type: decimal;
            font-weight: bold;
            color: #b2b2b2;
        }

    #content ul.galerija {
        float: left;
        padding: 0;
        margin: 0;
        padding: 32px 0 16px 0;
    }

    #content ul.galerija li {
        list-style-type: none;
        width: 73px;
        height: 73px;
        float: left;
        margin: 0 0 16px 20px;
    }

        #content ul.galerija li.first {
            margin-left: 0;
        }

    #content ul.galerija.sponzorji li {
        width: auto;
        height: auto;
    }

    #content ul.events {
        padding: 0;
        margin: 0;
        padding: 32px 0 16px 0;
    }

    #content ul li.clear {
        clear: both;
    }

    #content dl {
        font-size: 13px;
        line-height: 16px;
        padding-left: 50px;
        padding-right: 20px;
        min-height: 32px;
    }

    #content dl.avtocesta {
        background: url(../images/sprite_icons.png) no-repeat -37px 0;
    }

    #content dl.zeleznica {
        background: url(../images/sprite_icons.png) no-repeat -37px -200px;
    }

    #content dl.letalo {
        background: url(../images/sprite_icons.png) no-repeat -37px -400px;
    }

        #content dl dt {
            margin-top: 32px;
            font-weight: bold;
        }

    #content h3 {
        font-size: 14px;
        color: #b2b2b2;
    }

/*    =FOOTER
-----------------------------------------------------*/
#footer {
    background: url(../images/sprite_big.png) no-repeat 0 -6px;
    height: 64px;
    width: 100%;
    clear: both;
    padding-top: 32px;
    text-align: center;
}

#footer a {
    color: #fff;
}

/*    =SIDE
-----------------------------------------------------*/
#side {
    z-index: -1;
    width: 300px;
    float: right;
}

    /*    =OPTIONS
    -----------------------------------------------------*/
    #side div {
        clear: both;
        float: left;
        width: 260px;
        margin-top: 16px;
        padding: 48px 20px 16px 20px;
        position: relative;
        background-color: #fff;
    }

    #side div h2, #side div h3 {
        margin-bottom: 24px;
    }

        /*    =OPTIONS WITH JAVASCRIPT
        --------------------------------------------------*/
        #side.js div {
            margin-top: 22px;
            margin-bottom: 6px;
            padding: 42px 20px 16px 20px;
        }

        #side.js div div.top, #side.js div div.bottom,
        #side.js div.shadow div.top, #side.js div.shadow div.bottom {
            margin: 0;
            padding: 0;
            height: 6px;
            left: 0;
            width: 100%;
            position: absolute;
        }

        #side.js div div.top, #side.js div.shadow div.top {
            top: -6px;
        }

        #side.js div div.bottom, #side.js div.shadow div.bottom {
            bottom: -6px;
        }

        #side.js div div.top {
            background: url(../images/sprite_big.png) no-repeat top right;
        }

        #side.js div div.bottom {
            background: url(../images/sprite_big.png) no-repeat bottom right;
        }

        #side.js div.shadow div.top {
            background: url(../images/sprite_shadow.png) no-repeat top right;
        }

        #side.js div.shadow div.bottom {
            background: url(../images/sprite_shadow.png) no-repeat bottom right;
        }

    #side div.shadow {
        background: url(../images/sprite_shadow.png) repeat-y 0px -5px;
        padding: 42px 20px 32px 20px;
    }

        /*    =LINKS
        -----------------------------------------------------*/
        #side div ul li {
            margin-bottom: 16px;
        }

        #side div ul li a {
           font-weight: bold;
           font-family: Georgia;
           font-size: 18px;
           color: #b2b2b2;
        }

        #side div ul li a.active {
           font-size: 21px;
           color: #000;
        }

        /*    =KONTAKT
        -----------------------------------------------------*/
        #side div p {
            line-height: 24px;
            font-size: 14px;
        }

        #side div p strong, #side div p a {
            font-weight: normal;
            font-size: 18px;
        }

        #side div p a {
            color: #384ce1;
        }

        /*    =GENERALNI POKROVITELJI
        -----------------------------------------------------*/
        #side div h3 {
            color: #b2b2b2;
        }

        #side div.general ul li {
            width: 119px;
            height: 119px;
            float: left;
            margin: 0 20px 16px 0;
        }

        #side div.shadow.general {
            width: 280px;
            padding: 42px 0 18px 20px;
        }