body {
	margin: 0px;
	padding: 0;
	background: #000000;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 121px;
}

/* Header */
#kat {
  padding:4px 0 0 5px
}

#logo {
	width: 720px;
	height: 50px;
	margin: auto;
	padding: 0 10px 0 270px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding-left: 100px;
	color: #000000;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 34px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 15px;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 1000px;
	margin: auto;
	padding: 0;
	height: 61px;
	background: url(images/img01.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 24px 0 0 260px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 20px 30px 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #5E5034;
}

#menu a:hover {
	color: #5E5034;
}

#menu .current_page_item a {
	color: #5E5034;
}

/* Wrapper */

#wrapper {
	width: 1000px;
	margin: auto;
	padding: 0px;
	background: #EAE1D1;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img02.gif) repeat-y left top;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 10px 20px 0px 20px;
}

.post {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#bc6522 1px dashed;
	line-height: 200%;
}

.post h2 {
	margin: 0;
	padding: 10px 0 4px 0;
	font-size: 14px;
}

.post a {
	text-decoration: none;
	color: #615235;
}

.post a:hover {
text-decoration: underline;
}

.post a.show {
	margin: 0;
	font-size: 14px;
	line-height: 50%;
	font-weight:bold
}

.title {
	margin: 0;
	font-weight: normal;
	line-height: normal;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
  padding:0;
  margin:0
}

.tag {
	padding: 0 15px;
}

.entry {

}

.links {
	padding: 0;
	margin:0;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	width: 101px;
	height: 24px;
	padding-left: 10px;
	background: url(images/img06.jpg) no-repeat left top;
	text-align: left;
	color: #FFFFFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-right: 10px;
}

#sidebar2 {
	float: right;
	width: 200px;
	padding-right: 40px;
}

.sidebar {
	float: left;
	margin-top: 20px;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(images/img05.jpg) no-repeat left bottom;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 10px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
	background: none;
}

.sidebar li li.sel {
  font-weight:bold
}

.sidebar li li.podkat {
  padding-left:20px
}

.sidebar li li.podkat_sel {
  padding-left:20px;
  font-weight:bold
}


.sidebar li div.mr_nag {
	height: 32px;
	background: url(images/img04.jpg) no-repeat left top;
	margin: 0 0 0 0;
	padding: 8px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	margin: auto;
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#ldiv {
  width:250px; 
  height:130px; 
  padding-top:20px; 
  margin:auto; 
  margin-top:100px; 
  margin-bottom:200px; 
  background:#cfcac0; 
  color:#000; 
  -moz-border-radius:1em; 
  text-align:center
}

#admin {
  color:#000; 
  font-size:12px; 
  padding:10px;
}

.tlist {
  background:#fff; 
  margin:auto
}

.tlist td {
  background:#cfcac0; 
  padding:5px
}

.tlist td a {
  color:#000; 
  padding:5px; 
  text-decoration:none; 
  border:0
}

.tlist th {
  background:#bda36d; 
  padding:5px; 
  color:#fff
}

#polecamy {
 float:right;
 padding:4px 5px 0 0
}

#polecamy a:hover {
 text-decoration:underline
}
