/*
Theme Name: astraeco.ru
Theme URI:
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Dimox
Author URI:
Optimization: <a href="http://nodar.name/">Nodar Giorgadze</a>
*/

* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
body {
	font: 14px/17px Arial, Tahoma, Verdana, sans-serif;
	color: #4D4D4D;
  height: 100%;
}
a {
	color: #C26615;
	outline: none;
}
a:hover {
	color: #E88024;
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	min-width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
  border-left: 200px solid #6A2A07;
}
* html #wrapper {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<800?'800px':'');
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 65px;
	position: relative;
	margin-left: -200px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;
	width: 200px;
	height: 47px;
  text-indent: -9999px;
  background: url(i/logo.gif) no-repeat;
}

#nav {
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 47px;
	background: #C07A1C url(i/nav-bg.gif) repeat-x;
}
#nav ul {
	list-style: none;
	background: url(i/nav-right.gif) 100% 0 no-repeat;
	height: 47px;
  margin-left: 200px;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	height: 47px;
  text-indent: -9999px;
  margin-left: -11px;
  background: url(i/nav.gif) no-repeat;
}
#nav .n1 a {
	width: 119px;
  background-position: 0 0;
	margin: 0;
}
#nav .n2 a {
	width: 127px;
  background-position: -119px 0;
}
#nav .n3 a {
	width: 193px;
  background-position: -246px 0;
}
#nav .n4 a {
	width: 151px;
  background-position: -439px 0;
}
#nav .n5 a {
	width: 138px;
  background-position: -590px 0;
}
#nav .n6 a {
	width: 166px;
  background-position: 100% 0;
}
#nav .n1 a:hover,
#nav .n1 a.current {background-position: 0 -47px}
#nav .n2 a:hover,
#nav .n2 a.current {background-position: -119px -47px}
#nav .n3 a:hover,
#nav .n3 a.current {background-position: -246px -47px}
#nav .n4 a:hover,
#nav .n4 a.current {background-position: -439px -47px}
#nav .n5 a:hover,
#nav .n5 a.current {background-position: -590px -47px}
#nav .n6 a:hover,
#nav .n6 a.current {background-position: 100% -47px}

#lang {
	position: absolute;
	top: 12px;
	right: 10px;
	color: #FFFFFF;
	font: bold 18px Verdana, Tahoma, Arial;
}
#lang a {
  text-indent: 0;
  background: url(i/eng.png) 0 1px no-repeat;
	color: #FFBB73;
  font: bold 14px Verdana, Tahoma, Arial;
	padding: 0 0 0 30px;
  text-decoration: none;
	position: relative;
}
#lang a:hover {
	color: #FFF;
}

#search {
	width: 100%;
	overflow: hidden;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
}
.search {
	width: 140px;
	padding: 0 4px;
	border: 1px solid #4878A2;
}
.go {
	cursor: pointer;
	border: none;
	width: 16px;
	height: 16px;
	background: url(i/go.gif) no-repeat;
	margin: 0 0 0 3px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 18px 0 60px;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 26px 0 26px;
}

.home-image {
	float: right;
  border: 1px solid #A07760;
	margin: 0 0 0 15px;
}

.post {
	margin: 0 0 40px;
}
#content h1 {
	font: bold 24px/1 Arial, Tahoma;
	margin: 0 0 18px;
	color: #C26615;
}
#content h1 a {
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content h2 {
	font-size: 16px;
	color: #6A2A07;
	margin: 0 0 18px;
}
#content h3 {
	font-size: 14px;
	color: #6A2A07;
	margin: 0 0 18px;
}
#content h4 {
	font-size: 13px;
	color: #6A2A07;
	margin: 0 0 18px;
}
.date {
  font-weight: bold;
}
.entry {
	text-align: justify;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px 0;
}

table {
	border-collapse: collapse;
	margin: 0 0 20px;
}
td.o_trubah_pink,
td.o_trubah_white {
	padding: 10px 5px 0;
}
td.o_trubah_pink {
	background: #FAEAD2;
}
td p {
	margin: 0 0 10px;
}

td.prais_zag,
td.prais_pink,
td.prais_pink_b,
td.prais_white,
td.prais_white_b {
	padding: 10px;
}
td.prais_pink_b,
td.prais_white_b {
	font-weight: bold;
}
td.prais_zag {
	color: #000;
	background: #ECC170;
}
td.prais_pink,
td.prais_pink_b {
	background: #FAEAD2;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	left: -200px;
}

#nav2 {
  font: bold 14px Verdana, Tahoma, Arial;
	margin: 0 0 15px 10px;
	position: relative;
}
#nav2 li {
	padding: 13px 0 12px 46px;
}
#nav2 a {
	color: #FFBB73;
  text-decoration: none;
}
#nav2 a:hover,
#nav2 a.current {
	color: #FFF;
}
#nav2 .n1 {background: url(i/m2_1.gif) no-repeat}
#nav2 .n2 {background: url(i/m2_2.gif) no-repeat}
#nav2 .n3 {background: url(i/m2_3.gif) no-repeat}
#nav2 .n4 {background: url(i/m2_4.gif) no-repeat}
#nav2 .n5 {background: url(i/m2_5.gif) no-repeat}
#nav2 .n6 {background: url(i/m2_6.gif) no-repeat}

#sidebar .image {
  text-align: center;
	margin: 0 0 14px;
}
#sidebar .image img {
	border: 1px solid #FFE0B0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-width: 960px;
	background: #E7B44E;
  font-size: 12px;
  height: 20px;
	color: #000;
	padding: 4px 10px 0;
	margin: -34px 10px 0 10px;
	position: relative;
}
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<960?'960px':'');
}
#footer a {
	color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#design {
	float: right;
}
#photo {
	position: absolute;
	left: 40%;
	top: 4px;
}
span.data,
span.astra,
span.eco,
span.zag2 {
    font-weight: bold;
}
span.astra {
    color: #C26615;
}
span.zag2 {
    font-size: 18px;
    color: #6A2A07;
}
