/*
 Theme Name:   RusJournal.org Theme
 Theme URI:    http://www.rusjournal.org
 Description:  Twenty Sixteen Child Theme
 Author:       @wikitopian
 Author URI:   http://www.possumtech.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rusjournal
*/

@font-face {
	font-family: 'irishuncialfabeta-boldregular';
	src: url('fonts/irish/irishuncialfabeta-bold-webfont.eot');
	src: url('fonts/irish/irishuncialfabeta-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/irish/irishuncialfabeta-bold-webfont.woff2') format('woff2'),
	url('fonts/irish/irishuncialfabeta-bold-webfont.woff') format('woff'),
	url('fonts/irish/irishuncialfabeta-bold-webfont.ttf') format('truetype'),
	url('fonts/irish/irishuncialfabeta-bold-webfont.svg#irishuncialfabeta-boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen {

	div.header-image {
		text-align: center;
	}

	.site-header-main center {
		width: 100%;
	}

	.site-title {
		font-family: 'irishuncialfabeta-boldregular';

		font-size: 59px;
		font-size: 4rem;

	}

	.site-description {
		visibility: hidden;
	}

	#masthead {
		padding-bottom: 0%;
	}

	h1, h2, h3, h4, h5 {
		font-family: 'Titus Medium';
	}

	.entry-header {
		text-align: center;
	}

	.entry-title {
		font-family: 'Canterbury';
	}

	.no-sidebar .entry-content {
		margin-left: 5%;
		margin-right: 5%;
	}

}

@media screen and (min-width: 61.5625em) {

	.entry-title {

		font-size: 20px;
		font-size: 1.5rem;

	}


	.site-branding, .site-header-menu, .header-image {
		margin-top: 0px;
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 44.375em) {

	div.site {

		margin-left: auto;
		margin-right: auto;

		max-width: 1000px;

		background-color: #000000;

		border: 33px solid transparent;
		border-image: url(images/rusjournal-border.png) 33 round;

	}

	div.site-inner {

		margin: 10px;

		background-color: #FFF0D7;

		border: 29px solid transparent;
		border-image: url(images/rusjournal-border-inner.png) 29 round;

	}


