

/* =====    GENERAL   ========================================================================== */ 

/* Some defaults, reset Blueprint styling */

.cl, .clear, .cleaner { clear: both; font-size: 0px; height: 0; line-height: 0; }

.noscreen, .nodisplay { display: none; }

hr { display: none; }

html, body { height: 100%; }

body { margin: 0; padding: 0; line-height: 140%; }

body h1, body h2, body h3 { margin-bottom: 0.4em; }
body h1 { margin: 0; padding: 0; }
body h2 { font-size: 130%;}
body h3 { font-size: 120%; }
  
p, ul, ol { margin: 0; margin-bottom: 0.2em; }
ul, ol { padding: 0; }

pre { margin: 0.5em 0 0.5em 0; }

p.small { line-height: 125%; }

p.inline { margin-bottom: 0; display: inline; }

a img, a:hover img { text-decoration: none !important; border: none !important; }

address { font-style: normal; }

em { background: transparent; }

label { font-weight: normal; }
  
div#display
  { margin: 0 !important; padding: 0 !important; }  

.notice,
.error,
.notice *,
.error *
  { color: inherit;
    background: none;
    border: none; 
    padding: 0;
    margin: 0; }
.error
  { color: #fb1f2d; }
.message
  { padding: 0.5em 0 0.5em 0; }


/* Layout */
#page
  { min-height: 100%; position: relative; }
.container
  { min-width: 600px; 
  	max-width: 80em; 
  	margin: 0 auto; 
  	padding: 0 0 15em 0; 
  	position: relative; }
.container #header
  { height: 85px; }
.container #main
  { padding-right: 25em; 
    min-height: 80%; }  
.container #sidebar
  { width: 22em;
    position: absolute;
    top: 85px;
    right: 0; }

  
/* Typography */

body 
  { color: #2e3330;
    font-size: 75%; 
    font-family: 'Lucida Grande', Tahoma, Helvetica, sans-serif; }
    
a { color: #2e3330; }


/* Buttons */
button
  { color: #66696b;
    background-color: transparent !important;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0; margin: 0;
    border: none !important;
    height: 20px !important;
    cursor: pointer; 
    /*border: 1px solid red !important;*/ }
button span
  { background: url('../images/buttons/button_default.bg.l.png') 0 50% no-repeat; 
    padding: 4px 3px 4px 13px !important; }
button span.r
  { background: url('../images/buttons/button_default.bg.r.png') 0 50% no-repeat;
    margin: 0 !important; 
    padding-left: 11px !important;
    width: 11px !important;}
button span.icon      /* Default icon = nil */
  { background: none; 
    font-size: 6px;
    width: 0px; padding: 0 !important; margin: 0 !important; } 
button.add span.icon, /* Icons */
button.edit span.icon,
button.delete span.icon,
button.settings span.icon
  { background-position: 0 40%; background-repeat: no-repeat;
    width: 11px; padding: 3px 3px 2px 9px !important; }
button.add span.icon      { background-image: url('../images/icons/11/add.bw.png'); }
button.edit span.icon     { background-image: url('../images/icons/11/edit.bw.png'); }
button.delete span.icon   { background-image: url('../images/icons/11/delete.bw.png'); }
button.settings span.icon { background-image: url('../images/icons/11/edit.bw.png'); }
button.hover.add span.icon      { background-image: url('../images/icons/11/add.png'); }
button.hover.edit span.icon     { background-image: url('../images/icons/11/edit.png'); }
button.hover.delete span.icon   { background-image: url('../images/icons/11/delete.png'); }
button.hover.settings span.icon { background-image: url('../images/icons/11/edit.png'); }


/* Links */

.content a
  { color: #2e3330; }
.content a.no_underline
  { text-decoration: none; } 
.content a.no_underline:hover
  { text-decoration: underline; }
.content a.pdf
  { background: url('../images/icons/famfamfam/page_white_acrobat.png') 0 50% no-repeat; 
    padding: 0.2em 0 0.2em 20px; }

/* Tables */
.content table { margin: 0.5em 0 1.5em 0; border-collapse: collapse; width: 100%; }
.content table caption { color: #595959; text-align: left; margin: 1em 0 0.5em 0;}
.content th, .content td { text-align: left; border: 1px solid #edf2ef; padding: 0.2em;}
.content th { color: #444; background: #edf2ef; text-align: left; }

/* Headers */
.content h1
  { color: #364c40;
    font-size: 120%;
    line-height: 125%; 
    margin-bottom: 1em;}
.content h1 small
  { color: #8a9990; 
    font-size: 85%;
    font-weight: normal; }
.content h1 small a
  { color: #8a9990; 
    font-weight: normal;} 
    

/* Text */
.content p
 { margin-bottom: 0.8em; }

.content pre
{ margin: 0.8em 0 0.8em 0; }


/* ----- Top Navigation Bar -------------------------------------------------------------------- */

#top_navigation_bar
  { color: #fff;
    font-size: 75%;
    text-transform: uppercase;
    background: url('../images/bg/top_navigation_bar.bg.png') 0 0 repeat-x; 
    height: 30px; 
    max-width: 107em; 
  	margin: 0 auto;
    padding: 0; }
#top_navigation_bar div
  { position: relative;
    left: 27px; }
#top_navigation_bar a
  { color: #fff; text-decoration: none;}
#top_navigation_bar a:hover
  { color: #fff;
    text-decoration: underline; }
#top_navigation_bar a img
  { vertical-align: middle; margin: -0.4em 0.4em 0 0;}
#top_navigation_bar span
  { text-align: center;
    color: #fff;
    background: url('../images/bg/top_navigation_bar.bg.m.png') 0 0 repeat-x; 
    line-height: 1em;
    padding: 0.8em 0 0.2em 0;
    height: 30px;
    display: block; 
    float: right; }
#top_navigation_bar .l,
#top_navigation_bar .r
  { width: 30px; }
#top_navigation_bar .l
  { background: url('../images/bg/top_navigation_bar.bg.l.png') 0 0 no-repeat; width: 30px;}
#top_navigation_bar .r
  { background: url('../images/bg/top_navigation_bar.bg.r.png') 0 0 no-repeat; }


/* =====    MAIN   ============================================================================= */

body 
  { background: #fff url('../images/bg/body.bg.png') 0 0 repeat-x; }
  
#page
  { background: url('../images/bg/footer.bg.png') 0 100% repeat-x; }

.zahlavi 
  { color: #2e3330;
    margin-bottom: 1.5em; }
.zahlavi h1 
  { font-size: 135%; }
.zahlavi h1 small
  { color: #8a9990;
    font-size: 70%;
    font-weight: normal; }
.zahlavi p.wiki_links
  { color: #5e6661;
    font-size: 95%;
    font-weight: bold;
    margin-top: 0.4em; }
.zahlavi p.wiki_links a
  { color: #5e6661; }
  
.content h2
  { color: #364c40 !important;
    font-weight: normal; 
    margin: 2em 0 0.1em 0; }
.content h2:first-child
  { margin-top: 0; }
.content em /* Podtitulky na indexu */
  { color: #738078;
    font-size: 85%;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 1em; }

.article .content em
  { color: #2e3330 !important;
    font-size: 100% !important;
    margin: 0; }

.article .content ul,
.article .content ol
  { margin: 0.8em 0 0.8em 0; }

.article .content pre
  { font-size: 140%; }

.content a 
  { color: #3b403d;
    font-weight: bolder; }
.content a.link_to_all
  { color: #606662;
    font-size: 85%;
    margin-left: 10px; }
    
/*.content ul li
  { list-style-image: url('../images/bullet.png'); }*/
/* FUCK YOU MOTHER FUCKING CSS IMPLEMENTERS WITHOUT A PINCH OF DESIGN SENSE, YOU SHITHEADS */
.content ul li
  { list-style-type: none; 
    background: url('../images/bullet.png') 0 6px no-repeat; 
    padding: 0 0 0 10px; 
    margin: 0 0 0.4em 0; }
.content ul li a
  { text-decoration: none; 
    border-bottom: 1px solid #3b403d; }
    
.content ol li
  { margin-left: 1.6em; }
    
.content .highlight
  { background-color: #d1ffe3;
    padding: 0.1em 0.3em 0.2em 0.3em;
    font-weight: normal; }
    
    
.content .feedback,
.content .history
  { font-size: 90%;
    text-align: center;
    margin-top: 6em; }
.content .feedback
  { color: #58e795; }
.content .feedback a
  { color: #58e795; }
    
.content .history
  { color: #8a9990; 
    margin-top: 2.2em;
    padding-top: 2em;
    background: url('../images/linka_gradient.png') top center no-repeat;}
.content .history a
  { color: #8a9990;
    font-weight: normal; }
    
/* ===== SIDEBAR =============================================================================== */
#sidebar
  { color: #587a67;
    font-size: 95%; }
#sidebar .column
  { float: left;
    width: 45%; }
#sidebar h2
  { color: #a1b2a8;
    font-size: 110%;
    text-transform: uppercase; 
    margin-top: 1em; }
#sidebar h2.first
  { margin-top: 0; }
#sidebar a
  { color: #587a67; }
#sidebar form
  { padding: 0; margin: 0; }
#sidebar input
  { color: #587a67;
    padding: 0.3em;
    width: 12em;
    border: 1px solid #e8faf0; }
#sidebar button
  { color: #969e9a !important; 
    margin-bottom: 2px;}
#sidebar button span
  { background: url('../images/buttons/button_search.bg.l.png') 0 50% no-repeat; }
#sidebar button span.r
  { background: url('../images/buttons/button_search.bg.r.png') 0 50% no-repeat;
    padding-left: 11px !important; }
#sidebar ul li
  { list-style-type: none; 
    background: url('../images/bullet.png') 0 6px no-repeat; 
    padding: 0 0 0 10px; 
    margin: 0 0 0.2em 0; }
#sidebar ul li a
  { }

/* ===== FOOTER ================================================================================ */
#footer
  { color: #5c5f66;
    font-size: 75%;
    margin-top: 10em;
    width: 100%;
    position: absolute; 
    bottom: 0; }
#footer .inner
  { border-top: 2px solid #58e795; 
    max-width: 106.5em;
    margin: 0 auto; }
#footer a 
  { color: #5c5f66; 
    font-weight: normal; }
#footer .content
  { font-size: 120%; }
#footer .content h4
  { font-size: 125%;
    font-weight: normal;
    margin: 0.5em 0 0.2em 0;
    padding: 0; }
#footer .content p
  { margin: 0; padding: 0; }
#footer .credits
  { color: #c4ccc7;
    padding: 1.3em 0 1.5em 0; 
    position: relative; }
#footer .copyleft
  { background: url('../images/copyleft.png') 0 2px no-repeat; padding-left: 17px; }
#footer .credits a
  { color: #c4ccc7; }
#footer .designed_by
  { text-align: right;
    background: url('../images/floral.png') center right no-repeat; 
    padding-right: 25px; 
    position: absolute; right: 0; bottom: 1.3em; }    
