	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* end of css reset */
html {
	background: #181818;
}
body {
	font: 14px Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	color: #ddd;
	background: url('img/bg_body.png') top center repeat-x;
}
a {
	color: #aaa;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
p {
	padding: 0;
}
img {
	border: 0;
}

/* __________________ */

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.justify
{
	text-align: justify;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.outer {
	position: absolute;
	top: -3000px;
	left: -3000px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	padding: 15px;
	font: italic 100% Georgia, serif;
	margin: 15px 40px;
	padding: 0 0 0 15px;
	color: #777;
	border: 1px solid #ddd;
}

/* my defaults */
a:hover {
	text-decoration: underline;
}

div.source_area {
	font-size: 11px;
	color: #939393;
}

/* HEADER SECTION *********/
div#header {
	width: 970px;
	height: 163px;
	margin: 0 auto;
	border-bottom: 6px solid #D0D0D0;
	position: relative;
	background: #181818 none repeat scroll 0 0;
}
div#header h1 {
	float: left;
	position: relative;
}
div#header a#blip {
	width: 33px;
	height: 24px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 45px;
}
div#header a#blip img {
	left: -1791px;
}
div#header a#rss {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
div#header a#rss img {
	left: -1766px;
}

div#search {
	width: 260px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 41px;
}
div#search span {
	display: block;
	float: left;
	background: url('img/icons/sprite.png') -1512px 0 no-repeat;
	width: 211px;
	height: 41px;
	line-height: 41px;
}
div#search input {
	display: block;
	border: 0;
	background: transparent;
	width: 188px;
	margin: 12px 12px 0 12px;
	font-size: 120%;
	color: #777;
}
div#search button {
	display: block;
	float: right;
	border: 0;
	background: url('img/icons/sprite.png') -1724px 0 no-repeat;
	width: 41px;
	height: 41px;
	cursor: pointer;
}
/* MAIN MENU */
div#header ul {
	position: absolute;
	top: 105px;
	left: 0;
	width: 670px;
	height: 58px;
	font-size: 85%;
}
div#header li {
	float: left;
}
div#header ul a {
	display: block;
	width: 110px;
	height: 58px;
	background: url('img/icons/bg_menu.png') 0 -59px no-repeat;
	text-align: center;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
}

div#header ul a:hover {
	background: url('img/icons/bg_menu.png') 0 0 no-repeat;
	text-decoration: none;
	color: #444;
}

div#header ul li.selected a{
	background: url('img/icons/bg_menu.png') 0 0 no-repeat;
	text-decoration: none;
	color: #444;
}

div#header ul img { display: block; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icons/menu.png', sizingMethod='scale'); }
div#header ul img#mhomepage { position: relative; top: 0; left: 0; }
div#header ul img#mnews { position: relative; top: 0; left: -110px; }
div#header ul img#mapp { position: relative; top: 0; left: -220px; }
div#header ul img#mgry { position: relative; top: 0; left: -330px; }
div#header ul img#msprzet { position: relative; top: 0; left: -440px; }
div#header ul img#mporady { position: relative; top: 0; left: -550px; }

/* FOOTER **/
div#footer {
	width: 970px;
	margin: 0 auto;
	height: 150px;
	background: transparent url(img/footer_bg.png) repeat-x;
	position: relative;
	clear: both;
}
a#footlink {
	position: absolute;
	top: 0;
	left: 10px;
}
ul#footvermenu {
	position: absolute;
	top: 60px;
	left: 20px;
}
ul#footvermenu li {
	float: left;
	padding-right: 10px;
}


ul#footvermenu a {
	color: #89B0B3;
	line-height: 130%;
}
ul#footvermenu a:hover {
	color: #D6F3F7;
	text-decoration: none;
}
ul#foothormenu {
	position: absolute;
	top: 10px;
	right: 20px;
}
ul#foothormenu li{
	float: left;
	padding: 0 15px;
}
ul#foothormenu a {
	color: #DF5900;
	line-height: 130%;
}
ul#foothormenu a:hover {
	color: #DC5A00;
}
span#madeby {
	position: absolute;
	bottom: 20px;
	right: 40px;
	color: #8c3800;
}
span#madeby a {
	color: #8c3800;
}
span#madeby a:hover {
	color: #DF5900;
	text-decoration: none;
}

/* MAIN ****/
div#main {
	width: 970px;
	margin: 0 auto;
	background: white url('img/bg_main.gif') bottom left repeat-x;
}
div#sidebar {
	width: 300px;
	float: right;
	margin-left: -3px;
	font-size: 90%;
}
div#sidebar h3 {
	position: relative;
	width: 300px;
	overflow: hidden;
}
img.sp {
	position: absolute;
	top: 0;
}
div#sidebar h3.mostread { height: 32px; margin-bottom: 5px;}
div#sidebar img.mostread { left: -912px; }
div#sidebar h3.mostcommented { height: 25px; margin-top: 10px; }
div#sidebar img.mostcommented { left: -612px; }
div#sidebar h3.tags { height: 32px; }
div#sidebar img.tags { left: -312px; }

div#sidebar ul.mostread h4 a {
	color: #000;
}

div#sidebar div.tags {
	word-spacing: 5px;
	line-height: 150%;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}
div#sidebar div.tags a {
	color: #DE5803;
}
div#sidebar div.tags a:hover {
	color: #793000;
	text-decoration: none;
}
ul.mostread h4 {
	padding-bottom: 5px;
}
ul.mostread h4 a {
	color: black;
	font-weight: bold;
}
ul.mostread img {
	float: left;
	width: 100px;
}
ul.mostread p {
	float: right;
	width: 190px;
	color: #333;
	line-height: 120%;
}
ul.mostread p a {
	color: #E05800;
	font-weight: bold;
	font-size: 90%;
}
ul.mostread p a:hover {
	color: #E05800;
}

ul.mostread li {
	padding-bottom: 15px;
}
div.spacer.mostcommented {
	height: 10px;
	min-height: 10px;
	background: #181818;
}
ul.mostcommented {
	padding: 0 0 10px 0;
	background: #181818;
	border-top: 1px solid #282828;
}
ul.mostcommented li {
	height: 40px;
	background: #181818 url('img/icons/sprite.png') +261px +11px no-repeat;
	border-bottom: 1px solid #282828;
}

ul.mostcommented a {
	height: 40px;
	display: block;
	padding-left: 10px;
	border-right: 15px solid #181818;
	color: #B8B8B8;
	font-size: 90%;
}
ul.mostcommented a:hover {
	border: 0;
	background: url('img/icons/sprite.png') -1212px 0 no-repeat;
	height: 40px;
	color: #19171A;
	text-decoration: none;
}
ul.mostcommented a span {
	font-weight: 700;
}

ul.mostcommented a span.most_commented_title {
	font-weight: 100;
	width: 240px;
	display: block;
	padding: 10px;
}


/* main content **/
div#main-content {
	width: 663px;
	padding-right: 7px;
	float: left;
	margin-right: -3px;
	color: #333;
}
div#bigad {
	width: 700px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 0;
	font-size: 0;
}
div#breadcrumb {
	font-size: 80%;
	padding: 5px 0 10px 10px;
}
div#breadcrumb span.hp, div#breadcrumb span.hp a {
	color: #E15901;
	font-weight: bold;
}
div#breadcrumb a {
	color: #111;
}

div.post {
	padding: 30px 13px 15px 13px;
}

div.post a.thumb_link {
	display: block;
	float: left;
	border: 3px solid #b8b8b8;
}

div.post h2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
	color: #000;
	padding: 10px 0;
}
div.post h2 a {
	color: #000;
}
div.post h2 a:hover {
	text-decoration: none;
}
div.post p.tags {
	color: #E15700;
	background: url('img/post_underline.png') bottom center no-repeat;
	padding-bottom: 3px;
	margin-bottom: 12px;
	font-size: 95%;
}
div.post p.tags a {
	color: #E15700;
}
div.post p.tags a:hover {
	color: #793000;
}
div.post img.excerpt {
	float: left;
	width: 300px;
	margin: 0 10px;
}
div.post span.author {
	color: #888;
	font-size: 80%;
	float: left;
}
div.post span.date {
	float: right;
	color: #888;
	font-size: 80%;
}
div.post div.excerpt {
	float: right;
	width: 310px;
}
div.post div.excerpt p {
	padding: 15px 5px 20px 0;
	text-align: justify;
}
div.post div.excerpt a.readmore {
	float: right;
	height: 15px;
	line-height: 15px;
	padding: 10px 0;
	width: 104px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #E05800;
	background: url('img/icons/sprite.png') -208px 0 no-repeat;
}
div.post div.excerpt a.readmore:hover {
	background: url('img/icons/sprite.png') -3413px 0 no-repeat;
	color: #FFFFFF;
}

div.post div.excerpt a.comments {
	margin-right: 10px;
	float: right;
	height: 15px;
	line-height: 15px;
	padding: 10px 0;
	width: 124px;
	text-align: center;
	color: #000000;
	font-size: 90%;
	background: url('img/icons/sprite.png') -84px 0 no-repeat;
}
div.post div.excerpt a.comments:hover , div#comments-box input#submit:hover {
	background: url('img/icons/sprite.png') -3289px 0 no-repeat;
	color: #FFFFFF;
}
div.post div.excerpt a:hover {
	text-decoration: none;
}
div#pagination {
	padding: 20px 0;
}

.wp-pagenavi {
	margin: 0 auto;
	text-align: center;
}

.wp-pagenavi a , .wp-pagenavi a.page {
	padding: 4px 5px 4px 5px;
	margin: 2px;
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	vertical-align: middle;
}

.wp-pagenavi a.page:hover {
	color: #c05800;
	text-decoration: none;
}
.wp-pagenavi a:active {
	color: #000;
}

.wp-pagenavi span.pages {
	color: #000;
}

.wp-pagenavi span {
	color: #000;
	font-weight: bold;
}
.wp-pagenavi span.current {
	padding: 10px 12px 10px 12px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 31px;
	vertical-align: middle;
	color: #E05800;
}
.wp-pagenavi span.extend {
	display: none;
}
.wp-pagenavi .left {
	background: url('img/icons/sprite.png') -24px 5px no-repeat;
	padding: 13px 13px;
	line-height: 0;
	font-size: 10px;
}
.wp-pagenavi .right {
	background: url('img/icons/sprite.png') -54px 5px no-repeat;
	padding: 13px 13px;
	line-height: 0;
	font-size: 10px;
}

/* article **/

div#navigation {
	padding: 7px 15px 0 15px;
}

div#navigation span.prev {
	float: left;
	background: url('img/icons/arrows.png') top left no-repeat;
	line-height: 27px;
	padding-left: 33px;
}

div#navigation span.next {
	float: right;
	background: url('img/icons/arrows.png') bottom right no-repeat;
	line-height: 27px;
	padding-right: 33px;
}

div#navigation a {
	font-weight: bold;
	font-size: 80%;
	color: #333;
}
div.post div.article {
	padding: 5px 10px 20px 0;
	overflow: hidden;
	text-align: justify;
}
div#ratings {
/*	position: relative; */
	height: 33px;
	line-height: 33px;
	color: #aaa;
	font-size: 90%;
}
div#ratings .box {
/*	position: absolute;
	top: 0;
	left: 0;
*/
	padding: 0 0 0 10px;
	height: 33px;
	width: 633px;
	background: #181818;
	margin-left: 12px;
}
div#ratings strong {
	margin-right: 10px;
}
div#ratings span {
	margin-left: 15px;
	font-size: 90%;
}

.post-ratings * {
	float: left;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings img, .post-ratings-loading IMG, .post-ratings-image img {
	border: 0px;
	padding-top: 6px;
	margin: 0;
}
.post-ratings-text {
}

.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}
div#seealso {
	width: 630px;
	margin: 0 auto;
	padding: 0 0 10px 10px;
}
h3.readalso {
	font-size: 100%;
	color: #222;
	font-weight: bold;
	padding: 15px 0 5px 04px;
	margin: 0 0 5px  10px;
	background: url('img/post_underline.png') bottom left no-repeat;
}

div#seealso div.readalso {
	width: 300px;
	float: left;
	padding: 0 15px 15px 0px;
}
div#seealso div.readalso a img {
	float: left;
	width: 100px;
}
div#seealso h4 {
	padding-bottom: 5px;
}
div#seealso h4 a {
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#seealso div.readalso p {
	float: right;
	width: 180px;
	padding-right: 10px;
	font-size: 80%;
	color: #000000;
}
/* KOMENTARZEEEE */
div#comments-box {
	color: #FFFFFF;
	width: 643px;
	margin-left: 12px;
	overflow: hidden;
}
div#comments-box h3#comments {
	height: 25px;
	background: url('img/icons/sprite.png') -2619px 0 no-repeat;
}
div#comments-box h3.add {
	height: 25px;
	background: url('img/icons/sprite.png') -1949px 0 no-repeat;
}
div#comments-box div.left {
	float: left;
	width: 150px;
}
div#comments-box div.right {
	float: right;
	width: 460px;
}
div#comments-box div.submit {
	clear: both;
	text-align: right;
}
div#comments-box input, div#comments-box textarea {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 70%;
	padding: 2px;
	color: #777;
}
div#comments-box textarea {
	height: 110px;
}
div#comments-box input#submit {
	width: 124px;
	background: transparent url(img/icons/sprite.png) no-repeat scroll -84px 0;
	padding-left: 6px;
	line-height: 35px;
	height: 35px;
	font-size: 90%;
	color: #000000;
	cursor: pointer;
	border: 0;
	text-align: left;
	vertical-align: middle;
}

div#comments-box li {
	background-image: url('img/icons/comment_user.png');
	background-repeat: no-repeat;
	font-size: 80%;
}
div#comments-box li.green {
	background-position: 0 30px;
}
div#comments-box li.green div.bg {
	padding: 0 30px 7px 5px;
	background: #181818 none repeat scroll 0 0;
}
div#comments-box li.green div.top {
	background: #181818 none repeat scroll 0 0;
	padding-top: 7px;
}

div#comments-box li.green div.bottom {
	background: transparent url(img/post_underline.png) no-repeat scroll center bottom;
	height: 13px;
}

div#comments-box li.grey {
	background-position: 600px 25px;
}
div#comments-box li.grey div.bg {
	padding: 0 30px 7px 5px;
}
div#comments-box li.grey div.top {
	background: #181818 none repeat scroll 0 0;
	padding-top: 7px;
}
div#comments-box li.grey div.bg {
	background: #181818 none repeat scroll 0 0;
}
div#comments-box li.grey div.bottom {
	background: transparent url(img/post_underline.png) no-repeat scroll center bottom;
	height: 12px;
}
div#comments-box li div.content {
	height: auto !important;
	height: 30px;
	min-height: 30px;
	padding: 5px;
	font-size: 120%;
}
div#comments-box li span.author {

	padding-right: 10px;
	font-size: 150%;
}

div#comments-box li span.author a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

ul.commentlist li div.content a {
	border-bottom: 1px dotted #FFFFFF;
}


form#commentform {
	padding: 6px;
}


div#seealso div.readalso p.readall  {
	padding-top: 5px;
	font-size: 90%;
	font-weight: bold;
}

div#seealso div.readalso p.readall a {
		color: #DE5803;
}

.aligncenter , .alignnone {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

div.article p , div.content p {
	margin: 5px 0;
}

div.article h4 {
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;
}

div.article a {
	color:#E15700;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}

div.article ul , div.article ol{
	margin: 10px 0 5px 30px;
}

div.article ul li , div.article ol li {
	margin: 3px 0px 0px 3px;
	list-style: decimal;
}

div.article ul li ul li , div.article ol li ol li {
	list-style: disc;
}

object , embed {
	margin: 0 auto;
	display: block;
}

div#respond input , div#respond textarea{
	color: #000000;
	font-size: 100%;
}

span.error_info {
	color: #F23D03;
}

.post p.info_404 , .post div.info_404 {
	font-size: 140%;
	padding-top: 20px;
}

div#prev-next-post {
	padding-left: 15px;
}

div#prev-next-post {
	padding-right: 15px;
}


div.post a.thumb_link:hover {
	border: 3px solid #e05800;
}

.ad-1 {
	margin: 0 auto;
	display: block;
}

.ad-1 img {
	margin: 0 auto;
	display: block;
}

#shows{
 float:right;
 font-size: 8pt;
 margin-right: 10px;
 margin-bottom: 2px;
}

div#banner-guide {
	height: 125px;	
}

div#reklama {
	width: 970px;
	background-color: #535353;
	margin: 0 auto;
}
div#reklama div{
	width: 750px;
	margin: 0 auto;
	display: block;

}