* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 129px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #F49A24;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header-left {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header-right {
	float: right;
	width: 530px;
	height: 96px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 74px 20px 0 0;
	text-align: right;
	color:#fff
}

#header-right h1 a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size:20px
}

#header-right h1 {
  color:#fff;
}

#header-right p {
 color:#fff;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.post a {
 color:#666;
}

.post a.title2{
 font-size:16px;
 font-weight:bold;
 text-decoration:none;
 color:#000;
 padding-bottom:5px;
 display:block;
}

.post h2 {
 font-size:18px;
 font-weight:bold;
 text-decoration:none;
 color:#000;
 padding-bottom:10px;
}

.post div.meta {
 padding-bottom:5px
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar ul {
	margin: 0;
	padding: 15px 5px 15px 10px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox_nag {
	background: url(images/img06.gif) repeat-y;
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight:bold
}

#updates {
 color:#fff
}

#updates a {
  text-decoration:none
}

#updates a:hover {
  text-decoration:underline
}

#updates li.podkat {
  padding-left:5px
}

#updates li.podkat_sel {
  padding-left:5px
}

#updates li.podkat_sel a {
  color:#000
}

#updates li.sel a {
  color:#000
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#pager_div {background:#ed5c0c; padding:5px; text-align:center; margin-bottom:15px}
#pager_div a {font-size:16px}
#pager_div a.pager_sel {text-decoration:none}

#login_div {width:250px; height:130px; padding-top:20px; margin:auto; margin-top:100px; margin-bottom:200px; background:#8bc633; color:#000; -moz-border-radius:1em; text-align:center}
#admin {color:#000; font-size:12px; padding:10px; width:900px; margin:auto; line-height:20px}
.tlist {background:#fff; margin:auto}
.tlist td {background:#edebd5; padding:5px}
.tlist td a {color:#8c6f34; padding:5px}
.tlist th {background:#8ec739; padding:5px; color:#fff}


