/** 
 *   Document   : Browsers hacks
 *   Created on : 26.6.2013, 12:20:53
 *   Author     : Jiri Alexander Bednar
 *   Description: Style sheet urceny pro hackovani prohlizecu Internet Explorer 10 - 8,
 *                Firefox a Opera.
 *                Trida html.ie10 a pod. se vklada do tagu html pri nacteni stranky 
 *                diky JavaScriptove funkci identifyBrowser() a urcuje prohlizec a jeho verzi.                 
 */

html.ie10{
    
}

html.ie9{
    
}

html.ie8{
    
}



html.ie8 section #notifyme form input[type='submit'], html.ie7 section #notifyme form input[type='submit']{
    background-image: url('../img/buttons.png');
    background-position: 0px -33px;    
}

html.ie8 section #notifyme form input[type='submit']{
    top: 4px;
}

html.ie8 section #notifyme form input[type='submit']:hover,html.ie7 section #notifyme form input[type='submit']:hover{    
    background-color: white;
    background-position: 0px -99px;  
}

html.ie8 section #notifyme form input[type='submit']:focus, html.ie7 section #notifyme form input[type='submit']:focus{    
    background-color: white;
    background-position: 0px -66px;  
}

html.ie8 header span.pressKit,html.ie7 header span.pressKit{
    background-image: url('../img/buttons.png');
}

html.ie8 header span.pressKit:hover,html.ie7 header span.pressKit:hover{
    background-color: white;
    background-position: 0px -99px; 
}

html.ie8 header span.pressKit:focus,html.ie7 header span.pressKit:focus{
    background-color: white;
    background-position: 0px -66px;  
}

html.ie8 section #puntiks span.puntik, html.ie7 section #puntiks span.puntik{
    background-color: white;
    background-image: url('../img/points.png');
    background-repeat: no-repeat;
    background-position: 0px -13px;
}

html.ie8 section #puntiks span.puntik.active, html.ie7 section #puntiks span.puntik.active{
    background-position: 0px 0px;
}

html.ie8 section #puntiks span.puntik:hover, html.ie7 section #puntiks span.puntik:hover{
    background-position: 0px 0px;
}

html.ie7{
    
}

html.ie7 h1 span{
    position: absolute;
    left: 0px;
}

html.ie7 #puntiks .puntik{
    margin-right: 3px;
}

html.ff{
    
}

html.o{
    
}
