/*
Theme Name:
Description: Markup by <a href="http://lenka-x.com/">Lenka_X</a>
Author: Lenka_X
*/

@font-face {
	font-family: 'PalatinoLinotype';
	src: url('font/pala-webfont.eot');
	src: url('font/pala-webfont.eot?#iefix') format('embedded-opentype'),
	     url('font/pala-webfont.woff') format('woff'),
	     url('font/pala-webfont.ttf') format('truetype'),
	     url('font/pala-webfont.svg#PalatinoLinotypeRegular') format('svg');
  font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 11px/15px Verdana, Arial, Tahoma, sans-serif;
	color: #1b1105;
	background: #E1D2AB url(i/bg.gif) repeat-x;
	height: 100%;
}
a {
	color: #4a2917;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 3px}
img {border: none}
input {vertical-align: middle}
input:focus,
select:focus,
textarea:focus {outline: none}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 15px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 15px}

#tl {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
  background: url(i/tl.jpg) no-repeat;
}
#tr {
	height: 100%;
	vertical-align: top;
  background: url(i/tr.jpg) 100% 0 no-repeat;
}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper {
		height: 100% !important;
	}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 222px;
	position: relative;
}

#logo {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 597px;
	height: 149px;
	background: url(i/logo.png) no-repeat;
  text-indent: -9999px;
  margin-left: -228px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 230px;
}
* html #middle {height: 1%}
*+html #middle {padding: 0}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 130px 0 227px;
}
div.pagetitle {
	margin: 0 0 20px;
	text-align: center;
	font-size: 17px;
}
.post {
	margin: 0 0 40px;
}
#content h2 {
	font: bold 14px/18px PalatinoLinotype, Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
	margin: 0 0 18px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	font: bold 13px/18px PalatinoLinotype, Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
	margin: 0 0 18px;
}
.entry {
	width: 100%;
	overflow: hidden;
}
.entry ul,
.entry ol {
	margin: 0 0 18px 30px;
}
.table {
	width: 100%;
	border-collapse: collapse;
}
.table td {
	vertical-align: top;
}
.table h2 {
  text-align: center;
  background: url(i/title.png) 50% 100% no-repeat;
	padding: 0 0 23px;
}
.table img {
	display: block;
	margin: 0 auto 10px;
}
.table .links {
  text-align: center;
	font: bold 14px/24px PalatinoLinotype, Arial, Tahoma, sans-serif;
  letter-spacing: 3px;
	padding: 0 0 24px;
  background: url(i/pattern3.png) 50% 100% no-repeat;
}
.navigation {
	width: 100%;
	overflow: hidden;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 160px;
	padding: 30px 12px 0;
	margin-left: -100%;
  text-align: center;
}
#nav {
  background: url(i/pattern1.png) 50% 0 no-repeat;
	padding: 22px 0 16px;
}
#nav ul {
	overflow: hidden;
  background: url(i/pattern2.png) 50% 100% no-repeat;
	padding: 0 0 22px;
	font: bold 14px/18px PalatinoLinotype, Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#nav li {
	list-style: none;
  background: url(i/nav_sep.gif) 50% 0 no-repeat;
  margin-top: -1px;
	padding: 8px 0;
}
#lang {
	font: bold 14px/16px PalatinoLinotype, Arial, Tahoma, sans-serif;
	color: #bf9f4c;
  letter-spacing: 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 192px;
  background: url(i/footer_bg.png) 100% 0 no-repeat;
	margin: -192px 0 0;
	position: relative;
}
#copyright {
	position: absolute;
	left: 15px;
	bottom: 8px;
	color: #FFF;
}
#logos {
	float: right;
	padding: 159px 275px 0 0;
}
#logos img {
	margin: 0 0 0 15px;
}
#contacts {
	padding: 40px 0 0 225px;
}
#contacts .title {
	font: bold 14px/24px PalatinoLinotype, Arial, Tahoma, sans-serif;
	color: #4A2917;
  letter-spacing: 2px;
}