/*
Theme Name:
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 {
	height: 100%;
	min-width: 640px;
}
body {
	font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
	color: #444;
	background: url(i/shadow-right.gif) 100% 0 repeat-y;
	height: 100%;
}
a {
	color: #FE5B0B;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.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: 580px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<580?'580px':'');
	padding: 0 30px;
 	min-height: 100%;
	height: auto !important;
 	height: 100%;
	background: url(i/shadow-left.gif) repeat-y;
}
* html #wrapper {float: right}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 168px;
	position: relative;
}

#logo {
	position: absolute;
	top: 9px;
	left: 27px;
	width: 285px;
	height: 99px;
	background: url(i/logo.gif) no-repeat;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 118px;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #E8E8E8 url(i/nav.gif) repeat-x;
	list-style: none;
	border: solid #CDCDCD;
	border-width: 1px 0;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	display: inline;
	margin-right: 25px;
	color: #363636;
	padding: 0 0 0 28px;
}
 #n1 a {
	background: url(i/home.gif) 0 4px no-repeat;
	padding: 0 0 0 28px;
	margin-left: 12px;
}
#n2 a {background: url(i/ru.gif) 0 8px no-repeat}
#n3 a {background: url(i/en.gif) 0 8px no-repeat}
#n4 a {background: url(i/fr.gif) 0 8px no-repeat}
#n5 a {background: url(i/de.gif) 0 8px no-repeat} 

a#rss {
	position: absolute;
	top: 123px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: #FE9D2D url(i/rss.gif) no-repeat;
	text-indent: -9999px;
}

#adv {
	position: absolute;
	top: 32px;
	right: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 0 196px;
	background: url(i/t.gif) -2px 0 repeat-x;
}
#content.lc {margin: 0 196px 0 5px}
#content.cr {margin: 0 5px 0 196px}
.r {background: url(i/l.gif) 100% -2px repeat-y;}
.b {background: url(i/t.gif) 100% 100% repeat-x;}
.l {background: url(i/l.gif) 0 -2px repeat-y;}
.tl {background: url(i/corner.gif) no-repeat;}
.tr {background: url(i/corner.gif) 100% 0 no-repeat;}
.bl {background: url(i/corner.gif) 0 100% no-repeat;}
.br {background: url(i/corner.gif) 100% 100% no-repeat; padding: 10px 5px; height: 1%;}
#single .br {padding: 10px 28px;}
.post {
	margin: 0 0 16px;
}
.post.home {
	float: left;
	display: inline;
	width: 180px;
	height: 230px;
	border: 1px solid #D9D9D9;
	padding: 0 0 10px;
	margin-right: 3px;
	background: url(i/gradient.gif) 0 100% repeat-x;
	overflow: hidden;
	text-align: center;
}
.post.home img {
	padding: 5px 0;
}
.post .text {
	padding: 5px;
}
#content h2 {
	font: 24px/1 Arial, Tahoma;
	text-align: center;
	color: #FE5B0B;
	padding: 10px 0 20px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}
h3#comments {
	margin-top: 30px;
}
#content .home h3 {
	font-size: 14px;
}
.pmeta {
	font-size: 11px;
	color: #9F9F9F;
	margin: 0 0 10px;
}
.pmeta a {
	color: #9F9F9F;
}
.entry {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
}
.home .entry {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.rate {
	border-top: 1px solid #E2E2E2;
	overflow: hidden;
	width: 100%;
	padding: 3px 0 25px;
	font-size: 11px;
	color: #7F7F7F;
}
.post-ratings {
	padding: 5px 0 0;
	background: #FFF;
}
.copy-link {
	float: right;
}
/*.copy-link a {
	background: url(i/copy-link.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
}*/
.adv {
	text-align: center;
}

.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;
}

.commentlist {margin: 20px 0 5px;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.avatar {
	float: left;
	display: inline;
	border: 1px solid #DDD;
	padding: 2px;
	margin: -5px 7px 0 0;
	background: #FFF;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #888;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}
#cancel-comment-reply small {
	font-size: 12px;
}

#commentform {padding: 0 0 20px}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #BBB;
}
#author:hover, #email:hover, #url:hover, #comment:hover, #submit:hover,
#author:focus, #email:focus, #url:focus, #comment:focus {
	border-color: #999;
}
#comment {
	width: 515px;
	height: 150px;
}
#submit {
	width: 160px;
	height: 24px;
	padding: 0;
	background: #ECECEC;
	cursor: pointer;
	overflow: visible;
}

.navigation {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 5px 0;
}
.alignleft {float: left;}
.alignright {float: right;}


/* Sidebars
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 186px;
	position: relative;
	font-size: 11px;
	background: url(i/t.gif) repeat-x;
}
.sl {
	margin-left: -100%;
	left: 5px;
}
.sr {
	margin-left: -191px;
}
.sidebar .r {
	height: 1%;
}
.sidebar .br,
#single .sidebar .br {
	padding: 12px 5px 1px;
}

.sidebar h3 {
	font-size: 12px;
	line-height: 1;
	color: #FE5B0B;
	text-align: center;
	border-top: 1px solid #FE5B0B;
	margin: 8px 0 5px;
	position: relative;
}
.sidebar h3 span {
	position: relative;
	top: -7px;
	background: #FFF;
	padding: 0 6px;
}
.sidebar ul {
	margin: 0 0 27px;
	position: relative;
}
.sidebar li {
	list-style: none;
	padding: 0 0 3px 9px;
	background: url(i/bullet.gif) 0 6px no-repeat;
}
.sidebar a {
	text-decoration: none;
	color: #444;
}
.sidebar a:hover {
	text-decoration: underline;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 11px;
	color: #8B8B8B;
	padding: 50px 50px 50px 20px;
}
#footer a {
	color: #8B8B8B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#contacts {
	float: right;
}
