/*
Theme Name: omyworld.ru
Theme URI:
Description: Markup by <a href="http://dimox.name/">Dimox</a>, <a href="http://blogoart.ru/">Blogoart.ru</a>
Author: Dimox
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Arial, sans-serif;
	width: 100%;
	background: #13508A url(i/top-bg.gif) repeat-x;
}
a {
	color: #368AC3;
	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: #F6FBFE url(i/blockquote.gif) repeat-y;
	border-left: 3px solid #2F78A9;
	height: 1%;
}
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 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 978px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 161px;
	position: relative;
  background: url(i/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
	height: 42px;
	padding: 30px 0 0 417px;
	font: 12px Verdana, Tahoma, Ariall;
	color: #FFF;
	text-decoration: none;
}
#logo span {
	display: block;
}

#nav {
	position: absolute;
	top: 133px;
	right: 0;
	height: 28px;
	list-style: none;
  font-size: 11px;
	float: right;
}
#nav li {
	float: left;
  padding-left: 3px;
}
#nav a {
	float: left;
	background: #84A4C2;
	height: 27px;
	line-height: 27px;
  text-decoration: none;
	padding: 0 9px;
  border-top: 1px solid #DDEEFF;
	color: #000;
}
#nav .current_page_item a,
#nav a:hover {
	border: none;
	background: #FFF;
	height: 28px;
	line-height: 28px;
}

#search {
	position: absolute;
	top: 54px;
	right: 0;
	width: 275px;
}
#search input {
	font: 11px Verdana, Arial, Tahoma;
	float: left;
	border: 1px solid #266194;
	background: #14398B;
}
#search input.search {
	width: 210px;
	padding: 4px 13px 5px;
	color: #98A8CC;
  border-width: 1px 0 1px 1px;
}
#search input.go {
	cursor: pointer;
	width: 34px;
	height: 24px;
  border-width: 1px 1px 1px 0;
	color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
@-moz-document url-prefix() {
	#search input.go {padding: 0 0 2px;}
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	background: #FFF;
	padding: 20px 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 295px 0 16px;
}
.post {
	margin: 0 0 20px;
	position: relative;
	height: 1%;
}
.phead {
  background: url(i/phead.gif) 0 100% no-repeat;
	padding: 10px 0 11px 15px;
	margin: 0 0 10px -15px;
	position: relative;
	height: 1%;
}
#content h2 {
	font: 24px/1 Georgia, "Times New Roman", Times;
}
#content h2 a {
	color: #D21E00;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 24px/1 Georgia, "Times New Roman", Times;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 22px}
#content .entry h4 {font-size: 20px}
#content .entry h5 {font-size: 18px}
#content .entry h6 {font-size: 16px}
.pmeta {
	font-size: 11px;
	color: #3B3B3B;
	margin: 5px 0 0;
}
.pmeta a {
	color: #0085AA;
}
.pmeta span {
	margin: 0 3px;
}
.post .image {
	display: block;
	margin: 0 auto;
}
.more-link {
	position: absolute;
	bottom: 8px;
	left: 0;
  font-size: 11px;
	color: #000;
}
.pbot {
  text-align: right;
  font-size: 11px;
  background: url(i/post-bottom.gif) 100% 100% no-repeat;
	padding: 0 30px 7px 0;
}
.comments a {
  text-decoration: none;
	color: #000;
}
.comments span {
	font: 18px/1 Georgia, "Times New Roman", Times;
	color: #0085AA;
}
.comments a:hover span {
  text-decoration: underline;
}

.post ol {
	margin: 0 0 18px 30px;
}
.post ul {
	margin: 0 0 18px 20px;
}
.post ul li {
	padding: 0 0 0 16px;
  background: url(i/icons.gif) 0 -39px no-repeat;
	list-style: none;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	margin-left: 18px;
}

#content h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
div.pagetitle {
	margin: 15px 0 20px;
	text-align: center;
	font-size: 19px;
}

#bm {
	margin: 40px 0 20px;
}
#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/icons.gif) 0 -353px no-repeat;
	padding: 0 0 0 12px;
  font-size: 11px;
}
#related li:hover {
	background-position: 0 -388px;
}
#related li a {
	color: #707070;
}
#related li a:hover {
	color: #008EE0;
}
.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;
	color: #B42512;
}
#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%;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	margin: 0 0 10px;
  font-weight: bold;
}
.navigation a {
	float: left;
	width: 28px;
	height: 27px;
  text-align: center;
  text-decoration: none;
  background: #D4E1EB url(i/navigation.gif) no-repeat;
  margin-right: 2px;
	color: #000;
  text-decoration: none;
}
.navigation a span {
  background: url(i/navigation.gif) 100% 0 no-repeat;
}
.navigation span {
	float: left;
}
.navigation a:hover,
.navigation span.current {
	width: 28px;
  text-align: center;
  margin-right: 2px;
  background: #E03C0A url(i/navigation.gif) 0 -27px no-repeat;
	color: #FFF;
}
.navigation a:hover span,
.navigation span.current span {
  background: url(i/navigation.gif) 100% -27px no-repeat;
}
.navigation span.extend {
	padding: 0 10px;
}
.navigation a.prev,
.navigation a.next {
	width: 67px;
	padding: 0 0 0 36px;
	margin: 0 8px 0 0;
  font-size: 15px;
  font-weight: normal;
  background: #EEE url(i/navigation.gif) 0 -54px no-repeat;
	color: #4E4E4E;
  text-align: left;
}
.navigation a.next {
	width: 86px;
	padding: 0 0 0 17px;
	margin: 0 0 0 6px;
	background-position: 100% 100%;
}
.navigation a.prev:hover,
.navigation a.next:hover {
	color: #000;
  text-decoration: underline;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 260px;
	margin-left: -272px;
	position: relative;
}

.section {
	margin: 0 0 12px;
	padding: 0 20px 17px;
  font-size: 11px;
	background: #F3F6FA;
}
.section h3 {
	height: 31px;
	line-height: 31px;
  font-size: 14px;
	color: #FFF;
	margin: 0 -20px 15px;
  background: #95B4D1 url(i/caption.gif) repeat-x;
	padding: 0 20px;
}
.section ul {
	margin: 0 12px;
}
.section li {
	list-style: none;
  line-height: 14px;
	padding: 2px 0 2px 10px;
  background: url(i/icons.gif) 0 -418px no-repeat;
}
.section li:hover {
	background-position: 0 -238px;
}
.section li a {
	color: #1D5990;
  font-weight: bold;
}
.section li a:hover {
	color: #000;
  text-decoration: underline;
}
.section li ul {
	margin: 2px 0 -2px -10px;
	padding: 0 0 0 10px;
	background: #F3F6FA;
}

#subscribes {
  background: #2E70B8 url(i/subscribes.jpg) no-repeat;
	height: 130px;
	margin: 0 0 12px;
}
#subscribes h3 {
	color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
	padding: 5px 0 16px 18px;
}
#subscribes ul {
	width: 100%;
        height: 46px;
	overflow: hidden;
	margin: 0 0 20px;
        background: url(i/subscribes-icons.jpg) 16px 0 no-repeat;
}
#subscribes li {
	float: left;
	list-style: none;
	padding: 0 5px 0 16px;
}
#subscribes li a {
	float: left;
	width: 42px;
	height: 42px;
  text-indent: -9999px;
}
#subscribes li a#twitter {height: 46px}
#readers {
	color: #D3DAE9;
  text-align: center;
  font-size: 11px;
}

.tagCloud {
  text-align: center;
	padding: 0 0 10px;
	margin: 0 -5px;
}
.tagCloud a {
	margin: 0 2px;
  line-height: 24px;
  text-decoration: none;
	color: #05519D;
}
.tagCloud a:hover {
  text-decoration: underline;
	color: #008EE0;
}
#allTags {
	color: #1D5990;
}

.adv125 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.advL {
	float: left;
}
.advR {
	float: right;
}
.adv240 {
  text-align: center;
	margin: 0 0 15px;
}

#allTags {
  background: url(i/icons.gif) 0 -447px no-repeat;
	padding: 0 0 0 16px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
  text-align: center;
	color: #FFF;
	padding: 15px 0;
}
#bnav {
	color: #5B8BB9;
	margin: 0 0 13px;
}
#bnav a {
	color: #5B8BB9;
  text-decoration: none;
}
#bnav a:hover {
  text-decoration: underline;
}
#copyright {
  font-size: 11px;
  line-height: 14px;
}