
body {
	margin-top: 20px;
	padding: 0;
	background: url(images/body-bg.jpg) 50% 85px no-repeat;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}


p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
  text-decoration: none;
}


a:hover {
	color: #1D61A8;
}

hr {
	color: black;
	size: 3px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-y left top;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

#wrapper .top {
	background: url(images/img02.jpg) no-repeat left top;
}


/* Header */

#header {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	color: #B64926;
  background-image: url("images/logo4.gif");
  z-index: 1000000000;
}

#header h1, #header p {
	margin: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #000000;
	font-size: 42px;
	padding-left: 35px;
}

#header p {
	padding: 0px 0 0 30px;
	font-size: 12px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* Content */

#content {
	float: right;
	width: 505px;
	margin: 0;
	padding: 25px 25px 15px 20px;
}

.post {
	padding: 0px 0 0 0;
}
.nadpis
{
	text-align: right;
	font-size: 22px;
  color: black;   
}

.title {
	border-left: 6px solid #000000;
	padding: 0 20px 0 27px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}


.pagetitle {
}

.byline {
	margin: -25px 20px 0 33px;
	color: #FFFFFF;
}

.meta {
	text-align: center;
	color: #5C1600;
	padding: 10px 20px 10px 17px;
	height: -25px;
	background: #FF0FFF;
	display: none;
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-left: 35px;
	padding-top: 10px;
  color: #FFFFFF;
}

/* Gallery*/
.gallery {
width: 99%;
margin-top: 10px;
padding-left: 35px;
}

.photo {
float: left;
display: inline;
width: 160px;
height: 160px;
overflow: auto;
position: relative;
padding: 0px 5px 0px 0px;
}

.photo a img {
margin: 0 auto 1px auto;
border: 4px solid black;
}

.photo a:hover img {
border: 4px solid #ABABAB;
}

.photo p {
margin: 2px 0px 0 2px;
line-height: 1.2;
color: #000000;
font-weight: bold;
font-size: 12px;
}

.photo p a, .photo p a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}

.photo p a:hover {
text-decoration: underline;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	padding: 34px 0 0 0px;
	color: #5C1600;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 30px;
	padding: 0 0 0 23px;
	background: url(images/li.jpg) no-repeat left 10%;
	line-height: 53px;
  font-size: 15px;
  font-weight: bold;
}

#sidebar h2 {
	width: 240px;
	height: 54px;
	margin: 0;
	padding: 15px 0 0px 75px;
	font-size: 18px;
	background: url(images/img24.gif) no-repeat left top;
	color: #000000;
}

#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	text-decoration: none;
	color: red;
}


/* Footer */

#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B64926;
}

#footer p {
	padding: 10px 0px 30px;
}

#footer p a {
	color: #5C1600;
}

