/*colors
gray: #272727
darkgray: #242424
red: #e00000
darkred: #990000
darkerred: #811313
silver: #cbc6b0
*/

@import url(forms.css);
@import url(menu.css);
@import url(thumbnails.css);

/* Universal
================================================*/
* {margin:0; padding:0;} /*rusi odsazeni ve vsech prvcich*/
a {
    color:#990000;
    text-transform: uppercase;
    text-decoration: none;
    }
a:active {
    color:#990000;
    }
a:visited {
    /*color:#b11f24;*/
    }
a:hover {
    color:#e00000;
    }
a span {cursor: pointer} /* kvuli IE a prekryvacim obrazkum */
acronym {
    cursor:help;
}
acronym:hover {
    border-bottom:1px solid;
}
h1, h2, h3, h4, h5 {
    letter-spacing: 0px;
    }
h1, #header h2 {font-size: 235%;}
h2    {font-size: 155%;}
h3    {font-size: 100%; margin: 0px;}
h4    {margin: 15px 0px -5px 0px}
a img {border:none;}
.cleaner {
    clear: both;
    height: 0.1px; line-height: 0.1px;
    /*content: ' ';*/
    overflow: hidden;
    visibility: hidden;
    }
sup {font-size:70%} /*horni index*/
.hidden {display: none;}
.invisible {visibility: hidden;}

.small {font-size:80%;}
.medium {font-size:100%;}
.large {font-size:120%;}
.x-large {font-size:140%;}

/* Pictures
================================================*/
.left {float: left;}
.right {float: right;}
.center {text-align:center}

/* Global layout
================================================*/
html, body {
    height: 100%;
    }
body>#page {
    height: auto;
    }
body {
    background: #242424;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 80%;
    color: #777;
    text-align:center;
    }
#page {
    position:relative;
    height: 100%; min-height: 100%;
    min-width: 600px;
    background: #272727 url(../_images/bcgr-page.gif) 0 0 repeat-y;
    margin: 0px auto;
    text-align:justify;
    }

/* Header
================================================*/
#header {
    position: relative;
    height: 3.8em; line-height: 3.8em;
    background: #000;
    }
#header-inner {padding: 0px 20px;}
#header a {text-decoration: none;}
#logo a, #header h2 {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -2px;
    }
#logo a span{color: #e00000;}
#header h2 {
    color: #990000;
    float: left;
    }
/* Content
================================================*/
#content {
    position: relative;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 0 3em 195px;
    }
#content-inner {margin: 35px 20px 0 20px;}
#content h2 {   }
#content p {margin: 0 0 1.8em 0;}

.category-links {/* width is defided in jcarousel.css*/}
.category-links li {
    list-style-type: none;   
    float: left;
    margin: 0 20px 20px 0;
    }
.category-links li a {
    display: block;
    background-repeat: no-repeat !important;
    font-size: 100%;
    }
.category-links li a h3 {height: 220px;}
.category-links li a img {
    border: 10px solid #000;
    }
.category-links li a:hover img {
    border: 10px solid #999;
    }
#about-me, #login, #contact {
    padding: 0 0 0 240px;
    background: transparent url(../_images/logo-tony-bordered-220x330.jpg) 0 0 no-repeat;
    height: 330px;
    width: auto;
    }
/* Navigation
================================================*/
.sitemap {
    margin: 1em auto;   
    width: 35em;
    padding: 10px;
    border: 1px solid #555;
    text-align: left;
    font-weight: bold;
    }
.sitemap ul li {
    letter-spacing: 0.3em;
    list-style-type: none;
    margin: 2px;
    }
.sitemap ul li ul li{ /*second level of menu*/
    font-size: 75%;
    margin: 0 0 0 1em;
    letter-spacing: 0;
    }
#breadcrumbs {
    position: relative;
    float: left;
    font-size: 85%;
    top: 3px; left: 260px;
    }
#breadcrumbs a {text-decoration: none;}
#breadcrumbs a:hover {text-decoration: underline;}

/* Footer
================================================*/
#footer {
    position: absolute;
    bottom: 0; left: 0;
    overflow: hidden;
    font-size: 75%;
    background: #000;
    color: #777468;
    height: 2.5em; line-height: 2.5em;
    }
#footer a{
    color: #9a9787;
    text-decoration: none;
    }
#footer a:hover{
    color: #cbc6b0;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted;
    }
#copy-info {padding: 0 0 0 20px;}
#w3w {position: relative;}
#w3w:hover {border: none !important;}
#w3w span {
    display: block;
    position: absolute;
    z-index: 50;
    left: 0; top: 0;
    background: transparent url(http://shared.w3w.cz/images/w3w-hover-28x38-nt-tonykunz.gif) no-repeat 0 0;
    }
a:hover#w3w span {background-position: 0px -14px;}
#w3w, #w3w span {
    width: 38px;
    height:14px;
    }
#controller {
    padding: 0 20px 0 0;
    text-transform: lowercase;
    }
#controller a {text-transform: lowercase;}
