/*
Theme Name: Beletry
Description: Téma pre Beletry Blog
Version: 1.0
Author: DATASUN s.r.o.
Author URI: http://www.datasun.sk/
Tags: fixed width, two columns, widgets
*/

* {
  margin: 0px;
  padding: 0px;
}

body,table, input {
  font-size: 12px;
  font-family: Arial, Tahoma, Trebuchet MS;
  font-weight: normal;
  color: #000;	
}

body {
  text-align: center;
  line-height: 150%;
  background: #D9E6F2;
}

img {
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  font-size: inherit;
  font-weight: inherit;
}

.container {
  width: 991px;
  overflow: hidden;
  background-color: #fff;
  border-top: 7px solid #3390E9;
  border-bottom: 7px solid #3390E9;
  margin: 0 auto;
}

.hr {
  background-color: #dbdbdb;
  overflow: hidden;
  width: 100%;
  height: 1px;
}

.header {
  position: relative;
  height: 228px;
}

.header .hr {
  width: 971px;
  margin: 5px 10px 0px 10px
}

.header-image {
  background-image: url('images/header.jpg');
  width: 673px;
  height: 171px;
  display: block;
}

.header-panel {
  position: absolute;
  left: 673px;
  top: 0px;
  width: 311px;
}

.search-panel {
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 311px;
  background: url('images/search-box.jpg') no-repeat;
}

.search-panel .input {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 226px;
  height: 30px;
  overflow: hidden;
  background: #fff url('images/search-input.jpg') no-repeat;
}

.search-panel .input input {
  margin-left: 53px;
  margin-top: 9px;
  display: block;
  border: none;
  height: 15px;
  width: 160px;
  color: #583e1e;
  font-style: italic;
}

.search-panel .btn-ok {
  position: absolute;
  left: 256px;
  top: 15px;
  width: 37px;
  height: 30px;
  color: white;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding-left: 5px;
  background: url('images/btn-ok.gif') no-repeat;
  border: none;
}

.rss-news {
  background: url('images/bkg-news.jpg') no-repeat;
  margin-top: 5px;
  height: 59px;
  display: block;
}

.content {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.left {
  float: left;  
  margin-left: 10px;
  display: inline;
  width: 644px;  
}

.right {
  float: right;
  margin-right: 8px;
  display: inline;
  width: 309px;
}

.right .block-header {
  width: 283px;
  height: 29px;
  line-height: 34px;
  color: white;
  padding-left: 26px;
  font-weight: bold;
  background: #603500 url('images/bkg-block-header.gif') no-repeat;
}

.right .block-links ul {
  list-style-type: none;
  margin-left: 15px;
}

.right .block-links {
  list-style-type: none;
  margin: 14px 16px 33px 16px;
}

.right .block-links li {
  margin: 7px 0;
  background: url('images/li.gif') 0 6px no-repeat;
}

.right .block-links a {
  color: #010101;
  text-decoration: underline;
  padding-left: 14px;
  position: relative;
}

.right .block-links a:hover {
  color: #b50000;
  text-decoration: underline;
}

/* prehlad clankov */
.article-header {
  height: 50px;
  overflow: hidden;
}

.article-header .date {
  float: left;
  display: inline;
  margin-right: 5px;
  background: url('images/date-bubble.gif') no-repeat;
  padding-top: 3px;
  width: 35px;
  height: 47px;
  color: white;
  text-align: center;
  font-weight: bold;  
}

.article-header .date span {
  display: block;
  font-size: 17px;
}

.article-header .caption {
  float: left;
  border-left: 1px solid #90908c;
  padding-left: 11px;  
}

.article-header .caption .title {
  font-size: 18px;  
  color: #b50000;
  text-decoration: none;
}

.article-header .caption .title:hover {
  color: #5F5F5F;
  text-decoration: none;
}

.article-header .info {
  margin-top: 5px;
  color: #603500;
  font-size: 11px;
}

.article .img {
  float: left;
  margin: 0 10px 0 6px;
}

.article .description {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.article .hr {
  margin: 22px auto 24px auto;
}

.footer {
  height: 42px;
  overflow: hidden;
  text-align: left;
  margin: 239px 10px 0 10px;
  border-top: 1px solid #dbdbdb;
}

.footer span {
  display: block;
  height: 42px;
  line-height: 42px;
  margin-left: 11px;
}

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

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;
  }
/* End Images */

.pagetitle,
.title2 {
  color: #b50000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.pagetitle {
  font-weight: none;
  font-size: 22px;
  margin-bottom: 30px;
}

/* komentare zaciatok */

.comments {
  margin-top: 20px;
}

.comments textarea {
  width: 100%;
}

.commentlist .comment {
  margin-bottom: 15px;
}

.comment-author img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.page h1 {
  color: #b50000;
  font-size: 18px;
  margin-bottom: 20px;
}

/* komentare koniec */

p.center {
  text-align: center;
}
