/* CSS Document */

/*   
Theme Name: Chabrus3
Theme URI: www.lemur.cz/chabrus
Description: Lemuří xycht
Author: Prc
Author URI: www.wostok.cz
Version: 1.0
.
Licence: Nevim, voe!
.
*/

html {
  min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000;
  font: normal 90% "Trebuchet MS",Verdana,sans-serif;
  color: #FFF;
  background-image: url('images/header_bg.gif');
  background-repeat: no-repeat;
  background-position: top center;
}

a, img {
  border: none;
}

a {
  color: #cc1800;
  text-decoration: none;
}

a:hover {
  color: #ff8400;
}

p,code,ul {
  padding-bottom: 1.2em;
  text-align: left;
}

h1 {
  display: block;
  width: 780px;
  height: 350px;
}

h1 span {
  visibility: hidden;
}

h2 {
  font: 2em;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

h1,h2 {
  padding-top: 6px;
}

/* kostra */

#page {
  margin: 0 auto;
  width: 780px;
  text-align: left;
}

#header {

}

#main-box {
}

#sidebar {
	float: right;
	width: 170px;
	padding-top: 50px;
}

#content {
	float: left;
	margin: 10px 0;
	width: 571px;
}

#single-page {
  width: 90%;
}

/* adrs */

.cleaner {
	clear: both;
	font-size: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  font-size: 90%;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 2px;
}

#s {
  margin-bottom: 5px;
}

/* sidebar */

#sidebar h3 {
	color: #FFF;
	font-family: Garamond, Georgia, serif;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height: 30px;
	margin: 20px 0 0 0;
	font-variant: small-caps;
	text-shadow: 1px 0 #CC1800, 0 1px #CC1800;
}

#sidebar ul {
  padding-left: 5px;
}

#sidebar li {
  list-style: none;
}

#sidebar li a {
	font-size: 1em;
	line-height: 1.2em;
}

#sidebar li a:hover {
  padding-left: 2px;
}

/* content */

#content h2 {
  padding-bottom: 0;
  font-family: Garamond, Georgia, serif;
  font-size: 2.5em;
  letter-spacing: -0.05em;
  font-variant: small-caps;
  text-shadow: 1px 0 #CC1800, 0 1px #CC1800;
  /* text-shadow: -1px 0 #CC1800, 0 1px #CC1800, 1px 0 #CC1800, 0 -1px #CC1800; */
}

#content h2 a {
  color: #FFF;
}

#content h2 a:hover {
  color: #FF8400;
}

.postmetadata {
  margin-top: 0;
  margin-left: 5px;
  padding-top: 0;
  font-size: 110%;
  font-family: Garamond, Georgia, serif;
  /* font-style: italic; */
}

.entry {
  
}

.entry ul, .entry ol {
  margin-left: 40px;
}

.post-head {
}

.post {
  margin-bottom: 30px;
}

.post img {
	padding: 2px;
	border: 1px solid #7F0000;
}

.cara {
  clear: both;
  margin-top: 0;
  margin-bottom: 50px;
  height: 30px;
  background-image: url('images/cara.gif');
  background-repeat: no-repeat;
  background-position: center top;
}

/* comments */

#commentlist ul {
}

#commentlist li {
  list-style-type: none;
  margin-bottom: 15px;
}

#comments h3 {
	color: #FFF;
	font-family: Garamond, Georgia, serif;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height: 30px;
	margin: 20px 0 10px 0;
  font-variant: small-caps;
  text-shadow: 1px 0 #CC1800, 0 1px #CC1800;	
}

#commentlist p {
  margin: 0;
  padding: 0;
  font-style: italic;
}

#commentlist cite {
  font-size: 85%;
  font-style: normal;
  color: #878787;
}

#comments textarea {
  width: 500px;
}

/* footer */

#footer {
  width: 950px;
  height: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 0px;
  background-image: url('images/footer_bg.gif');
  background-repeat: no-repeat;
}

#footer p  {
  padding-top: 20px;
  font-size: 80%;
  color: #878787;
  text-align: center;
}

hr {
  display: none;
}

#single-page h2 {
  padding-bottom: 20px;
  font-family: Garamond, Georgia, serif;
  font-size: 2.3em;
  letter-spacing: -0.05em;
}

div.navigation {
  text-align: center;
  text-transform: uppercase;
}

/* prilepky */

strong.meta-autor {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  text-decoration: underline;
}

