


@media only screen and (min-width: 1000px) {

    #logo
    {
        top: 0px;
        left: 0px;
        width: 424px;
        height: 191px;
    }

    #logo a { background-image: url("/images/design/logo_mod.png"); }




    /* TEXTURY */
    #textures-container div.item:nth-child(3n+1) { clear: both; }   

    #textures-container dl { 
        font-size: 90%;
        color: #ccc;
        
    }
  
    #textures-container dt { 
        display: block;  
        clear: left;
        float: left; 
        width: 40%; 
        text-align: right;
        margin: 1px 0;
        padding-right: 10px;
    }

    #textures-container dd { 
        display: block;    
        float: left; 
        width: 60%; 
        text-align: left;
        margin: 1px 0;
    } 
    
    span.texture-game { 
        display: inline-block; 
        background: #161e4d; 
        color: #babfde; 
        padding: 1px 5px; 
        text-decoration: none; 
        border-radius: 5px;
    }

    span.texture-type { 
        display: inline-block; 
        background: #4d1616; 
        color: #debaba; 
        padding: 2px 5px; 
        text-decoration: none; 
        border-radius: 5px;
    }
  
}


#logo .sekce a:hover
{
    background: url("/images/design/bg-sekce-hover-gothic.png") repeat;
    color: #fff;
    border: 1px solid #fff;
}


/*============================================================================================
mody ukoly
==============================================================================================*/

div.mod_ukol_body {
    margin: 0 auto;
    width: 93%;
    padding: 2%; 
}

div.mod_ukol h5 {
    margin: 0 auto;
    width: 93%;
    padding: 2%;
    font-size: 110%;
    color: #ff9;
    background: #202020; 
    margin-top: 20px; 
    border-radius: 5px;
 
}

div.mod_ukol h5 span {
    font-weight: normal;
    font-size: 100%;
}

h4.mod {
    margin: 0 auto;
    width: 96%;
    padding: 2%;
    font-size: 250%;
    color: #fff; 
    font-weight: normal;
    letter-spacing: 5px;  
    background: #333; 
    margin-top: 20px; 
    border-radius: 5px;

}

div.mod_seznam a.kap {
    height: 20px;
}

ul.mod_seznam a.kap:active {
    height: 200px;
} 