/*
Theme Name: design-tech.ru
Theme URI: http://numberonedesigner.com/
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
html {
  background: url(i/bottom-bg.gif) 0 100% repeat-x;
}
body {
	font: 14px/24px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
  background: url(i/top-bg.gif) repeat-x;
}
a {
	color: #043E52;
	outline: none;
}
a:hover {
	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}
.right {
  text-align: right;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 415px;
	position: relative;
}

#logo {
	position: absolute;
	top: 18px;
	left: 43px;
	width: 365px;
	height: 65px;
	text-decoration: none;
  text-indent: -9999px;
  background: url(i/logo.gif) no-repeat;
}

#address {
	position: absolute;
	top: 0;
	right: 0;
	width: 269px;
	height: 52px;
	padding: 47px 19px 0;
	background: #F4F4F4;
  font-size: 12px;
  line-height: 18px;
	color: #696969;
}

#image {
	position: absolute;
	top: 109px;
	left: 0;
	width: 444px;
	height: 243px;
	padding: 14px 0 0 50px;
  background: url(i/header-image-bg.jpg) no-repeat;
}

#nav {
	position: absolute;
	top: 352px;
	right: 50px;
	list-style: none;
  font-size: 12px;
  line-height: 20px;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	color: #023141;
  text-decoration: none;
	padding: 0 5px;
}
#nav a:hover,
#nav .current_page_item a {
  background: #E8E8E8;
}

#slogan-ru {
	position: absolute;
	top: 145px;
	right: 27px;
	width: 408px;
	height: 185px;
  background: url(i/slogan-ru.jpg) no-repeat;
}
#slogan-en {
	position: absolute;
	top: 145px;
	right: 85px;
	width: 283px;
	height: 185px;
  background: url(i/slogan-en.jpg) no-repeat;
}

#lang-en,
#lang-ru {
	position: absolute;
	top: 109px;
	right: 0;
  font-size: 11px;
	color: #999;
  background: url(i/en.gif) 0 6px no-repeat;
	padding: 0 0 0 31px;
}
#lang-ru {
  background: url(i/ru.gif) 0 6px no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
	padding: 0 0 27px;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 366px 0 45px;
}
.post {
	margin: 0 0 40px;
}
#content h2 {
	font: 45px/1 Calibri, "Trebuchet MS", Tahoma, Arial;
	color: #CACACA;
	letter-spacing: -1px;
	margin: 0 0 18px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.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;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 0 0 35px;
	text-align: center;
	font-size: 24px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 249px;
	padding: 15px 29px;
	margin: 14px 0 0 -307px;
	position: relative;
	background: #F4F4F4;
  font-size: 12px;
  line-height: 18px;
}

#sidebar h3 {
	font: 18px/1 Calibri, "Trebuchet MS", Tahoma, Arial;
	color: #AAA;
	margin: 0 0 12px;
}

#gallery {
  text-align: center;
}
#gallery img {
	margin: 0 auto 18px;
  border: 5px solid #E2E2E2;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 87px;
	padding: 25px 0 0 45px;
	background: #EFEFEF;
  border-top: 1px solid #FFF;
  font-size: 12px;
	color: #979797;
}
#nod {
	float: left;
	width: 77px;
	height: 27px;
  background: url(i/nod.gif) no-repeat;
  text-indent: -9999px;
	margin: 0 18px 0 0;
}
.footer {
	display: table;
	height: 1%;
  border-left: 1px solid #D7D7D7;
  padding-left: 6px;
}
#bottom-nav {
	position: relative;
	top: -5px;
	margin: 0 0 5px;
}
#bottom-nav li {
	display: inline;
}
#bottom-nav a {
	color: #979797;
  text-decoration: none;
	margin: 0 11px;
}
#bottom-nav a:hover {
  text-decoration: underline;
}
