/*Tlo*/
body {
	background:#181510 url('images/tlo.jpg') center top fixed; 
	font: 13px  "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 
	color:#c0c0c0; 
}


/*Style linków*/
a {
	text-decoration:underline;
	color: #e3a61c; 
}
a:hover {text-decoration:none;}


/*Logo*/
#logo {
padding-top:5px;
	height:100%;
	width:1000px;	
}


/*Menu kolory*/
#menu {
	background: url('images/menu.gif') center transparent;
	height: 75px;
z-index:1000;

}

#menu li a {
	font:11px  "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; /*Menu style czcionek*/
	color:#e1e1e1;	/*menu kolor czcionek*/
}

#menu li a:hover {
	color:#fff; /*menu kolor hover*/
} 


/*Kolory bannera*/
#banner {
height: 100%; 
overflow: hidden;
background:url(images/img.jpg) ;
z-index:-1;
}


/*Szukaj / RSS*/
.holder {
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#999999;
	line-height:17px;
	margin:0 0 5px;
}

/*Posty*/
.title {
	margin-top: 40px;
position: relative;
margin: 0 auto;
padding-top: 30px;

}
	/*Posty naglówki**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#fff;
	font-style:italic;
	text-align:center;
	
	
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#fff;	
	font-style:italic;
position: relative;
margin: 0 auto;

}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#fff;
	font-style:italic;
text-align:center;
}
	/*Data i kategoria*/
.title span a, .title span {
	color:#999999;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
text-align:center;
}


/* Nastepna / Poprzednia strona - nawigacja*/
.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
	width: 100%;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #fff;}

/*Footer linki*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




body {
	margin:0;		
}
img {border-style:none;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*container*/
#main {
	margin:0 auto;
	width: 1000px;
	padding:33px 0 20px;
	text-align:center;
}
/*header*/
#header img {display:block;}
#menu {
z-index:1000;
	list-style:none;
	margin:0 auto;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#2c2219;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#fff;}
.holder {
	padding:20px 15px 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:970px;
	padding:23px 15px 0px 15px;
}
.entry {	
	overflow:hidden;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
	font-style: italic;
}
.postmetadata {
background:url(images/menu.gif) center;
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.breaker {height: 20px; width: 100%;}
.input{
background-image:url(images/search.gif);}
/*Formularz góra*/
.text {
    background:#362b21;
    border:1px #000;
	color:#d9d9d9;
}

ol.commentlist { list-style:none; margin:0 0 ; padding:0; text-indent:0; 	}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { padding:1em;}
ol.commentlist li div.comment-author {color:#e3a61c;	display:inline;}
ol.commentlist li div.vcard { font:inherit;color:#e3a61c; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {color:#e3a61c; text-decoration:none;}
ol.commentlist li div.vcard cite.fn a.url {text-dekoration:underline;}
ol.commentlist li div.vcard img.avatar { border:3px solid #dcdcdc; float:left; margin:0em 1em 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {	text-indent: -3000px;
}
ol.commentlist li div.span.says {	text-indent: -3000px;
}
ol.commentlist li div.commentmetadata {font-style:italic;}
ol.commentlist li div.comment-meta { float:right; font-size:10px; font-family: inherit; font-style:italic;}

ol.commentlist li div.comment-meta a { color:#5c4f3b;text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { text-decoration:underline; }
ol.commentlist li p { font-size:12px; margin:5px; 0em 0em 0em; 	display:inline; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0em 0em 0em 0em; }
ol.commentlist li div.reply { font-size:11px; margin:0em 0em 0em 0em; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #707070; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #6a6a6a; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #969696; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:url(images/bg_coments.jpg) fixed; }
ol.commentlist li.odd { background:url(images/bg_coments_ch.jpg) fixed;; }
ol.commentlist li.parent { border-left:5px solid #464646; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em;}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*Komentarze - formularz*/
input{
background:url(images/bg_com.gif) -20px;
text-align:center;
width:165 px;
height:22px;
border:0px;
padding-top:3px;
color:#CCCCCC ;} 

textarea{
background:url(images/komentarze.gif) center no-repeat ;
text-align:center;
width:369 px;
height:188px;
border:0px;
margin-top:10px;
color:#CCCCCC;
font-size:14px;
 } 




.comment-time {
	color:#cccccc;
	margin:0 0 0 10px;
}
.comments-body p, 
.comments-body p a {
	font-size:11px;  
	font-family:Arial, Helvetica, sans-serif;  
	font-style:normal;  
	  
}
.comments-body p {
	 
}
.comments-body p span.comment-author,
.comments-body p.alt span.comment-author,
.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited,
.comments-body p a:hover,
.comments-body p.alt a:hover {
	color: #e3a61c; 
	 
}
.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited {
	text-decoration:none; 
}
.comments-body p a:hover,
.comments-body p.alt a:hover {
	text-decoration:underline; 
}
.comments-header p  {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.comments-header p a {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.comments-header p a:link {
	text-decoration:none;
}
.comments-header p a:visited {
	text-decoration:none;
}
.comments-header p  a:hover {
	text-decoration:underline;
}
.comment {
	border:0px;
}
.entry-comments .alt {
		 
}
.entry-comments .bypostauthor {
		}
.entry-comments .unapproved {
	font-style:italic; 
	 
} 
/* minima comments */
.comments-count p {
	color:#7c421d;
	}
.comments-count p.no-comments {
	color:#7c421d;
	}
.comments-count {
	color:#3333cc;
}
.entry-comments  {
	background:url(images/com_calosc.jpg);
	height:30px;
}


}
.comments-count-active span.hide-text {
	display:inline !important;
}
.comments-count-active span.show-text {
	display:none !important;
}
.entry-comments p {
padding-top:5px;
	font-weight:bold;
	text-align:left;
padding-left:20px;
}
.comments-header p {

}
.postedby {
	margin-right: 15px;
}
.comments-header p.post-interact {

}
.post-interact span {
	margin-left:0px;
}
.comments-body {
	max-height:60px;
	overflow:auto;
	margin:0;
	background:url(images/com_calosc.jpg);
	text-align:left;
}
.comment {
	padding:.47em;
	line-height:1.2em;
}

