

html, body {
    _background : #0F131F;
    font : medium Arial,Geneva,Helvetica,sans-serif;
    margin : 0px;
  }


#top {
    font : bold medium sans-serif;
    padding : 5px;
    margin : 0 150px;
    min-height : 25px;
    color: white
  }


#main {
    _background : white;
    padding : 5px;
    margin : 5px 150px 0;
    _border : black solid thin;
    min-height : 300px;
    min-width : 300px;
    color: black;
}
  
#main a {
    color: black !important;
  }

#bottom a {
    color: black !important;
  }
  
.souhrn {
  color: white;  
}


#odkazy {
    font : bold 75% sans-serif;
    margin : 0 0 0 0;
    color: black !important;
  }
 
#odkazy a {
    color: black !important;
  }

#lastfm {
    float: right;
  }


#validator {
    font: normal 0.75em courier;
    text-align: center;
        padding: 40px 0;
    width: 450px;
  }
#validator a {
    color: black !important;
  }

article {
    position: relative;
    _margin: 100px auto;
    padding: 40px 0;
    width: 450px;
}


article::before,
article::after {
    content: '';
    width: 450px;
    height: 450px;
    position: absolute;
    left: -2px;
    top: -5px;
    z-index: -1;

    
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    
}

article::after {
    left: 0;
    
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

article,
article::before,
article::after {
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

h2 {
    margin: 0 40px 1em;
    padding: 0;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
}
p {
    margin: 0 40px 1em;
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
}