/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
html {
	margin: 0;
	padding: 0;
	min-width: 850px;
 	border-top: 4px solid red;
	background: #fafafa url('http://yasne.pl/i/bg03.gif') repeat-x;
	}
body {
/* 	border-top: 4px solid red; */
	min-width: 850px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: transparent;
	color: #333;
	text-align: center;
	}

#page {
	background-color: transparent;
	border: 0px solid #959596;
	text-align: left;
	}
#headerimg 	{ 
	margin: 0; 
	height: 42px;
	line-height: 42px;  
	float: left;
	overflow: hidden;
	background: transparent /*url('http://yasne.pl/i/yasne01.gif') no-repeat center center*/;
	} 
#YasneHeaderSpan { color: ; font-size: 130%; }
#content {
	font-size: 1.2em
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url() no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
/* 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
	}

h1 {
	font-size: 16px;
	text-align: left;
	}

h2 {
	font-size: 40px;
	
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: silver;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: red;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: inherit;
	text-decoration: none;
	}
a:link, a:visited { 
	color: #333;
	}
a:hover {
	color: red;
	background: yellow;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: transparent;
	margin: 5px auto;
	padding: 0;
	width: 800px;
	border: 0px solid #959596;
	}

#header {
	background-color: transparent;
	margin: 15px 0 0px 0px; 
	padding: 0; 
	height: auto; 
	width: 100%;
	border: 0px dotted silver;
	height: 42px;
	}
#headerimg {
	margin: 0;
	height: auto;
	width: auto;
	}
#YasneMenu { 
	float: right;
	width: auto;
	background: ;
	height: 42px;
	}
#YasneTelefon {
	text-align: right;
	padding: 0;
	color: gray;
	margin-top: 40px;
	clear: both;
	}
_#YasneTelefon { margin-top: 40px; }

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr { display: block; }
.postmetadata {	clear: left; }

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 15px 0 30px 0;
	border-bottom: 1px solid silver;
	padding: 10px 0px 40px 0px;
	letter-spacing: -2px;
	text-align: left;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
/* 	display: none; */
	width: 100%;
	height: 1px;
	background: transparent;
	border: none;
	clear: both;
	}
hr.YasneNo { background: transparent;  border-bottom: 0px solid red;}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
#YasneMenu ul { border: 0px solid green; }
#YasneMenu ul, #YasneMenu ul li {
	padding: 0;
	margin: 0;
	}
#YasneMenu ul li {
	list-style: none;
	display: block;
	border: 0px solid red;
	float: left;
	line-height: 42px;
	padding: 0px 0px;
	height: 22px;
	margin-top: 10px;
	}
#YasneMenu ul li.page_item { padding: 0px 0px; }
#YasneMenu ul li a {
	display: block;
	float: left;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	margin-left: 8px;
	padding: 0px 4px;
	}
#YasneMenu ul li a:link, #YasneMenu ul li a:visited {
	color: gray;
	}
#YasneMenu ul li a:hover {
	color: red;
	background: yellow;
	text-decoration: none;
	}
#YasneMenu ul.current_page_item li a:link, #YasneMenu ul li.current_page_item a:visited { color: silver; background: transparent; }

div#post-4 { padding-bottom: 50px; }
div.map0 { margin: 100px 30px 10px 23px; border: 0px dotted gray; }
div.map1 {                        /* Reserve some room for the links */
  /*padding-top: 190px;
  margin-left: -20px;
  margin-right: -15px;
  margin-bottom: 50px;
  margin-top: 60px;*/
/* 	text-shadow: 0.2em 0.2em silver; */
	border: 4px dotted #efefef;
	position: relative;
	width: 88%;
	margin: auto; 
	height: 360px; 
    	}
div.map1 a { text-decoration: none; }
div.map1 a:hover { 
 background: yellow; border: 2px solid red;
	} 
#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8, #a9, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20, #a21, #a22, #a23, #a24, #a25, #a26, #a27, #a28, #a29, #a30, #a31 {
  display: block; width: auto; height: auto; padding: 5px; white-space: nowrap; position: absolute; text-decoration: none; }

div.map1 a#a1, div.map1 a#a2, div.map1 a#a3, div.map1 a#a4, div.map1 a#a5, div.map1 a#a6, div.map1 a#a7, div.map1 a#a8, div.map1 a#a9, div.map1 a#a10, div.map1 a#a11, div.map1 a#a12, div.map1 a#a13, div.map1 a#a14, div.map1 a#a15, div.map1 a#a16,  div.map1 a#a17, div.map1 a#a18, div.map1 a#a19, div.map1 a#a20, div.map1 a#a21, div.map1 a#a22, div.map1 a#a23, div.map1 a#a24, div.map1 a#a25, div.map1 a#a26, div.map1 a#a27, div.map1 a#a28, div.map1 a#a29, div.map1 a#a30, div.map1 a#a31 { border: 0px solid #fafafa; }

div.map1 a#a25 { border: 2px solid red; }


div.map1 a#a1:hover, div.map1 a#a2:hover, div.map1 a#a3:hover, div.map1 a#a4:hover, div.map1 a#a5:hover, div.map1 a#a6:hover, div.map1 a#a7:hover, div.map1 a#a8:hover, div.map1 a#a9:hover, div.map1 a#a10:hover, div.map1 a#a11:hover, div.map1 a#a12:hover, div.map1 a#a13:hover, div.map1 a#a14:hover, div.map1 a#a15:hover, div.map1 a#a16:hover, div.map1 a#a17:hover, div.map1 a#a18:hover, div.map1 a#a19:hover, div.map1 a#a20:hover, div.map1 a#a21:hover, div.map1 a#a22:hover, div.map1 a#a23:hover, div.map1 a#a24:hover, div.map1 a#a25:hover, div.map1 a#a26:hover, div.map1 a#a27:hover, div.map1 a#a28:hover, div.map1 a#a29:hover, div.map1 a#a30:hover, div.map1 a#a31:hover  { border: 2px solid red; color: red; padding: 1px 5px;}

div.map1 a#a27:hover  { border: 2px solid yellow; color: yellow; padding: 0px;}

div.map1 a#a11:hover, div.map1 a#a26:hover 
	{
	background: yellow;
	}

#a1   {color: #DDD; font: 100px/1 Impact, Helvetica Narrow, sans-serif}
#a2   {color: #000; font: italic 40px/1 "Georgia", serif}
#a3   {color: #080; font: bold 40px/1 "Verdana", sans-serif}
#a4   {color: #37F; font: bold 40px/1 Courier New, Courier, monospace}
#a5   {color: #B2E207; font: bold 40px/1 "Verdana", sans-serif}
#a6   {color: #22A; font: bold 25px/1 "Verdana", sans-serif}
#a7   {color: #8ebfc6; font: 20px/1 "Verdana", sans-serif}
#a8   {color: gray; font: bold 36px/1 "Arial", "Verdana", sans-serif}
#a9   {color: #8ebfc6; font: bold 25px/1 "Verdana", sans-serif}
#a10  {color: #F73; font: bold 60px/1 "Verdana", sans-serif}
#a11  {background:#CC0099; color:white;font-family: "Georgia", serif; font-weight: bold; letter-spacing: 1px;} 
#a12  {color: gray; font: bold 24px/1 "Verona", sans-serif;}
#a13  {color: #a4c68e; letter-spacing: 2px; font:  28px/1 "Georgia", serif;}
#a14  {color: #088; font:  bold italic 40px/1 "Verdana", sans-serif;} 
#a15  {color: #ddd; font: 60px/1 Impact, Helvetica Narrow, sans-serif;}
#a16  {color: gray; font: bold 28px/1 "Georgia", sans-serif;}
#a17  {color: red; background: yellow; font: 24px/1 Impact, Helvetica Narrow, sans-serif; border: 2px solid red;}
#a18  {color: pink; font: bold 20px/1 "Verdana", sans-serif;}
#a19  {color: #088; font: 20px/1 "Verdana", sans-serif; letter-spacing: -1px;}
#a20  {color: red; font: bold 24px/1 Courier New, Courier, monospace; }
#a21  {color: silver; font: bold 36px/1 Courier New, Courier, monospace;}
#a22  {color: #151c65; font: bold 30px/1 "Verona", sans-serif; letter-spacing: 0px;}
#a22  span {color: #b2e207; font-size: 130%; }
#a23  {color: #37F; font: bold 30px/1 Courier New, Courier, monospace}
#a24  {color: black; font: bold 16px/1 Arial, sans-serif; }
#a25  {color: red; font: bold 20px/1 Helvetica, Arial, sans-serif;}
#a26  {color: yellow; font: bold 16px/1 Helvetica, Arial, sans-serif; letter-spacing: 3px; }
#a27  {color: yellow; font: bold 24px/30px Arial, sans-serif; }
#a28  {color: gray; font: bold 16px/1 Arial, sans-serif; }

#a1  { top: 40px; left: 0px;  border: 0px solid green; }    /* powiatdebicki */
#a2  { top: 15px; left: 200px; }  /* ziewacz */
#a3  { top: 100px; right: 30px; }   /* royal-food */
#a4  { top: 0; left: 0; }     /*  pro phone */
#a5  { bottom: -140px; right: 20px; }    /*  tuoviso */
#a6  { top: -40px; left: -30px; }   /*  konferencje */
#a7  { bottom: -120px; right: -25px; margin-bottom: 40px; }      /* copytec */
#a8  { top: 190px; left: 40px; }    /* cpsi */
#a9  { top: -40px; right: 30px; }      /* sylwester */
#a10 { top: 220px; right: 5px; }    /* tabu */
#a11 { bottom: -140px; left: -15px; }    /* gabinet ewa */
#a12 { bottom: -185px; left: 150px; }    /* hetamn jan tarnowski */
#a13 { top: 170px; left: 13px; }    /* eko-bar */
#a14 { bottom: 30px; left: 15px; }    /*  kursy */
#a15 { bottom: -40px; left: 10px; }    /*  zdrowy */
#a16 { bottom: 190px; left: -10px; }    /* frukt */
#a17 { bottom: 3px; right: 10px; }    /*  clover */
#a18 { top: 150px; right: 1px; }    /* przedszkole */
#a19 { top: 180px; right: 40px; }    /* tabu */
#a20 { top: -185px; right: 1px; }    /* ---bck */
#a21 { top: 30px; left: -40px; }    /* malawa.eu */
#a22 { top: 140px; left: 190px; }    /*  moveit */
#a23 { bottom: -80px; left: 10px; }    /* agencjaapr */
#a24 { bottom: -65px; left: 260px; }    /* fewaterm */
#a25 { bottom: -120px; left: 180px; }    /* delikatesy cezar */
#a26 { top: 210px; right: 60px; background: gray;}    /* tinttech */
#a27 { top: 188px; right: 210px; background: red; }    /* 4grow */
#a28 { top: 5px; right: 8px;}    /* noclegiwrzymie */


div#pusty {
	position: absolute;
	height: 10px;
	width: 300px;
	bottom: -200px;
	left: 0;
	}

 
.post a {
	border-bottom: 1px dotted gray;
	}

code {
/* 	font: 1.1em 'Courier New', Courier, Fixed; */
	font-size: 120%;
	letter-spacing: 2px;
	font-weight: bold;
	}
span.YasneMy {
	display: block;
	float: right;
	width: 50px;
	height: auto;
	padding: 3px 3px 5px 0px;
	margin: 0 0 2px 20px;
	text-align: right;
	color: red;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 0px dotted silver;
	border-bottom: 1px dotted silver;
	background: #f5f5f5;
	}
span.YasneMy a:link, span.YasneMy a:visited { color: red; }
span.YasneMy a:hover { background: transparent; }
span.YasneMyKontakt {
	display: block;
	float: right;
	width: 100px;
	height: auto;
	padding: 3px 3px 5px 0px;
	margin: 0 0 2px 20px;
	text-align: right;
	color: red;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px dotted silver;
	background: #f5f5f5;
	}
span.YasneMyKontakt1 {
	display: block;
	float: right;
	width: auto;
	height: auto;
	padding: 3px 3px 5px 15px;
	margin: 0 0 2px 20px;
	text-align: right;
	color: red;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px dotted silver;
	background: #f5f5f5;
	}
#page #content h2 a { 
	color: red;
	text-decoration: none;
	border: none; 
	}
div#post-5 p { margin-bottom: 35px; }
span.YasneMy a { border: none; text-decoration: none; }

#footer { display: none; }
h2 a:link, h2 a:visited, h2 a:hover { background: transparent;}
#post-5 form#cformsform legend { color: #333; } 

#ttt105344122 { width: 400px; }

