body {
	margin: 0px;
	padding: 0;
	background: #191106;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ECD0C1;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0px;
	text-align: justify;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote { }

a { color: #E2B6A0; text-decoration: none; }

a:hover { text-decoration: none; color: #D6A084; }

a img {
	border: none;
}



hr { display: none; }

#all { 
   width: 1000px; 
   position: relative; 
   margin: 0px auto; 
   padding: 0px;
}

#wrapper {
	width: 100%;  
	background: #382B1A url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 204px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	padding-top: 51px;
	padding-left: 35px;
	width: 590px;
	margin-left: 11px;
}



#menu ul {
	margin: 0px; 
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 21px 0px 21px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2B6A0;
	font-size: 14px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-transform: uppercase;
}

#menu a:hover { 
    text-decoration: none;
    color: #D6A084;
}

.menu_red {
    display: block;
	float: left;
	padding: 0px 21px 0px 21px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2B6A0;
	font-size: 14px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-transform: uppercase;
}



/* Page */

#page {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background: #12120F;
}


/** LOGO */

#logo {
	width: 1000px;
	height: 356px;
	margin: 0px auto;
	background: url(images/img04.jpg) no-repeat left top;
}
#logo-left {
	width: 360px;
	height: 356px;
	margin: 0px;
	float: left;
}
#logo-right {
	width: 636px;
	height: 356px;
	margin: 0px;
	float: right;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}
#naglowek {
	float: left;
	height: 10px;
	padding-top: 10px;
	padding-left: 42px;
	text-align: left;
  
   padding-right: 10px;
}
#naglowek h1 {
	text-align: left;
	font-size: 10px;
    color: #908B81;
}

#tytul {
	float: right;
	height: 150px;
	width: 320px;
	text-align: center;
    padding-top: 60px;
    padding-right: 20px;
} 
#tytul h2 {
	text-align: right;
	font-size: 65px;

}
#tytul h2 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #F8F1F1;
}

#tytul h2 a:hover { 
    text-decoration: none; 
}

#tytul img {
	margin-right: 7px;
}
#tytul p {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-right: 0px;
	text-align: center;
	margin-top: 14px;
}
.description {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

#adres {
	float: left;
	height: 150px;
	width: 250px;
	text-align: left;
	font:  14px Georgia, "Times New Roman", Times, serif;
	color: #F6D9C9;
	padding-top: 35px;
	padding-left: 30px;
	margin-left: 10px;

}


#logo p a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: none; }
#flash {
	padding-left: 67px;
	padding-top: 26px;
	text-align: left; 
	float: left;
} 
#flash_index {
    width: 279px;
	padding-left: 67px;
	padding-top: 31px;
	text-align: left; 
	float: left;
} 


/* Content */

#content {
	float: left;
	width: 946px;
	margin-left: 17px;
	margin-right: 17px;
	border-left: #716C62 solid 1px;
	border-right: #716C62 solid 1px;
	background: #12120F url(images/tlostrona.jpg) no-repeat left top;
	
}

/* Post-left-right */

#post-left-right
{  
    text-align: left;
}

/* Post */

.post {
    margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 5px;
	
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	border-bottom: #4C0307  dashed 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E2B6A0;
	text-transform: uppercase;
}
.druk {
	font-size: 13px;
	font-family: Monotype corsiva, serif;
	text-align: right;
	text-transform: none;
	margin-left: 630px; 
	display: inline;
}


.post .entry {
	padding: 20px 0px;
}
#post-left {
	float: left;
	width: 240px;
}
#post-left a img
{
    border: 2px solid #E2B6A0;
    margin: 0px;
    padding: 0px;
	
}
#post-left img
{
    border: 1px solid #E2B6A0;
    margin-left: 20px;
    padding: 0px;
	
}
#post-left_index {
	float: left;
	width: 220px;
}
#post-left_index img
{
    border: 1px solid #E2B6A0;
    margin-left: 20px;
    padding: 0px;
	
}
#post-right {
	float: right;
	width: 648px;
	margin-right: 20px;
	text-align: left;
	text-indent: 20px;
}
#post-right_index {
	float: right;
	width: 668px;
	margin-right: 20px;
	text-align: left;
	text-indent: 30px;
	font-family: Monotype corsiva, serif;
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}

#post-right-kontakt {
	float: right;
	margin-right: 85px;
}
#post-right-dojazd {
	float: right;
	margin-right: 55px;

}
/* clear */
#clear {
	clear: both;
	height: 40px;
	background: #12120F url(images/clear.jpg) no-repeat left top;
}

/* Footer */

#footer {
	width: 980px;
	height: 79px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/footer.jpg) no-repeat left top;
	
}
#footer2 {
	margin: 0px;
	padding: 0px;
}

#footer2 p {
    float: left;
	margin-left: 235px;
	padding: 10px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #6B6863;
}

#footer2 a {
	color: #6B6863;
}

#stat {
    float: right;
    margin-right: 17px;
	margin-top: 17px;
	
}


/* Google maps */
#map_canvas {
  width: 570px; 
  height: 420px;
  border: #E2B6A0 solid 2px; 
  font-family: Arial; 
  font-size: 12px; 
  color: #000000;
}
/* Galeria */
#gallery
{  
    text-align: center;
    font-family: Monotype corsiva, serif;
    font-size: 14px;
}



#gallery a img
{
    border: 2px solid #E2B6A0;
	margin-top: 10px;
    
    padding: 0;
}
#gallery a:hover img { 
    text-decoration: none;
    border: 2px solid #F3DBCF;
}
#gallery p {  
    text-align: left;
    font-family: Monotype corsiva, serif;
    font-size: 12px; 
}
