/* snilek.cz stylesheet */

body {
    color:#000;
    background-color:#fff;
    font-size:16px;
    font-family: georgia, century, times, palatino, serif;
    text-shadow:#eee 1px 1px 1px;
    /*font-family: verdana, dejavu sans, sans-serif;*/
}

table {
    border:0px;
}

a { 
    color:#76a; 
    text-decoration:none; 
    font-weight: bold; 
    text-shadow:#ddd 1px 1px 1px;
}
a:hover { 
    color:#000; 
}
img { 
    margin:10px; 
}
hr {
    margin-bottom:1em;
    margin-top:1em;
    border:0px;
    border-top:dotted 1px #777;  
}

h1 { 
    font-size:170%;
    text-align:center;
    border-bottom:dotted 1px #777;
    margin:0 0 0.5em 0;
    padding:0;
    text-align:right;
    font-weight:bold;
    text-shadow:#aaa 1px 1px 3px;
}
h2 { 
    font-size:150%; 
}
h3 { 
    font-size:125%; 
}
h4 { 
    font-size:110%;
}
h5 { 
    font-size:100%;
}
h2, h3, h4, h5 {
    margin-bottom:0.5em;
    margin-top:1.2em;
    font-weight:bold;
    text-shadow:#aaa 1px 1px 3px;
}    
h2 a, h3 a, h4 a, h5 a {
    text-shadow:#aaa 1px 1px 3px;
}    

p {
    margin-top:0.5em;
    margin-bottom:0.7em;
}

blockquote {
    font-style:italic;
}

pre {
    font-family:courier new, courier, monospace;
}

input, textarea {
    color:#000;
    background-color:#fff;
    border:1px solid #777;
}

#wrapper {
    position:relative;
    width:980px;
    margin:0px auto;
}

#content { 
    position:relative;
    float:left;
    width:820px;
    padding:15px 30px; 
    border:1px dotted #777;
    background-color:#fff;
    min-height:400px;
}

#menu {
    position:relative;
    float:left;
    margin:0px;
    padding:10px 0;
    background-color:#fff; 
    border:1px dotted #777;
    border-right:0px;
    right:-1px;
    z-index:1;
    text-align:center;
}

#menu a { 
    position:relative;
    display:block;
    padding:5px 10px;
    color:#999;
    font-size:12px;
    font-weight:bold;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration:none; 
    text-shadow:#ddd 1px 1px 2px;
}
#menu a:hover { 
    color:#000;
}

.verse {
    font-family:inherit;
    font-style:italic;
}
.gap {
    margin-bottom:10em;
    margin-top:10em;
}
.floatfix { 
    clear:both;
    position:relative; 
}

.gallery_large { 
    width:248px;
    float:left;
    position:relative;
    margin:10px 10px;
}

.gallery_box_large { 
    width:248px;
    height:248px;
    border:solid 1px #777;
    background-color:#fff;
    text-align:center;
    vertical-align:middle;
}                 
.gallery_box_large:hover { border:1px solid #000; }

.gallery_small { 
    width:128px;
    float:left;
    position:relative;
    border:0px;
    margin:5px 3px;
}

.gallery_box_small { 
    width:128px; 
    height:128px; 
    border:1px solid #777;
    background-color:#fff; 
    text-align:center;
    vertical-align:middle;
}

.gallery_box_small:hover { 
    border:solid 2px #000; 
}


.thumbnail { 
    border:0px; 
    position:relative; 
    margin:0px; 
}


/* MESSAGE */
.ok_message, .error_message, .warning_message, #notice {
    width:auto;
    padding:5px 10px;
    margin:10px 0px;
    font-size:120%;
}

.ok_message {
    border:2px solid #8c8;
    background-color: #dfd;
}

.error_message {
    border:2px solid #c88;
    background-color: #fdd;
}

.warning_message {
    border:2px solid #efad00;
    background-color: #fea;
}

#notice {
    border:2px solid #88c;
    background-color: #ffd;
}

a.back {
    display:block;
    margin-top:1.5em;
    text-align:center;
}

/* SPAMBOOK */
.gbook_new_post_link {
    position:relative;
    float:right;
    font-size:120%;
    margin-top:1.2em;
}
#gbook table {
    margin:1em 0;
}
#gbook table th {
    text-align:right;
}
#gbook .post {
    border:1px dotted #777;
    padding:10px 20px;
    margin-top:1.5em;
}
.gbook_pagination {
    text-align:center;
    margin:1em 0;
}

