
/** fonty, barvy */

html, body, h1, h2, h3, h4, h5 {
    /*    font-family : "Palatino Linotype", "Palatino", "Georgia", serif; */
    font-family: Arial, sans-serif;
}

html {
    overflow: auto;
}

body {
    overflow: auto;
    position: static;
}

html, body {
    
    color: #fff;    
    text-align: justify;
    background: #000 url( "backg.jpg" ) no-repeat fixed center center;
}


div.cloud {
    font-weight: bold;
}

/* div#background {
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: black;
} */

/* div#background img {
    width: 100%;
    height: 100%;
} */


a, a:hover, a:active, a:visited {
    color: #ccf;
    text-decoration: none;
}

a:hover, a:active {
    color: #44a;
    background-color: #fff;
    _background-color: transparent;
    text-decoration: none;
}

div#main_content {
    background: transparent url( 'semi-gray.png' ) repeat top left;
    _background: transparent;
}

body {
    padding: 1em 5%;
}

a.nodecorate:hover, a.nodecorate:active {
    text-decoration: none;
    background-color: transparent;
}

/** uprava pisnicek */

.song, .song_part {
    font-style: italic;
    font-family: Arial, sans-serif;
}

.song_part {
    font-weight: bold;
}

/** upozorneni na JS */

.nojs {
    font-style: italic;
    border: 1px solid white;
    padding: 1em;
    line-height: 1em;
}

.nojs p {
    margin: 0; 
    padding: 0;
}

.nojs a {
    text-decoration: underline;
}

/** caption -- image replacement */

div#caption h1 {
    margin: 0;
    padding: 0;
    text-align: center; 
    position: relative;
    text-indent: -100em;
    overflow: hidden;
    height: 100px;
}

div#caption h1 span {
    display: block;
    background : transparent url( 'caption0.gif' ) no-repeat top center;
    position : absolute;
    top : 0;
    left : 0;
    width: 640px;
    height: 100px;
    z-index : 1;
}

div#caption h2 {
    padding: 0 10em;
    margin: 0;
    font-size: 100%;
    text-align: left;
}

/** Styl pro zobrazovani vypisku fotek */

.photos {
    margin: 1em 0;
}


.photo-frame {
    float: left;
    padding: 0.2em;
}

.photo-frame a img {
    border: none;
}

.photo-frame a:hover, .photo-frame a:active {
    float: left;
}

.photo-clear {
    clear: left;
}

/** Guestbook */

.gb_entry {
    border: 1px solid white;
    padding: 0.2em 1em;
    margin: 0.5em;
}

.gb_author, .gb_date {
    font-weight: bold;
}

/** Portrety kapely */

.portrait {
    float: right;
    margin: 10px;
}

