/*
Theme Name: dvdripfilm.ru
Description: Markup by <a href="http://dimox.name/">Dimox</a>, <a href="http://blogoart.ru/">Blogoart.ru</a>
Author: Dimox
*/

* {
	margin: 0;
	padding: 0;
}
html {
	background: #206097 url(i/top-bg.gif) 50% 0 repeat-x;
}
body {
	font: 12px/18px Tahoma, Arial, sans-serif;
	min-width: 969px;
  background: url(i/header.jpg) 50% 15px no-repeat;
}
a {
	color: #0085AA;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.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 15px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 15px}

#wrapper {
	width: 969px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 187px;
	position: relative;
}

#logo {
	position: absolute;
	top: 22px;
	left: 12px;
	width: 243px;
	height: 25px;
	padding: 86px 0 0 55px;
	font-size: 12px;
	color: #FEF7BA;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
#logo span {
	display: none;
}

#nav {
	position: absolute;
	top: 146px;
	left: 0;
	width: 957px;
	height: 41px;
	padding: 0 0 0 12px;
	background: #555B91 url(i/nav-bg.gif) no-repeat;
	list-style: none;
  font-weight: bold;
  line-height: 24px;
}
#nav li {
	float: left;
	padding: 7px 8px 0 0;
}
#nav a {
	float: left;
	color: #BFD7ED;
  text-decoration: none;
	padding: 0 0 0 11px;
  background: #193157 url(i/nav.gif) no-repeat;
	cursor: pointer;
}
#nav a span {
	float: left;
	height: 25px;
	padding: 0 11px 0 0;
  background: url(i/nav.gif) 100% 0 no-repeat;
}
#nav a:hover,
#nav .current_page_item a {
	color: #FFF;
  background-color: #0B1A38;
	background-position: 0 -25px;
}
#nav a:hover span,
#nav .current_page_item a span {
	background-position: 100% -25px;
}
#start {
	position: absolute;
	top: 0;
	right: 3px;
}
#start a,
#start a:hover {
	background-color: #255869;
	background-position: 0 -75px;
  padding-left: 26px;
}
#start a span,
#start a:hover span {
	background-position: 100% -75px;
	color: #A5DFE9;
}
#favorite {
	position: absolute;
	top: 0;
	right: 170px;
}
#favorite a,
#favorite a:hover {
	background-color: #6D3B68;
	background-position: 0 -50px;
  padding-left: 32px;
}
#favorite a span,
#favorite a:hover span {
	background-position: 100% -50px;
	color: #F9D159;
}
#start a:hover span,
#favorite a:hover span {
	color: #FFF;
}

#search {
	position: absolute;
	top: 78px;
	right: 9px;
	width: 211px;
	height: 27px;
  background: #236098 url(i/search.gif) no-repeat;
}
#search input {
	font: 11px Tahoma, Arial;
	float: left;
	background: none;
	border: none;
}
.search {
	width: 170px;
	padding: 6px 0 6px 10px;
	color: #B4C4D3;
}
#search input.go {
	cursor: pointer;
	width: 31px;
	height: 27px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	background: #FFF url(i/middle-bottom.gif) 0 100% no-repeat;
	padding: 13px 0 0;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 10px 0 232px;
}
.post {
	margin: 0 0 9px;
  border: 1px solid #D2D2D2;
	height: 1%;
}
.ptop,
.pbot {
	width: 727px;
	height: 6px;
	overflow: hidden;
	margin: -1px -1px 0;
  background: url(i/post-corners.gif) no-repeat;
	position: relative;
}
.pbot {
	margin: 0 -1px -1px;
	background-position: 100% 0;
}
.phead {
	padding: 6px 175px 12px 15px;
  background: url(i/phead.gif) 0 100% no-repeat;
	position: relative;
	height: 1%;
}
#content h2, h1 {
	font: 22px/1 Arial, Tahoma;
	color: #D21E00;
}
#content h2 a {
	color: #D21E00;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.pmeta {
	font-size: 11px;
	color: #3B3B3B;
	margin: 6px 0 0 -2px;
}
.pmeta span {
	margin: 0 2px;
}
.pauthor span {
	margin: 0;
	color: #0085AA;
}
.pmeta a {
	color: #0085AA;
}
.comments {
	position: absolute;
	top: 15px;
	right: 30px;
  font-size: 11px;
  background: url(i/comments.gif) no-repeat;
	padding: 4px 0 6px 46px;
  line-height: 13px;
}
.comments strong {
  font-size: 12px;
}
.comments a {
	color: #D21E00;
}
.entry {
	padding: 20px 15px 0;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 22px/1 Arial, Tahoma;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 16px}
.pmeta2 {
	padding: 10px 53px 5px 15px;
  border-top: 1px solid #D2D2D2;
	overflow: hidden;
}
.post-ratings {
	float: right;
  font-size: 11px;
	padding: 0 0 0 10px;
}
.single .post-ratings {
	float: none;
  font-size: 11px;
	padding: 0 15px 3px;
}
.post-ratings img {
	position: relative;
	top: 2px;
}
.more {
  font-weight: bold;
  background: url(i/more.gif) 0 4px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 10px 0 0;
	color: #0066AC;
  text-decoration: none;
}
.more:hover {
  text-decoration: underline;
}
.ptags {
  font-size: 11px;
}

.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 {
	margin-left: 18px;
}

#block {
	padding: 0 15px;
}

.bookmarkz {
  font-weight: bold;
	margin: 25px 0;
}
.bookmarkz img {
	vertical-align: middle;
  margin-left: 2px;
}

#content h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
.pagetitle, .pagetitle h1 {
	margin: 5px 0 10px;
	text-align: center;
	font-size: 18px;
	color: #000;
}

#related {
	margin: 23px 0 38px;
	position: relative;
}
#related h3 {
	font-size: 12px;
	background: url(i/related.gif) 0 1px no-repeat;
	padding: 0 0 0 22px;
	height: 1%;
	color: #1C4670;
}
#related ul {
	margin: -5px 0 20px 10px;
	list-style: none;
}
#related li {
	background: url(i/arrow.gif) 0 7px no-repeat;
	padding: 0 0 0 12px;
  font-size: 11px;
}
#related li:hover {
	background-position: 0 -38px;
}
#related li a {
	color: #707070;
  text-decoration: underline;
}
#related li a:hover {
	color: #D21E00;
}
.prss {
	font-weight: bold;
	background: url(i/prss.gif) 0 2px no-repeat;
	padding: 0 0 0 22px;
	height: 1%;
}
.prss a {
	color: #BD000E;
}

.commentlist {margin: 10px 0 5px !important;}
.commentlist li {
	padding: 3px 0 10px;
	list-style: none;
	background: none !important;
}
.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;
	background: url(i/comment.gif) 0 2px no-repeat;
	padding: 0 0 2px 20px;
}
.says {
	display: none;
}
.commentmetadata {
	font-size: 11px;
	color: #707070;
	margin: 0 0 12px;
}
.commentmetadata a {
	text-decoration: none;
	color: #707070;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
	background: #EDF6FB url(i/reply.gif) 13px 6px no-repeat;
	padding: 2px 0 5px 35px;
	text-transform: lowercase;
}
.reply a {
	color: #004A71;
}
.reply a:hover {
	color: #209617;
}
#respond h3 {
	margin: 30px 0 16px;
  font-size: 14px;
	color: #C63800;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {padding: 0 0 20px}
#commentform p {
	margin: 0 0 8px;
}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 190px;
	border: 1px solid #BBB;
  background: url(i/shadow.gif) repeat-x;
}
#comment {
	width: 70%;
	height: 120px;
	position: relative;
}
#submit {
	width: 175px;
	height: 22px;
	padding: 0 0 1px;
	background: #ECECEC url(i/submit-comment.gif) no-repeat;
	cursor: pointer;
	border: none;
	font: 11px Verdana, Tahoma, Arial;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 15px;
	padding: 5px 0;
  font-weight: bold;
  font-size: 11px;
}
.navigation a {
	color: #0E7DA6;
  text-decoration: none;
	margin: 0 5px;
}
.navigation a:hover {
  text-decoration: underline;
	color: #008F68;
}
.navigation span {
	margin: 0 5px;
}
.navigation span.pages {
  font-size: 12px;
	margin-left: 0;
}
.navigation span.current {
	color: #DF3400;
  font-size: 14px;
}
.navigation a.prev,
.navigation a.next,
.navigation a.last {
  text-decoration: underline;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;
	padding: 0 0 0 11px;
}

.section,
.section .sb {
	height: 1%;
}
.purple {
  background: #F7F6FB url(i/section1.gif) repeat-y;
	margin: 0 0 8px;
}
.purple .st {
  background: url(i/section1.gif) -210px 100% no-repeat;
}
.purple .sb {
  background: url(i/section1.gif) -420px 0 no-repeat;
	padding: 0 0 15px;
}
.blue {
  background: #F6F8FB url(i/section2.gif) repeat-y;
	margin: 0 0 8px;
}
.blue .st {
  background: url(i/section2.gif) -210px 100% no-repeat;
}
.blue .sb {
  background: url(i/section2.gif) -420px 0 no-repeat;
	padding: 0 0 15px;
}
.green {
  background: #F6FBFB url(i/section3.gif) repeat-y;
	margin: 0 0 8px;
}
.green .st {
  background: url(i/section3.gif) -210px 100% no-repeat;
}
.green .sb {
  background: url(i/section3.gif) -420px 0 no-repeat;
	padding: 0 0 15px;
}

ul.tabsBar {
	height: 36px;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 !important;
}
.tabsBar li {
	float: left;
  font-weight: bold;
  line-height: 26px;
  margin-left: -1px;
	padding: 0 16px 0 15px;
  background: url(i/tabs.gif) no-repeat;
	cursor: pointer;
}
.tabsBar li span {
	float: left;
	height: 36px;
}
.tabsBar li.current span {
  background: url(i/tabs.gif) 0 100% no-repeat;
}
.box {
	display: none;
}
.box.visible {
	display: block;
}

.section h3 {
  font-size: 12px;
	padding: 0 14px 10px;
  line-height: 26px;
	height: 36px;
}
.section ul {
	padding: 0 10px;
	position: relative;
	height: 1%;
}
.section li {
	list-style: none;
	position: relative;
	height: 1%;
}
.section li ul {
	padding: 0 0 0 15px;
	margin: 2px 0 -4px;
}

#categories li {
	padding: 0 0 3px;
}
#categories a {
	color: #000;
  text-decoration: none;
  background: url(i/bullet.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
}
#categories a:hover {
	color: #D21E00;
  font-weight: bold;
  text-decoration: underline;
	background-position: 0 -47px;
}

#tagCloud {
	padding: 0 10px;
}
#tagCloud a {
  line-height: 24px;
  margin-right: 2px;
	color: #000;
  text-decoration: none;
}
#tagCloud a:hover {
	color: #D21E00;
  text-decoration: underline;
}

#subscribes {
  background: #F5F5F5 url(i/subscribes.gif) no-repeat;
	height: 126px;
	margin: 0 0 8px;
	padding: 10px 9px 0;
}
#rss {
	display: block;
  font-weight: bold;
	color: #193157;
  text-align: center;
	padding: 15px 0 18px 60px;
  background: url(i/rss.gif) 7px 0 no-repeat;
  line-height: 14px;
}
#rss2mail {
	width: 100%;
	overflow: hidden;
  font-size: 11px;
  text-align: center;
  background: url(i/rss2mail.gif) 0 100% no-repeat;
}
#rss2mail input {
	float: left;
	border: none;
	background: none;
	margin: 3px 0 0;
	font: 11px Tahoma, Arial;
	color: #7A7A7A;
}
.rss2mail {
	padding: 5px 0 6px 13px;
	width: 144px;
}
#rss2mail input.go {
	width: 35px;
	height: 24px;
	cursor: pointer;
}

#top .rating {
	float: right;
  font-size: 12px;
  font-weight: bold;
}
#top {
	margin: 0 0 -8px;
}
#top li {
  background: url(i/bullet2.gif) 0 6px no-repeat;
	padding: 0 0 3px 16px;
}
#top li a {
  /*font-weight: bold;*/
	color: #0066AC;
}
#top li img {
	position: relative;
	top: 3px;
}

#recentComments {
  font-size: 11px;
  line-height: 14px;
	margin: 0 0 -10px;
}
#recentComments li {
	padding: 0 0 18px 16px;
  background: url(i/bullet3.gif) 0 4px no-repeat;
}
#recentComments a {
	color: #000;
  text-decoration: none;
}
#recentComments a:hover {
	color: #D21E00;
  text-decoration: underline;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #FFF;
  font-size: 11px;
	padding: 12px 17px;
}
#counters {
	float: left;
	width: 293px;
}
#counters img {
	float: left;
	margin: 0 12px 0 0;
}
#copyright {
	padding: 8px 0 0;
}
#copyright a {
	color: #66AEEC;
}