@charset "utf-8";
* { margin: 0; padding: 0;}

@font-face {
	  font-family: "Fertigo";
	  src: url(../fonts/Fertigo.otf) format("opentype");
}

body {
	background:#2f2820 url(../images/body-bg.png) repeat-x;
	font-family: /*"Fertigo",*/ "Georgia", "Big Caslon", serif;
	line-height: 1.4em;
	font-size:75%;
	color:/*#928f8d*/#868382;
}

body, th, td, input, textarea {
	text-align: justify;
}
form {
}

fieldset {
}

input, textarea {
	font-weight: normal;
	font-size:1em;
	padding:0 5px;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	width:50px;
	padding:2px 6px;
	color: #666;
}

h1, h2 {
	margin: 1em 0 .3em 0;
	color: #695C44;
	letter-spacing:.02em;
}

h1 {
	letter-spacing: -.035em;
	font-size: 300%;
}

h2 {
	/*text-transform: uppercase;*/
	font-size:19px;
	letter-spacing:.02em;
	font-weight: normal;
	color: #695C44;
}

h3 {
	text-transform:uppercase;
	margin: 1em 0;
	color:#7a7a7a;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.7em;
	font-size:110%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #757575;
}

a:hover {
	border: none;
	color:#aaa;
	text-decoration:none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #695C44;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #bf8023;
}

hr {
	display: none;
}

/* wrapper */

#wrapper {
	margin: 0 auto;
	background:#fafafa url(../images/main.png) repeat-y o top;
	width:770px;

}

/* Header */

#header {
	width: 770px;
	margin: 0 auto 0;
	/*background: url(../images/img02.gif) no-repeat top left;*/
}

#menu {
	height: 47px;
	width: 770px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:1.4em;
	border-left: #58032F 1px solid;
	color: #fff;
}

#menu a:hover {
	background: #770444;
	color: #fff;
}

#menu .current_page_item a {
	background: #770444;
	padding: 15px 30px 16px 30px;
	color: #fafafa;
}

#menu .last{
	border-right: #58032F 1px solid;
}

#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 770px;
	height: 228px;
	margin: 0 auto;
	background: url(../images/cup-banner.gif) no-repeat left top;
}
#wrap {
	background:url(../images/main.gif) repeat-y;
	margin:0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 70px 5px 0px 50px;
	/*background:url(../images/mini-coffee.gif) no-repeat 320px 58px;*/
	font-size: 47px;
	color: #695c44;
}
#logo h1 a:hover {
	color:#bf8023;
}

#logo h2 {
	padding: 17px 5px 0 50px;
	text-transform: uppercase;
	font-size: 140%;
	color: #695c44;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size:.85em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #695c44;
}

/* Page - Strona */

#page {
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../images/main.gif) repeat-y 0 top;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 395px;
}
#content-large {
	float:left;
	margin:0;
	padding:0 5px 0 0;
	width:550px;
}

.separator {
	background: url(../images/divider.png) center center no-repeat;
	height: 42px;
	margin:5px;
}

.post {
	/*background:url(../images/topcorner.jpg) no-repeat 9px top;*/
}

.post .title {
	margin: 0;
	font-weight: normal;
}
.post img.right {
	float:right;
	margin:18px 15px 2px 10px;
	}
	
.post h1.title {
	padding: 20px 0  10px 48px;
	font-size: 27px;
	font-family: "Fertigo", "Georgia", "Times New Roman", Times, serif;
	text-transform: lowercase;
}
.post h2.title {
	padding: 20px 0  10px 0;
	color:#695c44;
	font-size: 21px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	text-transform: lowercase;
}

.post div.entry {
	padding: 0 20px 30px 48px;
	margin:5px 10px 0 0;
	overflow:auto;
	height:12em;
	clear:both;
	width:auto;
}
.entry a {
	color:#74664b;
	text-decoration:none;
	}
.entry a:hover {
	text-decoration:underline;
	color:#D7B37F;
	}
.entry img.left {
	float: left;
	margin:18px 10px 2px 0;
	}
.entry img.right {
	float:right;
	margin:18px 0 2px 10px;
	}
.entry img.center {
	float:none;
	border:3px solid #ccc;
	margin:15px 0 0 0;
	}
.post div.box {
	width:208px;
	height:316px;
	float: left;
	margin:30px 9px 0 0;
	/*position: relative;*/
}
.post div.contact {
	width:auto;
	margin:15px 0;
	text-align:center;
}
.post div.contact h2 {
	padding:0;
}
.post .meta {
	margin: 0 0 0 10px;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:1.1em;
	color: #ccc;
}

.post .meta a {
	color: #666;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.post .tags {
	margin: 0 0 0 7px;
	background: #F2F3EE;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}
.post ul {
	margin:10px 0;
	padding:0;
	list-style:none;
}
.post li {
	background:#fefefe url(../images/flag.gif) no-repeat 0 50%;
	padding:0 0 2px 15px;
	margin:0 20px;
}
/* Recent Posts */

#middle-text {
}

#middle-text h2 {
	margin: 0;
	padding: 15px 0  0 0px;
	height: 30px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #ed3f2d;
}

#middle-text h3 {
	margin: 0;
	padding: 15px 0  0 0px;
	font-size: 120%;
}

#middle-text p {
	margin: 0 0 10px 0;
	padding: 15px 0  20px 0px;
	border-bottom: #E7E7E7 1px solid;
	line-height: 1.7em;
	font-size:80%;
}

#middle-text a {
	background: #ed3f2d;
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#middle-text h3 a {
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	text-transform:uppercase;
	letter-spacing:-.01em;
	color: #BF8023;
}

#sidebar1 {
	width: 157px;
	padding: 0px 20px 0px 20px;
	background: #F2F3EE;
}
	
#sidebar2 {
	width: 165px;
	padding: 20px 20px 0px 5px;
}
#sidebar3 {
	width: 165px;
	padding: 20px 20px 0px 5px;
	background: transparent;
}

/*------------Grafiki PNG----------------------*/

.menu_napis {
	background:transparent url(../images/menu_napis.png) no-repeat 0;
	height:41px;
}

.karta {
	background:transparent url(../images/karta.png) no-repeat 0;
	height:41px;
}

.desery {
	background:transparent url(../images/desery.png) no-repeat 0;
	line-height:34px;
}
.desery:hover {
	background:transparent url(../images/desery_hover.png) no-repeat 0;
}
.specjaly {
	background:transparent url(../images/specjaly.png) no-repeat 0;
	line-height:34px;
}
.specjaly:hover {
	background:transparent url(../images/specjaly_hover.png) no-repeat 0;
}
.kuchniawloska:hover {
	background:transparent url(../images/kuchniawloska_hover.png) no-repeat 0;
}
.kuchniawloska {
	background:transparent url(../images/kuchniawloska.png) no-repeat 0;
	line-height:34px;
}
.dzieci {
	background:transparent url(../images/dzieci.png) no-repeat 0;
	line-height:34px;
}
.dzieci:hover {
	background:transparent url(../images/dzieci_hover.png) no-repeat 0;
}
.kawy {
	background:transparent url(../images/kawy.png) no-repeat 0;
	line-height:34px;
}
.kawy:hover {
	background:transparent url(../images/kawy_hover.png) no-repeat 0;
}
.napoje {
	background:transparent url(../images/napoje.png) no-repeat 0;
	line-height:34px;
}
.napoje:hover {
	background:transparent url(../images/napoje_hover.png) no-repeat 0;
}
.alkohol {
	background:transparent url(../images/alkohol.png) no-repeat 0;
	line-height:34px;
}
.alkohol:hover {
	background:transparent url(../images/alkohol_hover.png) no-repeat 0;
}
.ciasta {
	background:transparent url(../images/ciasta.png) no-repeat 0;
	line-height:34px;
}
.ciasta:hover {
	background:transparent url(../images/ciasta_hover.png) no-repeat 0;
}
.home {
	background:transparent url(../images/home.png) no-repeat 0;
	height:34px;
}
.home:hover {
	background:transparent url(../images/home_hover.png) no-repeat 0;
}

.praca {
	background:transparent url(../images/praca.png) no-repeat 0;
	height:34px;
}
.praca:hover {
	background:transparent url(../images/praca_hover.png) no-repeat 0;
}
.lokalizacja {
	background:transparent url(../images/lokalizacja.png) no-repeat 0;
	height:34px;
}
.lokalizacja:hover {
	background:transparent url(../images/lokalizacja_hover.png) no-repeat 0;
	height:34px;
}
.kartamarago {
	background:transparent url(../images/karta_marago.png) no-repeat 0;
	height:34px;
}
.kartamarago:hover {
	background:transparent url(../images/karta_marago_hover.png) no-repeat 0;
}
.kontakt {
	background:transparent url(../images/kontakt.png) no-repeat 0;
	height:34px;
}
.kontakt:hover {
	background:transparent url(../images/kontakt_hover.png) no-repeat 0;
}
.galeria{
	background:transparent url(../images/galeria.png) no-repeat 0;
	height:34px;
}
.galeria:hover{
	background:transparent url(../images/galeria_hover.png) no-repeat 0;
}
/*------koniec grafik------------*/

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding:6px 5px;
	font-size: 13px;
	text-transform:uppercase;
	letter-spacing: .02em;
	border-bottom:1px solid #eee;
}
#sidebar2 li a.current {
	background:#ccc;
	}
#sidebar2 li a {
	background:#fafafa url(../images/cup.png) no-repeat left 50%;
	border: none;
	color:#666;
	padding:0 0 0 22px;
	/*text-transform: uppercase;*/
}

#sidebar2 li a:hover {
	border: none;
	color:#999;
	padding:0 0 0 22px;
}



#sidebar3 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar3 li ul {
	line-height: normal;
}

#sidebar3 li li {
	padding:6px 5px;
	font-size: 13px;
	text-transform:uppercase;
	letter-spacing: .02em;
	border-bottom:1px solid #eee;
}
#sidebar3 li a.current {
	background:#ccc;
	}
#sidebar3 li a {
	border: none;
	color:#666;
	padding:0 0 0 22px;
	/*text-transform: uppercase;*/
}

#sidebar3 li a:hover {
	border: none;
	color:#999;
	padding:0 0 0 22px;
}

/* Footer */

#footer {
	/*background:#444 url(../images/background.gif) repeat;*/
	margin:0 auto;
	height: 40px;
	width:770px;
	padding:5px 0;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #fff;
}

#footer a {
	/*background: #ed3f2d;*/
	padding: 2px 7px;
	color: #bbb;
}
.bottom-page {
	clear:both;
	background:#2F2820 url(../images/bottom-container.png) no-repeat 0 bottom;
	margin:0 auto;
	height:105px;
	width:770px;
}
.bottom-alkohole {
	clear:both;
	background:#2F2820 url(../images/bottom-alkohole.png) no-repeat 0 bottom;
	margin:0 auto;
	height:105px;
	width:770px;
}
.bottom-kawa {
	clear:both;
	background:#2F2820 url(../images/bottom-kawa.png) no-repeat 0 bottom;
	margin:0 auto;
	height:105px;
	width:770px;
}

.bottom-page p {
	font-size:11px;
	text-transform:uppercase;
	text-align: center;
	padding:10px 0;
}
.bottom-alkohole p {
	font-size:11px;
	text-transform:uppercase;
	text-align: center;
	padding:10px 0;
}

.top-page {
	width:770px;
	margin:10px auto 0;
	height:97px;
	background:url(../images/top.png) no-repeat;	
}
span.first-letter {
	float: left;
	color:#BF8023;
	font: normal 3.4em/75% "Fertigo", "Georgia", "Times New Roman", Times, serif;
	margin: 0;
	padding: 6px 3px 0 0;
}
#line {
	clear: both; 
	padding: 15px 0; 
	margin: 0 15px; 
	background:url(../images/line_horizontal.gif) no-repeat 0 50%; 
	}
/*----------------------------[ROUNDED CORNERS]-------------------------------*/
	
.rtop, .rbottom {
	display: block;
	}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 { 
	display: block;
  	height: 1px;
  	overflow: hidden;
	}

.r1 {
	margin: 0 5px;
	}

.r2 {
	margin: 0 3px
	}

.r3	{
	margin: 0 2px
	}

.rtop .r4, .rbottom .r4 { 
	margin: 0 1px;
  	height: 2px
	}
.rtop, .rbottom {
	background: #fefefe;
	}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4, .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 {
	background:/*#e8e5d2*/#f0efec;
	}
.fillcontent {
	background:#f0efec;
  	width:auto;
  	margin:0;
  	padding:5px 0;
	clear:both;
	}
.fillcontent a {
	color:#666;
	text-decoration:underline;
	}
.fillcontent a:hover {
	color:#bf8023;
	text-decoration:none;
	}
.fillcontent h3 {
	padding: 5px 10px;
	}
.fillcontent p { 
	margin:10px 10px;
	padding:0 5px;
	font-size:11px;
	text-align: justify;
	color:#555;
}
/*------------------------------------[CENNIK]-------------------------------*/
div#prices {
	width:100%;
	margin: 10px auto;
	text-align:left;
	clear:both;
	}
#prices a {
	color:#bf8023;
	text-decoration:underline;
}
#prices a:hover {
	color:#d7b37f;
	text-decoration:none;
}
dl {
	width:100%;
	overflow: hidden;
	margin: 0 0 .95em;
    background:transparent url(../images/dot.gif) repeat-x 0 1.22em;
	}
dt,dd.price {
	background:#fafafa;
	font-size:1.1em;
	font-weight: bold;
	}
dt {
	float: left;
	padding-right: 3px;
	color:#BF8023;
	font-weight:bold;
	font-style:italic;
	background: #fafafa;
	font-size:1.36em;
	}
dd	{margin:0}
dd.price {
	float: right;
	padding-left: 3px;
	color:#D7B37F;
	}
dd.description {
	float: left;
	width: 100%;
	padding: 3px 0;
    font: italic 1.1em Georgia,Times,sans-serif;
	color: #555;
	}
/*-------------------------------[IKONKI]---------------------------------*/
.mail { 
	background:url(../images/mail.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	margin:0;
	}
.smile { 
	background:url(../images/smile.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	margin:0;
	}
.info { 
	background:url(../images/info.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
	margin:0;
	}
.worry { 
	background:url(../images/worry.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
	margin:0;
	}
.mobile {
	background:url(../images/mobile.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
	margin:0;
	}
.file {
	background:url(../images/45.png) no-repeat 0;
	padding:0 0 0 17px;
	margin:0;
	}
.more {
	background:url(../images/22.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	margin:0;
	}
.sponsor { 
	color: #853E21;
	font-weight:bold;
	background:url(../images/09.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	}
.favourite {
	background:url(../images/add.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	}
.folder {
	background:url(../images/folder.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	}
.folder:hover {
	background:url(../images/circle.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	}