/*  
Theme Name: Pekelnej bar
Theme URI: N/A
Description: Šablona pro klub Pekelný Bar
Version: 1.0
Author: Viktor Bezděk
Author URI: http://www.siteone.cz
*/

body { 
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#999 !important;  
	line-height: 160%;
	background: #000 url(images/bg.jpg) 50% 20px repeat-x;
	text-align: center;
}
/*
*	NADPISY
*/
h1, h2, h3, h4, h5 { text-align: left; }
h1 { 
	color: #980000; 
	font-size: 25px;
}
h1 a { color: #980000; }
h2 { 
	color: #fff; 
	font-size: 20px;
	line-height: 25px;
	font-weight: normal; 
	margin: 10px 0 15px 0; 
	padding:0; 
}
h2 .permalink {
	font-size: 
}
h2 a { 
	color:#fff; 
	text-decoration: none;
}
h2 a:hover { text-decoration: underline; color: #fff; }
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
	margin: 15px 0 10px 0;
}
.sidebar H3 { color: #fff; font-size: 14px; font-weight: bold; }
h4 em, .permalink {
	color: #666 !important;
	font-size: 10px !important;
	font-weight: normal !important;
}
h4 {
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0;
}

input.submit { 
	width: 28px;
	height: 20px; 
	font-weight: bold; 
	border: none; 
	background: #1E1F21; 
	padding: 3px; 
	color: #999; 
}
blockquote {
	background: #515556;
	color: #BBB;
	border: 1px dashed #BC6247;
	padding: 5px;
}

p, .entry { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #999; 
	background: inherit;
	line-height: 160%;
}
.entry img {
	margin: 20px;
	border: 3px solid #333;
}
b, strong {
	color: #fff;
}
ul {
	color: #999;
	list-style: none;
	margin-left: 10px;
	padding: 0;
}
ul li {
	padding-left: 16px;
	color: #999 !important;
	margin-bottom: 4px;
	background: transparent url(images/bullett.gif) 0 6px no-repeat;
}

div.hr {
   border-top: 1px solid #333;
   width: 100%;
   height: 1px;
   overflow: hidden;
   margin-bottom: 5px;
   margin-top: 15px;
}

a { 
	color: #980000;
	text-decoration:underline;
}
a:hover {
	color: #ee0000;
}

/*
*	HLAVICKA
*/

.top {
	height: 100px;
	margin: 0 auto; padding: 0;
	color: #888;
}
.top .slogan {
	float: right;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	color: #888;
	border: 0px;
}
.top a { color: #888; }
.top a:hover { color: #aaa; }
.top .logo { 
	float: left;
	color: #888; 
	padding: 5px 0 0 5px; 
}
.top .logo H1 { 
	text-indent: -10000px; 
	width: 140px; 
	height: 79px; 
	background: transparent url(images/logo.gif) 0 0 no-repeat;
	cursor: pointer;
}
/*
*	POST
*/
.post {
	width: 520px;
}
.post.wide {
	width: 730px;
	overflow: hidden;
}
p.info {
	font-size: 10px;
	color: #666;
}
.info A {
	color: #666;
	text-decoration: underline;
}
.info A:hover { color: #980000; }
.graybox { background-color: #060606;}
span.timestamp, span.category, span.comments, span.author {
	margin-right: 15px;
	padding-left: 23px;
}
span.timestamp {
	background: url(images/time.gif) 0 50% no-repeat;
}
span.category {
	background: url(images/category.gif) 0 50% no-repeat;
}
span.comments {
	background: url(images/comment.gif) 0 50% no-repeat;
}
span.author {
	background: url(images/author.gif) 0 50% no-repeat;
}


/*
*	COVER OBRAZEK
*/
.cover-image {
	background-color: transparent;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px 0 0 0; padding: 0;
	height: 300px;
}

/*
*	VYHLEDAVACI FORMULAR
*/
form.searchform {
	position: absolute;
	margin: 15px 0 0 555px;
}
form.searchform strong {
	color: #fff;
}
form.searchform input.text {
	background: #2e0001;
	border: 1px solid #120000;
	margin-left: 10px;
	color: #fff;
}
form.searchform input.submit {
	background: #640103;
	border: 1px solid #2e0001;
	color: #fff;
}

/*
*	NAVIGACE
*/
.nav {
	clear: both;
	text-align: center;
	padding: 5px 0 0 0;
	background: url(./images/menu-bg.gif) 0 0 no-repeat;
	margin: 0px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #111;
}
.nav ul { 
	margin: 0 0 0px 0; 
	padding: 0; 
	list-style : none; 
}
	
.nav li { 
	float: left;
	font-weight: bold;
	margin: 4px 0 8px 0;
	padding: 0 0 0 16px;
	background: none;
}
.nav li a { color: #ccc; text-decoration: none; }
.nav li a:hover { text-decoration: underline; }

/*
*	OBSAHOVA CAST
*/
.in-content {
	background: #0d0d0d url(images/bg-content.jpg) top no-repeat;
	border-top: 1px solid #111;
}

img {
	border: 0;
}

.content { 
	color: #FFF; 
	margin: auto; 
	padding: 0; 
	width: 766px;
	text-align: left;
}

hr { background: #000; border: 1px solid #222; margin: 0px 0 4px 0;}
.spacer {
	width: 100%;
	height: 1px;
	margin-bottom: 25px;
}
.sidebar {  
	width: 180px;
	_width: 200px; 
	padding: 15px 1em 1em 10px; 
	position: absolute;
	margin: -5px 0 0 540px;
	_margin: 0px 0 0 540px;
	text-align: left;
}
.bigtop { margin-top: 20px; }
.bigbottom { margin-bottom: 20px; }

/*
*	PATICKA
*/
.footer { 
	clear:both;
	width: auto;
	color:#888;  
	font-size:90%;
	border-top: 1px solid #333; 
	background: #000;
	text-align:left; 
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
}
.footer .syndication { float: right; }
.footer .copyright { position: absolute; }
.footer padding{
	text-align: center;
}
.footer A { color: #888 }
.footer a:hover { color: #980000; }

.sidebar ul { margin: 5px 0 10px 0px; padding : 0; list-style : none; }
.sidebar ul li { color: #F29900;	margin: 0;	padding: 0 0 0 17px; }
.sidebar li a { color: #980000; }
.sidebar li a:hover { color: #ee0000;  }
.sidebar h3 { margin: 0 0 10px 0;}
.sidebar hr { margin-bottom: 5px; }
fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #3C3C3C; 
	width: 100px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #ccc; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #ccc; 
	background: #3C3C3C;
	color: #A4B4C8; 
}

input.text:hover { 
	border: 1px solid #eee; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #3C3C3C;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #333;
}

.date a { color: #ccc; }


.time { 
	color: #192D50; 
	float: left;
	text-align: left; 
	padding: 5px 0 0 15px; 
}

input.button { 
	background: #2e0001;
	border: 1px solid #120000;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	width: 130px;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #3f3f3f; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

a img
{
border:none;
}
.rss {
	padding-left: 23px; 
	background: transparent url(images/rss.png) 0 1px no-repeat;
}
.cleaner {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
	font-size: 1px;
}
.padding {
	margin: 8px;
}
.padding.big {
	margin: 16px;
	margin-top: 8px;
}
.triptohell {
	float: right;
	cursor: hand;
	width: 164px;
	height: 101px;
	background: transparent url(images/trip-to-hell.gif) 10px 0 no-repeat;
}
#banner {
	width: 468px;
	height: 60px;
	position: absolute;
	margin-top: 30px;
	=margin-top: 20px;
	margin-left: 150px;
}