*
{
	padding: 0;
	margin: 0;
}

body
{
	font: 11px Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background: #e3e3e3 url(img/body.gif) left 159px repeat-x;
}

a
{
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a:visited
{
	color: #808080;
}
a:hover, a:focus, a:active
{
	color: #333333;
	text-decoration: none;
}

h1
{
	font-size: 130%;
}
h2
{
	font-size: 130%;
}
h3
{
	font-size: 110%;
}
p
{
	padding: 0;
}
img
{
	border: 0;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}
/* __________________ */

.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;
}

.outted
{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

/* __________________ */


div#header-wrap
{
	height: 159px;
	background: url(img/bg_header.gif) repeat-x;
}

div#header
{
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background: url(img/bg_top.jpg) no-repeat;
}

div#header h1
{

	position: absolute;
	top: 41px;
	left: 0;
	width: 277px;
	height: 60px;
	background: url(img/logo.gif) no-repeat;
}


div#header h1 a
{
	display: block;
	height: 60px;
	width: 100%;
	text-indent: -99999px;
}

div#header #search
{
	position: absolute;
	bottom: 65px;
	right: 0;
}

div#header #search input
{
	height: 14px;
	border: 1px solid #989898;
	padding: 2px 5px;
	background: url(img/bg_search.gif) repeat-x;
}

div#header #search button
{
	position: relative;
	height: 23px;
	top: -3px;
	width: 28px;
	border: none;
	background: url(img/search_button.gif) no-repeat;
}


div#header ul#menu
{
	position: absolute;
	bottom: 23px;
	left: 0;
	height: 21px;
	list-style: none;
}

div#header ul#menu li
{
	padding: 0 15px;
	line-height: 21px;
	height: 21px;
	display: block;
	float: left;
	font-size: 110%;
	text-transform: uppercase;
	background: url(img/menu-separator.gif) left center no-repeat;
}

div#header ul#menu li a
{
	color: #dbdbd9;
	text-decoration: none;
}

div#header ul#menu li a:hover
{
	color: #cbe5ff;
}

div#header ul#menu li:first-child
{
	background: none;
}

div#header ul#menu li.current-cat
{
	background-color: #0b1f2c;

}

div#header #top-right
{
	position: absolute;
	top: 30px;
	right: 20px;
}

div#header div.breadcrumb
{
	position: absolute;
	bottom: 0;
	height: 23px;
	line-height: 23px;
	color: white;
}

div#header div.breadcrumb a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div#wrap-footer
{
	height: 238px;
	width: 100%;
	background: url(img/bg_bottom.gif) repeat-x;
}

div#footer
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 100%;
	background: url(img/bg_footer.jpg) -130px bottom no-repeat;
}

div#footer img
{
	position: absolute;
	bottom: 35px;
	right: 140px;
}

div#footer a
{
	color: #dcdddf;
}

div#footer a:hover
{
	color: #cbe5ff;
}

div#footer ul#categories
{
	color: white;
	position: absolute;
	top: 50px;
	left: 10px;
}

div#footer ul#categories li
{
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 110%;
}

div#footer ul#pages
{
	position: absolute;
	list-style: none;
	top: 10px;
	right: 10px;
}

div#footer ul#pages li
{
	padding: 0 10px;
	display: inline;
}

div#footer ul#pages li a
{
	text-decoration: none;
}

div#main
{
	padding: 10px 0;
	width: 980px;
	margin: 0 auto;
	background: url(img/bg_main.gif) right top repeat-y;
}

div.ad-1
{
	width: 750px;
	margin: 10px auto;
}

div.ad-1 div
{
	margin: 0 auto;
}

div#main div#content
{
	width: 680px;
	float: left;
}

div#main div#content div.post
{
	position: relative;	
		color: #757575;
		padding-bottom: 20px;

}

div#main div#content div.post.info p
{
	padding: 5px 0;
}

div#main div#content div.post div.date
{
	position: absolute;
	top: 5px;
	left: -65px;
	width: 55px;
	height: 70px;
	color: white;
	text-align: center;
	background: url(img/bg_date.gif) 0 0 no-repeat;
}

div#main div#content div.post div.date span.m
{
	line-height: 20px;
	font-size: 90%;
	color: #bc7c00;
}

div#main div#content div.post div.date span.d
{
	line-height: 30px;
	font-weight: bold;
	font-size: 200%;
	color: white;
}

div#main div#content div.post div.date span.y
{
	line-height: 20px;
	font-size: 80%;
	color: #979797;
}

div#main div#content div.post h3
{
	color: #757575;
	font-size: 160%;

}

div#main div#content div.post h3 a
{
	color: #757575;
	text-decoration: none;
}

div#main div#content div.tags
{
	padding: 5px 0 10px 5px;;
}
div#main div#content div.tags a
{
	color: #d78e00;
	text-decoration: none
}

div#main div#content div.tags a:hover
{
	color: white;
	background: #d78e00;
}

div#main div#content div#listing div.post img
{
	width: 400px;
	height: 270px;
	border: 3px solid #2f6fa1;
}

div#main div#content div#listing div.text
{
	margin-right: 2px;
	width: 248px;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	float: right;
}

div#main div#content div#listing div.links
{
	margin: 10px 0 -1px 0;
	height: 26px;
	border-bottom: 3px solid #2f6fa1;
}

div#main div#content div#listing div.links a.comments
{
	width: 97px;
	height: 26px;
	display: block;
	line-height: 24px;
	color: #386a9c;
	text-decoration: none;
	background: url(img/komentuj.gif) 0 center no-repeat;
	text-align: right;
	float: left;
}

div#main div#content div#listing div.links a.more
{

	width: 142px;
	height: 32px;
	display: block;
	background: url(img/czytaj_wiecej.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}

div#main div#content div#prev-next-post
{
	width: 650px;
	height: 50px;
}

div#main div#content div#page div.post div.excerpt, div#main div#content div#art div.text
{
	padding-right: 20px;

}

div#main div#content div#page div.post div.excerpt a, div#main div#content div#art div.post div.text a
{

}
div#main div#content div#page div.post div.excerpt a:hover, div#main div#content div#art div.post div.text a:hover
{

}

div#main div#content div#art div.post img
{
	float: left;
	margin: 0 10px 5px 0;
}

div#main div#content div#page div.post div.excerpt, div#main div#content div#art div.post div.text
{
	font-size: 120%;
	color: #767676;
}



div#main div#content div#page div.post div.excerpt div.text p, div#main div#content div#art div.post div.text p
{
	padding: 5px 0;
}

div#main div#content div#page div.post div.excerpt div.text div.wp-caption, div#main div#content div#art div.post div.text div.wp-caption
{
	background: white;
	border: 1px solid gray;
	color: #656565;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
}

div#main div#content div#page div.post div.excerpt div.text div.wp-caption img
{
	float: none;
}

div#main div#content div#page div.post div.excerpt div.text div.wp-caption a, div#main div#content div#art div.post div.text div.wp-caption a
{
	border: none;
}

div#main div#content div#page div.post div.excerpt div.text div.wp-caption p.wp-caption-text, div#main div#content div#art div.post div.text p.wp-caption-text
{
	text-align: center;
	font-size: 90%;
}


div#main div#content div#art div.post div.text div.wp-caption object
{
	margin: 0 auto;
	display: block;
}


div#main div#content div#page div.post div.excerpt div.text blockquote,  div#main div#content div#art div.post div.text blockquote
{
	margin: 10px 0;
	padding: 5px 10px 5px 45px;
	border: 1px dotted #cfcfcf;
	color: #656565;
	font: 100% georgia;
	font-style: italic;
clear: both;
	background: url(img/icon_quote.png) 10px 8px no-repeat;
}

div#main div#content div#page div.post div.excerpt div.text ul, div#main div#content div#art div.post div.text div.wp-caption ul
{
	padding-left: 25px;
	list-style: disc;
}

div#main div#content div#page div.post div.excerpt div.text ol, div#main div#content div#art div.post div.text div.wp-caption ol
{
	list-style-type: decimal;
	padding-left: 25px;
}

div#main div#content div#page div.post div.excerpt div.text li, div#main div#content div#art div.post div.text div.wp-caption li
{
	padding: 3px 0;
}

div#main div#content div#metainfo
{
	clear: both;
	height: 10px;
	line-height: 10px;
	padding: 20px 10px 0 10px;
}

div#main div#content div#metainfo a
{
	color: #da8f00;
	text-decoration: none;
	font-weight: bold;
}

div#main div#content div#metainfo a:hover
{
	color: white;
	background: #da8f00;
}

div#main div#content div#metainfo img
{
	vertical-align: middle;
}

div#main div#content div.post-ratings
{
	color: white;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	width: 659px;
	padding: 0 10px;
	background: #1c4570;

}
div#main div#content div.post-ratings img
{
	vertical-align: middle;
}






div#main div#content div#art h2.comments
{
	margin: 10px 0;
	padding-left: 140px;
	font-variant: small-caps;
	font-weight: bold;
	height: 24px;
	color: #386a9d;
	background: url(img/komentarze.gif) 0 0 no-repeat;
}

div#main div#content div#art ul#comments
{
	padding: 10px;
	list-style: none;
}

div#main div#content div#art ul#comments li
{
	padding: 10px;
	color: #767676;
}

div#main div#content div#art ul#comments li div p
{
	padding: 5px 0 0 0;
	width: 100%;
	overflow: hidden;
}

div#main div#content div#art ul#comments li p.float-right
{
	font-size: 80%;
	color: #767676;
}

div#main div#content div#art h2.do_comment
{
	margin: 10px 0;
	height: 24px;
	background: url(img/dodaj-komentarz.gif) 0 0 no-repeat;
}

div#main div#content div#art div#add-comment-form
{
	width: 630px;
	padding: 10px 0px 10px 20px;
}
div#main div#content div#art div#add-comment-form p {
	padding: 0;
}
div#main div#content div#art div#add-comment-form textarea
{
	width: 475px;
	height: 60px;
	color: #474747;
	float: right;
	background: #bbbbbb url(img/bg_textarea.gif) 0 0 repeat-x;
}

div#main div#content div#art div#add-comment-form textarea.szersze
{
	width: 98%;
	height: 82px;
	float: none;
}

div#main div#content div#art div#add-comment-form input
{
	color: #474747;
	background: #bbbbbb url(img/bg_input.gif) 0 0 repeat-x;
	width: 120px;
}

div#main div#content div#art div#add-comment-form textarea, div#main div#content div#art div#add-comment-form input
{
	margin: 2px 0;
	border: 1px solid #989898;
	font-size: 11px;
	padding: 2px 4px;
	color: #474747;
}

div#main div#content div#art div#add-comment-form button
{
	margin: 10px 0;
	border: 0;
	width: 435px;
	height: 29px;
	background: url(img/dodaj-komentarz-button.gif) 0 0 no-repeat;
	cursor: pointer;
}

div.wpcf7
{
	margin: 10px 0;
}

div.wpcf7 p
{
	padding: 2px 0;
}






div#main div#sidebar
{
	width: 300px;
	float: right;
}





div#main div#sidebar h2
{
	color: white;
	text-indent: -9999px;
}

div#main div#sidebar h2#tagi
{
	background: #67a7e3 url(img/sprites.gif) 0 -28px no-repeat;
}

div#main div#sidebar h2#najczesciej-czytane
{
	height: 29px;
	background: url(img/headers.gif) 0 0 no-repeat;
}

div#main div#sidebar ul#najczesciej-czytane
{
	list-style: none;
	padding: 10px 0px 10px 10px;
}

div#main div#sidebar ul#najczesciej-czytane h3
{
	font-size: 110%;
	margin: 4px 0;
}

div#main div#sidebar ul#najczesciej-czytane h3 a
{
	text-decoration: none;
		color: #767676;
		font-size: 120%;
}

div#main div#sidebar ul#najczesciej-czytane img
{
	border: 1px solid #808080;
	padding: 2px;
	float: left;
}

div#main div#sidebar ul#najczesciej-czytane div.excerpt
{
	padding-right: 15px;
	width: 160px;
	float: right;
	color: #767676;
}

div#main div#sidebar ul#najczesciej-czytane div.right
{
	padding-right: 15px;
	padding: 10px 20px 15px;
}

div#main div#sidebar ul#najczesciej-czytane div.right a
{
	text-decoration: none;
	border-bottom: 1px dotted #3f85b8;
	color: #3f85b8;
}

div#main div#sidebar ul#najczesciej-czytane div.right a:hover
{
	border: none;
}

div#main div#sidebar h2#najczesciej-komentowane
{
	margin-bottom: 10px;
	height: 22px;
	background: url(img/headers.gif) 0 -43px no-repeat;
}

div#main div#sidebar ul#najczesciej-komentowane
{
	list-style: none;

}

div#sidebar ul#najczesciej-komentowane li
{
	background: url(img/arrow.gif) 10px center no-repeat;
	border-bottom: 1px solid #e8e8e8;
}

div#sidebar ul#najczesciej-komentowane li a
{
	display: block;
	width: 220px;
	padding: 10px 50px 10px 30px;
	color: #777777;
	
	font-size: 120%;
	text-decoration: none;
	position: relative;
}

div#sidebar ul#najczesciej-komentowane li a:hover
{

}

div#sidebar ul#najczesciej-komentowane li a span
{
	display: block;
	position: absolute;
	right: 10px;
	top: 32%;
	font-weight: bold;
	color: #386a9d;
}

div#main div#tags
{
	padding: 10px;

	word-spacing: 4px;
}


div#main div#sidebar h2#tagi
{
	margin-top: 20px;
	height: 24px;
	background: url(img/headers.gif) 0 -75px no-repeat;
}
#partnerzy {
	height: 38px;
	margin-top: 20px;
	width: 298px;
	background: url(img/partnerzy.png) -10px 0;
}
#partners img {
	display: block;
	margin: auto;
}

div#main div#tags p
{
	margin-top: 10px;
	padding: 10px 0;
	font-weight: normal;
	word-spacing: 0;
}

div#sidebar div#tags a
{
	font-family: 'century gothic', verdana, tahoma, arial, sans-serif;
	text-decoration: none;
	color: #9e9e9e;
}

div#sidebar div#tags a:hover
{
	background: #d98e00;
	color: #404040;
}

div#sidebar div#tags p a
{
	font-family: Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	border-bottom: 1px dotted #333333;
}

div#sidebar div#tags p a:hover
{
	border-bottom: none;
	background: none;
}

div#sidebar div.ad-2
{
	width: 300px;
}

div.billboard_bottom 
{
	width: 700px; 
	height: 100px;  
	position: absolute; 
	top: 31px; 
	left: 140px;
}
#adtaily-s1 {
	margin-bottom: 15px;
}
