/*** STYL PRO ZAKLADNI DIV LAYOUT ***/
/* inspirace http://www.alistapart.com/articles/holygrail */
/*
PAGE - Cela stranka - kvuli min-width, max-width

HEADER - Hlavicka
MAIN - Hlavni text: 100%, okraj 35px 
MENU - Levy sloupec s menu: 235px, s okrajem 15px a 25px dovnitr
WIKIFOOTER - Paticka pro wiki odkazy na strance
FOOTER - Paticka
*/
* {
    margin: 0;
    padding: 0;
}
#page{
    margin: 0 auto 0 auto;
    padding-left: 233px;    /* LC fullwidth */
    padding-right: 70px;   /* RC fullwidth + CC padding */
    min-width: 467px;       /* 770 - padding-left - padding-right */
    max-width: 897px;      /* 1200 - padding-left - padding-right */ 
/* 
    border-right: 2px #888a85 solid;
    border-left: 2px #888a85 solid;
*/
}
#header {
    margin-left: -233px;    /* LC fullwidth */
    margin-right: -70px;   /* RC fullwidth + CC padding */
    clear: both;
    height: 70px;
}
#main {
    position: relative;
    float: left;
    padding: 0 35px;
    width: 100%;
}
#menu {
    position: relative;
    float: left;
    width: 193px;           /* LC width */
    padding: 0 25px 0 15px;        /* LC padding */
    right: 303px;           /* LC fullwidth + CC padding */
    margin-left: -100%;
    min-height: 320px;
}
#right {
    position: relative;
    float: left;
    width: 0px;           /* RC width */
    padding: 0;
    margin-right: -100%;
}
#wikifooter {
    clear: both;
    padding: 10px 35px 0 35px;
    width: 100%;
    position: relative;
    top: 25px;
    z-index: 1;
}
#footer {
    margin-left: -233px;    /* LC fullwidth */
    margin-right: -70px;   /* RC fullwidth + CC padding */
    clear: both;
    height: 43px;
}

/* VNITRNI DIVY */
#logo {
    position: relative;
    float: left;
    width: 233px;
    height: 70px;
    z-index: 1;
    background: #eeeeec url('/img/menu_background_233x1.gif');
}
#navigace {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 233px;
    height: 43px;
    width: 375px; /* BLBY :-( */
}
#paticka_menu {
    float: left;
    position: relative;
    width: 208px;
    height: 19px;
    padding-top: 25px;
    padding-right: 25px;
    z-index: 1;
    background: #eeeeec url('/img/menu_background_bottom_233x43.gif') no-repeat;
}
#paticka_copyright {
    position: relative;
    height: 17px;
    padding-top: 27px;
}
#design_klokan {
    display: block;
    position: relative;
    margin-left: 5px;
    float: left;
    width: 50px;
    height: 14px;
    overflow: hidden;
    outline: 0;
}
#design_klokan span {
    display: block;
    position:absolute; left:0; top:0; z-index:1;
    width: 50px;
    height: 14px;
    overflow:hidden;
    background: #eeeeec url("/img/design_by_klokan_50x14.png") no-repeat 0 0;
}
/* IE FIX */
* html #menu {
    left: 0px;            /* RC fullwidth */
}
* html #navigace {
    padding: 0;
    margin: 0;
}
* html #menu {
    background: transparent;
}
* html .error, * html .information, * html .warning {
    height: 75px;
    overflow: visible;
}
/* LOGA a NAVIGACE */
#logo img {
    border: 0;
    margin-top: 10px;
}
#logo a {
    outline: 0;
}
#nav_linux, #nav_linux span {
    width: 64px; 
    background: transparent url("/img/nav_linux_64x42.png") no-repeat 0 0;
}
#nav_texty, #nav_texty span {
    width: 52px; 
    background: transparent url("/img/nav_texty_52x42.png") no-repeat 0 0;
}
#nav_komunita, #nav_komunita span {
    width: 74px; 
    background: transparent url("/img/nav_komunita_74x42.png") no-repeat 0 0;
}
#nav_akce, #nav_akce span {
    width: 50px; 
    background: transparent url("/img/nav_akce_50x42.png") no-repeat 0 0;
}
#nav_projekty, #nav_projekty span {
    width: 67px; 
    background: transparent url("/img/nav_projekty_67x42.png") no-repeat 0 0;
}
#nav_czlug, #nav_czlug span {
    width: 68px; 
    background: transparent url("/img/nav_czlug_68x42.png") no-repeat 0 0;
}
#navigace span {
    display: block;
    position:absolute; left:0; top:0; z-index:1;
    height: 21px;
    overflow:hidden;
}
#navigace a {
    display: block;
    position:relative;
    top: 22px;
    float:left;
    height: 21px;
    overflow:hidden;
    outline: 0;
}
#navigace span {
    background-position: 0 0;
}
#navigace .active span {
    background-position: 0 -21px;
}
#navigace span:hover {
    background-position: 0 -21px;
}
/*** BARVY A POZADI ZAKLADNICH BLOKU ***/
body {
    color: #000;
    background-color: #fbfbfb;
}
#page {
    background: #FFF url('/img/menu_background_233x1.gif') repeat-y;
}
#main {
    background-color: #FFF;
}
#menu {
    background: transparent url('/img/menu_tux_233x370.png') no-repeat 0 -55px;
}
#header {
    /* #093b79 */
    background: #fff url('/img/nav_background_1x75.gif') repeat-x;
}
#wikifooter {
    background-color: #fff;
}
#footer {
    background: #fff url('/img/footer_background_1x43.gif') repeat-x 0 0;
}
/*** UMISTENI A BAREVNOST TEXTU ***/
#menu {
    text-align: right;
}
#main {
    text-align: left;
}
#logo {
    text-align: center;
}
#drobky {
    text-align: center;
}
#paticka_menu{
    text-align: right;
}
#paticka_copyright {
    text-align: center;
}
#wikifooter {
    text-align: center;
}
/*** FONTY, VELIKOST TEXTU, SAZBA ***/
body {
    width: 100%;
    text-align: center;
    font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, 'Geneva CE', lucida, sans-serif;
    font-size: small;
    /* line-height: 1.3; */
}
#main {
    line-height: 1.3;
}
ul,ol,li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
    list-style: none;
}
/*** TEXTY, ODKAZY ***/
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
h1 {
    text-align: center;
    margin-bottom: 0.5em;
}
h2 {
    padding-left: 35px;
    margin-left: -35px;
    margin: 1em -35px 1em -35px;
    background: transparent url("/img/h2_line_1200x5.gif") no-repeat 0 100%;
}
h3 {
    margin: 1em 0;
    border-bottom: 2px solid #eeeeec;
}
li {
    background: transparent url("/img/li_gray_8x8.gif") no-repeat 0 0.3em;
    padding-left: 12px;
}
li.seen {
    list-style-type: none;
    background: transparent url("/img/li_dark_8x8.gif") no-repeat 0 0.3em;
    padding-left: 12px;
}
li.unseen {
    list-style-type: none;
    background: transparent url("/img/li_red_8x8.gif") no-repeat 0 0.3em;
    padding-left: 12px;
}
* html li {
    margin: 0;
    padding: 0 !important;
}
#main ul, ol, p {
    margin-top: 1em;
    margin-bottom: 1em;
}
table {
    border: 1px solid silver; /* oprav */
    padding: 0;
    background: #eeeeec;
}
th,td {
    padding: 0.2em 1.5em;
    border: none;
    background: white;
}
th {
    color: #fff;
    background: #3465a4 url("/img/th_background_1x17.gif") repeat-x;
}
a:link { color: #3465a4 }
a:visited { color: #093b79 }
a:active { color: #204a87 }
#menu a:link, #menu a:visited {color: #3465a4; text-decoration:none}
#menu a:hover {color: #3465a4; text-decoration:underline! important}
#menu p {
    margin-bottom: 1em;
}
#hledani {
    margin-bottom: 1em;
}
#search_input {
    position: relative;
    left: 23px;
    margin-bottom: 0em! important;
}
#search_text {
    margin: 0;
    padding: 0;
    border: 1px solid silver;
}
#search_button {
    margin: 0;
    padding: 0;
    border: none;
    width:22px;
    height:22px;
    position: relative;
    top: 5px;
    left: -1px;
    
}
#menu h4 {
    padding-left: 15px;
    float: both;
    display: inline;
    margin-bottom: 1em;
    background: transparent url("/img/menu_dot_9x9.gif") no-repeat left 0.3em;
}
#locallinks {
    width: 100%;
    text-align: center;
    position: relative;
    top: -1em;
}
#locallinks a {
    padding-right: 11px;
    margin-right: 0.5em;
    font-size: x-small;
    background: transparent url("/img/anchor_blue_8x8.gif") no-repeat 100% 50%;
}
#locallinks a:visited {
    padding-right: 11px;
    background: transparent url("/img/anchor_dark_8x8.gif") no-repeat 100% 50%;
}
a.externallink {
    padding-right: 11px;
    background: transparent url("/img/href_blue_8x8.gif") no-repeat 100% 50%;
}
a.externallink:visited {
    padding-right: 11px;
    background: transparent url("/img/href_dark_8x8.gif") no-repeat 100% 50%;
}
.twocolumns {
    margin: 0;
    clear: both;
    margin-bottom: 0.5em;
}
.leftcolumn {
    margin: 0;
    float: left;
    width: 49%;
    margin-bottom: 0.5em;
}
.rightcolumn {
    margin: 0;
    float: right;
    width: 49%;
    margin-bottom: 0.5em;
}
span.novinka_vytvoreni {
    color: gray;
    font-size: x-small;
}
hr {
    clear: both;
    padding: 0;
    margin: 1em 0 1em 0;
    border: 2px solid #eeeeec;
    height 0px:
}
hr.columndivide {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
}
img.lefttext {
    float: left;
    margin-right: 1em;
}
p.lefttext {
    clear: left;
}
.warning, .information, .error {
    width: 70%;
    margin: 2em auto;
    padding-left: 100px;
    min-height: 75px;
}
.warning {
    background: transparent url("/img/tango/64x64/dialog-warning.png") no-repeat;
}
.information {
    background: transparent url("/img/tango/64x64/dialog-information.png") no-repeat;
}
.error{
    background: transparent url("/img/tango/64x64/dialog-error.png") no-repeat;
}
.warning h4, .information h4, .error h4 {
    color: gray;
    font-size: large;
    margin-bottom: 0.75em;
}
fieldset {
    padding: 1em;
    margin: 1em 0;
    border: 2px solid #eeeeec;
}
legend {
    color: #888a85;
    padding: 0 1em;
}
label {
    float:left;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
}
.button {
    padding: 0 1em;
    font-weight:bold;
}
fieldset input, fieldset textarea {
    margin-bottom: 0.5em;
    padding: 0;
}
fieldset.center {
    width: 70%;
    margin: 0 auto;
}
.buttoncenter {
    padding: 0 1em;
    font-weight: bold;
    display: block;
    margin: 1em auto;
}

/*** SPECIALNI OBSAH NA PRVNI STRANCE ***/
#reklamni_div {
    background: #d3dae2;
    background: #eeeeec;
    width: 490px;
    padding: 0;
    margin: 0 auto 30px auto;
    padding: 10px 5px 5px 10px;
    border: 2px solid #d3d7cf;
    -moz-border-radius: 8px;
}
#reklamni_div_right {
    display: block;
    position: relative;
    padding-left: 190px;
}
#reklamni_div h3 {
    clear: none;
    margin-bottom: 0.5em;
}
#reklamni_div ul {
    margin-bottom: 0.5em;
}
#reklamni_div h1 {
    clear: none;
    display: inline;
}
#reklamni_div li {
    padding-left: 1em;
    margin:0;
    margin-bottom: 0.2em;
    color: gray;
    font-weight: bold;
    list-style-type: none;
}
* html #reklamni_div li {
    padding:0;
    margin-left: 1em;
}
a#co-je-to-linux {
    display: block;
    float: left;
    position: relative;
    width: 180px;
    height: 216px;
    margin:0;
    padding:0;
    outline: 0;
}
#linux_span {
    display: block;
    position:absolute; left: 0; top:0; z-index:1;
    padding:0; margin:0;
    width: 180px;
    height: 216px;
    background: #eeeeec url("/img/tux_main_180x216.gif") no-repeat;
    outline: 0;
}
#na-osobnim-pocitaci, #na-serveru {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    display: block;
    position: relative;
    outline: 0;
    padding-left: 40px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
#na-osobnim-pocitaci {
    background: transparent url('/img/tango/32x32/computer.png') no-repeat 0 50%;
}
#na-serveru {
    top: -12px; /* Proc? */
    background: transparent url('/img/tango/32x32/network-server.png') no-repeat 0 50%;
}
#novinky {
    clear: none;
}
#vyzkouset, #pomoc {
    text-decoration: none;
    font-weight: bold;
    float: right;
    clear: right;
    width: 250px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 50px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    outline: 0;
}
#pomoc {
    background: #f0f0f0 url('/img/tango/32x32/help-browser.png') no-repeat 10px 50%;
}
#pomoc:hover { text-decoration:underline! important}
#vyzkouset {
    background: #f0f0f0 url('/img/tango/32x32/system-installer.png') no-repeat 10px 50%;
}
#vyzkouset:hover { text-decoration:underline! important}

