*
{
	font-family: Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif !important;
}

html
{
	height: 100%;
	background: white url(img/bg_html.png) 0 0 repeat-x;
}

body
{
	font: 11px Verdana, Tahoma, Sans, 'Lucida Grande', sans-serif;
	color: #333333;
	background: url(img/bg_body.png) center center repeat-y;
}

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
{
	margin: 0 auto;
	width: 970px;
	height: 147px;
	border-bottom: 1px solid #b2b2b2;
	background: url(img/bg_header.png) 0 0 repeat-x;
	position: relative;
}

div#header h1
{
	position: absolute;
}

div#header div#login
{
	position: absolute;
	top: 20px;
	right: 15px;
	color: #3f5a8d;
	font-size: 130%;
}

div#header div#blip
{
	position: absolute;
	top: 20px;
	right: 15px;
	word-spacing: 5px;
}

div#header div#login a
{
	margin-left: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #3f5a8d;
	color: #3f5a8d;
}

div#header div#login a:hover
{
	border-bottom: none;
}

div#header ul
{
	position: absolute;
	bottom: 8px;
	left: 10px;
	height: 30px;
}

div#header ul li
{
	padding: 0 15px;
	height: 30px;
	float: left;
	font-variant: small-caps;
	font-size: 140%;
	background: url(img/sprites.gif) -205px 0 no-repeat;
}

div#header ul li.current-cat a
{
	font-weight: bold;
}

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

div#header ul li a
{
	display: block;
	padding-top: 6px;
	height: 24px;
	color: #062d75;
	text-decoration: none;
	float: left;
}

div#header ul li a:hover
{
	padding-top: 4px;
	height: 26px;
	color: #404040;
	text-decoration: none;
}

div#header div#search
{
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 27px;
	width: 204px;
	background: url(img/sprites.gif) 0 0 no-repeat;
}

div#header div#search input
{
	width: 155px;
	padding: 5px 10px 0 10px;
	height: 20px;
	border: 0;
	color: #4d5568;
	background: transparent;
}

div#header div#search button
{
	position: absolute;
	right: 0;
	top: 0;
	height: 27px;
	width: 29px;
	display: block;
	border: 0;
	background: url(img/sprites.gif) -175px 0 no-repeat;
	cursor: pointer;
}

div#header a#blip
{
	display: block;
	position: absolute;
	top: 10px;
	right: 50px;
	width: 32px;
	height: 24px;
	background: url('img/bip_rss.png') center left no-repeat;
}

div#header a#rss
{
	display: block;
	position: absolute;
	top: 10px;
	right: 14px;
	width: 25px;
	height: 24px;
	background: url('img/bip_rss.png') center right no-repeat;
}


div.source_area {
	font-size: 11px;
	color: #939393;
}


div.ad-1
{
	margin: 10px auto;
	width: 750px;
	font-size: 0;
	line-height: 0;
}

div#main
{
	margin: 0 auto;
	width: 970px;
}

div#footer
{
	position: relative;
	margin: 0 auto;
	width: 969px;
	height: 157px;
	border-bottom: 1px solid #b2b2b2;
	background: url(img/bg_footer.png) 0 0 repeat-x;
	clear: both;
}

div#footer a
{
	text-decoration: none;
	border-bottom: 1px dotted #3f5a8d;
}

div#footer a:hover
{
	text-decoration: none;
	border: none;
}

div#footer ul#categories
{
	list-style: none;
	position: absolute;
	top: 70px;
	left: 50px;
}

div#footer ul#categories li
{
	float: left;
	padding: 2px 10px;
}

div#footer ul#pages
{
	position: absolute;
	top: 30px;
	right: 20px;
}

div#footer ul#pages li
{
	padding-left: 10px;
	float: left;
}

div#footer div#copy
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#footer a img
{
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* ___________ */

div#main div#main-content
{
	width: 630px;
	padding: 10px 20px;
	float: left;
}

div#main div#main-content a
{
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #333333;
}

div#main div#main-content a:hover
{
	border: none;
	color: #808080;
}


div#main div#prev-next-post
{
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
}

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

div#main div#main-sidebar h2
{
	padding-left: 35px;
	height: 35px;
	color: white;
	background: #67a7e3;
	line-height: 35px;
}

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

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

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

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

div#main div#main-sidebar ul#najczesciej-czytane h3 a
{
	text-decoration: none;
		color: #3f5a8d;
}

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

div#main div#main-sidebar ul#najczesciej-czytane div.excerpt
{
	padding-right: 15px;
	width: 170px;
	float: right;
	text-align: justify;
}

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

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

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

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

div#main div#main-sidebar ul#najczesciej-komentowane
{


}

div#main div#main-sidebar ul#najczesciej-komentowane li
{


}

div#main div#main-sidebar ul#najczesciej-komentowane li a
{
	display: block;
	width: 240px;
	padding: 10px 50px 10px 10px;
	color: #333333;
	font-size: 110%;
	background: #c2cff1;
	text-decoration: none;
	position: relative;
}

div#main div#main-sidebar ul#najczesciej-komentowane li a:hover
{
	background: #ffffcc;
}

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

div#main div#main-sidebar div#main-sidebar-tagi
{
	padding: 10px 10px 10px 0;

	word-spacing: 4px;
}

div#main div#main-sidebar div#main-sidebar-tagi p
{
	padding: 10px 0;
	font-weight: normal;
	word-spacing: 0;
}

div#main div#main-sidebar div#main-sidebar-tagi a
{
	font-family: 'century gothic', verdana, tahoma, arial, sans-serif;
	text-decoration: none;
}

div#main div#main-sidebar div#main-sidebar-tagi a:hover
{
	background: #a8ceee;
	color: black;
}

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

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

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

/* _________________ */

div#main div#main-content.listing
{


}

div#main div#main-content.listing div.post, div#main div#main-content.single div.post, div#main div#main-content.page div.post
{
	margin: 10px 0 20px 0;
	clear: both;
}



div#main div#main-content.listing div.post h3, div#main div#main-content.single div.post h3, div#main div#main-content.page div.post h3
{
	margin: 10px 0;
	font-size: 160%;
	font-weight: bold;
}

div#main div#main-content.listing div.post h4, div#main div#main-content.single div.post h4, div#main div#main-content.page div.post h4
{
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;
}

div#main div#main-content.listing div.post h5, div#main div#main-content.single div.post h5, div#main div#main-content.page div.post h5
{
	padding: 10px 0;
	font-size: 110%;
	font-weight: bold;
}

div#main div#main-content.listing div.post h6, div#main div#main-content.single div.post h6, div#main div#main-content.page div.post h6
{
	padding: 10px 0;
	font-size: 100%;
	font-weight: bold;
}

div#main div#main-content.listing div.post h3 a, div#main div#main-content.single div.post h3 a
{
	border: none;
}

div#main div#main-content.listing div.post p.tags, div#main div#main-content.single div.post p.tags
{
	border-bottom: 1px dotted #2444bb;
	color: #072d74;
	padding: 3px 0 10px 0;
	font-size: 90%;
	margin-bottom: 10px;
}

div#main div#main-content.listing div.excerpt
{

}

div#main div#main-content.listing div.excerpt a, div#main div#main-content.single div.excerpt
{
	border: none;

}
div#main div#main-content.listing div.excerpt a, div#main div#main-content.single div.excerpt a.author {
	color: #888;
	text-decoration: none;
}
div#main div#main-content.listing div.excerpt a:hover, div#main div#main-content.single div.excerpt a.author:hover {
	text-decoration: underline;
}

div#main div#main-content.listing div.excerpt a img
{
	float: left;
	margin: 0 10px 5px 0;
}

div#main div#main-content.listing div.excerpt div.date, div#main div#main-content.single div.excerpt div.date
{
	height: 20px;
	font-size: 90%;
	color: #7e7e7e;
}

div#main div#main-content.listing div.excerpt p.text, div#main div#main-content div.excerpt div.text, div#main div#main-content.page div.post div.excerpt div.text
{
	line-height: 15px;
	font-size: 110%;
	margin: 10px 0;
	text-align: justify;
}

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

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


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

div#main div#main-content div.post div.excerpt div.text div.wp-caption p.wp-caption-text
{
	text-align: center;
	font-size: 90%;
}
/* Moje zmiany - Kamil Łachowski*/
div#main div#main-content div.post div.excerpt div.text p img
{
	padding: 0 10px 5px 0;
	/*float: left;*/
	display: block;
	margin: 0 auto;	
}

div#main div#main-content div.post div.excerpt div.text p object
{
	margin: 0 auto;
	display: block;
}
div#main div#main-content div.post div.excerpt div.text p.small a img
{
	padding: 0 10px 5px 0;
	float: left; 
	margin: 0px;
}
/* Koniec moje zmiany - Kamil Łachowski*/
div#main div#main-content div.post div.excerpt 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#main-content div.post div.excerpt div.text ul
{
	padding-left: 25px;
	list-style: disc;
}

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

div#main div#main-content div.post div.excerpt div.text ul li
{
	padding: 3px 0;
}

div#main div#main-content.listing div.excerpt div.buttons
{
	padding: 10px 0;
	text-align: right;
}

div#main div#main-content.listing div.excerpt div.buttons span
{
	background: url(img/sprites.gif) -30px -259px no-repeat;
	padding: 4px 10px;
	border: 1px solid #bcbcbc;
}

div#main div#main-content.listing div.excerpt div.buttons span.icon
{
	background: url(img/sprites.gif) 0 -259px no-repeat;
	padding-left: 40px;
}

div#main div#main-content.listing form#searchform
{
	margin: 10px 0;

}


div#main div#main-content.single div.post-ratings
{
	padding: 0 20px;
	width: 590px;
	border-top: 1px dotted #797979;
	border-bottom: 1px dotted #797979;
	font-size: 90%;
	height: 52px;
	line-height: 52px;
	background: url(img/bg_ratings.gif) 0 0 repeat-x;

}

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








div#main div#main-content.single h2.comments
{
	margin: 10px 0;
	padding: 3px 0 3px 40px;
	font-variant: small-caps;
	font-weight: bold;
	height: 24px;
	border-bottom: 1px dotted #5c5c5e;
	color: #5c5c5e;
	background: url(img/sprites.gif) 0 -134px no-repeat;
}

div#main div#main-content.single ul#comments
{
	padding: 10px 20px 10px 30px;
	list-style: none;
}

div#main div#main-content.single ul#comments li
{
	padding: 0px 0 10px 30px;
	background: url(img/dymek.gif) 0 0px no-repeat;
}

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

div#main div#main-content.single ul#comments li p.float-right
{
	font-size: 90%;
	color: #998675;
}

div#main div#main-content.single h2.do_comment
{
	margin: 10px 0;
	padding: 3px 0 3px 40px;
	font-variant: small-caps;
	font-weight: bold;
	height: 24px;
	border-bottom: 1px dotted #5c5c5e;
	color: #5c5c5e;
	background: url(img/sprites.gif) 0 -168px no-repeat;
}

div#main div#main-content.single div#add-comment-form
{
	padding: 10px 0px 10px 0;
}
div#main div#main-content.single div#add-comment-form p {
	padding: 0;
}
div#main div#main-content.single div#add-comment-form textarea
{
	width: 475px;
	height: 60px;
	float: right;
}

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

div#main div#main-content.single div#add-comment-form input
{
	width: 120px;
}

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

div#main div#main-content.single div#add-comment-form button
{
	color: #082d74;
	padding-left: 15px;
	font-weight: bold;
	margin: 10px 0;
	border: 0;
	background: url(img/sprites.gif) 0 -196px no-repeat;
	cursor: pointer;
}

div.wpcf7
{
	margin: 10px 0;
}

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





div#main-content.single h3 {
	
}

div#main-content.single p {
	padding: 10px 10px 10px 0;
	line-height: 140%;
}
div#main-content.single blockquote {
	padding: 10px;
	font-style: italic;
}

div#reklama {
 width: 970px;
 margin: 0 auto;
}

#widget1
{
	margin: 10px 0;
}

#widget1 #center ul li h2
{
	height: auto;
	line-height: normal;
	padding: 0;
	background-color: transparent;
}

#widget1 #bottom #links
{
	font-size: 12px !important;
}

#adtaily-s1 {
	margin-bottom: 6px;
}
