/*
Theme Name: DS
Theme URI:
Description: 
Version: 0.1
Author: Jakub Kulhan
Author URI: http://bukaj.netuje.cz/
*/

/**************************
 * GENERAL                *
 **************************/
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 11px;
    color: #888888;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    background: #eeeeee;
}
a {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#page {
    width: 962px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background: white;
}
#page-wrapper {
    position: relative;
    padding: 31px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/**/
/**************************
 * LANGUAGES              *
 **************************/
ul#lang {
    position: absolute;
    list-style: none;
    top: 31px;
    right: 31px;
}
ul#lang li {
    float: left;
    margin: 0 3px;
}
/**************************
 * HEADER                 *
 **************************/
h1 {
    position: relative;
    width: 900px;
    height: 95px;
    margin: 20px 0;
    line-height: 95px;
    background: url('img/logo.png') no-repeat left center;
}
h1 span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 900px;
    height: 95px;
    background: url('img/logo.png') no-repeat;
}
/**************************
 * NAV                    *
 **************************/
#nav {
    position: relative;
    width: 900px;
    height: 271px;
    background: url('img/nav.png') no-repeat;
}
#nav ul {
    position: absolute;
    top: 0;
    left: 450px;
    width: 200px;
    height: 271px;
    background: url('img/nav_ul.png') repeat-x;
}
#nav ul li {
    height: 10%;
    margin-left: 2.5em;
    font-variant: small-caps;
    list-style: url('img/nav_arrow.gif');
}
* html #nav ul li {
    list-style: url('img/nav_arrow_ie.gif');
}
*:first-child+html #nav ul li {
    list-style: url('img/nav_arrow_ie.gif');
}
#nav ul li a {
    text-decoration: none;
}
/**************************
 * UNDER-NAV              *
 **************************/
#under-nav {
    position: relative;
    width: 900px;
    height: 73px;
    line-height: 73px;
    background: url('img/under_nav.gif') no-repeat;
}
/*#under-nav a {
    padding-left: 20px;
    background: url('img/nav_arrow.gif') no-repeat left center;
}*/
#under-nav #searchform {
    position: absolute;
    top: 0;
    right: 0;
    width: 245px;
    height: 70px;
    padding: 1px;
    text-align: center;
    line-height: 70px;
}
#under-nav #searchform .hidden {
    display: none;
}
#under-nav #searchform div {
    margin: 0;
    padding: 0;
}
/**************************
 * SIDEBAR                *
 **************************/
#sidebar ul {
    list-style: none;
}
#sidebar ul li {
    font-size: 130%;
}
#sidebar ul li ul {
    list-style: circle;
    margin-left: 2em;
}
#sidebar ul li ul li {
    font-size: small;
}
/**************************
 * CONTENT                *
 **************************/
#content {
    width: 900px;
    background: url('img/content.png') repeat-y;
}
.column-in {
    padding: 1px;
}
#main {
    float: left;
    width: 650px;
    margin-left: 0;
}
#main .column-in {
    padding: 1em 2em 1em 1px;
}
#sidebar {
    float: left;
    width: 250px;
    margin-left: 0;
}
#sidebar .column-in {
    padding: 1em 1px 1em 2em;
}
/**************************
 * FOOTER                 *
 **************************/
#footer {
    padding: 1em 0;
    text-align: center;
    background: #eeeeee;
}
#footer ul {
    list-style: none;
    text-align: center;
}
#footer ul li {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 1em;
    text-align: center;
}
* html #footer ul li {
    display: inline;
}
*:first-child+html #footer ul li {
    display: inline;
}
/**************************
 * UNDER FOOTER           *
 **************************/
#under-footer {
    padding: 0.2em 0;
    text-align: center;
}

/**************************
 * TYPO                   *
 **************************/
#content h2, #content h3, #content h4, #content h5, #content h6 {
    margin: 1em 0 0.1em 0;
}

#content p, #content table, #content ul, #cotnent ol, #content form {
    margin: 0.1em 0 1em 0;
}
#content p {
    line-height: 18px;
}
#main h2 {
    border-bottom: dotted #888888 1px;
}
#main h2 a {
    text-decoration: none;
}
h2 {
    font-size: 130%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 110%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 90%;
}
p {
    text-align: justify;
}
