body {
	font: 75%/150% "Arial", Tahoma;
	color: #333333;
	background: #f7f3f3;
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #AC4400;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #666666;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Arial", Tahoma;
	padding-bottom: 3px;
}
h1 a, h1 a:visited{
	color: #AC4400;
	text-decoration: none;
}
h1 a:hover{
	color: #AC4400;
	text-decoration: none;
}
h2 {
	color: #666666;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 180%/100% "Arial", Tahoma;
	padding-bottom: 3px;
}
h2 a{
	color: #FF6600;
	text-decoration: none;
}
h2 a:visited {
	color: #AC4400;
	text-decoration: none;
}
h2 a:hover {
	color: #AC4400;
	text-decoration: underline;
}
h3 {
	font: normal 140%/100% "Arial", Tahoma;
	color: #666666;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Arial", Tahoma;
	color: #758d38;
	margin: 10px 0px 5px;
}
h5{font-weight:bold; font-size:11px;}
form {
	margin:0px;
	padding:0px;
}
#page {
margin:0 auto;
width:960px;
}
/* header area */
#header {
	background: #fa6200 url(images/head.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #5B5B5B;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description {
color:white;
font-size:8.5px;
left:20px;
position:absolute;
top:98px;
}
#nav {
	background: #E6E6E6;
bottom:0;
height:36px;
list-style:none outside none;
border-right:1px solid #C3C3C3;
margin:0;
padding:0;
}
#nav li {
float:left;
height:36px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #999999;
	text-decoration: none;
}
#nav .page_item a{
	color: #666666 !important;
	text-decoration: none;
	line-height: 36px !important;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #F6F6F6;
	display: block;
height:36px;
color:black;
padding:0px 15px;
}
#nav .page_item a:hover {
	text-decoration: underline;
}

/* content area */
#content {
float:left;
overflow:hidden;
width:618px;
background:white;
border-right:1px solid #E8E4E3;
}
.post {
background:none repeat scroll 0 0 white;
border-right:1px solid #E8E4E3;
float:left;
margin:0 0 0 0;
padding:20px;
width:578px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
float:left;
margin-left:10px;
width:510px;
}

.entry {
	clear: both;
	padding-top: 0px;
padding-bottom:20px;
border-bottom:1px dotted #cccccc;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	margin:0px 0px 30px 20px ;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
background:none repeat scroll 0 0 #E8E4E3;
border-left:1px solid white;
color:#666666;
float:right;
overflow:hidden;
padding:20px;
width:300px;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font-size: 18px;
	color: #555555;
	margin: 20px 0px 2px;
	border-bottom: 2px solid #D4D4D4;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #E5E5E5;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #D4D4D4;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	background: #5B5B5B url(images/footer-bg.gif) no-repeat;
	color: white;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
width:960px;
margin:0 auto;
}
#footer a, #footer a:visited {
	color: #FF6600;
}
#footer h4 {
	font: normal 146%/100% "Arial", Tahoma;
	color: white;
font-weight:bold;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.png) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}




form { margin: 0px; }
.przycisk { font-family: Verdana; font-size: 10px; font-weight: bold; color: #094F80; border-color: #88BAE0; background: #ff6600; border-style: outset; border-width: 1px; width: 150px; height: 25px; cursor: hand; }
.m { font-size: 10px; }
.W5 { background-color: #D1D1D1; float: right;} .W6 { background-color: #F2F2F2; } .W8 { background-color: #FFFFFF; } .W9 { background-color: #ff6600; } .W12 { background-color: #88BAE0; }
.T8 { color: #ffffff; }
.naglowek_tabeli {float: right;}

ul.wp-polls-ul label{float:none; width:100%;}
ul.wp-polls-ul{margin-bottom:10px !important; padding-bottom:10px;}
silver{color:silver;}





tr.row-a {background:#F8F8F8 none repeat scroll 0 0;}
td.first50 {border-left:0 none; width:50%;}
tr.row-c {background:#DFDFDF none repeat scroll 0 0; font-weight:bold; letter-spacing:0.1em;}
td {border-bottom:1px solid #FFFFFF; border-left:1px solid #FFFFFF; line-height:1.5em; padding:5px 11px;}
tr.row-b {background:#EFEFEF none repeat scroll 0 0;}
table.subskrypcja{padding:0px; margin:0px; border:0px;}
table.subskrypcja tr{padding:0px; margin:6px 0px 6px 0px !important; border:0px;}
table.subskrypcja tr td{padding:0px; margin:0px; border:0px;}
table.subskrypcja tr td input{border:1px solid silver;}

.widget_categories{}
li.rss_head{float:right !important;}
.rss_head a{margin-right:15px; float:left; margin-top:8px;}
.rss_head a.feed{margin-top:5px !important;}
.subskrybuj{background-image:url("images/feed.png"); background-repeat:no-repeat; background-position:0px 0px; text-indent:15px;}
a.more-link {background-image:url("images/button_readmore.gif"); background-position:0 0; background-repeat:no-repeat; color:white; display:block; height:26px; line-height:26px; text-indent:12px; width:93px;}
ul.mostpopular li{background-image:url(images/bestpost.png); background-repeat:no-repeat; background-position:0px 2px; text-indent:20px;}
ul.blogroll li{background-image:url(images/site.png); background-repeat:no-repeat; background-position:0px 2px; text-indent:20px;}
#czego{background:orange; font-weight:bold; padding:3px 5px; text-align:center; color:white;}
#czego a{color:white; font-size:14px;}
#czego a:hover{text-decoration:underline; color:white;}
.FB_share_button {display:inline; float:right;}
.fb-like {height:25px !important;}
/*helion widget*/
li#helion-widget-4 p {float:left !important; font-weight:bold; margin-top:10px; width:130px !important;}
li#helion-widget-4 p a{text-decoration:none; font-weight:normal; color:#FF6600;}
li#helion-widget-4 p a:hover{text-decoration:underline;}

#header_adsense{width:945px; height:23px; display:block; border-top:1px solid #C95D00; border-bottom:1px solid #C95D00; background-image:url(images/head_advert_bg.png); background-repeat:repeat-x; background-position:0px 0px; padding-top:6px; padding-left:15px;}
/*breadcrumbs*/
#breadcrumbs{padding:4px 0 0 10px; color:#a8a8a8;}

/*STICKY NOTES*/
#dropinboxv2cover{width:268px;/*change width to desired */ height:224px;/*change height to desired. REMOVE if you wish box to be content's natural height */ position:absolute;/*Don't change below 4 rules*/ z-index: 100; overflow:hidden; visibility: hidden; font-family:arial; font-size:11px; left:40% !important; top:0px !important;}
#dropinboxv2cover p a{color:#FF6600; position:absolute; top:26px; right:35px;}
#dropinboxv2{width:268px; /*change width to above width-20. */ height:250px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/ border:0px solid black; /*Customize box appearance*/ background-color:transparent; padding:0px; position:relative; /*Don't change below 3 rules */ left:0; top:0;}

ul.y2010summaryList{margin:0px 0px 0px 0px;}
ul.y2010summaryList li{margin:0px 0px 0px 0px;}

/*POPUP*/
body { overflow-x: hidden;}
#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
#popup { display: none; position:absolute; z-index:1002; background-color: #9dc4ff; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; }

div.googleplus{position:absolute; left:300px; top:61px;}
span.fb_share{display:none;}

/* formularz ebook */
div#subscription_form{background:url(images/form_bg.png) no-repeat 0px 0px; width:571x; height:93px; display:block; border:0px; position:relative; margin-bottom:15px;}
div#subscription_form_title{color:#596D6F; font-size:19px; text-indent:90px;}
div#subscription_form_form{clear:both; margin-left:90px; margin-top:19px; position:relative; width:471px;}
div#subscription_form_form input.email_bg{background:url(images/email_bg.png) no-repeat top left; width:87px; height:29px; color:silver; font-size:14px; border:0px; padding:0 30px 0 10px;}
div#subscription_form_form #email{float:left; margin-right:15px;}
div#subscription_form_form span#email_txt{color:#666666; font-size:14px; margin-right:5px;}
#form_txt{color:#666666; font-size:14px; margin-right:5px;}
div#subscription_form_form input.imie_bg{background:url(images/imie_bg.png) no-repeat top left; width:127px; height:29px; color:silver; font-size:14px; border:0px; padding:0 30px 0 10px;}
div#subscription_form_form #imie{float:left;}
span#zapisz{position:absolute; right:0px; top:-6px;}
input.zapisz{background:url(images/zapisz.png) no-repeat 0px 0px; width:108px; height:41px; display:block; color:white; font-weight:bold; font-size:14px; border:0px; cursor:hand;}
input.zapisz:hover{text-decoration:underline;}
span#polityka{position:absolute !important; top:30px; right:2px;}
