
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #303030;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}


h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #121212;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	background: url(images/img02.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 20px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
	text-shadow: #808080 -1px 1px 2px;
	color: #0066ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 58px;
}

#logo p {
	margin: 0;
	padding: 0px 0px 0px 320px;
	text-shadow: #808080 -1px 1px 2px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 35px;
        color: #33CC00;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 100px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 233px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	border: none;
	background: url(images/img09.jpg) no-repeat left top;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #303030;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 54px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 25px;
	margin: 0px 2px 0px 15px;
	padding: 10px 15px 0px 15px;
	background: url(images/img04.gif) no-repeat left 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #121212;
	border: none;
}

#menu .current_page_item a {
}

/* style the sub-level lists */
#menu ul ul {width:5em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu ul li {float:left;}

/* style the sub level list items */
#menu ul ul li {display:block;width:7em;height:auto;position:relative;line-height:0.6em;}

/* style the sub level links */
#menu ul ul a, #menu ul ul a:visited {display:block; color:#030303;width:5em;height:100%;line-height:0.6em; padding:0.7em 1em; background: url(images/img04.gif) no-repeat left 10px;}

/* style the level hovers */
/* first */
#menu a:hover {text-decoration: underline;color: #0066ff;}
#menu :hover > a {text-decoration: underline;color: #0066ff;}
/* second */
#menu ul ul a:hover{text-decoration: underline;color: #0066ff;}
#menu ul ul :hover > a {text-decoration: underline;color: #0066ff;}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
#menu ul ul table {left:-1px;}
#menu ul ul table ul#left {margin-left:2px;}

#menu li:hover {position:relative;}
* html #menu a:hover {position:relative;}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
#menu ul ul ul ul a, #menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
#menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
#menu ul ul :hover a.sub2 {background:#ddd;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute;height:0;}

/* position the third level flyout menu */
#menu ul ul ul{left:7em;top:0;width:5em;}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {visibility:visible; height:auto;}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul {visibility:visible;}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 60px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 30px 0px 0px 0px;
}

.post {
	padding-top: 20px;
	padding-bottom: 10px;
}

.post .back {
        font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-bottom: 10px;
        color: #33CC00;
}

.post li {
	//font-size: 16px;
}

.post li modre{
        color: #0000ff;
}

.post li leky{
        color: #ffcc33;
}

.post ul li a {
        font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
        color: #33CC00;
        /*background: url(images/img07.gif) no-repeat left 4px;*/
}

.post li a hover{
        text-decoration: underline;
}
.post .title {
        // color: #030303;
	letter-spacing: -1px;
        padding-bottom: 30px;
        color: #0066ff;
}

.post .hesloTydneText {
        text-align: left;
	font-size: 18px;
	font-style: italic;
        font-weight: bold;
        color: #33CC00 !important;
}

.post .hesloTydneNadpis {
        padding-bottom: 30px;
        color: #ff0000 !important;
}

.post .vanoceText {
        text-align: left;
	font-size: 22px;
	font-style: italic;
        font-weight: bold;
        color: #33CC00 !important;
}

.post .vanoceNadpis {
        padding-bottom: 24px !important;
        color: #ff0000 !important;
}

.post .desease {
        padding-top: 20px;
	letter-spacing: 1px;
        padding-bottom: 10px;
        color: #22bb22;
}

.post .text {
	text-align: left;
	//font-size: 16px;
	font-style: italic;
}

.post .uvodnitext {
	text-align: left;
	font-size: 18px;
	font-style: italic;
        font-weight: bold;
}

.post .text tucne{
        font-weight: bold;
}

.post tucne {
        font-weight: bold;
}

.post .text cerveneVelky{
        font-size: 18px;
        color: #ff0000;
}

.post cerveneVelky {
        font-size: 18px;
        color: #ff0000;
}

.post .text cerveneVelkyTluste{
        font-size: 18px;
        color: #ff0000;
        font-weight: bold;
}

.post cerveneVelkyTluste {
        font-size: 18px;
        color: #ff0000;
        font-weight: bold;
}

.post .text cervene{
        color: #ff0000;
}

.post cervene{
        color: #ff0000;
}

.post ul li cervene{
        color: #ff0000;
}

.post cervene li {
        color: #ff0000;
}

.post cerveneTluste{
    color: #ff0000;
    //text-transform: uppercase;
    font-weight: bold;
    //font-size: 18px;
}

.post .text zelene{
        color: #00ff00;
}

.post zelene{
        color: #00ff00;
}

.post zeleneTmava{
        color: #39CD08;
}

.post zeleneTmavsi{
    color: #009900;
}

.post zeleneTmavsiTluste{
    color: #009900;
    font-weight: bold;
}

.post zeleneTmavsiTlusteVelky{
    color: #009900;
    font-weight: bold;
    font-size: 18px;
}

.post .text zeleneUpperTlusteVelky{
    color: #00ff00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.post zeleneUpperTlusteVelky{
    color: #00ff00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.post .text zeleneUpperTluste{
    color: #00ff00;
    text-transform: uppercase;
    font-weight: bold;
}

.post .text zeleneTluste{
    color: #00ff00;
    font-weight: bold;
}

.post zeleneUpperTluste{
    color: #00ff00;
    text-transform: uppercase;
    font-weight: bold;
}

.post .text modreVelkyTucny{
        font-weight: bold;
        font-size: 18px;
        color: #0000ff;
}

.post .text modreVelky{
        font-size: 18px;
        color: #0000ff;
}

.post .text modre{
        color: #0000ff;
}

.post modre{
        color: #0000ff;
}


.post .text modreTucny{
        font-weight: bold;
        color: #0000ff;
}

.post .text leky{
        color: #ff9900;
}

.post leky{
        color: #ff9900;
}

.post .text zluteZvyrazneni {
        background-color: #FFFF00;
}

.post zluteZvyrazneni {
        background-color: #FFFF00;
}

.post .odkaz a {
        padding-left: 10px;
	text-align: left;
	font-size: 18px;
	font-style: italic;
        color: #33CC00;
        background: url(images/img07.gif) no-repeat left 8px;
}

.post .odkaz a hover{
        text-decoration: underline;
}

.post .text a {
	color: #0066ff;
}

.post .title a {
	color: #030303;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post table.pojistovny  {
        font-family: verdana, arial;
        font-size: 16px;
        color: black;
}

.post table.pojistovny td.zahlavi{
        padding: 30px;
        border-bottom: solid black 2px;
}

.post table.pojistovny td.prvni {
        padding: 20px 30px 20px;
        border-right: solid black 2px;
}

.post table.pojistovny td {
        padding: 20px 30px 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 40px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 25px;
	line-height: 25px;
	margin: 0px 0px 0px 10px;
	background: url(images/img07.gif) no-repeat left 8px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 50px;
	border-bottom: 3px dotted #FFFF00;
	letter-spacing: -1px;
	font-size: 24px;
	background: url(images/slunko2.png) no-repeat left 4px;
}

#sidebar h3 {
	height: 38px;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	letter-spacing: -1px;
	font-size: 22px;
}

#sidebar p {
	margin: 0px 0px 0px 15px;
	padding: 0px 20px 20px 20px;
        font-size: 16px;
}

.datum  {
	padding: 0px 0px 0px 30px;
	text-align: center;
}

#sidebar a {
        font-size: 16px;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
	background: url(images/img01.jpg) repeat-x left bottom;
}

#footer {
	width: 1000px;
	height: 300px;
	margin: -80px auto 0px auto;
	background: url(images/img08.jpg) no-repeat center top;
}

#footer p {
	margin: 0;
	padding-top: 180px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
}

#footer a {
        color:#F7F700;
        font-size: 10px;
}

#footer a:hover {
        color:#0066ff;
}
