* {
	margin: 0;
	padding: 0;
}

body {
	background: #FBE8E8 url(images/img01.jpg);
	text-align: justify;
}

body, input, textarea, select {
	font: normal Georgia, "Times New Roman", Times, serif;
	color: #662C14;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

a {
	color: #662C14;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	background: url(images/img03.gif) no-repeat;
}

#header h1 {
	margin: 0;
	padding-top: 40px;
	text-align: center;
	font-size: 30px;
}

#header p {
	text-align: center;
	font-size: 22px;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

#header ul {
 padding:125px 0 0 60px 
}

#header li {
 display:inline;
 list-style-type:none;
 border:#662C14 1px solid;
 padding:5px;
 margin:3px
}

#header li.sel {
  background:#662C14;
}

#header li.sel a {
color:#fff
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: right;
	width: 424px;
	padding: 50px 20px 0px 16px;
	background: url(images/img06.gif) no-repeat;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/img08.gif) no-repeat center bottom;
}

.post .title {
	margin:0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 10px 15px 5px 15px;
	line-height: 22px;
}

.post .meta {
	margin-bottom: 10px;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 204px;
	padding: 50px 16px 0px 20px;
	background: url(images/img05.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

#sidebar li li.sel {
 font-weight:bold
}

#sidebar li li.podkat {
 margin-left:5px;
}

#sidebar li li.podkat_sel{
  margin-left:5px;
}

#sidebar li li.podkat a {
 color:#000
}

#sidebar li li.podkat_sel a {
 color:#000;
 text-decoration:underline;
}

#sidebar .nag {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 43px;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#login_div {width:250px; height:130px; padding-top:20px; margin:auto; margin-top:100px; margin-bottom:200px; background:#fbe8e8; color:#000; -moz-border-radius:1em; text-align:center}
#admin {color:#000; font-size:12px; padding:10px; background:#fbe8e8; width:900px; margin:auto}
.tlist {background:#fff; margin:auto}
.tlist td {background:#8c4c4c; padding:5px}
.tlist td a {color:#aaa; padding:5px; text-decoration:none; border:0}
.tlist th {background:#662C14; padding:5px; color:#fff}
