body {  color: #000;  background: #fff; line-height: 1.33em; font-family: arial, sans-serif;  }



/* Vypis diskusi */

div#vypis-temat ul li ul {  margin: .4em 0 1.5em 0; list-style: none outside none; padding: 0 0 0 20px}

/*

div#vypis-temat ul li ul li:nth-child(even) { background-color: #f7f7f7; padding: 2px 5px; }

div#vypis-temat ul li ul li:nth-child(even):hover { background-color: #e2e2e2;  }

div#vypis-temat ul li ul li:nth-child(odd) { background-color: #eeeeee; padding: 2px 5px; }

div#vypis-temat ul li ul li:nth-child(odd):hover { background-color: #d9d9d9;  }

*/

div#vypis-temat ul li ul li { padding: 2px 5px; }

div#vypis-temat ul li ul li+li { border-top: 1px solid #e2e2e2 }

div#vypis-temat ul li ul li:hover { background-color: #eee;  }



div#vypis-temat ul li ul li strong a {  color: #f00; }



/* Vlozeni prispevku */

fieldset.prispevek {  clear:both; }

fieldset.prispevek textarea { width: 80%; height: 12em; }

fieldset.prispevek textarea.large {height: 20em;}

fieldset.prispevek a {text-decoration: none;}



/* Prispevky */



ul.vypis-prispevku,ul.vypis-prispevku li { border: 0; padding: 0; margin: 0; }



a {  color: #00c; text-decoration: underline;  }

a:hover,a:focus {  color: #900;  }

a:visited {  color: #309;  }



/* Vypis prispevku */

ul.vypis-prispevku div.autor {  width:170px; float:left; display: box;  background: #eee; padding: 5px; margin-right: 5px; }
ul.vypis-prispevku div.autor a {  font-weight: bold; font-size: 16px  }
ul.vypis-prispevku div.autor {  font-size: 12px; min-height: 100px; }
ul.vypis-prispevku div.telo {  padding: 5px; margin-left: 185px; }
ul.vypis-prispevku li {  clear: both; border-top: solid 2px #c00; margin-top: 1em; position: relative; }

ul.vypis-prispevku p.lista {  margin-top: 0; color: #999999;  font-size: 12px;  }
ul.vypis-prispevku p.lista strong {  color: #000;    }
ul.vypis-prispevku p.lista strong .red {  color: #ff0000;    }

ul.vypis-prispevku p.poznamka {   color: #999999; border-top: solid 1px #999999; margin-top: 2em; font-size: 12px; }

.evloQuote { cursor: pointer; margin-left: 10px; margin-right: 20px; font-size: 12px; background-color: #fefefe; padding: 3px 10px; color: #aaa; border: 1px solid #ccc; }
.evloQuote:hover { text-decoration: none; background-color: #eee;  }

/* Strankovani */

div#spodek {  clear: both; border-top: solid 2px #c00;  }

div.strankovani ul li { display: inline; list-style-type: none; margin: 0; padding: 0 2em;  }



/* Paticka */

p.paticka { clear: both; border-top: solid 2px #c00; margin-top: 2em; padding-bottom: 2em; font-size: .8em;  }



.cleaner {  clear: both; }