/*   
Theme Name: aNikak
Theme URI: https://anikak.ru
Description: 
Author: lexium.ru
Author URI: http://www.lexium.ru
Version: 8.0
Tags: one-column
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


body{
	background: #fff url("assets/img/bg.jpg") repeat;
	font-family: Helvetica, Arial, sans-serif;
}

#toppart {
	padding-top:70px;
	min-height: calc(100vh - 170px);
}

#footer {
    display: block;
    color: #ddd;
    background-color: #222;
    line-height: 60px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}

#footer .container{
	display: block;
	width: 1100px;
	padding: 10px 20px;
	margin: 0 auto;
	line-height: 40px;
	vertical-align: middle;
}

#footer .container .copyright{
	display: inline;
	line-height: 40px;
	vertical-align: middle;
	margin-left: 15px;
}

#footer .t svg,
#footer .f svg
{
	display: inline-block;
	width:36px;
	height:36px;
	margin-right: 3px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer .t svg *,
#footer .f svg *
{
	fill:#fff;
}

.content  [id^=sb_youtube_].sb_youtube .sb_youtube_header .sby_header_img img{
	display:none !important;
}

.page-content{
	display:block;
	margin:20px auto;
	width:1300px;
	padding:30px 30px 40px;
	max-width:100%;
	background:#ffffff90;
}

.page-content h1{
	margin:20px 0 40px;
}

.posts{
	display:block;
	margin:20px auto;
	width:1300px;
	padding:30px 30px 40px;
	max-width:100%;
}

.post-excerpt{
	display:block;
	margin:20px auto;
	width:1300px;
	padding:30px 30px 20px;
	max-width:100%;
	background:#ffffff90;
}

.post-excerpt .post-excerpt-bottom{
	margin-top:30px;
	text-align:right;
	opacity: 0.5;
}

.post-excerpt .post-excerpt-bottom:hover{
	opacity: 0.8;
}

a {
	color:#114;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1.question, h2.question,
h1.answer, h2.answer,
.page-content h1.question, .page-content h2.question,
.page-content h1.answer, .page-content h2.answer
{
	font-size:28px;
	margin:20px 0 40px;
}

p {margin:15px 0;}

.postdate{
	margin-top:30px;
	text-align:right;
	opacity: 0.5;
}

.comments{
	
}

.nocomments{display:none;}


/* Comments */

#comment-rss{display:block;text-align:center;}

#commentlist{
margin:60px 0;
padding:0 15px;
}

.commenti{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#fff;
margin-bottom:5px;
}

.ava{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.avanic{
padding-top:10px;
padding-bottom:10px;
text-align:center;
color:#111;
}

img.ava{
display:inline-block;
margin:10px auto 5px;
float:none;
}

.nic{
display:block;
text-align:center;
}


.commenttxt{padding-bottom:10px;}

.commentverh{float:right;}

.commentverh, .commentverh a{font-size:12px;color:#555;}
.commentverh a{color:#575;}

.commentcontent{
	color:#111;
	margin:15px;
}

.comment-textarea
{
	width:1260px;
	max-width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#111;
	padding:10px 20px;
	border:none;
}

#commentform input{
	width:1260px;
	max-width:100%;
	padding:10px 20px;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#222;
}

#commentform input.submit{
	color:#111;
	border:none;
	background:#cfc;
	max-width:200px;
	float:right;
	margin-bottom:20px;
	cursor:pointer;
}

