@charset "UTF-8";
/**
 * Główny arkusz styli
 * 
 * @package Galeria63
 * @author Grzegorz Szefka <galeria63@bisi.pl>
 * @version $Id: style.css 120 2009-12-29 17:56:06Z kashub $
 */

html {
	color: #fff;
	background-color: #2d063a;
	background-image: url(/img/lay/tlo-blurynew.jpg);
	background-position: center top;
	position: center;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
body {
	min-height: 100%;
}
.bable {
	z-index: 1;
	position: absolute;
}
.tloMenu {
	background-image: url(/img/lay/tlo-menu.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a {
	color: #fff;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5 { color: #ccc; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.clr { clear: both; }
.hr { border:none; background-color: #ea9cff; height: 1px; font-size: 0; }
.mgr { margin-left: 24px; margin-right: 24px; }

div#header {
	height: 330px;
	display: block;
	z-index: 2;
	margin-bottom: 4px;
	background-image: url(/img/lay/top1.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#header a#logoImg {
	position: absolute;
	height: 160px;
	display: block;
	left: 50%;
	overflow: hidden;
	margin-left: -434px;
	z-index: 5;
	width: 150px;
	top: 90px;
}


#header, #content {
	margin: 0 auto;
}

#headSocial {
	position: absolute;
	left: 50%;
	top: 20px;
	overflow: hidden;
	margin-left: 208px;
	z-index: 5;
	width: 300px;
	text-align: right;
}
#headSocial a img {
	margin: 0 16px;
}
#langTop {
	float: right;
	margin: 0 16px;
	width: 85px;
	height: 46px;
	background-image: url(/img/lay/jezyki.png);
	background-repeat: no-repeat;
	line-height:45px;
	text-align:center;
}
#phoneTop {
	margin-top: 18px;
}

#smallHeader {
	display: block;
	text-align: center;
	margin-bottom:90px;
}

#content {
	width: 970px;
	margin-bottom: 16px;
}

#left {
	float: left;
	width: 210px;
}

#menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#menu li {
	background-image: url(/img/lay/menu1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
#menu li.last {
	background-image: none;
}
#menu li a {
	display: block;
	height: 24px;
	margin: 2px auto;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: none;
	overflow: hidden;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	color: #d98bee;
}
#menu li a.active {
	background-image: url(/img/lay/menu3.png);
	color: #4f295c;
}
#menu li a:hover {
	color: #ccc;
	background-image: url(/img/lay/menu2.png);
}

#newsletter {
	background-repeat: no-repeat;
	background-image: none;
	background-image: url(/img/lay/newsletter-back.png);
	width: 200px;
	height: 145px;
	margin: 30px auto;
}
#newslMsg {
	color: #ea9cff;
	margin: 24px 0 0 20px;
	font-weight: bold;
}
#newsletter #mail, #newsletter #subm {
	position: relative;
	top: 90px;
	background: transparent;
}
#newsletter #mail {
	height:20px;
	width: 110px;
	margin-left:26px;
	border: none;
	color: #4f295c;
	font-size:11px;
	padding-top:4px;
}
#newsletter #subm {
	margin-left: 2px;
	color: #d98bee;
	border: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

#right {
	margin-left: 6px;
	float: left;
	width: 750px;
}

#incomming, .contactForm {
	float: right;
	width: 282px;
}

.contactForm {
/* 	margin-bottom: 30px; */
	margin-left: 16px;
}
.contactForm label {
	display: block;
	float: left;
	width: 100px;
	clear: left;
	line-height: 28px;
}
.contactForm input, .contactForm textarea {
	float: left;
	margin-top: 10px;
	border: 1px solid #a8b;
	background-color: #ccc;
}
.contactForm input:hover, .contactForm textarea:hover {
	background-color: #ddd;
}
.contactForm input {
	height: 19px;
}
.contactForm input[type="text"], .contactForm textarea {
	width: 170px;
}
.contactForm .contSubm {
	clear: both;
	float: right;
	margin-right: 16px;
	cursor: pointer;
	height: auto;
	padding: 2px 4px;
}

#incomming ul {
	margin: 6px auto;
}

#incomming ul li {
	line-height: 22px;
}

#incomming ul li a {
	display: block;
	height: 25px;
	margin: 2px auto;
	padding: 0 26px 0 6px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(/img/lay/imprezy1.png);
	overflow: hidden;
	font-size: 11px;
	color: #ea9cff;
}
#incomming ul li a strong {
	text-decoration: underline;
	margin: 0 3px;
	font-weight: bold;
	color: #fff;
}

#incomming ul li a:hover {
	color: #4f295c;
	background-image: url(/img/lay/imprezy2.png);
}

.partyTooltip {
	position: absolute;
	margin-left: -410px;
	display: none;
	width: 400px;
	background-color: #4f295c;
	color: #EA9CFF;
	border: 1px solid #EA9CFF;
	padding: 6px;
}
.partyTooltip img {
	float: left;
	margin: 1px 6px 1px 1px;
}

.oneNews, .page {
	font-size: 12px;
	color: #f1ddff;
	line-height: 17px;
	font-weight: lighter;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 15px;
	text-align:justify;
	margin-left: 10px;
}
.page {
	margin: 15px 64px 0 24px;
}
.oneNews {
	width: 420px;
}

.oneNews p a.more {
	display: block;
	text-indent:-999px;
	clear: both;
	float: right;
	width: 86px;
	height: 45px;
	background-image: url(/img/lay/wiecej1.png);
	background-repeat: no-repeat;
}

.oneNews p a.more:hover {
	background-image: url(/img/lay/wiecej2.png);
}

#foodCats {
	text-align: center;
	margin-top: 16px;
}
#foodCats a {
	text-align: center;
	display: inline-block;
	margin: 2px 1px 4px 0;
	width: 115px;
	height: 25px;
	line-height: 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(/img/lay/menu-up.png);
	font-weight: bold;
	color: #4f295c;
}
#foodCats a.active, #foodCats a:hover {
	background-image: url(/img/lay/menu-down.png);
	color: #ccc;
}

#foodList {
	clear: both;
	margin: 6px 24px 0 24px;
	color: #ea9cff;
}

#foodList h1 {
	margin: 16px auto;
}

#foodList .foodItem {
	margin: 4px auto;
	border-bottom: 1px solid #ea9cff;
}

#foodList .foodItem img {
	float: right;
	border: 1px solid #ea9cff;
	margin-bottom: 8px;
}

#foodList .foodItem strong {
	color: #fff;
}


.oneParty {
	margin: 10px 24px;
	line-height: 1.7em;
	padding-left: 8px;
	min-height: 100px;
}
.oneParty img {
	float: right;
	border: 1px solid #ea9cff;
	margin-left: 16px;
}
.oneParty h2, .oneParty h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
/* 	padding-top: 4px; */
}
.oneParty p {
/* 	margin: 4px auto; */
}
.specialParty {
	padding-left: 52px;
	background-color: #3e184b;
	background-image:url(/img/lay/impreza-specjalna.png);
	background-position:7px 7px;
	background-repeat:no-repeat;
}
.specialParty, .specialParty h2, .specialParty h2 a {
	color: #ea9cff;
}

.fullParty p.long {
	margin: 10px auto;
}

.partyGallery {
	margin: 12px 24px;
}

.paging {
	text-align: center;
	margin: 8px 24px;
}

.paging a, .paging span.activePage {
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 2px 1px 4px 0;
	width: 32px;
	height: 25px;
	line-height: 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(/img/lay/paging-up.png);
	font-weight: bold;
	color: #4f295c;
}
.paging a:hover, .paging span.activePage {
	background-image: url(/img/lay/paging-down.png);
	color: #ccc;
}

#footer {
	height:52px;
	width:100%;
	clear: both;
	text-align: center;
	background-color: #3e184b;
	background-image: url(/img/lay/stopka-tlo.jpg);
	background-position: center top;
	position: relative;
	bottom: 0;
}

#footer p {
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	color: #ccc;
	padding-top: 16px;
}

#footer p a {
	text-decoration: none;
	color: #ccc;
}

#footer p a:hover {
	text-decoration: underline;
	color: #eee;
}

#preloadImages {
	display: none;
}