/*
Theme Name: teksan.od.ua
Theme URI: 
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Dimox
Author URI: http://dimox.name/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #2A6CAB;
	width: 100%;
	background: #FAFCFE url(i/bg.jpg) repeat-x;
}
a {
	color: #07335D;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
	min-width: 1000px;
	
	/* width: 1000px;
	margin: 0 auto; */
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 234px;
	position: relative;
	background: url(i/header.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 60px;
	left: 66%;
	width: 193px;
	height: 27px;
	padding: 25px 0 0 55px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #32241E;
	overflow: hidden;
}
#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 52px;
	background: url(i/logo.gif) no-repeat;
}

#description {
	position: absolute;
	top: 127px;
	left: 66%;
	width: 250px;
	font-weight: bold;
}

#icons {
	position: absolute;
	top: 214px;
	left: 25px;
}
#icons a {
	margin: 0 23px;
}

#search {
	position: absolute;
	top: 209px;
	left: 230px;
}
#search label,
#search input {
	float: left;
	font: 13px "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#search label {
	font-weight: bold;
	color: #294D83;
	padding: 0px 10px 0 0;
}
input#find {
	width: 195px;
	padding: 0 4px;
	font-size: 11px;
	border: 1px solid #6783AC;
}
#go {
	cursor: pointer;
	width: 34px;
	height: 31px;
	background: #FCAADB url(i/go.gif) no-repeat;
	border: none;
	margin: -6px 0 0 8px;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding: 6px 0 0;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
#text {
	margin: 0 32px 0 219px;
	background: #FFF;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
.post {

}
#content h2 {
	font-size: 13px;
	line-height: 34px;
	color: #FFF;
	background: #4BB5DF url(i/headline-right2.gif) 100% 0 no-repeat;
	padding-left: 13px;
	position: relative;
	height: 1%;
}
#content h2.first {
	background-image: url(i/headline-right.gif);
}
#content h2 a {
	color: #FFF;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h2 span {
	position: absolute;
	top: 0;
	right: 13px;
	font-size: 11px;
}
#content h2 span.date {
	color: #E9F4FE;
}
.entry {
	text-align: justify;
	padding: 3px 13px;
}
.postmetadata {
	font-size: 10px;
	color: #989898;
	margin: 5px 0 0;
}
.postmetadata a {
	color: #989898;
}
.comments {
	text-align: right;
}
.comments a {
	color: #989898;
}
.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

#content h3 {
	font-size: 12px;
	margin: 0 0 10px;
	color: #294D82;
}
h3.pagetitle {
	font-size: 13px !important;
	line-height: 34px;
	color: #FFF !important;
	background: #4BB5DF url(i/headline-right.gif) 100% 0 no-repeat;
	padding-left: 13px;
	position: relative;
	height: 1%;
}

#comm {
  padding: 20px 40px;
}

.commentlist {
	margin: 5px 0 20px 5px;
	list-style: none;
}
.commentlist li {
	padding: 8px 8px 2px;
	color: #63565F;
}
.commentmetadata {
	color: #9999A3;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.commentmetadata a {
	color: #9999A3;
	text-decoration: none;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.author,
.author a {
	color: #6B88AE;
}
.avatar {
	position: absolute;
	right: 0;
	bottom: 2px;
}

h3#respond {
	background: #CADBF2 url(i/respond-left.gif) no-repeat;
	padding: 0 0 0 9px;
	float: left;
}
h3#respond span {
	display: block;
	background: url(i/respond-right.gif) 100% 0 no-repeat;
	padding: 6px 9px 4px 0;
}

#author, #email, #url, #comment, #submit {
	font: 12px Tahoma, "Trebuchet MS", Arial;
	padding: 2px;
	width: 190px;
	border: 1px solid #46588C;
}
#comment {
	width: 500px;
	height: 100px;
}
#submit {
	width: 167px;
	height: 21px;
	float: left;
	margin: -17px 0 0 339px;
	padding: 1px 0 4px;
	background: #46588C url(i/submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	overflow: visible;
	color: #E8F1FE;
	font-weight: bold;
}

.navigation {
	height: 30px;
	padding: 0 13px;
}
.alignleft {float: left;}
.alignright {float: right;}



/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 190px;
	padding-left: 19px;
	margin-left: -100%;
}

#menu {
	background: #1187B7;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 11px;
	list-style: none;
	line-height: 28px;
	margin: 0 0 6px;
}
#menu li {
	padding-left: 24px;
	background: url(i/arrow.gif) 0 8px no-repeat;
}
#menu a {
	text-decoration: none;
	color: #F1F8FB;
}
#menu a:hover {
	text-decoration: underline;
}

#left .block {
	background: #F5F9FB;
	padding: 7px 11px 5px;
}
.block ul {
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 8px;
}
.block li {
	background: url(i/folder.gif) 0 10px no-repeat;
	padding: 10px 0 2px 20px;
	border-bottom: 1px solid #DEE0E1;
}
.block a {
	text-decoration: none;
	color: #2A629F;
}
.block a:hover {
	text-decoration: underline;
}
.block ul ul {
	text-transform: none;
	font-weight: normal;
	border-top: 1px solid #DEE0E1;
	margin: 0 0 -8px -20px;
	padding: 5px 0 0 20px;
	background: #F5F9FB;
	position: relative;
}
.block ul ul li {
	border: none;
	padding: 0 0 0 12px;
	background: url(i/arrow2.gif) 0 5px no-repeat;
}
.block ul ul a {
	color: #274369;
}

#rss {
	font-weight: bold;
	color: #608BB4;
	padding: 0 0 0 18px;
	background: url(i/rss.gif) 0 4px no-repeat;
}

#copyright {
	background: #88AECD url(i/copyright-bottom.gif) 0 100% no-repeat;
	padding: 8px 0 5px 30px;
}
#counters img {
	display: block;
	margin: 0 0 3px;
}
#copyright p {
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	color: #346091;
}
#copyright a {
	color: #346091;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}