/*  
Theme Name: PovinnéRučení
Theme URI: http://ipovinneruceni.cz
Description: WP theme for ipovinneruceni.cz
Author: iPovinnéRučení.cz
Author URI: http://ipovinneruceni.cz
Version: 1.0
Tags:green color, right sidebar
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }


a {
  color: #333;
  text-decoration: underline;
  }

a:hover {
  color: #333;
  text-decoration: none;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #fff url(images/background.gif) repeat-x top left;
  font-size: 13px;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 15px 0 0 0;
  height: 13px;
  width: 952px;
  background: url(images/top.gif) no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  width: 950px;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

.textwidget {
 color: #555;
 padding: 0 10px 0 0;
 font-size: 13px;
 line-height: 20px;
}

.textwidget a {
 color: #333;
}

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  }


/* Logo */

h1 {
background: url(images/logo.gif);
width: 336px;
height: 81px;
float: left;
margin: 28px 0 -53px 0;
}

h2.description {
 font-size: 15px;
 font-style: italic;
 color: #808080;
 background: url(images/title.gif);
 width: 365px;
 height: 15px;
 padding: 0;
 position: relative;
 top: 53px;
 left: 325px;
}

span.none {
 display: none;
}

.skip {
 float: right;
 background: url(images/skip.gif) no-repeat;
 height: 36px;
 line-height: 36px;
 text-indent: 40px;
 margin: 0 0 20px 0;
 padding: 0;
}
  
/* Menu */

#nav {
  clear: both;
  margin: 0px 0 -15px 341px;
  position: relative;
  top: -10px;
  left: 0px;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 5px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 53px;
  background: url(images/menu-left.gif) left top no-repeat;
  font-size: 15px;
  text-decoration: none;
  }

#nav li a span {            
  display: block;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 15px;
  line-height: 53px;
  font-weight: bold;
  color: #fff;
  background: url(images/menu-right.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  background-position: left -106px;
  }

#nav li a:hover span {
  color: #f8f6f6;
  background-position: right -106px;
  }

#nav li.current_page a {
  background-position: left -53px;
  }

#nav li.current_page a span {
  background-position: right -53px;
  color: #fff;
  }

#nav li.current_page a:hover {
  background-position: left -159px;
  }

#nav li.current_page a:hover span {
  background-position: right -159px;
  color: #f9fdf5;
  }


/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;  
  }

#contentwrapper {
  float: left;
  width: 550px;
  margin-left: 20px;
  }

/* Place (link for aff site) */

#place {
background: url(images/place.gif) no-repeat;
width: 686px;
height: 234px;
margin: 10px 0 0 -30px;
}

.vyhody li {
list-style: none;
font-size: 13px;
color: #444;
line-height: 28px;
margin: 0 0 0 15px;
padding: 0 0 0 15px;
background: url(images/listblue.gif) left center no-repeat;
}

#box {
margin: 0 0 0 300px;
padding: 15px 0 0 0;
}

#box h2 {
font-size: 20px;
font-weight: bold;
color: #222;
border-bottom: 1px solid #eee;
margin-bottom: 5px;
width: 92%;
}

.button {
 margin: -15px -45px 0 0;
}

.tlacitko {
display: inline;
float: right;
padding: 35px 45px 0px 0px;
}

.tlacitko a, .tlacitko span {
display: block;
height: 53px;
width: 394px;
}
.tlacitko a {
background: #599724;
color: #fff;
position: relative;
line-height: 53px;
text-align: center;
}

.tlacitko span {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}

.tlacitko a span {
background: url(images/tlacitko.gif) 0 0 no-repeat;
}

.tlacitko a:hover span {
background-position:0 -53px;
}

.tlacitko a:hover {
text-decoration:none;
}

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.post {
  margin: 35px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: normal;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  background: url(images/title.gif) top left no-repeat;
  width: 686px;
  height: 40px;
  position: relative;
  top: 0;
  left: -31px;
  line-height: 40px;
  text-indent: 20px;
  }

.postContent img {
  padding: 10px 10px 10px 0;
  }

.postContent h3 {
 color: #333;
 margin: 5px 0 0 0;
 border-bottom: 1px solid #e6e6e6;
}

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 13px;
  color: #555;
  line-height: 22px;
  }

.postContent ul, ol {
  padding: 20px 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 13px;
  color: #555;
  list-style: none;
  padding: 0 0 0 15px;
  margin: -15px 0 15px 0;
  line-height: 22px;  
  background: url(images/listblue.gif) left center no-repeat;  
  }

strong.faq {
 font-size: 14px;
}

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Sidebar top welcome box */


#sidebar {
  width: 229px;
  float: right;
  margin: 10px 0 0 0;
  }

.side, .sidebaritem {
  background: url(images/sidebar.gif) left top no-repeat;
  list-style-type: none;
  padding: 13px 0px 30px 30px;
  }

 .side h2, h2.widgettitle {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 20px 0;
  width: 229px;
}  
 
 .side p {
  color: #737373;
  font-size: 13px;
  padding: 20px 40px 0 0;
 }
 
  .list {
    margin: 10px 0 0 15px;
  }
  
  .list li, .sidebaritem li {
   list-style: none;
   padding-bottom: 5px;
   border-bottom: 1px solid #e6e6e6;
   width: 180px;
   line-height: 28px;
   font-size: 14px;
   background: url(images/list.gif) left center no-repeat;
   padding: 0 0 0 15px;
   margin: 0 0 0 -15px;
   }
  
  .list li a, .sidebaritem li a {
   color: #555;
   text-decoration: none;
   }
  
  .list li a:hover, .sidebaritem li a:hover {
   color: #417516;
   text-decoration: none;
  }

  .provident {
   line-height: 25px;
   position: relative;
   top: 10px;
   left: 0px;
  }


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  height: 54px;
  width: 952px;
  background: url(images/footer.gif) no-repeat;
  }

#footer p {
  padding: 0 0 0 25px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 43px;
  padding: 2px 60px 0 60px;
  }

#footer a {
  color: #eee;
  }

#footer strong a {
  text-decoration: none;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentf {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }
  

form {
width: 300px;
padding: 20px;
}

input, textarea {
padding: 5px;
margin: 3px;
}

.submit {
font-size: 18px;
padding: 5 10px;
}
           
     table {
     color: #222;
     padding: 10px 0 0 0;
     }
    
     table a {
     color: #555;
     text-decoration: unerline;
     }

     table a:hover {
     color: #555;
     text-decoration: none;
     }
    
     td {
     background: #fbfbfb;
     border: 1px solid #eee;
     border-top: 2px solid #eee;
     padding: 5px;
     text-align: center;
     font-size: 13px;
     }
     
     td.white {
     background: #fff;
     border: 1px solid #f1f1f1;
     border-top: 2px solid #f1f1f1;
     }
     
     td.tdtitle {
     background: #555;
     color: #fff;
     border: 1px solid #444;
     border-top: 2px solid #444;
     font-weight: bold;     
     padding: 10px;
     }

     td.tdtitle2 {
     background: #eee;
     color: #333;
     border: 1px solid #ddd;
     border-top: 2px solid #ddd;
     font-weight: bold;     
     padding: 10px;
     }

     td.tdlogo {
     background: #497921;
     color: #fff;
     border: 1px solid #3f6b1a;
     border-top: 2px solid #3f6b1a;     
     font-weight: bold;
     padding: 10px;      
     }           
     
     td.none {
     background: #fff;
     border: 1px solid #fff;
     }
     
     .datum {
 background: url(images/datum.gif) no-repeat;
 width: 60px;
 height: 60px;
 font-size: 16px;
 text-align: center;
 line-height: 31px;
 float: left;
 margin: 0 20px 15px 0;
}


.datum strong {
color: #ffffff;
}
