@import url("common.css");

body {
    background: url("/~satrapa/img/pozadi.gif") 0% 100% fixed no-repeat #ffe6bf;
    margin: 0;
    padding: 0;
}

a:link { color: #ff8000; }
a:visited { color: #af5500; }
a:hover { background-color: #f90; color: #fff; text-decoration: none; }

h1 {
    background-color: #f90;
    color: #fff;
    padding: 0.5em 3% 0.5em 6%;
    font-size: 2em;
    margin: 0 -3% 0.5em -6%;
    border-top: solid 8px #db8300;
    text-shadow: 0.1em 0.05em 0.2em #a66300;
}

h2 {
    padding: 0 0 2px 0;
    border-bottom: 2px solid #f90;
    font-size: 1.5em;
    margin-bottom: -0.4em;
}

h2 a    { text-decoration: none; }

#homelink {
    display: block;
    margin: 5px auto 5px 20px;
    padding: 0;
    width: 343px; height: 71px;
}

#homelink a {
    display: block;
    width: 343px; height: 71px;
    margin: 0; padding: 0;
    position: relative;
}

#homelink a span {
    position: absolute;
    left: 0; top: 0; z-index: 1;
    background: url("/~satrapa/img/home.gif") top left no-repeat;
    width: 343px; height: 71px;
}

#main {
    margin: 9px 2% 2% 30%;
}

#mainmenu {
    position: absolute;
    top: 85px; left: 0; width: 26%;
    border-top: 8px solid #f90;
    font-family: 'Exo 2', sans-serif;
    text-align: right;
    background-color: #ffe6bf;
}

#mainmenu a {
    display: block;
    padding: 0.5em;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px dotted #f90;
}

#mainmenu a#mm-pr { border-bottom: none; }

#mainmenu a:visited { color: #ff8000; }
#mainmenu a:hover { background-color: #f90; color: #fff; }

#googlesearch {
    margin-top: 3em;
    padding-top: 0.5em;
    border-top: 8px solid #f90;
    text-align: right;
}

.tlacitko {
    color: #ff8000;
    background-color: #ffd7a0;
    font-family: 'Exo 2', sans-serif;
    border-top: 1px solid #fff1dd;
    border-left: 1px solid #fff1dd;
    border-bottom: 1px solid #f2c185;
    border-right: 1px solid #e5b57b;
}

.tlacitko:hover { background-color: #f90; color: #fff; }

.vstup {
    background-color: #ffe6bf;
    font-family: 'Exo 2', sans-serif;
    border-bottom: 1px solid #fff1dd;
    border-right: 1px solid #fff1dd;
    border-top: 1px solid #f2c185;
    border-left: 1px solid #e5b57b;
}

pre strong {
    color: #c30;
}

