/*
Theme Name: transfercentre.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: #169C00 url(i/bg.gif) repeat-x }
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #383838;
	width: 990px;
	margin: 35px auto 0;
	position: relative;
}
a {
	color: #169C00;
	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}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 202px;
	position: relative;
	background: #FFF;
	margin: 0 0 10px;
}

#logo {
	position: absolute;
	top: 42px;
	left: 17px;
	width: 459px;
	height: 80px;
	background: url(i/logo.gif) no-repeat;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: -27px;
	left: 19px;
	height: 27px;
	line-height: 27px;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
	margin-right: 11px;
}
#nav a {
	float: left;
	padding: 0 12px;
	color: #FFF;
}
#nav .current_page_item a {
	background: #FFF;
	color: #393939;
	text-decoration: none;
}

#categories {
	position: absolute;
	top: 165px;
	left: 0;
	width: 100%;
	height: 37px;
	line-height: 37px;
	background: #189803 url(i/categories-bg.gif) no-repeat;
	list-style: none;
}
#categories li {
	float: left;
	padding: 0 6px 0 29px;
	margin: 0 0 0 8px;
	background: url(i/category.gif) 0 8px no-repeat;
}
#categories a {
	color: #FFF;
}

#search {
	position: absolute;
	top: -27px;
	right: 15px;
	width: 220px;
	height: 21px;
	background: url(i/search.gif) no-repeat;
}
#search label {
	float: left;
	color: #FFF;
	padding: 0 6px 0 10px;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
	display: inline;
}
.search {
	width: 141px;
	padding: 2px 4px;
	border: none;
	background: #FFF;
}
.go {
	cursor: pointer;
	border: none;
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	margin: 1px -3px 0 6px;
}

#adv {
	position: absolute;
	top: 50px;
	right: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	background: #FFF url(i/middle-bottom.gif) 0 100% no-repeat;
	margin: 10px 0 0;
	padding: 0 0 10px;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(i/middle-top.gif) no-repeat;
}
#content {
	margin: 12px 270px 0 0;
	padding: 0 20px 1px;
	border-right: 1px solid #DCDCDC;
}
.post {
	margin: 0 0 50px;
}
.post.top {
	background: url(i/top-news.jpg) no-repeat;
	position: relative;
	margin: 0 -8px 37px;
	color: #FFF;
	padding: 18px 296px 0 18px;
	height: 272px;
}

#content h2 {
	font: 18px/20px Arial, Tahoma;
	margin: 0 0 18px;
}
#content h2 a {
	text-decoration: none;
	color: #0D5D00;
}
#content .top h2 a {
	color: #FFF;
}
#transfertable table { 
 border-collapse: collapse; /* Линия между ячейками отображается как одна */
}
#transfertable td {
 border: 2px solid black; /* Параметры рамки вокруг ячеек таблицы */
 text-align: center; /* Выравниваем текст по центру */
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;
	width: 100%;
	overflow: hidden;
}
.pmeta {
	font-size: 11px;
	color: #BFBFBF;
	margin: -7px 0 16px;
}
.pmeta a {
	color: #BFBFBF;
}
.top .pmeta,
.top .pmeta a {
	color: #8A8F81;
}
.top .entry a {
	color: #898E81;
}
.comments {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 12px;
}
.comments a {
	background: url(i/comments.gif) 0 3px no-repeat;
	padding: 0 0 2px 20px;
}

.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: 18px/20px Arial, Tahoma;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
}

.related {
	margin: 10px 0;
}
#content .related h3 {
	font-size: 12px;
	padding-left: 10px;
	margin: 0 0 3px;
}
.related ul {
	margin: 0;
}
.related li {
	list-style: none;
	background: url(i/arrow.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}
.related a {
	color: #444;
}

.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: 0 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;
}

#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: 450px;
	height: 150px;
}
#submit {
	width: 160px;
	height: 24px;
	padding: 0;
	background: #ECECEC;
	cursor: pointer;
	overflow: visible;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 3px 0;
}
.alignleft {float: left;}
.alignright {float: right;}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 252px;
	padding: 0 9px;
	margin-left: -271px;
	margin-top: 12px;
	position: relative;
	border-left: 1px solid #DCDCDC;
}

.section {
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 16px;
	margin: 0 0 16px;
}
.section h3 {
	font-size: 12px;
	margin: 0 0 8px;
}
.section ul {
	list-style: none;
	margin: 0 0 -8px;
}
.section ul ul {
	margin: 5px 0 -5px;
}
.section li {
	list-style: none;
	background: url(i/arrow.gif) no-repeat 0 7px;
	padding: 0 0 5px 10px;
	position: relative;
}
.section a {
	color: #414141;
	text-decoration: none;
}
.section a:hover {
	text-decoration: underline;
}

.adv {
	position: relative;
	margin: 0 -1px 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #DCDCDC;
}

table.toptr {
        border-collapse: collapse; 
        border: 1px solid #DCDCDC; 
}

.toptr td {
        padding: 5px; 
        border: 1px solid #DCDCDC; 
}

}

.subscribes {
	text-align: center;
}
a#rss {
	display: block;
	width: 190px;
	height: 82px;
	text-indent: -9999px;
	background: url(i/rss.gif) no-repeat;
}
a#rsspod {
	display: block;
	width: 190px;
	height: 82px;
	text-indent: -9999px;
	background: url(i/rsspod.jpg) no-repeat;
}

/* tabs */
ul.tabs {
	height: 22px;
	text-align: center;
	margin: 0 0 10px;
}
.tabs li {
	display: inline;
	background: none;
	padding: 0 0 7px;
}
* html .tabs li {
	padding: 0 0 6px;
	zoom: 1;
}
*+html .tabs li {
	padding: 0 0 6px;
}
.tabs span {
	margin: 0 4px;
	text-decoration: underline;
	cursor: pointer;
}
li.tab-current {
	background: url(i/tab-current.gif) 50% 100% no-repeat;
}
li.tab-current span {
	background: #169C00;
	color: #FFF;
	padding: 1px 5px;
	text-decoration: none;
}
div.t2, div.t3,
div.t5, div.t6 {
	display: none;
}
/* end tabs */

#wp-calendar {
	width: 190px;
	margin: 0 0 0 28px;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

.tag-cloud {
	text-align: center;
	line-height: 20px;
	padding: 0 5px;
}
.tag-cloud a {
	margin: 0 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 17px;
	color: #FFF;
        font-size: 11px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* timer */
#e-timer { position: absolute; left: 509px; top: 21px; width: 473px; }
#e-timer .title { font: 14px/18px "Trebuchet MS", Tahoma, Arial, sans-serif; color: #747474; text-align: center; }
#e-timer .timer { font: 50px/54px Georgia, Tahoma, Arial, sans-serif; color: #414141; padding-top: 5px; }
#e-timer .timer B {
	font-weight: normal;
	margin-right: 2px;
	background: #f7f7f7;
	display: block;
	float: left;
	width: 37px;
	padding-bottom: 12px;
	text-align: center;
}
#e-timer .desc { padding-top: 3px; font: 12px/15px "Trebuchet MS", Tahoma, Arial, sans-serif; color: #dbdbdb; }
#e-timer .desc .days { padding-left: 43px; }
#e-timer .desc .hours { padding-left: 103px; }
#e-timer .desc .minutes { padding-left: 80px; }
#e-timer .desc .seconds { padding-left: 78px; }
