/* Doplnky/ Accessories */
* {margin: 0; padding: 0;}

/* Telo webu/ Body site*/
body {font-family: Tahoma, tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 12px; color: #777; font-weight: normal; 	background-image:url('images/pozadie11.png');background-repeat:no-repeat;background-position:top center;background-color:#f7f897}
#top {display:block;float:left;clear:both;width:100%;height:100px;background-image:url('images/top_yellow4.jpg');background-repeat:repeat-x;background-position:top center;}

/* Základné elementy/ Basic elements*/
h1 {font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 21px; font-weight: bold; color: #666; margin: 0 0 10px; text-align: left;}
h2 {font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 20px; font-weight: bold; color: #555; margin: 0 0 10px; text-align: left;}
h3, h4, h5, h6 {font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 1em; font-weight: bold; color: #555; margin: 0 0 10px; text-align: left;}
p {font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: font-size: 13px; color: #333;}
a {font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; color: #4eb35c; text-decoration: none;}
a:hover {color: #4eb35c; text-decoration: underline;}
u {font-family: Tahoma, tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 12px; color: #333; text-decoration: underline; font-weight: normal;}
td {font-family: Tahoma, tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 12px; color: #333; text-decoration: none; font-weight: normal;}
li {font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; list-style-type: none; color: #555;}
strong {font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; color: #555;}
input {padding: 2px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; color: #555;}
textarea {font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 13px; color: #555;}
.cleaner {clear: both;}
.left {float: left;}
.right {float: right;}

/* Celá časť webu/ All part site */
#wrapper {
	left: 50%;
  	margin: 30px 400px 15px -475px;
  	position: relative;
  	top: 0px;
  	width: 950px;
  	display:block;clear:both;
  	padding-left:10px;
  	background-color:#fff;
}

/* Nadpis webovej stránky/ Site name */

#name {
margin-top:45px;
}

#name h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif; 
	font-size: 28px; 
	font-weight: bold; 
	color: #666;
}

#name h1 a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#name h1 a:hover {
	color: #555;
}

/* Horné menu/ Top menu */
#menu {
	background: url('images/hmenu.jpg');
	height: 27px;
	position: relative;
	top: 0;
	left: 50%;
	margin: 15px 400px 0 -485px;
	padding-left:30px;
	width: 930px;
	padding-top:8px;
}

#menu ul {
    	margin: 0 0 0 50px;
    	padding: 18px 0;
    	text-align: left;
}

#menu li {
    	display: inline;
    	margin: 0;
}

#menu li a {
  	color: #910048;
  	font-size: 13px;
  	font-family:Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  	font-weight: bold;
  	text-decoration: none;
  	padding: 17px 30px 0;
}

#menu a {
    	color: #709700;
    	font-size: 13px;
    	font-weight: bold;
    	text-decoration: none;
    	margin-right: 25px;
}

#menu li a:hover {
	background: url('images/menu_hover.jpg');
    	color: #910048;
    	text-decoration: none;
    	padding: 17px 30px 15px;
}

#menu li a:active {
	background: url('images/menu_active.jpg');
}

#menu ul li, #menu ul li ul li {
    	display: inline;
    	list-style-image: none;
    	list-style-position: outside;
    	list-style-type: none;
}

/* Obsah stránky/ Content Site */
#main {
	width: 950px;
	position: relative;
	margin: 40px 0;
}

/* Textová časť/ Text part*/
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
}

#content p {
	font-size: 13px;
	font-weight: normal;
}

#content h1 {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: 10px 0;
}

#content li {
margin-top:0px;
margin-bottom:5px;
margin-left:20px;
list-style-image: url('images/tilda.png')
}

#content li.uvodna {
margin-top:0px;
margin-bottom:5px;
list-style-image: url('images/kvetinka.jpg')
}

.content , #content div{
color: #333;
}

.content p {
	text-align: justify;
	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.content p a {
	font-weight: bold;
	color: #555;
}

.post {
	background: #e7e7e7;
	padding: 8px 12px;
	margin: 20px 0;
}

.post h2 {
	margin: 0 0 5px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
}

.post h2 a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
}

.post h2 a:hover {
	color: #444;
}

/*Dátum, počet komentárov, kategórie/ Date, the number of comments, categories*/
.post .meta {
	margin: 7px 0;
	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.post .meta a {
	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #777;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.post .meta a:hover {
	color: #666;
	text-decoration: underline;
}

/*Vedlajšie menu/ Sidebar*/
#sidebar {
	float: right;
	margin: 0px 3px;
    	padding: 10px;
    	width: 260px;
}

#sidebar h2#sidehead {
    	display: none;
}

#sidebar h3 {
    	color: #555;
    	font-family: Tahoma, Verdana, sans-serif;
    	font-size: 17px;
    	font-weight: bold;
    	margin: 0;
    	padding: 0 0 5px;
}

#sidebar p, #sidebar iframe, #sidebar div {
    	margin: 8px 0px 30px;
}

#sidebar ul {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*background: #ccc url('images/sidebar.jpg');*/
	background-color:#fff;
	border:0px solid #95cc0e;
	padding: 8px;
	margin: 4px 0 25px;
}

#sidebar div {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*background: #ccc url('images/sidebar.jpg');*/
	background-color:#fff;
	border:2px solid #95cc0e;
	padding: 8px;
	margin: 4px 0 25px;
}

#sidebar ul li {
    	border-bottom: 1px dotted #95cc0e;
    	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    	font-size: 16px;
    	list-style-type: none;
    	margin: 4px 0;
    	min-height: 18px;
    	padding: 1px 1px 0;
}

#sidebar ul li a {
    	color: #709700;
    	font-size: 13px;
    	font-weight: bold;
    	text-decoration: none;
}

#sidebar ul li a:hover {
    	color: #709700;
    	text-decoration: underline;
}


#sidebar ul li em {
    	color: #444444;
    	font-family: Tahoma, tahoma, Arial, serif;
    	font-size: 10px;
    	font-weight: normal;
}

a.linkymenu {
    	border-bottom: 1px dotted #95cc0e;
    	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    	font-size: 16px;
    	list-style-type: none;
    	margin: 4px 0;
    	min-height: 18px;
    	padding: 1px 1px 0;
    	color: #709700;
    	font-size: 13px;
    	font-weight: bold;
    	text-decoration: none;
	padding-top:4px;
	padding-bottom:4px;
}

/*Pätička stránky/ Footer site*/
#footer {
	border-top: 1px solid #999;
	margin: 5px 0;
	padding: 0;
	margin-top:80px;
}

#footer p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #888;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

/* Štýlovanie komentárov / Style comments */
.comment1 {
  	-moz-border-radius: 8px;
 	background-color: #e8e8e8;
  	border: 1px solid #dedede;
  	margin: 20px 0 15px;
  	padding: 0px 5px 20px;
}

.comment2 {
	-moz-border-radius: 8px;
  	background-color: #e8e8e8;
  	border:1 px solid #dedede;
  	margin: 10px 0 15px;
  	padding: 3px 5px;
}

.comment-info h3 {
  	font-family: Tahoma, tahoma, Verdana, Tahoma, Arial, sans-serif;
  	font-size: 14px;
  	margin: 8px 0px -6px;
  	padding: 4px 5px 3px;
}

.comment-info p {
  	font-family: Tahoma, tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  	font-size: 11px;
  	margin: 4px;
  	padding: 0;
}

.comment-info td, .comment-info tr {
  	margin: 0;
  	padding: 0;
}

.comment-info {
  	background-color: #e8e8e8;
  	border-bottom: 1px dashed #dedede;
  	margin-bottom: 0px;
  	padding: 0;
}

.comment1 acronym, .comment2 acronym {
  	border: medium none;
}

.gravatar {
	-moz-border-radius: 4px;
  	margin: 1px;
  	padding: 1px;
}

.comment1 .gravatar {
  	background-color: #dedede;
  	border: 1px solid #dedede;
}

.comment2 .gravatar {
  	background-color: #dedede;
  	border: 1px solid #dedede;
}

