<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------

	0. Resets 

------------------------------------ */

@import url("reset.css");
@import url("css-family=Averia+Sans+Libre-400,700,400italic,700italic.css");

/* ------------------------------------

	1. General layout 
	
------------------------------------ */

html {
    height: 100%;
    max-height: 100%;
}

body {
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
	padding: 0;
	width:640px;
	background-color: #4374E0;

	color: #fff;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", sans-serif;
	background-position: 0 0;
	background-repeat: repeat;
}
.post-image img
{
width:100%;
}
h1, h2, h3,
h4, h5, h6,
.site-head, .post-tags, time, .more, .pagination, .share {
    font-family: 'Averia Sans Libre', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1.4;
}

h2, h3, h4,
h5, h6 {
	margin-bottom: 10px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}

.blog-title {
	font-size: 24px;
	position: relative;
}

.post-title {
    text-shadow: 1px 1px 2px black, 0 0 1em white; /* Параметры тени */
    color: white; /* Белый цвет текста */
    font-size: 2em; /* Размер надписи */
}

.blog-title a, .blog-title a:hover {
	text-decoration: none;
}

.blog-title a:after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 1px;
	background: #fff;
	background: rgba(0,0,0,0.15);
	border-radius:10px;
	bottom: -40px;
	left: 0;
}

.blog-tagline {
	font-size: 15px;
	margin-top: 10px;
	color:#FFFFFF;
}

.blog-tagline a{
	color:#FFFFFF;
	padding:10px;
}



::-moz-selection {
    background: #fff4d8;
    text-shadow: none;
}

::selection {
    background: #fff4d8;
    text-shadow: none;
}

a {
	color: #c84a28;
	text-decoration: underline;
}

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

a, a:hover {
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

p {
	margin: 1em 0;
	line-height: 1.7;
}

ul, ol {
    margin: 1.6em 0;
    line-height: 1.7;
}

ul, ol {
    margin: 1.6em 1.75em;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0.4em 1.25em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin: 3.2em 0;
    padding: 0;
}

blockquote {
	margin: 20px 0;
	border: 1px solid rgba(0,0,0,0.02);
	border-bottom: 3px solid rgba(0,0,0,0.04);
	border-right: none;
	border-left: none;
	font-size: 130%;
	text-align: center;
	padding: 1.5em;
	background: #f9f9f9;
	background: rgba(0,0,0,0.02);
}

blockquote p {
    margin: 0.8em 0;
    font-style: italic;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;;
    font-size:0.9em;
    color: #ccc;
}

blockquote cite {
    font-weight:bold;
}

dl {
    margin: 1.6em 0;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

mark {
    background-color: #ffc336;
}

code, tt {
    padding: 20px;
    font-family: "Courier New", monospace, sans-serif;
    white-space: pre;
    border: 1px solid #E3EDF3;
    background: #F7FAFB;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    border: 1px solid #E3EDF3;
    width: 100%;
    padding: 20px;
    font-family: "Courier New", monospace, sans-serif;
    white-space: pre;
    overflow: auto;
    background: #F7FAFB;
    border-radius: 3px;
}

pre code, tt {
    font-size: inherit;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(0, 0, 0, 0.2), 
        0 1px 0 0 #fff inset;
}

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    width:100%;
    max-width: 100%;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef;
}

table th { 
	color: #000; 
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody { border-top: 2px solid #efefef; }

table table table { background-color: #fff; }

table tbody &gt; tr:nth-child(odd) &gt; td,
table tbody &gt; tr:nth-child(odd) &gt; th {
    background-color: #999999;
}

tbody &gt; tr:nth-child(odd) &gt; td,
tbody &gt; tr:nth-child(odd) &gt; th {
    background: transparent;
}

.inner {
    position: relative;
    margin: 0 auto;
	width: 560px;
}

.vertical {
    display: table-cell;
    vertical-align: middle;
}

/* ------------------------------------

	2. Main styles 

------------------------------------ */
   
.site-head {
	text-align: center;
	padding: 20px 0 0 0;
	width: 640px;
}

.post {

	width: 640px;
	margin: 0 auto 65px auto;
	background: #FF6600;
}

.post-tags {
	background: url("tag.png"/*tpa=http://www.meanthemes.com/ghost/theme/moustachey/assets/img/tag.png*/) 0 0 no-repeat;
	padding: 3px 0 0 25px;
	color: #474747;
	font-size: 14px;
	margin: 30px 0 20px 0;
}

.post-tags a {
	color: #474747;
	text-decoration: none;	
}

.post-tags a:hover {
	color: #474747;
	text-decoration: underline;	
}

.main-footer {
	margin: 60px 0 0 0;
	background: #E1704B;
	border-radius: 25px;
	padding: 50px 30px 40px 30px;
	font-size: 14px;
}

.main-footer a {
	color: #ccc;
	text-decoration: none;
}

.main-footer a:hover {
	color: #f7f7f7;
}

.main-footer p {
	margin: 0 0 0.5em;
}

a.subscribe-me {
	background: url("rss.png"/*tpa=http://www.meanthemes.com/ghost/theme/moustachey/assets/img/rss.png*/) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	float: right;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

a.subscribe-me:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ------------------------------------

	3. Homepage / Archive
	
------------------------------------ */

.post-image {
	text-align: center;
	display: block;
}

.content-home .post {
	background: #FF9900;
	border-radius: 15px;
}

.content-home h2 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: center;
}

.content-home h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.4;
	text-align: center;
}

.content-home h2 a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.content-home time {
	color: #000;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-bottom: -6px;
}

.content-home h2 a:hover {
	color: #fec339;
	text-decoration: none;
}
.content-home h1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.more {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

a.more:hover {
	color: #fec339;
	text-decoration: none;
}

.content-home .post .inner {

	width: 560px;
}

/* ------------------------------------

	4. Single Post 
	
------------------------------------ */
  
.post-template .post {
	background: #fff;
}

.post-template .post img {
	margin-bottom: 20px;
}

.post-template .post .inner {
	padding: 40px 20px;
}

h1, h2, h3, 
h4, h5, h6 {
	color: #333;
}

.post-template .post h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.post-template time {
	color: #333;
	font-size: 14px;
	margin-bottom: 30px;
	display: block;
}

.share, .post-template .post-tags {
	color: #474747;
	opacity: 0.35;
	filter: alpha(opacity=35);
	font-size: 14px;
}

.share a {
	color: #474747;
	text-decoration: none;
}

.share a:hover {
	color: #474747;
	text-decoration: underline;
}

.author {
	margin-top: 30px;
	padding: 40px 20px 20px 20px;
	border-top: 1px solid #eaeaea;
}

.author a {
	text-decoration: none;
}

.author a:hover {
	text-decoration: underline;
}

.author img {
	max-width: 70px;
	height: auto;
	border: 1px solid #EAEAE9;
	float: left;
}

.author-bio {
	padding-left: 100px;	
}

/* ------------------------------------

	5. Third Party embeds 
	
------------------------------------ */

/* Github */

.gist table {
    margin: 0;
    font-size: 1.4rem;
}

.gist .line-number {
    min-width: 25px;
    font-size: 1.1rem;
}

/* ------------------------------------

	6. Pagination 
	
------------------------------------ */

.pagination {
    position: relative;

    width: 640px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #E1704B;
	border-radius: 25px;
    padding: 15px;
    font-size: 14px;
    min-height: 100px;
}

.pagination a {
    color: #fff;
    text-decoration: none;
}

.pagination a:hover {
    color: #a9e6aa;
    text-decoration: none;
}


.older-posts,
.newer-posts {
	margin-top: 50px;
    position: absolute;
    display: inline-block;
}

.older-posts {
    right: 30px;
}

.newer-posts {
    left: 30px;
}

.page-number {
    display: inline-block;
}

/* ------------------------------------
	
	7. Box Sizing 

------------------------------------ */

.post-template .post, .main-footer, .pagination, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------
	
	8. Forms 

------------------------------------ */

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], textarea {
	border: none;
	padding: 18px 12px;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	width: 100%;
	background: #f7f7f7;
	background: rgba(0,0,0,0.03);
}

/* ------------------------------------

	9. SOCIAL

------------------------------------ */
.social
{
width: 560px;
height:80px;
}
.social ul
{
padding-left:80px;
}
.social li
{
list-style: none;
float:left;
padding:5px;
}
.social a
{
width: 58px;
height: 58px;
position: absolute;
margin-left: -5px;
margin-top: -5px;
}
.vk {
width:58px;
height:58px;
background-image: url(img/vk.png); 
background-repeat: no-repeat;
}
.fb {
width:58px;
height:58px;
background-image: url(img/fb.png); 
background-repeat: no-repeat;
}
.od {
width:58px;
height:58px;
background-image: url(img/od.png); 
background-repeat: no-repeat;
}
.tw {
width:58px;
height:58px;
background-image: url(img/tw.png); 
background-repeat: no-repeat;
}
.gp {
width:58px;
height:58px;
background-image: url(img/gp.png); 
background-repeat: no-repeat;
}
.error404
{
text-align: center;
height: 250px;
}
.error404 a
{
padding: 40px;
color:#fff;
}
.errimg
{
height: 220px;
}</pre></body></html>