/*--------------------------------------------------------------------------

    Theme Name: Zdenek Kostal - jarni louka
    Theme URI: http://www.zdenekkostal.cz
    Description: Jarni louka po mirnem desti :-)))
    Version: 1.0
    Author: Zdenek Kostal
    Author URI: http://www.zdenekkostal.cz
	 
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
Layout radeji znepristupnen pro starsi prohlizece
--------------------------------------------------------------------------*/

@import "./layout.css";

/*--------------------------------------------------------------------------
Samotna stranka - pouze stylovani textu a obecnych deklaraci tagu

Jinak s temi fonty jsem se popral, IE si furt nedalo rict, tak jsem mu
to nasazel v CSS jen pro nej... jestli nekdo mate spolehlivejsi
reseni, nevahejte me kontaktovat, byl bych vam vdecny :-)
--------------------------------------------------------------------------*/

body { font: small/1.6 sans-serif; color: #4d4d4d; background-color: #FFF; }
h1,h2,h3,h4 { font-weight: normal; color: #b83030; }
h3 { margin: 1em 0; }
a { color: #b83030; }
a:hover { color: #000; }
h1, h2 { font-size: x-large; }
h3 { font-size: large; }
ins { text-decoration: none; font-weight: bold; }
code,blockquote { display: block; margin: 1em 0; padding: 30px; font-family: monospace; color: #000; background-color: #f4f9e0; }
cite, blockquote { font-family: sans-serif; font-style: italic; }
input, textarea { color: #4d4d4d; background-color: #FFF; border: 1px solid #b9d939; vertical-align: middle; }
textarea { font-family: sans-serif; }
table { margin: 1em 0; border-collapse: collapse; border: 1px solid #b9d939; }
td,th { padding: .2em .5em; border: 1px solid #b9d939; }
caption { font-weight: bold; }

/* Obsah -----------------------------------------------------------------*/

#obsah p { margin: 1em 0; text-indent: 1.5em; }
#obsah ul { padding-left: 10px; }
#obsah ul li { list-style: none; margin: .1em 0; padding-left: 15px; background: url('../images/li.gif') top left no-repeat; }
#obsah ol { list-style: decimal; padding-left: 25px; }
#obsah hr { display: none; }
#obsah hr.zobrazit { display: block; height: 1px; margin-top: 35px; margin-bottom: 15px; color: #b9d939; background-color: #b9d939; border: 0 solid #b9d939; }
