* {
	margin:0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font: normal 11px Arial,sans-serif;
	color: #1F1F1F;
	margin: 0; 
	padding: 0;
	text-align: center; /* IE */
}

a {
	font: bold 11px Arial,sans-serif;
	color: #FFF;
	text-decoration: none;

}

a:hover {
	font: bold 11px Arial,sans-serif;
	color: #E3E7EB;
}

#container {
	background: #E3E7EA;
	width: 900px;
	padding: 0;  
	margin: 0 auto; 
	position: relative;	
}

#header {
	background: #1C2021 url(img/header.jpg) no-repeat top center;
	width: 900px;
	height: 204px;
	position: relative;
}

#header h1 a {
	display: block;
	width: 900px;
	height: 204px;
	text-indent: -9999px;
	overflow: hidden;
}

#content {
	width: 885px;
	position: relative;	
	margin: 15px 0 0 15px;
}

#sidebar {
	background: #E3E7EA; 
	width: 200px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
}
#menu {
	background: #C9546F url(img/menu-top.jpg) no-repeat top center;
	min-height: 100px;
	padding: 45px 0 50px 0;
}

#menu-items ul, #polecamy-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-items li a, #polecamy-items li a {
	height: 21px;
	float: left;
	width: 185px;
	display: block;
	white-space: nowrap;
	border: 0;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 15px;
} 

/* Hide from IE5-Mac \*/
#menu-items li a , #polecamy-items li a {
float: none
}
/* End hide */
#polecamy{
	background: #C9546F url(img/polecamy-top.jpg) no-repeat top center;
	padding: 45px 0 50px 0;
	margin: 30px 0 0 0;
}

#polecamy-items h2 {
	display: none;
}
#main {
	width: 655px;
	background-color: #E3E7EA;
	min-height:500px;
	float: right;
}
#main-top {
	background: url(img/content-top.jpg) no-repeat top center;	
	width: 655px;
	height: 29px;
}

#main-top  h2{
	float: left;
	margin: 0;
	padding: 3px 0 0 30px;
	color: #000;
	font: bold 18px Arial,sans-serif;	
}

#main-content {
	width: 655px;
	padding: 5px 0 0 0;
	margin: 0;
	min-height: 350px;
}

#main-content p {
	text-align: left;
	padding: 0 40px 10px 15px;
	line-height: 20px;
}

#main-content img {
	float: left;
	padding: 5px 30px 5px 5px;
	border: 0px;
}


#footer {
	top: 50%;
    background: #202020 url(img/footer.jpg) no-repeat bottom center;
    width:900px;
	margin: 33px 0 0 0;
    height:47px;
    clear:both;
	color: #000;
}

#footer p {
	padding: 19px 0 0 0;
}
#footer a, #comments a {
	color: #000;
}
#footer a:hover, #comments a:hover {
	text-decoration: underline;
}

/*style dla komentarzy */
ol.commentlist { list-style:none; margin:0 0 1em; 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 {text-align: left;}
ol.commentlist li div.vcard {}
ol.commentlist li div.vcard cite.fn { font-style:normal;}
ol.commentlist li div.vcard cite.fn a.url {}
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 {}
ol.commentlist li div.commentmetadata {text-align: left;}
ol.commentlist li div.comment-meta {text-align: left;}
ol.commentlist li div.comment-meta a {text-align: left;}
ol.commentlist li p { margin:1em 0em 0em 0em; }
ol.commentlist li ul { margin:1em 0em 0em 0em; }
ol.commentlist li div.reply { margin:1em 0em 0em 0em; text-align: left; }
ol.commentlist li div.reply a { font-weight:bold; text-align: left; }
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 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #6a6a6a; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #969696; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#f1f1f1; }
ol.commentlist li.odd { background:#f9f9f9; }
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 {}
#respond h3, #comments {
	text-align: left;
	padding: 1em 0 1em 2em;
}

#comments img {
	padding: 2px;
}
