body {
	margin: 0;
	padding: 0;
	background: #74cae8 url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #4e536d;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0191e3;
}

h2 {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0;
	/*border: 1px solid;*/
}

a {
	background: url(images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #4682ce;
}

a:hover {
	background: none;
	text-decoration: underline;
}

.date{

	text-align: right;
	display: block;
}
.more{
	
	text-align: right;
	display: block;
}
.file{
	float: left;
	text-align: left;
	display: block;
}
/* Wrapper */

#wrapper {
	background: #FFFFFF url(images/img04.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 850px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 168px;
	height: 60px;
	padding: 0 0 0 2px;
	background: url(images/img02.gif) no-repeat;
}

#menu a {
	display: block;
	width: 138px;
	height: 36px;
	padding: 20px 20px 0 10px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #d6e6f1;
}

#menu a:hover {
	border-bottom: 4px solid #5a7cbe;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: #c8e6f7;
	border-bottom: 4px solid #c8e6f7;
	text-decoration: none;
	color: #2c9fe0;
}

/* Header */

#header {
	width: 854px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

#header h1 {
	float: left;
	display: inline;
	width: 104px;
	height: 45px;
	padding: 169px 100px 0 25px;
	background: url(images/img05.jpg) no-repeat;
	line-height: 32px;
	font-size: 30px;
}

#header h2 {
	float: right;
	width: 594px;
	height: 65px;
	padding: 156px 20px 0 0;
	background: url(images/img06.jpg) no-repeat;

	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}


/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	font-size: 13px;
}
#posts img {
	padding: 5px;
	/*border: 1px solid #838B91;
	background: #ecf6fc;*/
}
/*obrazek z podpisem*/
div.zdjecie{
	float:left;
	display: block;
	position:relative;	
	top:4px;
	padding:3px 9px 1px 3px;
	margin:0 10px 3px 2px;
	border:#e2e2e2 solid 1px;
}

div.zdjecie img{
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.zdjecie span{
	display: block;
	float: right;
	padding: 0;
	font-size: 9px;
	color:#888;
}
/*nowości*/
#nowosci {
	float:  right;
	width:  610px;
	background: url(images/img01.gif) repeat-x;
}


#nowosci ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nowosci li {
	display: block;
	float: left;
	width: 150px;
	height: 45px;
	padding: 0 0 0 2px;
	background: url(images/img02.gif) no-repeat;
}

#nowosci a {
	display: block;
	width: 140px;
	height: 31px;
	padding: 10px 0 0 10px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #d6e6f1;
}

#nowosci a:hover {
	border-bottom: 4px solid #5a7cbe;
	text-decoration: none;
	color: #FFFFFF;
}

#nowosci .selected   {
	background: #c8e6f7;
	border-bottom: 4px solid #c8e6f7;
	text-decoration: none;
	color: #2c9fe0;
}

#nowosci_content {
	float:  right;
	width:  610px;
	height: 220px;
	display: block;

}
#nowosci_content img {
	float: right;
	
	border: 0;
	padding: 5px;
	margin: 10px;
}
#nowosci_content .story {
	padding: 5px 15px 10px 15px;
	background: url(images/img10.gif) repeat-x
}
#nowosci_content h4 {
	font: normal small Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1.8em;
	color: #838B91;
}
#nowosci_content ul {
	
	/*margin: 5px 10px 5px 50px;*/
	list-style: url(images/img12.gif);
}
#nowosci_content ul li {

}
#nowosci_content .meta {
	padding: 5px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#nowosci_content .meta p {
	margin: 0;
	line-height: normal;
	font-size: 8px;
}
/* Posts */

#posts {
	float: right;
	width: 610px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 5px 0 15px;
	background: url(images/img10.gif) repeat-x
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(images/img12.gif);
}

#posts ul li {
}
#posts textarea, input, select {
  font-family: Verdana;
  font-size: 11px;
  color: #08347b;
  border: 1px #bbbbbb solid;
  background-color: #fffff0;
}

/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img10.gif) repeat-x
}

#links li li {
	padding: 3px 0;
	background: url(images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
	padding: 30px 0 55px 0;
	background: url(images/img08.gif) repeat-x;
}

#footer p {
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e7f1f5;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #e7f1f5;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	/*background: url(images/img09.jpg) no-repeat left top;*/
	letter-spacing: -1px;
	font-size: 24px;
}

