/*
Theme Name: appleb.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;
}
body {
	font: 12px/16px Tahoma, Arial, sans-serif;
	width: 100%;
	background: #FFF;
}
a {
	color: #3399D9;
	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 18px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 18px}

#wrapper {
	width: 982px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 174px;
	position: relative;
}

#logo {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 185px;
	height: 92px;
	background: url(i/logo.gif) no-repeat;
  text-indent: -9999px;
}

#adv {
	position: absolute;
	top: 17px;
	right: 0;
}

#cats {
	position: absolute;
	top: 125px;
	left: 0;
	list-style: none;
  line-height: 34px;
	font-size: 15px;
	height: 43px;
	overflow: hidden;
}
#cats li,
#cats a,
#cats span {
	float: left;
	height: 43px;
}
#cats li {
	padding: 0 4px 0 0;
}
#cats a {
	color: #455363;
	text-shadow: 0 -1px 1px #FFF;
	padding: 0 0 0 14px;
  background: url(i/cats.gif) no-repeat;
  text-decoration: none;
	cursor: pointer;
}
#cats span {
	padding: 0 14px 0 0;
  background: url(i/cats.gif) 100% 0 no-repeat;
}
#cats span span {
	padding: 0;
	background: none;
}
#cats a:hover,
#cats .current-cat a {
	color: #FFF;
	text-shadow: none;
	background-position: 0 -43px;
}
#cats a:hover span,
#cats .current-cat span {
	background-position: 100% -43px;
}
#cats a:hover span span,
#cats .current-cat span span {
  background: url(i/cats.gif) 50% 100% no-repeat;
}

#nav {
	position: absolute;
	top: 126px;
	right: 9px;
	width: 263px;
	height: 36px;
	background: url(i/nav.gif) no-repeat;
	list-style: none;
  font-size: 11px;
  line-height: 33px;
  text-align: center;
}
#nav a {
	color: #0C2849;
	margin: 0 3px;
}
#nav strong a {
  text-decoration: none;
}

#top {
	position: absolute;
	top: 12px;
	right: 0;
}
#top .item {
	float: left;
	width: 350px;
  background: url(i/top.gif) no-repeat;
  margin-left: 15px;
	display: inline;
  font-size: 11px;
	position: relative;
}
#top .item .ib {
  background: url(i/top.gif) 100% 100% no-repeat;
	padding: 10px 2px 9px 114px;
	min-height: 60px;
}
#top img {
	position: absolute;
	top: 6px;
	left: 11px;
  border: 1px solid #FFF;
}
#top a {
	color: #2970A6
}
#top h2 {
  font-size: 11px;
  line-height: 14px;
	margin: 0 0 5px -112px;
	padding: 7px 12px 9px 112px;
	background: #E5E7E9;
	position: relative;
}
#top h2 a {
	color: #000;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 980px;
  border: 1px solid #F1F1F1;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#midtop,
#midbot {
	width: 982px;
	height: 6px;
	overflow: hidden;
  background: url(i/middle.gif) no-repeat;
	position: relative;
	margin: -1px -1px 3px;
}
#midbot {
	background-position: 100% 0;
	margin: -6px -1px 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 7px 303px 7px 15px;
}
.post {
	margin: 0 0 35px;
}
#content h2 {
	font: 20px/22px Arial, Tahoma;
	margin: 0 0 18px;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h2 a.pcat {
	color: #8392AB;
  text-decoration: underline;
}
#content h2 a.pcat:hover {
  text-decoration: none;
}
.pmeta {
	color: #999;
	margin: -7px 0 18px;
}
.pmeta a {
	color: #3399D9;
  text-decoration: none;
}
.pmeta a:hover {
  text-decoration: underline;
}
.pdate {
	color: #6D6D6D;
  font-weight: bold;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 20px/22px Arial, Tahoma;
	margin: 25px 0 18px;
}
#content .entry h3 {font-size: 19px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 16px}
.pmeta2 {
	height: 24px;
  background: #F5F7F9 url(i/pmeta.gif) no-repeat;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
	padding: 8px 9px 0 13px;
}
#bm {
	float: right;
	padding: 0 0 0 10px;
}
#fb_share_1 {
	position: relative;
	top: -1px;
}
.tweetmeme_button {
	width: 63px;  
  position: relative; 
  top: -2px;
}
.vkontakte_button {
  position: relative;
	width: 88px;
	top: -3px;
}
.comments a {
	color: #383838;
  text-decoration: none;
}
.comments a:hover {
  text-decoration: underline;
}
.comments span {
	color: #69758A;
}
#prss {
	color: #69758A;
	padding: 0 0 0 20px;
	margin: 0 0 0 -6px;
  background: url(i/prss.gif) no-repeat;
}
#prss a {
	color: #EB3700;
}
.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;
}
#related {
	margin: 18px 7px -12px;
}
#content h3 {
	font-size: 14px;
  line-height: 17px;
	color: #69758A;
	margin: 0 0 10px;
}
h3#comments {
  font-size: 11px;
  background: url(i/comments.gif) 0 1px no-repeat;
	padding: 0 0 0 21px;
	margin: 0 0 0 7px;
}
#related h3 {
	font-size: 11px;
  line-height: 15px;
	background: url(i/related.gif) no-repeat;
	padding: 0 0 0 21px;
	color: #252525;
}
#related ul {
	margin: 0 0 0 7px;
	list-style: none;
}
#related li {
	background: url(i/bullet2.gif) 0 4px no-repeat;
	padding: 0 0 3px 15px;
  font-size: 11px;
  line-height: 15px;
}
#related li:hover {
	background-position: 0 -57px;
}
#related li a {
	color: #6D6D6D;
}
#related li a:hover {
	color: #3399D9;
  text-decoration: underline;
}

div.pagetitle {
	margin: 10px 0 25px;
	text-align: center;
	font-size: 21px;
}

.commentlist {margin: 25px 0 5px}
.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: -2px 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;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#commentform {padding: 0 0 20px}
#commentform p {
	margin: 0 0 4px;
}
#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 4px 5px;
	width: 250px;
	border: 1px solid #BBB;
  background: url(i/shadow.gif) repeat-x;
}
#comment {
	width: 75%;
	height: 100px;
	margin: 0 0 4px;
}
#submit {
	width: 175px;
	height: 22px;
	padding: 0 0 1px;
	margin: 5px 0 0;
	background: #ECECEC url(i/submit-comment.gif) no-repeat;
	cursor: pointer;
	border: none;
	font: 11px Verdana, Tahoma, Arial;
}

.navigation {
	width: 100%;
	overflow: hidden;
  font-weight: bold;
	padding: 0 0 5px;
}
.navigation span.pages {
  font-size: 14px;
	margin: 0 10px 0 0;
}
.navigation span.current {
  font-size: 14px;
	margin: 0 5px;
	color: #3399D9;
}
.navigation a {
	color: #69758A;
  font-size: 11px;
	margin: 0 5px;
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: underline;
}
.navigation a.prev,
.navigation a.next,
.navigation a.last {
  text-decoration: underline;
}
.navigation a.prev,
.navigation a.next {
	color: #3399D9;
}
.navigation a.last {
  color: #2970A6;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 262px;
	margin-left: -270px;
	position: relative;
  font-size: 11px;
  line-height: 14px;
}

.section {
  background: #F4F4F4 url(i/section.gif) repeat-y;
	margin: 0 0 10px;
}
.section .st {
  background: url(i/section.gif) -262px 0 no-repeat;
	height: 1%;
}
.section .sb {
  background: url(i/section.gif) 100% 100% no-repeat;
	padding: 0 0 10px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
.section h3 {
	height: 31px;
	line-height: 30px;
  font-size: 14px;
	color: #FFF;
	padding: 0 18px;
	margin: 0 0 10px;
}
.section ul {
	padding: 0 10px;
	background: #F4F4F4;
}
.section li {
	list-style: none;
	padding: 7px 0;
}
.section li a {
  text-decoration: none;
	color: #2970A6;
}
.section li a:hover {
  text-decoration: underline;
}

#tagCloud {
	padding: 0 15px 5px;
}
#tagCloud a {
  line-height: 24px;
  text-decoration: none;
	color: #283D5E;
}
#tagCloud a:hover {
  text-decoration: underline;
	color: #202020;
}

#subscribes {
	width: 221px;
	overflow: hidden;
	margin: 19px 0 9px 25px;
}
#subscribes a {
	float: left;
  width: 46px;
	height: 47px;
  background: url(i/subscribes.gif) no-repeat;
  text-indent: -9999px;
	margin: 0 9px 0 0;
}
a#rss {background-position: -46px 0}
a#twitter {background-position: -92px 0}
a#rss2mail {background-position: 100% 0}
#readers {
  text-align: center;
}
#allSubscribes {
  text-align: right;
	padding: 12px 15px 2px 0;
}
#allSubscribes a {
  background: url(i/bullet.gif) 0 4px no-repeat;
	padding: 0 0 0 14px;
	color: #2970A6;
}

#sidebar .adv {
  text-align: center;
	margin: 0 0 10px;
}

ul.tabsBar {
	width: 258px;
	height: 26px;
	padding: 5px 0 0 4px;
	margin: 0 0 8px;
	overflow: hidden;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
	color: #FFF;
	background: none;
}
.tabsBar li {
	float: left;
	display: inline;
	height: 26px;
	padding: 0 0 0 5px;
	margin: 0 2px 0 0;
	cursor: pointer;
}
.tabsBar li span {
	float: left;
	height: 26px;
	padding: 0 5px 0 0;
}
.tabsBar li.current {
  background: url(i/tab.gif) no-repeat;
	color: #333131;
}
.tabsBar li.current span {
  background: url(i/tab.gif) 100% 0 no-repeat;
}
.box {
	display: none;
}
.box.visible {
	display: block;
}

#search {
	width: 246px;
	height: 21px;
	overflow: hidden;
  background: #FFF url(i/search.gif) no-repeat;
	margin: 18px 0 10px 8px;
}
#search input {
	font: 11px Tahoma, Arial;
	float: left;
	border: none;
	background: none;
}
.search {
	width: 210px;
	padding: 3px 7px 3px 2px;
}
.go {
	cursor: pointer;
	width: 22px;
	height: 21px;
}

#facebookConnect {
	padding: 0 0 0 13px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 23px 15px;
}
#bnav {
	color: #5E5E5E;
	margin: 0 0 12px;
}
#bnav a {
	color: #5E5E5E;
	text-decoration: none;
}
#bnav a:hover {
	text-decoration: underline;
}
#copyright {
  font-size: 11px;
}
#copyright a {
  font-weight: bold;
	color: #0E7DA6;
}
#counters {
	padding: 18px 0 0;
}
#counters img {
  margin-right: 6px;
}
#sponsors {
  font-size: 11px;
	color: #838383;
	padding: 10px 0 0;
}