* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background: #FFCEE4 url(images/fon.jpg) repeat-x 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #492B21;
	font-size: 86%;
}


form {
}

hr.btn_menu {border-bottom: 1px solid #4E3322;}

input, textarea {
	border: 1px solid #38B44A;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	border: 1px solid #38B44A;
	padding: .2em;
}

input.button {
	color: #fff;
	padding: 3px;
	border: 0px solid #4E3322;
	background: #38B44A;
}

input.button:hover {	background: #22E23E;}


h1, h2, h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: #492B21; font-weight: normal;
}

h1 {
	letter-spacing: -.05em;
	font-size: 1.8em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.2em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 140%;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: 1.5em;
	background: url(images/li2.gif) no-repeat left center;
	
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #492B21;
		color: #492B21;
}

a {
	text-decoration: none;
	color: #AC021C;
	}

a:hover {
	text-decoration: underline;
color: #AC021C;
}


 li li.active a {text-decoration: underline;}
/* Header */

#header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0 40px;
	color: #FAE6D4;
}

#logo {
	float: left;
	margin: 1.5em 0 0 -1.2em;
}


#search-txt {color: #4E3322;}

#search {
	float: right;
	width: 18em;
	padding-top: 30px;
	margin-left: -80px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 13em;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;

}

/* Content */

table.schema td {padding: 1px; border-bottom: 1px solid #EF516D;
border-right: 1px solid #EF516D; font-size: 10px; padding: 5px 2px 3px;
text-align: center;
}
table.schema td:first-child {border-left: 1px solid #EF516D;}
table.schema th {background: #EF516D; color: #fff; width: 10px; }
table.schema {border: 0px solid black; width: 550px;}
table.schema th.time {width: 60px;} 


span.bread {font-size:9px;}
#topnav {position: absolute; margin: -30px 0px 0 -40px;}

#topnav ul {display: inline; list-style: none; background: none;
clear: both;
}


#topnav ul li {float: left; list-style: none; background: none;
margin: 0 0 0 0; padding: 0;
}

#topnav ul li a{
display: block;
text-decoration: none;
font: bold 12px Arial;
color: white;
height: 23px;
float: left;
display: inline;
margin: 0px;
background-image:url(images/mn_01.gif);
background-repeat: no-repeat;
padding: 4px 10px 6px 10px;
text-align:center;
}

 #topnav ul  li.active a {background-image:url(images/mn_02.gif)}

#topnav ul a:hover{
text-decoration: underline;
}

#content {
	float: right;
	width: 580px;
	padding: 5px 50px 0 0;
}

#content ul li ul{
	padding: 0;
	margin-top: 0px;	
	}
#content li { background: url(images/li2.gif) no-repeat left top;}
#content li li {
	line-height: 1.6;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
	background: url(images/li2.gif) no-repeat left center;
}

div.post { clear: both;
}

.post .meta {
	margin: 0 0 1.5em 0;
	padding: 0 0 1px 10px;
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	height: 460px;
	float: left;
	width: 240px;
	padding: 0px 0 0 20px;
	background: url(images/img03.gif) no-repeat;
	font-size: 11px;
	color: #E3E3D4;
	line-height: 1.4;
	font-weight: normal;
	
}

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

#sidebar ul li ul{
	padding: 0;
	margin-top: 0px;	
	}
#sidebar li.last{
	margin-bottom: -30px;	
	}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	background: none;
}


#sidebar li li {
	line-height: 1.3;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
	background: url(images/li1.gif) no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 200px;
	margin: 0 0 0 0;
	padding: 20px 40px;
	text-align: left;
	color: #4E3322;
	font-family: Tahoma, Arial, sans-serif;
}

#footer p {
	font-size: 10px;
	
}

img {border: 0;}
