/*
Theme Name: Origami (Child)
Theme URI: https://siteorigin.com/theme/origami
Description: Origami is a simple, responsive media blogging theme that places strong emphasis on your content. It looks great on mobile devices, even the videos and galleries scale to fit small screens. The options panel is easy to understand with a minimal set of options. Origami includes a powerful drag and drop page builder for creating unlimited page layouts. So you can use Origami as a standard photography blog or a complete business website. We offer free and premium support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
Tags: one-column, fluid-layout, post-formats, custom-menu, theme-options, threaded-comments, translation-ready, photoblogging, responsive-layout
Author: Michael Babakov
Author URI: http://babakov.photos/
Template: origami
Version: 0.0.3
*/

@import url("../origami/style.css");

/* optimisation for google */

#header {
	width: 100%;
	margin: -10px auto 2em;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.site-title {
	margin: 20px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
	text-transform: none;
	letter-spacing: -2px;
	text-shadow: 0 4px 1px #ddd;
}


/* scroll to up */
.scrollTop{
 background:url(/img/icon/arrows.png) 0 0 no-repeat;
 display:block;
 width:32px;
 height:32px;
 position:fixed;
 bottom:2px;
 left:96%;
 z-index:2000;
}
.scrollTop:hover{
 background-position:100% 100%;
}

/* вывод блока рекламы в центре: http://www.artlebedev.ru/tools/technogrette/html/align-center/ */
.align_center
{
	position: relative;
	width: 100%;
}
.align_center:after
{
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left
{
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right
{
	position: relative;
	z-index: 1;
	right: -50%;
}

/* author */
.vcard author {
}

.fn {
	font-style: italic;
}