/* 
--------------------------------
KOLORY 

jasno brązowy: #edd59e
ciemno brązowy: #d3b46e
jeszcze ciemniejszy brązowy: #967220

--------------------------------
*/

/* FONTY */
@font-face
{
	font-family: BankGothicBT-Light;
	src: url(../font/BankGothicBT-Light.otf);
} 

@font-face
{
	font-family: BankGothicBT-Medium;
	src: url(../font/BankGothicBT-Medium.otf);
}
@font-face
{
	font-family: BankGothicBT-Medium-opis;
	src: url(../../font/BankGothicBT-Medium.otf);
} 

@font-face {
	font-family: "Pacifico";
	src: url("../font/Pacifico.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo-300';
	src: url('../font/museo-300.eot?#iefix') format('embedded-opentype'),
		 url('../font/museo-300.woff') format('woff'),
		 url('../font/museo-300.ttf') format('truetype');
		 font-weight: normal;
		 font-style: normal
}


/* wyzerowania domyslnych wartosci */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, bog, cite, code, img, ins, kbd, q, s, samp, small, strike, dl, dt, dd, ol, ul, il, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

//ol, ul {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

//hr {display: none;}

img {border: 0;}

html { 
	overflow:scroll; 
	background: url(../images/szkic-oliwki2.png) 0% 12% no-repeat,
				url(../images/strawa.png) 100% 50% no-repeat,
				#e4dcc8 ;
}

body { 
	overflow:hidden;
	width:1000px; 
	color: #000;
    font-family: Tahoma,Verdana,ArialCE,HelveticaCE,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0 auto; 
	background: rgba(255,255,255,0.7);
	font-size: 10px;
	position:relative;
}

/*HEADER*/
#header-top { 
	overflow: hidden;
	background: #edd59e;
	border-bottom: 1px solid #d3b46e;
}

#header {
	overflow:hidden;
	background: url(../images/garnki1.jpg) 30% 90% no-repeat,
				url(../images/garnki2.jpg) 10% 90% no-repeat, 
				#f9edd1;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #edd59e;
	font-family: "museo-300";
	font-size: 1.2em;
	color:#a17c27;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.3);
	box-shadow: 1px 1px 1px rgba(1,1,1,0.3);
}

#header div {
	float: left;
	margin: 20px 15px 50px 20px;
	padding: 0px;
	font-size: 1.3em;
}

#header div#poleszukaj {
	width: 200px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #fff;
	border-radius: 50%;
	position: absolute;
	top:20px;
	right: 70px;
	background: #edd59e;
	box-shadow: 2px 2px 4px #000;
}

#header div#poleszukaj > div {
	margin: 0px;
	padding: 0px;
	width: 195px;
	height: 95px;
	position:absolute;
	top:2px;
	left:2px;
	border-radius: 50%;
	border: 1px solid #d3b46e;
}

#header div#poleszukaj input {
	display:block;
	margin-left: 22px;
	margin-top: -5px;
}
#header div#poleszukaj label {
	display:block;
	margin-top: 2px;
	text-align:center;
	font-size: 1.2em;
}

#header label {
	padding: 10px;
}

/*WHOLE*/
#whole {
	float: right;
	width: 100%;		
}
#whole > div { 
	font-size: 1.5em;
	position:relative;	
	margin: 20px 10px 5px 20px;
	padding:0px 0px 20px 0px;
	border-top: 1px dashed #967220;
	border-bottom: 1px dashed #967220;
}

#whole div:nth-child(0){
	border-bottom: 1px dashed red;
}

#whole > div ul { 
	margin-left: 30px;
	list-style-type:circle;
}

#whole > div ul li, #whole > div p {
	color: rgba(1,1,1,0.8);
}


#footer > p {
	margin-left: 50px;
}

#footer {
	float:left;
	width: 100%;
	background: #f9edd1 url(../images/garnki3.jpg) 70% 100% no-repeat;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #edd59e;
	font-family: "museo-300";
	font-size: 1.2em;
	color:#a17c27;
	padding: 20px 0px;
}

/*POZOSTALE*/
h1 {
	font-family: "museo-300";
	font-size: 2.5em;
	color:#FFF;
	margin: 10px 0px 10px 70px;
	text-shadow: 2px 2px 3px rgba(1,1,1,0.7);
}

span { 
	display:block; 
	font-weight:bold; 
	margin: 10px 0;
	color: #967220;
	font-family:"museo-300";
}

#left {
	float: left;
	width: 300px;
	border: 1px solid grey;
}

.tytul { 
	font-size: 1.8em; 
	color: #f2791b;
	font-family:"museo-300";
}

.kategorie { 
	display:inline; 
	margin-right: 10px;
	color: #967220;
	font-family:"museo-300";
}

img { 
	position:absolute;
	right: 0;
	top: 20px;
	border: 5px solid #edd59e;
	border-radius: 4px;
}
