body {
	width: 100%;
 	margin: 15px auto 0 auto;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 12px;
  background: #fff;
/*  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.7em;
}

div#main {
  width: 100%;
	text-align: left;
}
.klirni {
	clear: both;
}
img {
	border: none;
}
img.border {
  border: solid #666 1px;
  padding: 2px; 
}
table{
  font-size: 12px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
  margin: 14px 0 0 0;
  padding: 0;
}
p.nomargin{
  margin: 0;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}

a{
  color: #000;
}

ul li{
list-style-type: square;

}

/***/
div.entry a{
  color: #5078b3;
}
div#content_left small{
  font-size: 10px;
  margin: 0;
  padding: 0;
  font-style: italic;
}



div#top{
  width: 900px;
  margin: 0 auto;
}
div#logo{
  width: 342px;
  float: left;
  height: 102px;
}

div#search{
  width: 500px;
  float: right;
  text-align: right;
}


div.searchformdiv{
  vertical-align: bottom;
}
form.searchform input.s{
  width: 250px;
  border: solid 1px #c9c9c9;
  font-size: 18px;
}
form.searchform input.submit{
  position: relative;
  top: 15px;
  left: 10px;
}

/** menu **/

div#menu{
  background: url(gfx/bg_menu.jpg) repeat-x;
  height: 44px;
}
div#menu ul{
  margin: 0 auto;
  padding: 9px 0 0 0;
  width: 900px;
}
div#menu a{
  color: #fff;
  text-decoration: none;
  /*font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
	font-size: 12px;
}
div#menu a:hover{
  color: #fff;
  text-decoration: underline;
}
div#menu li.current_page_item a{
  color: #517cb3;
  font-weight: bold;
}

div#menu ul li{
  display: inline;
  padding: 4px 15px 0 15px;
  margin: 0; 
  background: url(gfx/bg_menu_li.gif) no-repeat right bottom;
}

/*foot*/
div#footshaddow{
  margin-top: 20px;
  background: url(gfx/bg_foot_shadow.jpg) repeat-x;
  height: 8px;
}
div#foot{
  background: #000 url(gfx/bg_foot.gif);
}
div#footo{
  margin: 0 auto;
  width: 900px;
}
div#foot p{
  margin: 0 auto;
  padding: 15px 0 15px 0;
  color: white;
  font-size: 10px;
  width: 850px;
}
div#foot p a{
  color: white;
  text-decoration: none;
}
div#foot p a:hover{
  text-decoration: underline;
}
/** content **/
div#content{
  width: 900px;
  margin: 20px auto 0 auto;
  background: url(gfx/bg_content.gif) repeat-y 604px 0; 
}
div#content_left{
  width: 604px;
  float: left;
}

div#content_right{
  width: 266px;
  float: right;
  margin-left: 20px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}
p#aboutshort{
  padding: 0 15px;
}
p.jozef{
  margin-top:0;
  text-align: center;
  padding-top: 20px;
}
div#content_right a{
  color: #5078b3;
}
div#content_left_top{
  /*background: url(gfx/bg_content_top.gif) no-repeat;*/
  width: 604px;
  height: 19px;
}
div#content_left_middle{
  /*background: url(gfx/bg_content_middle.gif) repeat-y;*/
  padding: 1px 30px;  
}
div#content_left_bottom{
  /*background: url(gfx/bg_content_bottom.gif) no-repeat;*/
  height: 17px;
}

h1, h2.h1{
  color: #fff;
  background: #96c308; /*c3851e*/ /*96c308*/ /*c89b00*/
  margin: 3px 0 7px 0;
  padding:  15px 25px;
  font-size: 37px;
  font-weight: bold;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
  line-height: 1.1em;
  border: dotted 1px #cbd7a8;
}

div#content_left h1 a, div#content_left h2.h1 a{
  color: #fff;
  font-size: 37px;
  font-weight: bold;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
  line-height: 1.1em;
}
div#content_left h2 a, h3 a, div#content_left h4 a, div#content_left h5 a, h2, h3, h4, h5{
  color: #000;
  margin: 25px 0 15px 0;
  padding:  0;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}


h2 a, h2{
  font-size: 25px;
  color: #95c404;
}

h3 a, h3{
  color: #4d7ab1;
  font-size: 18px;
}

h4 a, h4{
  font-size: 15px;
  display: block;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
ol.commentlist{
  font-size: 11px;
  font-family: verdana;
  line-height: normal;
}

div#content_right p{
  font-size: 11px;
  line-height: 1.5em; 
}
div#content_right h2{
  background: #5078b3;
  color: white;
  text-transform: uppercase;
  padding: 6px 15px;
  font-weight: normal;
  font-size: 14px;
}

a.commentslink{
  background: url(gfx/bg_comments.jpg) no-repeat left bottom;
  padding: 10px 0 0 40px;
  display: block;
  color: #666;
  font-size: 11px;
}

div#rssbottom{
  width:280px;
  float: right;
  text-align: right;
}
div#foottagpost{
  width: 604px;
  float: left;
}
div#foottagpost a{
  color: #000;
}
div#beforefoot{
  width: 900px;
  margin: 0 auto;
  background: url(gfx/bg_content.gif) repeat-y 604px 0;
}

div#foottagpost ul li{
   list-style-type: square;
   margin-left: 40px;
}
div#foottagpost h2{
  color: #000;
  font-size: 17px;
}
div.post, div.page{
  padding-bottom: 25px;
  border-bottom: dotted 1px #666;
  margin-bottom: 25px;
}

div.breadcrumb, div.breadcrumb a{
  color: #96c308;
  font-size: 10px;
}

div.tags{
  padding: 10px 40px;
  margin-bottom: 25px;
}
div.tags h4{
  margin-top:0;
  padding-top:0;
}

.floatright, .alignright {
	float: right;
}

.floatleft, .alignleft {
	float: left;
}

img.floatright{
  float: right;
  margin: 0 0 20px 20px;
} 
img.floatleft{
  float: left;
  margin: 0 20px 20px 0;
}

div.prevnextarticle{
  padding: 10px 20px;
  margin: 20px 0;
  background: #e5f4f8;
	border: solid 1px #c1e7f2;
}
div.prevnextarticle a{
  color: #000;
}

.zvyrazni, .zvyrazni2{
	margin: 20px 0;
  background-color: #fbf5d0;
	border: solid 1px #ffcc00;
	padding: 15px;
	color: #000;
}
.zvyrazni{
	background-color: #f9fdf1;
	border: solid 1px #ddfd9c;
}
.zvyrazni h3{
  color: #000;
  margin-top: 0;
}
.zvyrazni a{
  color: #5078b3;
}
.ngg-album a{
  color: black;
}
html > body .ngg-album{
  border: 0;
}

div.comment-author, div.comment-author a{
  color: #000; 
}

div.commentmetadata, div.commentmetadata a{
  font-size: 11px;
  color: #000; 
}
div.commentmetadata{
}
span.says{
  display: none;
}
img.avatar{
  float: left;
  padding: 0 10px 10px 0;
}
div.comment-author cite{
  vertical-align: top;
  font-size: 18px;
}
li.comment{
   padding-bottom: 25px;
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 25px;
}
div.tweetmeme_button{
  float: right;
  margin: 0 10px 0 0;
}

div.contactform{
	margin: 30px 0;
 	background-color: #f9fdf1;
	border: solid 1px #ddfd9c;
	padding: 15px 30px;
	color: #000;
}
div.contactform h4{
  margin-top: 0;
}