@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');


html, body {
  padding: 0;
  margin: 0;
  background: #ccc;
}

html, body, input, select, button, a {
    color: #222;
	text-decoration: none;
}

header {
	font: 18px/140% 'Noto Sans', sans-serif;
}

aside {
    float: right;
    width: 300px;
	margin-left: 10px;
	font: 18px/140% 'Noto Sans', sans-serif;
}

#dle-content {
	font: 18px/140% 'Noto Sans', sans-serif;
}

iframe {
    width: 635px;
	height: 450px;
}

.fullstory iframe {
    width: 800px;
	height: 450px;
}

.commenttext iframe {
    width: 100%;
}

.clr { clear: both; }


h1, h2 {
    font-weight: normal;
	margin: 0 0 -10px 0;
}

h3, h4, h5, h6 {
    font-weight: normal;
	margin: 0 0 -35px 0;
}

h1 { font: 45px/110% 'Noto Sans', sans-serif;
}

h2 { font: 40px/110% 'Noto Sans', sans-serif;
}

h3 { font: 25px/110% 'Noto Sans', sans-serif;
}
