/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d4d1;
	color: #333;
	text-align: center;
}
.clear {
	clear: both;
}
.bg_left {
	position: absolute;
	width: 50%;
	height: 150px;
	background: url(images/bg_top.jpg) right 0 repeat-x;
	margin-left: -481px;
}
.bg_right {
	position: absolute;
	width: 47%;
	height: 150px;
	right: 0;
	background: url(images/bg_top.jpg) repeat-x;
}
.bg_left_bottom {
	position: absolute;
	margin: -222px 0 0 -481px;
	width: 50%;
	left: 0;
	height: 222px;
	background: url(images/bg_bottom.jpg) right 0 repeat-x;
	z-index: 1;
}
.bg_right_bottom {
	position: absolute;
	margin: -222px 0 0 0;
	width: 47%;
	height: 222px;
	right: 0;
	background: url(images/bg_bottom.jpg) right 0 repeat-x;
	z-index: 1;
}
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 963px;
	position: relative;
}
#header {
	background: url(images/top.jpg) no-repeat;
	height: 150px;
}
.menu_top {
	float: left;
	margin: 14px 0 0 0;
	width: 529px;
}
.menu_top ul {
	margin: 0;
	padding: 0;
}
.menu_top ul li {
	float: left;
	padding: 16px 0 0 0;
	text-align: center;
	height: 23px;
	list-style: none;
}
.menu_top ul li.menu_1 {
	background: url(images/menu_03.png) no-repeat;
	width: 59px;
	background-position:left 2px;
}
.menu_top ul li.menu_2 {
	background: url(images/menu_04.png) no-repeat;
	width: 72px;
	background-position:left 2px;
}
.menu_top ul li.menu_3 {
	background: url(images/menu_05.png) no-repeat;
	width: 127px;
	background-position:left 2px;
}
.menu_top ul li.menu_4 {
	background: url(images/menu_06.png) no-repeat;
	width: 73px;
	background-position:left 2px;
}
.menu_top ul li.menu_5 {
	background: url(images/menu_07.png) no-repeat;
	width: 88px;
	background-position:left 2px;
}
.menu_top ul li.menu_6 {
	background: url(images/menu_08.png) no-repeat;
	width:110px;
	background-position:left 2px;

}

.linki {
	float: right;
	padding: 0 20px 0 0;
}
.linki a {
	margin-left: 15px;
}
#main {
	background: url(images/sidebar_scroll.jpg) right 0 repeat-y;
}
#content {
	font-size: 1.2em;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
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: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}
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;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform input, #commentform textarea {
	border: 1px solid #72563F;
	color: #757471;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #4B3720;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more-link {
	display: block;
	float: left;
	height: 18px;
	background: #b6b6a6;
	margin: 4px 0;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #4b3720;
	padding: 0 2px;
}
a.more-link:hover {
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}
#page {
}
#header {
	padding: 0;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 100px;
	margin: 0px 0 0;
	width: 520px;
}
.widecolumn {
	float: left;
	padding: 0 0 20px 100px;
	margin: 0px 0 0;
	width: 520px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	padding-bottom: 30px;
	background: url(images/wpis_bg.jpg) 0 bottom no-repeat;
}
.post p.data {
	background: url(images/data.jpg) no-repeat;
	width: 89px;
	height: 21px;
	padding: 7px 0 0 0;
	text-align: center;
	color: #4b3720;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 13px;
	z-index: 2;
}
.post p.data .dzien {
	color: #b9c133;
}
.post p.data .rok {
	color: #7d7b35;
}
.post .main_img {
	display: block;
	width: 230px;
	height: 160px;
	background: url(images/img_bg.jpg) no-repeat;
	float: right;
	padding: 12px 0 0 7px;
	position: relative;
	top: -50px;
	margin: 0 0 -50px 10px;
}
.post .main_img img {
	float: none;
	margin: 0;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 963px;
	clear: both;
	background: #eee url('images/footer.jpg') no-repeat top;
	height: 225px;
	position: relative;
	z-index: 100;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#footer a.g_a {
	float: right;
	position: relative;
	top: 10px;
	right: 20px;
}
/* End Structure */
/*	Begin Headers */
h1.logo {
	padding: 70px 0 0 20px;
	margin: 0;
	float: left;
}
h1.logo a {
	outline: 0;
}
#content h2 {
}
.h2_bg {
	background: url(images/h_middle.jpg) repeat-y;
	width: 292px;
	position: relative;
	margin-bottom: -30px;
	top: -28px;
	left: -13px;
	z-index: 1;
	text-align: left;
}
.h2_bg_top {
	background: url(images/h_top.jpg) no-repeat;
	margin: 0;
	min-height: 23px;
	padding: 18px 25px 0 30px;
	color: #4b3720;
}
.h2_bg_top a {
	color: #4b3720;
}
.h2_bg_top a:hover {
	color: #4b3720;
}
.h2_bottom {
	background: url(images/h_bottom.jpg) no-repeat;
	height: 23px;
}
#content h2.podstrona {
	margin: 30px 0 0;
	color: #605e5a;
	font-size: 36px;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	padding: 5px 0 0 0;
	margin: 0;
}
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;
}
.entry img {
	margin: 0 10px;
}
.entry, .entry p {
	color: #757471;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#wyszukiwarka {
	float: right;
	background: url(images/search_bg.png) no-repeat;
	width: 215px;
	height: 44px;
	padding: 10px 0 0 60px;
	position: relative;
	right: 7px;
}
#searchform {
}
#searchform #s {
	width: 149px;
	height: 17px;
	background: url(images/search_input.png) no-repeat;
	border: 0;
	font-size: 12px;
	color: #8d8b87;
}
#searchsubmit {
	width: 43px;
	height: 17px;
	background: url(images/search_submit.png) no-repeat;
	border: 0;
	position: relative;
	top: 2px;
}
.entry form {
}
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 Sidebar */
#sidebar {
	float: right;
	width: 284px;
	background: url(images/sidebar_scroll.jpg) repeat-y;
}
.sidebar_bg {
	min-height: 517px;
	background: url(images/sidebar.jpg) no-repeat;
	padding: 0 25px;
}
#sidebar form {
	margin: 0;
}
.kolejne {
	background: url(images/kolejne_spotkanie.png) no-repeat;
	width: 241px;
	height: 80px;
	position: relative;
	top: -38px;
	margin-bottom: -20px;
	padding: 140px 0 0 0;
}
.kolejne_data {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #a79d91;
	padding: 4px 0 5px 0;
	text-align: center;
}
.kolejne_miejsce {
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: white;
	width: 170px;
	margin: 0 0 0 40px;
	text-align: center;
}
.sonda {
	background: url(images/sonda_05.jpg) repeat-y;
	width: 218px;
	margin: 0 auto;
}
.sonda_top {
	padding: 50px 20px 0 20px;
	background: url(images/sonda_03.jpg) no-repeat;
}
.sonda_bottom {
	background: url(images/sonda_06.jpg) no-repeat;
	height: 55px;
}
.glosuj {
	display: block;
	width: 78px;
	height: 20px;
	background: url(images/glosuj.jpg) no-repeat;
	border: 0;
}
.sonda_pytanie {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #72563f;
}
.sonda a, .sonda label {
	color: #72563f;
}
.patroni {
	margin: 20px 0 0 0;
	text-align: center;
}
.patroni a{outline: 0 none;}
#sidebar .patroni ul li {
	margin: 20px 0;
}
.patroni ul li h2 {
	display: none;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */
/* 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;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #72563F;
	color: #757471;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

