@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic'); */

/*
========================================================================
BLOG :: Body
========================================================================
*/

html, body {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

body {
/*	font-family: 'Open Sans',arial,sans-serif; */
	background-color: #FFFFFF;
	color: #666666;
	margin: 0;
	padding: 0;
/*	font-size: 62.5%; */
}

html, body, h1, h2, h3, h4, h5, h6, div, p, address, blockquote, dl, dt, dd, li, table, caption, tr, th, td, form, input, select, option, label, textarea, object, embed, iframe {
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	vertical-align: middle;
	word-break: normal;
	line-break: strict;
}

address, cite, dfn, var, em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6, dt, caption, th, strong, b {
	font-weight: 700;
}

caption, th {
	text-align: center;
}

abbr, acronym {
	border-bottom: dotted 1px #000000;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

iframe {
	overflow: hidden;
}

q:before, q:after {
	content: "\"";
}

#left table, #left tbody, #left tr, #left th, #left td {
	border: 1px solid #000;
	border-collapse: collapse;
}

#left th, #left td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

textarea, pre, code, kbd, samp, var, tt, .mono, .code {
	font-family: monospace;
}

code, kbd, samp, var, tt, .mono, .code {
	word-break: break-all;
}

#container {
	margin: 0 auto;
/*	max-width: 900px; */
	width: 85%;
}

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

a:hover {
	color: #33AAFF;
	text-decoration: underline;
}

/*
========================================================================
BLOG :: Head
========================================================================
*/

#head {
/*	background: -moz-linear-gradient(center top , #FAFAFA, #F5F5F5) repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	color: #444444;
	font-size: 3em;
	font-weight: lighter;
	line-height: 140px; */
	margin-bottom: 30px;
	height: 160px;
	background: url("img/header.png") no-repeat scroll left bottom #000000;
	padding: 0 10px;
}

#head div.wrap {
	margin: 0 auto;
/*	max-width: 900px; */
	width: 85%;
	font-size: 2em;
	line-height: 1.2;
	padding: 65px 0 0;
}

#head a.name {
/*	color: #63666A; */
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#head span.slogan {
/*	color: #63666A; */
	font-size: 0.6em;
}


/*
========================================================================
BLOG :: Main
========================================================================
*/

#main {
	margin: 0 auto;
	overflow: auto;
	padding: 0 0 0 10px;
}

#sidebar {
/*	font-size: 1.2em; */
	font-size: 0.9em;
	line-height: 1.5;
}

@media all and (min-width: 801px) {
#left {
    margin-right: 260px;
}
#sidebar {
	float: right;
	margin-right: 10px;
	width: 220px;
}
}

@media all and (max-width: 800px) {
#main {
	display: flex;
	flex-direction: column-reverse;
}
#sidebar {
	margin: 50px 0 0;
}
}

/*
========================================================================
BLOG :: Footer
========================================================================
*/

#foot {
	width:100%;
	text-align: right;
/*	font-size: 1.1em; */
	margin: 30px 0;
	font-size: 0.8em;
}

/*
========================================================================
BLOG :: Page 404
========================================================================
*/

div.page_404 {

}

/*
========================================================================
BLOG :: Pager
========================================================================
*/

#pager {
	overflow: auto;
	text-align: center;
	background: url('img/pager.png') repeat;
	font-size: 0.8em;
}

#pager	a.next-page {
	float: right;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.prev-page {
	float: left;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.home-page {
	background: #FFFFFF;
	padding: 0 5px;
}

/*
========================================================================
Nibbleblog Styles
========================================================================
*/
.nb-code {
	border-style: solid !important;
}

.nb-console {
    background: url("img/console.png") no-repeat scroll 8px 8px #F1F1F1;
    display: block;
    line-height: 24px;
    margin: 5px 0;
    overflow: auto;
    padding-left: 38px;
    white-space: nowrap;
    border: 1px solid #ccc !important;
}

.nb-align-left {
	float:left;
	margin:0 1em 1em 0;
}

.nb-align-right {
	float:right;
	margin:0 0 1em 1em;
}

.nb-align-center {
	display:block;
	margin:0 auto 1em;
}

#___gcse_0 {
	margin: 0 0 10px;
}

.gsc-control-cse, .gsc-control-cse-ja {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
