* html #poststuff {
  height: 100%;
}

body {
  background-color: #a7abb5;
  color: #000;
  text-indent: 0px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  background-image: url(/images/bg-old.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

a {
  text-decoration: underline;
  color: #000084;
}

a:hover {
  text-decoration: underline;
  color: #000084;
}

a:visited {
  color: #000084;
}

.yes {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6E6;
  border: 1px solid #5D5;
}

.fav {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #F95;
  border: 1px solid #F54;
}

.no {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #CCC;
  border: 1px solid #BBB;
}

.almost-silence {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #B2F66F;
  border: 1px solid #A2E65F;
}

.silence {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FF7;
  border: 1px solid #EE6;
}

.no-translates {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border: 1px solid #EEE;
}

.need-remaster {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6EE;
  border: 1px solid #5D5;
}

.bw {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  border: 1px solid #5D5;
}

.future {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 40px;
	font-weight: bold;
color: #CCC;
	padding: 10px;
}

a.menu {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 40px;
	font-weight: bold;
	color: #3A3;
	padding: 10px;
}

a.menu:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

a.page {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: light;
	color: #888;
	background-color: #FFF;
	border: 1px solid #EEE;
	padding: 2px;
}

a.page:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: light;
	color: #000;
	background-color: #FFF;
	border: 1px solid #AFA;
	padding: 2px;
}

.zag {
	text-decoration: none;
	font-size: 40px;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	color: #85b7e8;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
	-webkit-text-stroke: 1px black;
}

.btn-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: bold 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,0,0,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ff9900;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ava-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 0px;
  border: 3px solid rgba(255,255,255,1);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ava-css:hover {
  border: 3px solid rgba(255,255,0,1);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

img {
  border: 0;
}

table {
  border: 0px solid #000;
  padding: 0px;
}

td {
  border: 0px solid #000;
  font-size: 10pt;
  text-align: justify;
  text-indent: 0px;
}

.around_line {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
}

.bottom {
  float: left;
  margin-left: 10px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 7pt;
  font-weight: bold;
  color: #248;
  margin-right: 10px;
  padding-left: 0px;
  padding: 3px;
}

.date {
	font-size: 7pt;
	font-weight: bold;
	color: #577;
}

.twitter-share-button {
  padding: 0px;
  margin: 0px;
}

a.btns {
	background-position: 0 0px;
	display: inline-block;
	width: 44px;
	height: 44px;
}

a.btns:hover {
	background-position: 0 -44px;
}

a.socs {
	background-position: 0 0px;
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	padding: 10px;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.socs:hover {
	box-shadow: inset 0 0 0 2px #000;
	background-color: #FFF;
	width: 54px;
	height: 54px;
}

#profile {
	background: url(/btns/profile.png) 0px 0px no-repeat;
}

#profile:hover {
	background-position: 0 -64px;
}

#about {
	background: url(/btns/about.png?1) 0px 0px no-repeat;
}

#about:hover {
	background-position: 0 -64px;
}

#push {
	background: url(/btns/push.png) 0px 0px no-repeat;
}

#push:hover {
	background-position: 0 -44px;
}

#donate {
	background: url(/btns/donate.png?1) 0px 0px no-repeat;
}

#donate:hover {
	background-position: 0 -64px;
}

#random {
	background: url(/btns/random.png) 0px 0px no-repeat;
}

#random:hover {
	background-position: 0 -64px;
}

#top-calendar {
	background: url(/btns/top-calendar.png) 0px 0px no-repeat;
}

#top-calendar:hover {
	background-position: 0 -64px;
}

#rating {
	background: url(/btns/rating.png) 0px 0px no-repeat;
}

#rating:hover {
	background-position: 0 -44px;
}

.heart {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(/images/heart.png) 0px -88px no-repeat;
	color: #F55;
}

.heart.liked {
	background-position: 0px 0px;
	color: #FFF;
}

.likes {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(/images/heart.png) 0px -88px no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}

.char_tag.taged {
	background-color: #9F9;
	color: #000;
	text-decoration: none;
}

.char_tag {
	background-color: #DDD;
	color: #999;
	text-decoration: none;
}

a.char_tag {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border: 1px #666 solid;
	border-radius: 10px;
}

.non-touch .heart:hover {
	background-position: 0 -44px;
	color: #FFF;
}

   .vk_text { 
    font-size: 8pt;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    color: #000; /* ���� ������ */
	text-decoration: none;
   }

   .vk_date { 
    font-size: 8pt;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    color: #666; /* ���� ������ */
	text-decoration: none;
   }
   
   .vk_link { 
    font-size: 8pt;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    color: #00B; /* ���� ������ */
	text-decoration: none;
   }

.text-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #F5F5F5;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #AAA;
  color: rgba(0,0,0,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) ;
  box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) ;
}

.switch {
  display: inline-block;
  position: relative;
  top: -36px;
  left: 20px;


  width: 80px;
  height: 46px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/btns/lang-rus.png);
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 44px;
  width: 44px;
  left: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

input:checked + .slider {
  background-image: url(/btns/lang-eng.png);
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.strip: {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

p, li {
	font-size: 19pt;
	font-family: merriweather,Georgia,Times,serif;
	font-weight: 400;
	word-break: break-word;
	line-height: 31.2px;
	text-rendering: optimizelegibility;
	text-align: left;
	margin-bottom: 20pt;
}