/*  
*****************************************************
-----------------------------------------------------
Theme Name: uuterky
Version: 2.17
Author: HONASSS
Tags: two-columns, fixed-width, right-sidebar, fixed-sidebar
First author:
    Simplixity by James Barclay
    http://everythingisgray.com/
    The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php
-----------------------------------------------------
*****************************************************
--------------------
      Contents
--------------------
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)
/*******************
 **    General    **
 *******************/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
  margin: 0;
  padding: 0;
}
body{
  font-family: Helvetica,  Verdana, Arial, sans-serif;
  font-size: 12px;
  vertical-align: top;
  color: #555;
}
img{
  border: 0;
}
h1{
  font-family: Helvetica,  Verdana, Arial, sans-serif;
  font-size: 1.2em;
  padding: 0 0 10px 0;
}
h2{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: lighter;
}
h2 a{
  color: #555;
}
h2 a:hover{
  color: #b6e2e6;
  text-decoration: none;
}
a:link{
  text-decoration: none;
  color: #36c0cd;
}
a:visited{
  text-decoration: none;
  color: #36c0cd;
}
a:hover{
  text-decoration: none;
  color: #b6e2e6;
}
a:active{
  text-decoration: none;
}
p{
  padding: 0 0 10px 0;
}
 
/*******************
 **    Layout     **
 *******************/
#header_wrapper{
  margin: 0 auto;
  width: 930px;
  height: 20px;
  position: relative;
}
#header{
  margin: 10px 10px 10px 10px;
  position: fixed;

}
#main_wrapper{
  margin: 0 auto;
  width: 930px;
  position: relative; 
}
.sidebar{
  padding-left: 10px;
  font-family: Helvetica, Verdana, arial, sans-serif;   
  width: 200px;
  position: fixed; 
  float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/  
}
#container {
  float: right; 
  width: 680px;
}
#footer{
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 930px;
  height: 70px;
}
*html #sidebar {
  position: absolute;
  left: expression( ( 0   ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )   'px' );
  top: expression( ( 0   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )   'px' );
}
/******************
 **    Header    **
 ******************/
#header a img {
  width: 180px;
  height: 54px;
  cursor: pointer;
}
#header h1 a{
  color: #555;
}
#header h1 a:hover{
  color:#b6e2e6;
  text-decoration: none;
}
/*******************
 **    Content    **
 *******************/
.post{
  padding: 0;
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
.post h2 a{
  color: #555;
}
.post h2 a:hover{
  color: #b6e2e6;
}
.entry{
  float: left;
  width: 100%;
  text-align: justify;
  line-height: 18px;
}   
.entry p{
  margin-top: 10px;
}
.entry h2{
  margin: 0px 0 10px 0;
}
.entry img{                         /* obrázky v příspěvku */
  border: 0;
  margin: 5px 10px 10px 0;  
}
.entry .obr{
  margin-top: -10px;
} 
.entry .aligncenter{
  display: block;
  margin: 0 auto;
}
p.postmetadata{
  border-top: 1px solid #ccc;
  margin: 0;
  clear: both;
  font-size: 0.8em;
  width: 100%;
}
p.postmetadata a{
  color: #555;
}
p.postmetadata a:link{
  color: #36c0cd;
}
p.postmetadata a:visited{
  color: #36c0cd;
}
p.postmetadata a:hover{
  color: #b6e2e6;
}
.excerptcontent img{                 /* zmenšený obrázek náhledu */
  border: 0;
  margin: 5px 10px 10px 0;  
  padding: 4px;
}
.excerptcontent img:hover{                 
  background-color: #ccc; 
}
.excerptcontent p {
  width: 490px;
  float: right;
  margin-top: 5px;
  line-height: 18px;
  text-align: justify;
  display: none;            /* skrytí popisku v náhledu */
}
.excerptcontent p.postmetadata {
  margin-top: 0px;
}
.excerptcontent h2 a{
  color: #555;
  display: block;
  float: left;
  padding-top: 4px;
}
.excerptcontent h2 a:hover{
  color: #b6e2e6;
}
/*******************
 **  Navigation   **
 *******************/
.navigation{  
  margin: 0;
  padding: 0;
}  
/*******************
 **    Sidebar    **
 *******************/
.sidebar ul{
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
}
.sidebar h2{
  font-family:  arial, Helvetica, sans-serif;
  padding: 15px 0 0 0;
  color: #44b7b3;
  font-weight: normal;
  font-size: 1.8em;
}
.sidebar a{
  font-size: 1.5em;
  color: #546a75;
}
.sidebar a:hover{
  color: #b6e2e6;
}
.current_page_item a{color: #36c0cd; 
}
.current-menu-item a{color: #36c0cd; 
}
.current_page_parent a{color: #36c0cd;  
}
.current-page-ancestor a{color: #36c0cd;  
}
.current-menu-parent a{color: #36c0cd;  
}
.current_category_ancestor {color: #36c0cd;  
}
/*******************
 **    Calendar   **
 *******************/

/*******************
 **     Search    **
 *******************/

#searchform div{
  padding: 0;
}
#searchsubmit{
  background: url(img/go_button.png) no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  vertical-align: top;
}
/*******************
 **   Comments    **
 *******************/
.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #555;
	padding: 10px 0 0 0;
	visibility: hidden; 
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #555;
}
.commentmetadata{
	font-size: 0.8em;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family:  Helvetica, Verdana, Arial, Georgia, Sans-serif;
	font-size: 0.8em;
}
/*******************
 **     Footer    **
 *******************/
#footer p{
  width: 140px;
  height: 50px; 
  background: url(img/uuteracek.jpg) no-repeat;
  background-position: 0% 0%;
  float: right;
}

#footer .legal{
  padding: 38px 0 0 40px;
  font-size: 0.8em;
}
#footer .legal a{
  color: #36c0cd;
}
#footer .legal a:hover{
  color: #b6e2e6;
}

#footer .credit{
  float: left;
}
/*******************
 **     Misc.     **
 *******************/
.clear_float{
  clear: both;
}
.aligncenter{
  display: block;
  margin: 0 auto;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.oddelovac {
  width: 100%;
  margin: 10px 0 10px 0;
  clear: both;
  background: url(img/oddelovac.gif) repeat-x;
}
.justify {
  text-align: justify;
}
