/*
Theme Name: newsfight.ru
Theme URI: http://numberonedesigner.com/
Description: Makeup by <a href="http://dimox.name/">Dimox</a>
Version: 1.0
Author: Number One
Author URI: http://numberoneblogger.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #ECECEC;
	padding-left: 999px;
	background: #232323 url(i/bg.gif) repeat-x;
}
a {
	color: #CBE230;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 8px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #2F2F2F;
	border-left: 3px solid #3A3A3A;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.center {text-align: center}

#wrapper {
	margin-left: -999px;
}
* html #wrapper {float: right}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 238px;
	position: relative;
	background: url(i/cat-bg.gif) 0 100% repeat-x;
}

#logo {
	position: absolute;
	top: 49px;
	left: 42px;
	width: 346px;
	height: 149px;
	text-indent: -9999px;
	background: url(i/logo.gif) no-repeat;
}

#nav {
  position: absolute;
	top: 18px;
	left: 30px;
	font-size: 12px;
	color: #828282;
}
#nav a {
	color: #828282;
	margin: 0 15px;
}

#search {
  position: absolute;
	top: 18px;
	right: 40px;
	width: 258px;
	background: url(i/search.gif) no-repeat;
	padding: 0 0 0 2px;
}
#search input {
	font: 11px Arial, Tahoma;
	float: left;
}
.search {
	width: 196px;
	padding: 2px 4px 3px;
	border: none;
	background: #4C4C4C;
	color: #FFF;
}
.go {
	cursor: pointer;
	border: none;
	width: 52px;
	height: 19px;
	background: #616161 url(i/search.gif) 100% 0 no-repeat;
	margin: 0 0 0 2px;
	color: #A7A7A7;
}

#categories {
  position: absolute;
	top: 201px;
	left: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	background: #464646;
}
#categories ul {
  padding-left: 25px;
}

#categories li {
  float: left;
	list-style: none;
}
#categories a {
	float: left;
  padding: 0 15px;
	color: #FFF;
	text-decoration: none;
}
#categories a:hover,
#categories .cat-current a {
	background: #DEEC7F;
	color: #282828;
}

#rss {
  position: absolute;
	top: 92px;
	right: 30px;
	width: 188px;
	height: 135px;
	background: url(i/rss.gif) no-repeat;
	text-indent: -9999px;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	overflow: hidden;
	padding: 8px 0 0;
}
#content {
	width: 100%;
	float: left;
	overflow: hidden;
}
#text {
	margin: 10px 337px 0 40px;
}
.post {
	margin: 0 0 55px;
}
#content h2 {
	font: 24px/1 Arial, Tahoma;
	margin: 0 0 7px;
}
#content h2 a {
	text-decoration: none;
	color: #FFF;
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;
}
.entry img {
  float: left;
	border: 1px solid #8CAA31;
	padding: 1px;
	margin: 3px 15px 5px 0;
}
.pmeta {
	font-size: 11px;
	color: #4F4F4F;
	margin: 0 0 10px;
}
.pmeta a {
	color: #4F4F4F;
}
.pmeta span {
  margin: 0 7px;
}
.comments {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #393939;
	padding: 0 0 12px;
	clear: both;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

#content h3 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: normal;
}
h3.pagetitle {
	margin: 20px 0 25px !important;
	text-align: center;
}
.commentmetadata {
  color: #4F4F4F;
	font-size: 11px;
}
.commentmetadata a {
  color: #4F4F4F;
	text-decoration: none;
}
.commentmetadata a:hover {
	text-decoration: underline;
}

.commentlist {margin: 20px 0 40px 20px;}
.commentlist li {
	padding: 8px 8px 2px;
	border-bottom: 1px solid #393939;
}

#commentform {padding: 0 0 20px}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px;
	width: 220px;
	background: #424242;
	color: #FFF;
	border: 1px solid #5E5E5E;
}
#comment {
	width: 550px;
	height: 130px;
}
#submit {
	width: 90px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}

.navigation {height: 30px;}
.alignleft {float: left;}
.alignright {float: right;}



/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 260px;
	margin-left: -300px;
	position: relative;
	font-size: 12px;
}

.block {
	border: 1px solid #3A3A3A;
	background: #2F2F2F;
	margin: 0 0 17px;
	padding: 0 16px 15px;
	height: 1%;
}
#sidebar ul {
  list-style: none;
	margin: 9px 0 0;
}
#sidebar ul ul {
  margin: 0;
}
#sidebar li {
  padding: 2px 0 3px 10px;
	background: url(i/bullet.gif) 0 9px no-repeat;
	line-height: 15px;
}
#sidebar li li {
  padding: 5px 0 0 10px;
}
#sidebar a {
  color: #EAF791;
}

/* tabs */
#sidebar ul.tabs {
  margin: 0 -16px 11px;
	height: 32px;
}
#sidebar .tabs li {
  float: left;
	padding: 0 24px 0 23px;
	background: #424242;
	color: #737373;
	font: bold 11px/32px Tahoma, Arial;
	border-left: 1px solid #3A3A3A;
}
#sidebar .tabs.tabs2 li {
	padding: 0 11px;
}
#sidebar .tabs li.tab-current {
	background: #2F2F2F;
	border-left: 1px solid #2F2F2F;
	color: #C8DF29;
}
#sidebar .tabs li.t1,
#sidebar .tabs li.t4 {
	border-left: 1px solid #424242;
}
#sidebar .tabs li.t1.tab-current,
#sidebar .tabs li.t4.tab-current {
	border-left: 1px solid #2F2F2F;
}
div.t2, div.t3, div.t5, div.t6 {
  display: none;
}
/* end tabs */

#sidebar .adv {
  text-align: center;
	margin: 0 0 17px;
}

.tags {
  text-align: center;
	padding: 5px 0 0;
}

#sidebar h3 {
  font-size: 11px;
	color: #C8DF29;
	padding: 8px 0 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #313131;
	background: #1F1F1F;
	text-align: center;
	font-size: 11px;
	color: #4C4C4C;
	padding: 25px 0 20px;
}
#footer a {
	color: #4C4C4C;
}
#bottom-nav {
  padding: 0 0 9px;
}
#bottom-nav a {
	margin: 0 15px;
}
