/* --- styly pro knihu --- */
* {
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: 0; 
  }
  
.homepage { display: none; }

body {
  line-height: 1.6;
  text-align: center;
font-family: Tahoma;
font-size: 11px;
  }
  
#hlavni {
  text-align: left;
  width: 550px;
font-family: Tahoma;
font-size: 11px;
  }

fieldset#guestbook, #adminmain { 
  padding: 0 1em 0.5em 1em; 
  border: 1px solid #aaa;
  background: #FAFAFA;
  }

fieldset#guestbook legend {
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
  }

p { padding: 0.5em 0; }
  
p.strankovani { padding: 0.5em 0.5em; }  
  
fieldset#guestbook p { padding: 0.2em 0; }

a {color: #000000; text-decoration: none;}
a:link {color: #000000; text-decoration: none;}
a:hover {color: #03c903; text-decoration: none; }

span.formatovani {
  float: left;
  margin-right: 5px;
  }  
  
span.formatovani a {
  padding: 1px 5px;
  border: 1px solid #808080;
  text-decoration: none;
  background: #e1e1e1;
  }

span.formatovani a:hover {
  color: #333;
  background: #e1e1e1;
  border: 1px solid #333;
  }

.cleaner { margin: 1.5em 0 0 0; }
  
textarea, input {
  padding: 1px;
  border: 1px solid #aaa;
  font-size: 100%;
  } 
 
.submitbutton { 
  background: #FFF; 
  color: #0056D8; 
  border: 1px solid #333;
  } 
  
.red { color: #D8006B; }

.prispevek {
  border: 1px solid #aaa;
  margin: 0.5em 0;
  background: #FCFCFC;
  overflow: hidden;
  width: auto;
  height: auto;
  }
  
.reakce {
  margin: 1em;
  background: #FAFAFA;
  }

.prispevek p { padding: 0.2em 0.5em !important; }

.prispevek cite { font-style: normal; }

.prispevek .tajm { float: right; }

/* --- styly pro rss --- */
rss, channel { 
  padding: 20px; 
  color: black; 
  font: normal 12px Tahoma, arial, sans-serif;
  line-height: 1.5; 
  display: block;
  overflow: hidden;
  }

item { display: block; margin: 11px 0; }

item title, item description, item link { display: block; }

link { color: green; }

title { color: blue; }

item description { color: #666; }

/* --- styly pro administraci --- */
.floatleft { float: left; }

.floatright { float: right; }

.floatleft, .floatright { padding: 1em 0.5em 0 0.5em;  }

.adminwidth { 
  width: 700px !important;
  }