#headlines {
}

#headlines dt {
  padding-right: 20px;
  background: url('/img/bg-headlines.jpg');
  text-align: right;
  font-size: 160%;
  font-variant: small-caps;
}

#headlines dd {
  margin: 10px 20px;
  text-align: center;
}

.list {
  text-align: right;
}

.list li {
  border-bottom: dotted 1px #aaa;
  text-align: left;
}

.list .date {
  float: right;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 80%;
  color: chocolate;
}

.list a:hover h4 {
text-decoration: underline;
}

.text {
  padding: 10px 30px;
  text-align: justify;
}

.text a {
  color: maroon;
}

.text p {
  text-indent: 1em;
  margin-top: 1em;
}

.text h2 {
  margin-top: 20px;
	font: 160% sans-serif;
}

.text h3 {
  margin: 10px 0px;
}

.text .reverse {
  color: chocolate;
  padding: 1px 5px;
  -moz-border-radius: 5px;
border: solid 1px 
}

.text .reverse:hover {
  color: white;
  background: chocolate;
}

#autor {
  margin: 20px;
  font-size: 200%;
  color: maroon;
  text-align: right;
}

.form {
  margin: 10px 30px;
}

.form fieldset {
  padding-top: 10px;
  background: url('/img/bg-form.jpg');
-moz-border-radius: 10px;
border: solid 1px maroon;
}

.form legend {
padding: 0px 10px;
  color: chocolate;
border: solid 1px maroon;
  background: white;
-moz-border-radius: 10px;
}

.form label  {
  float: left;
  width: 75px;
  margin-right: 10px;
  text-align: right;
}

.form input, .form textarea {
  width: 330px;
  margin-bottom: 10px;
}

.form .submit {
  width: 200px;
  height: 30px;
  margin: 10px 130px;
  background: url('/img/bg-form.jpg');
  border: outset 2px maroon;
  -moz-border-radius: 10px;

}

.form .date {
  width: 100px;
  margin-bottom: 10px;
  margin-right: 200px;
}

.form .radio input {
  float: left;
  width: 10px;
}

.form .radio label {
  text-align: left;
}

.news {
  padding: 10px 30px;
}

.news .line{
  width: 100%;
}

.news .photo {
  float: right;
  display: block;
  width: 72px;
  border: solid 1px maroon;
  padding: 2px;
  margin: 5px 0px;
}

.news .icon {
  float: left;
  width: 48px;
}

.news a:hover h2 {
  text-decoration: underline;
# color: chocolate;
}

.news .date {
  color: chocolate;
  float: left;
  margin: 0px 10px 0px 0px;
}

.event {
  clear: both;
  padding: 20px 30px;
}

.event h2 {
  margin: 5px 0px;
}

.event .line {
  width: 100%;
}

.event .photo {
  background: ;
  display: block;
  float: left;
  max-width: 144px;
  max-height: 144px;
  margin: 5px 10px 0px 0px;
border: solid 1px maroon;
padding: 1px;
}

.event p {
  text-indent: 1em;
  text-align: justify;
}

.event .date {
  float: left;
  color: chocolate;
}

.person_card {
  width: 150px;
  border: solid 1px maroon;
  border-radius:10px;
  -moz-border-radius:10px;
  background: url('/img/bg-form.jpg');
  text-align: center;
}

#family .person_card {
  float: left;
  width: 200px;
  margin: 10px 18px;
  padding: 10px;
} 
#family h3 {
  margin-left: 20px;
}
.person_card span {
  font-weight: bold;
}

.person_card p {
  font-size: 80%;
}

.person_card img {
  float: left;
  max-width: 80px;
  max-height: 80px;
}

.title {
#  min-height: 45px;
  text-align: center;
  background: url('/img/bg-form.jpg');
}

.title h1 {
font-weight: 400;
font-variant: small-caps;
}


.title li {
  display: inline-block;
}

.title a, .title p {
  display: block;
  width: 140px;
  margin: 0px 5px -1px;
  padding: 1px 0px;
  border: solid 1px white;
  border-radius: 10px;
  -moz-border-radius: 10px 10px 0px 0px;
  color: maroon;
  text-transform: uppercase;
}

.title a:hover {
}

.title .active {
  background: white;
  color: chocolate;
}


.person_list li code {
  display: block;
  width: 80px;
  float: left;
  margin-left: -100px;
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
}

.person_list li {
  padding-left: 100px;
}

.matej img{
width: 479px;
margin: 0px 20px;
}

#admin-item-list li {
margin: 20px 0px;
}

#admin-item-list p {
margin: 10px 0px;
}

#visit_log {
}

#visit_log table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid chocolate;
}

#visit_log th {
  background: chocolate;
  color: white;
}

#visit_log td{
  padding: 0px 3px;
  border-left: 1px solid chocolate;
}

#display_form {
  float: right;
  padding: 2px 10px;
  margin: 15px 30px;
  border-color: maroon;
  border-style: outset;
  -moz-border-radius: 10px;
}

#display_form:hover {
  background: chocolate;
  color: white;
  border-style: inset;
}

.delete {                           
cursor: pointer;
float: right;
width: 24px;
margin-left: 10px
}

.album {
  float: left;
  width: 200px;
  margin: 10px 10px;
  padding-top: 10px;
  background: url('/img/bg-form.jpg');
  -moz-border-radius: 10px;
  border: solid 1px maroon;
  text-align: center;
}

.album a img {
  width: 144px;
  height: 144px;
  padding: 2px;
  border: solid 1px maroon;
}

.album h3{
  margin-top: 0px;
}

.album .date {
  margin: 5px 0px;
}

#book-item-list {
  padding: 10px 30px;
}

.book_item {
  margin: 10px 0px;
  padding: 10px;
  background: url('/img/bg-form.jpg');
  -moz-border-radius: 10px;
  border: solid 1px maroon;
}

.item_answer {
  margin-left: 25px;
  border-top: groove 2px white;
}

.item_text p {
  margin-bottom: 10px;
}

.item_text strong {
  font-size: large;
  font-variant: small-caps;
  font-weight: bold;
}

.item_date {
  float: right;
  text-align: right;
}

.item_link  {
  float: right;
  margin-top: -1.5em;
  color: maroon;
}

.item_link  a {
  color: maroon;
}

#item_test {
  width: 40px;
}

.captcha {
  float: right;
  margin-right: 50px;
}

.captcha img {
  width: 24px;
}

.warning {
  text-align: center;
  border: solid 1px chocolate;
  -moz-border-radius: 10px;
  padding: 0px 0px 20px 0px;
  background: url('/img/bg-form.jpg');
}

#about h2 {
  font-weight:normal;
}

#about dl {
  margin: 20px;
}

#about dt {
  border-bottom: 1px dotted
}

#about dd{
  margin-left: 50px;
  color: chocolate;
  font-size: 120%;
}

#about code {
  color: maroon;
}

#flower {
  width: 250px;
  position: absolute;
  left: 250px;
  top: 100px;
  opacity: 0.8;
}

.text_link {
  cursor: pointer;
}

.text_link:hover {
  text-decoration: underline;
}
