
body {
	margin: 0;
	padding: 0;
	background:#21130E url(../layout/fullBG.jpg) repeat-x top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input {
	padding:2px;
	border: 1px solid #626262;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

textarea {
	padding: 5px;
	width:90%;
	height:110px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #877B58;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

p{
	margin: 0 0 1em 0;
	line-height: 150%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

:-moz-any-link:focus {
outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
outline: none;
}

a
{
outline: none;
}

a:active
{
outline: none;
}

:focus
{
-moz-outline-style: none;
}

a {
	color: #55573C;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 10px 0px;
	border:5px solid #FFFFFF;
}

img.right {
	float: right;
	margin: 8px 20px 10px 0px;
}


.clear {
clear:both;
}
/* Header */

#wrapper {
width: 920px;
height:auto;
margin:0 auto;
}

#header {
	width: 900px;
	height: 90px;
	margin: 0 auto;
}

#logo {
	width:350px;
	height: 80px;
	font-size: 4em;
	margin:0 auto;
	float:left;
}


.logo {
width:320px;
height:80px;
float:left;
margin:10px auto;
margin-bottom:5px;
padding-left:45px;
/*background:url(../layout/logo.png) no-repeat center center;*/
}

.logo img{

float:left;
margin-left:37px;
padding-bottom:10px;
margin-top:7px;
border:none;

/*background:url(../layout/logo.png) no-repeat center center;*/
}

#homelinks {
width: 300px;
	height: auto;
	margin-top:50px;
	float:right;
}

#homelinks ul {
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	border:none;
}

#homelinks ul li img{
	margin: 0;
	padding: 0;
	padding-top:2px;
	float:left;
	border:none;
}

#homelinks li {
	display: inline;
	text-transform: uppercase;
	border:none;
}

#homelinks li a {
width: auto;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color:#D7CCB0;
	height: 30px;
	text-align:center;
	border:none;
}

#homelinks li a:hover {
	color:#B6A372;
	border:none;
}

#homelinks li a:visited {
	border:none;
}

/* Menu */

#menu {
	width: 820px;
	height: 40px;
	margin: 0 auto;
	background: url(../layout/menuBG2FW.gif) no-repeat top center;
}

#menu ul {
	width: 820px;
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
}

#menu ul li img{
	margin: 0;
	padding: 0;
	padding-top:2px;
	float:left;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}



#menu li a {
width: 130px;
	display: block;
	float: left;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	color:#FFFFFF;
	height: 60px;
	text-align:center;
}

#menu li a:hover {
	height: 50px;
	color: #B6A372;
}


/* rotator */

#rotator {
width: 800px;
	margin: 5px auto;
}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-left:15px;
	padding-right:0px;
}



/* Content */

.box {
width: 265px;
height: auto;
margin:0px;
float:left;
}

.contTopL {
width: 250px;
height:10px;
background:#322014 url(../layout/contentTopL.jpg) no-repeat top left;
	}

.contTopR {
width: 10px;
height:10px;
background:#322014 url(../layout/contentTopR.jpg) no-repeat top left;
float:right;
	}
	
.contBottL {
width: 250px;
height:10px;
background:#322014 url(../layout/contentBottL.jpg) no-repeat top left;
	}

.contBottR {
width: 10px;
height:10px;
background:#322014 url(../layout/contentBottR.jpg) no-repeat top left;
float:right;
	}

.post {
background-color:#322014;
padding:10px;
width:230px;
}
.post .title img{
float:right;
margin-right:0px;
}

.post .title h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-family:Georgia;
	font-weight:bold;
	letter-spacing:1px;
}

.post .title cite {
	margin: 0;
	line-height: normal;
	color: #FF9933;
	font-size:12px;
}

.post .title p a {
	color: #FF9933;
}

.post .entry {
	padding-right:4px;
	padding-top: 0px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
}

.post .entry img{
float:left;
border:3px solid #FFFFFF;
margin-right:5px;
margin-top:4px;
}

.post .entry p a {
	color: #8C4600;
	float: right;
}

.post .entry p a:hover {
	color: #CCCC99;
	float: right;
}

.post .entry p a img{
	border:none;
	display:inline;
	margin-top:5px;
}

.post .entry ul{
	width:260px;
	margin-right:5px;
	padding:5px;
	padding-top:0px;
	list-style:none;
	color:#473623;
	float:right;
}

.post .entry li{
width:260px;
padding:5px;
padding-right:0px;
font-family:"Trebuchet MS";
font-size:1em;
color:#5E472F;
text-align:left;
	
}

.fullbox {
width: 800px;
height: auto;
margin:0 auto;
}

.contFullTopL {
width: 785px;
height:10px;
background:#322014 url(../layout/contentTopL.jpg) no-repeat top left;
	}

.contFullTopR {
width: 10px;
height:10px;
background:#322014 url(../layout/contentTopR.jpg) no-repeat top left;
float:right;
	}
	
.contFullBottL {
width: 785px;
height:10px;
background:#322014 url(../layout/contentBottL.jpg) no-repeat top left;
	}

.contFullBottR {
width: 10px;
height:10px;
background:#322014 url(../layout/contentBottR.jpg) no-repeat top left;
float:right;
	}


.postFull {
background-color:#322014;
padding:10px;
width:765px;
}

.postFull .title img{
float:right;
margin-right:0px;
padding-top:7px;
}

.postFull .title h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-family:Georgia;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:5px solid #36281B;
}

.postFull .title cite {
	margin: 0;
	line-height: normal;
	color: #FF9933;
	font-size:12px;
}

.postFull .title p a {
	color: #FF9933;
}

.postFull .entry {
	padding-right:5px;
	padding-left:5px;
	padding-top: 0px;
	color:#B6A372;
	text-align:left;
	font-size:1em;
}

.postFull .entry img{
border:5px solid #FFFFFF;
margin:10px;
margin-top:4px;
}

.postFull .entry .fotoR{
float:right;
width:350px;
}

.postFull .entry .fotoL{
float:left;
width:350px;
}

.postFull .entry .formContener {
float:left;
width:740px;
background-color:#FFFFFF;
padding:5px;
border:1px solid #B6A372;
color:#462300;
font-size:12px;
}

.star {

color:#CC0000;
font-size:2em;
}

.postFull .entry .mapa{
float: right;
width:360px;
background-color:#B6A372;
border:5px solid #FFFFFF;
}

.mapabig a{
width:340px;
border-top:5px solid #FFFFFF;
float:left;
font-family:"Trebuchet MS";
padding:10px;
}

.postFull .entry p{
line-height:1.8em;
}

.postFull .entry strong{
color:#F0E2CA;
}

.postFull .entry p a {
	color:#55573C;

}

.postFull .entry p a:hover {
	color: #CCCC99;

}

.postFull .entry p a img{
	border:none;
	display:inline;
	margin-top:5px;
}

.postFull .entry ul{
	width:350px;
	margin:5px;
	padding:5px;
	padding-right:0px;
	padding-top:10px;
	list-style:none;
	color:#C16100;
	float: left;
	border-bottom:dotted 1px #876543;
	border-top: dotted 1px #876543;
}

.postFull .entry .borderStyl {
width:375px;
	border-bottom:dotted 1px #876543;
	border-top: dotted 1px #876543;
	padding:10px 5px 10px 10px;
	float: left;
	margin-top:10px;
}

.postFull .entry .ranga {
width:375px;
	padding:5px;
	float: left;
	margin-top:5px;
	font-size: 18px;
	letter-spacing:0px;
	font-family: "Microsoft Sans Serif";
	color:#FF6633;
	text-align:center;
}

.postFull .entry .ulbox {
width:375px;
	padding:5px;
	float: left;
	margin-top:5px;
}

.postFull .entry li{
padding:2px;
padding-left:5px;
font-family:"Trebuchet MS";
font-size:1.1em;
color:#D7CCB0;
text-align:left;
/*border-left:solid 30px #B6A372;*/
margin:2px;
background:#36281B url(../layout/lipodk.jpg) no-repeat center right;
}

.postFull .entry li strong{
color:#B6A372;
}

.postFull .entry li img{
clear:both;
margin:0;
padding:0;
float:left;
padding:7px 5px 5px 5px;
border:none;
background:#36281B;
}

.liIMG {
width:30px;
height:30px;
background:url(logoLismall.jpg) no-repeat center center;
padding-right:5px;
float:left;
}

.linkGall {
	text-align:right;
	margin-right:35px;
}




/* Footer */

#footer {
	clear: both;
	width: 900px;
	height:170px;
	margin: 0 auto;
	margin-bottom:10px;
	padding: 20px 0;
	background:url(footerBG.png) no-repeat top center;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color:#473623;
}

#footer a {
	text-decoration: none;
	color:#CABF99;
}

#sidebar li .naviTop{
	color: #36291B;
	padding:0px 0px 0px 35px;
	margin-top:200px;
	text-align:right;
font-family:"Trebuchet MS";
font-size:10px;
color:#FFFFFF;
border-bottom:1px dotted #CABF99;
border-left:1px dotted #CABF99;
margin-right:20px;
}

#sidebar li .naviTopFullGall{
	color: #36291B;
	padding:0px 0px 0px 35px;
	margin-top:700px;
	text-align:right;
font-family:"Trebuchet MS";
font-size:10px;
color:#FFFFFF;
border-bottom:1px dotted #CABF99;
border-left:1px dotted #CABF99;
margin-right:20px;
}

#sidebar li .naviTopSmallGall{
	color: #36291B;
	padding:0px 0px 0px 35px;
	margin-top:300px;
	text-align:right;
font-family:"Trebuchet MS";
font-size:10px;
color:#FFFFFF;
border-bottom:1px dotted #CABF99;
border-left:1px dotted #CABF99;
margin-right:20px;
}

.kontakt {
width:90%;
margin:0 auto;
}

.kontakt input{
width:220px;
height:16px;
margin:2px;
float:right;
}

.kontakt select{
width:234px;
height:30px;
margin:2px;
float:right;
}

.kontakt textarea{
width:220px;
height: auto;
margin:2px;
float:right;
}

.kontakt .button{
width:114px;
height: 30px;
margin:2px;
}

#odpSerwera {
width:200px;
height: auto;
padding:10px;
text-align:center;
font-size:14px;
margin:0 auto;
background-color:#CABF99;
border:1px solid #58432C;
position:absolute;
margin-left:300px;
}

#odpSerwera strong{
color:#473623;
}

#odpSerwera b{
color:#A40000;
}