html {
	background: #E8E6D8;
	background: url("../images/gfx/bg.jpg");
}
body {
	background: url("../images/gfx/end.png") repeat-x bottom;
	min-height: 100%;
}
.top {
	background: url("../images/gfx/top.png") repeat-x 0px 3px;
	height: 184px;
	position: relative;
}
.top-content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.header-logo {
	float: left;
	margin-top: 4px;
}
.header-text {
	font-family: Italianno, cursive;
	color: #822C39;
	font-size: 64px;
	text-align: center;
	line-height: 1em;
	padding-top: 30px;
	text-shadow: 2px 2px 0 rgba(255,255,255,.8);
	float: left;
	max-width: 450px;
	padding-left: 150px;
}
.top-link {
	text-decoration: none;
}
.lang {
	background: url("../images/gfx/lang-bg.png") no-repeat;
	width: 78px;
	height: 40px;
	padding: 0 15px;
	float: right;
	list-style: none;
	margin-top: 2px;
}
.lang li {
	float: left;
	width: 18px;
	margin: 8px 4px;
}
.lang a {
	background: url("../images/gfx/lang.png") 0 10px;
	display: block;
	width: 16px;
	height: 10px;
	text-indent: -9999px;
	float: left;
	border: 1px solid #DAD4C1;
	box-shadow: 0 0 3px rgba(0,0,0,.4)
}
.lang .pl {
	background-position: 0 0;
}
.lang .en {
	background-position: 0 20px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	display: table;
	padding-bottom: 20px;
}
.aside {
	background: url("../images/gfx/nav.png") repeat-y center;
	width: 260px;
	text-align: center;
	padding-top: 80px;
	display: table-cell;
	vertical-align: top;
}
.nav li {
	position: relative;
	width: 235px;
	margin: 0 auto;
}
.nav a {
	background: url("../images/gfx/nav-sep.png") no-repeat center top;
	display: block;
	width: 190px;
	margin: 0 auto;
	text-decoration: none;
	color: #454E23;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 13px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
.nav li:first-child {
	background: none;
}
.nav li:hover {
	background: url("../images/gfx/hover.png") no-repeat right center;
}
.nav ul ul {
	position: absolute;
	top: -22px;
	left: 200px;
	width: 200px;
	min-height: 60px;
	background: url("../images/gfx/submenu.png") repeat-y center top;
	text-align: left;
	display: none;
	padding-top: 10px;
	z-index: 100;
}
.nav ul ul:after {
	content: "";
	background: url("../images/gfx/submenu.png") no-repeat center bottom;
	position: absolute;
	top: 100%;
	height: 10px;
	width: 200px;
	display: block;
}
.nav ul ul a {
	padding: 10px 0;
	color: #6B7836;
	width: 140px;
	margin: 0;
}
.nav ul ul li {
	width: 140px;
}
.nav ul ul li:hover {
	background: none;
}
.nav ul ul a:hover {
	color: #454E23;
	width: 140px;
}
.nav li:hover ul {
	display: block;
}
.content {
	width: 720px;
	display: table-cell;
	vertical-align: top;
}
.page {
	width: 686px;
	min-height: 550px;
	margin: 30px auto 0;
	background: url("../images/gfx/content-bg.jpg") #fff no-repeat center top;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	color: #6C6757;
}
.page h1 {
	color: #6D642C;
	font-family: Italianno, cursive;
	font-size: 42px;
	border-bottom: 1px solid #DBD3A6;
	line-height: 25px;
	margin-bottom: 25px;
	position: relative;
	z-index: 50;
}
.page h1 a {
	color: #6D642C;
	text-decoration: none;
}
.page p {
	text-align: justify;
}
.page a {
	color: #7A9031;
}
.page a:hover {
	color: #A7C14A;
}
a.more {
	font-family: "Times New Roman", serif;
	font-style: italic;
	color: #7A9031;
	font-size: 16px;
	text-decoration: none;
}
.more:after {
	content: " »";
}
.more-right {
	float: right;
}
.gallery {
	margin: 0 0 30px;
	overflow: hidden;
}
.slideshow {
	height: 210px;
	width: 240px;
	float: right;
}
.mp3 {
	width: 500px;
	margin: auto;
}
figure {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 160px;
}
figure img {
	display: block;
	margin: 10px auto;
	padding: 1px;
	border: 1px solid #E0DAC6;
}
figcaption {
	text-align: center;
}
.news {
	overflow: hidden;
	margin: 20px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6D642C;
}
h2 a {
	text-decoration: none;
}
.news span {
	float: right;
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.news img {
	float: left;
	padding: 3px;
	margin-right: 4px;
	border: 1px solid #E0DAC6;
}
.comment {
	padding: 40px 0;
}
h1 + .commentText {
	margin-top: -15px;
}
.commentText {
	padding: 16px;
	border-bottom: 1px #E1DCBC solid;
}
.commentText p {
	margin: 0;
}
.page a img{
	        transition: .2s;
	-webkit-transition: .2s;
}
.page a:hover img {
	opacity: .9;
}
form {
	width: 600px;
	margin: 0 auto;
}
label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}
label#l_email  a img {
	margin: -20px 0 0 190px;
}
form .clear {
	overflow: hidden;
}
form div {
	margin-top: 16px;
	margin-bottom: 16px;
}
#siimage {
	width: 185px;
}
.buttons {
	margin-left: 160px;
}
#wiadomosc {
	width: 300px;
	height: 120px;
}

input[type="text"],
textarea {
	border: 1px solid #BFB496;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	padding: 4px;
	background-color: #F5F4F1;
}

button,
input[type=submit],
input[type=reset] {
	background: #CCA735;
	color: #fff;
	border: 1px solid #BD9B31;
	padding: 5px 13px;
	font-size: 1.1em;
	border-radius: 2px;
}

footer {
	background: url("../images/gfx/footer.png") no-repeat;
	line-height: 43px;
	font-family: "Times New Roman", serif;
	font-style: italic;
	color: #AEACA0;
	width: 736px;
	margin: 0 0 10px 4px;

}
footer span, footer a {
	padding-left: 20px;
}
footer a {
	color: #999683;
	text-decoration: none;
}
footer a:hover {
	color: #AEACA0;
}

.img-left {
	float: left;
	padding: 1px;
	border: 1px solid #E0DAC6;
	margin-right: 7px;
	margin-bottom: 7px;
}

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.pagination {
	text-align: center;
	padding: 10px;
}
	.pagination * {
		display: inline-block;
		padding: 3px 5px;
		font-size: 15px;
	}


.toTop {
	position: fixed;
	right: 20px;
	bottom: 10px;
	width: 51px;
	height: 51px;
	background: url(../images/gfx/totop.png) no-repeat top center;
}
	.toTop:hover {
		background-position: bottom center;
	}


/*
 * Ciasteczkowy potwór!
 */

.cookieMonster {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	color: #707070;
	background: #F3F3F3;
	z-index: 9999;
}
	.cookieMonster-info {
		background-image: -webkit-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -moz-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -ms-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: -o-linear-gradient(top, #FCFCFC, #E6E6E6);
		background-image: linear-gradient(top, #FCFCFC, #E6E6E6);
		border-top: 1px solid #D9D9D9;
		height: 23px;
		line-height: 23px;
		font-size: 11px;
		padding: 0 0 0 7px;
	}
	.cookieMonster-more,
	.cookieMonster-close {
		border-left: 1px solid #D9D9D9;
		color: #636363;
		cursor: pointer;
		float: right;
		height: 23px;
		text-align: center;
	}
	.cookieMonster-more {
		padding: 0 9px;
	}
	.cookieMonster-close {
		width: 23px;
		font-size: 18px;
	}
		.cookieMonster-more:hover,
		.cookieMonster-close:hover {
			background-color: #E6E6E6;
			color: #4E4E4E;
			text-decoration: none;
		}

	.cookieMonster-description {
		display: none;
		border-top: 1px solid #D1D1D1;
		padding: 20px 40px 40px;
		font-size: 13px;
		line-height: 1.3em;
		color: #333;
		max-height: 320px;
		overflow: auto;
	}
		.cookieMonster-description p {
			padding: 6px 0;
			margin: 0;
		}
		.cookieMonster-description ul {
			padding: 6px 0;
			margin: 0 0 0 20px;
		}
		.cookieMonster-description li {
			background: none;
			padding: 0 0 10px 0;
			list-style-type: square;
		}