/*
Theme Name: Starbeat
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Kiwi
Author URI: http://kiwi.by/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
caption, th, td {
	font-weight:normal;
	text-align:left;
	}
h1, h2, h3, h4, h5, h6 {clear:both;}
html {
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	}
a:focus {outline:thin dotted;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
audio:not([controls]) {display:none;}
del {color:#333;}
ins {
	background:#fff9c0;
	text-decoration:none;
	}
hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin:24px;
	margin-bottom:1.714285714rem;
	}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
	}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
small {font-size:smaller;}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {clear:both;}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display:table;
	content:"";
	}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.widget-title,
.entry-content th,
.comment-content th {
	border-bottom:1px solid #cacaca;
	padding:10px 15px 8px;
	font-size:20px;
	font-weight:normal;
	}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width:650px; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.nav-single {
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin:0 10px;
	padding:10px 20px;
	overflow:hidden;
	}
	.nav-previous {
		display:table;
		float:left;
		width:50%;
		}
		.nav-previous a {
			background:url(img/arrows.png) 0 3px no-repeat;
			display:table-cell;
			height:70px;
			padding:0 30px;
			vertical-align:middle;
			}
		.nav-previous a:hover {background-position:0 -62px;}
	.nav-next {
		display:table;
		float:right;
		text-align:right;
		width:50%;
		}
		.nav-next a {
			background:url(img/arrows.png) right -127px no-repeat;
			display:table-cell;
			height:70px;
			padding:0 30px;
			vertical-align:middle;
			}
		.nav-next a:hover {background-position:right -192px;}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-size:17px;
	font-family:Helvetica, Arial, sans-serif;
	text-rendering:optimizeLegibility;
	color:#444;
	}
body.custom-font-enabled {font-family:"Scada", Helvetica, Arial, sans-serif;}
a {
	color:#005ca7;
	outline:none;
	}
a:hover {color:#f00;}

/* Page structure */
.site {background-color:#fff;}
.site-content {margin:10px 0 10px 10px;}
.widget-area {
	margin:10px 10px 0 0;
	padding:0 15px;
	}

/* Banners */
a.top-banner, a.main-banner {
	display:block;
	line-height:0;
	}
	a.top-banner img {
		height:130px;
		width:960px;
		}
	a.top-banner:hover img, a.main-banner:hover img {
		filter:alpha(opacity=90);
		opacity:.9;
		}
a.main-banner {margin-bottom:10px;}
	a.main-banner img {
		height:150px;
		width:650px;
		}

/* Header */
.site-header {
	background:#000;
	height:50px;
	overflow:hidden;
	}
.logo {
	background:#ff4800;
	display:block;
	float:left;
	height:50px;
	width:144px;
	}
.header-image {}
#searchform {float:right;}
	#searchform input[type="text"] {
		background:#b3b3b3;
		color:#000;
		border:0;
		border-radius:20px;
		font-size:17px;
		padding:3px 11px 2px;
		margin:12px 17px 0 0;
		width:141px;
		}
	#searchform input[type="text"]::-webkit-input-placeholder {color:#5f5f5f;} /* WebKit browsers */
	#searchform input[type="text"]:-ms-input-placeholder {color:#5f5f5f;} /* Internet Explorer 10+ */
	#searchform input[type="text"]::-moz-placeholder {color:#5f5f5f;} /* Mozilla Firefox 19+ */
	#searchform input[type="text"]:-moz-placeholder {color:#5f5f5f;} /* Mozilla Firefox 4 to 18 */
	#searchform input[type="text"]:focus {
		background:#fff;
		outline:none;
		-webkit-transition:.3s;
		-moz-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
		}

/* Navigation Menu */
.main-navigation {
	float:left;
	overflow:hidden;
	font-size:17px;
	line-height:0;
	}
	.main-navigation ul {
		text-align:center;
		position:relative;
		margin-left:9px;
		}
		.main-navigation li a {
			text-align:center;
			padding:1px 7px 0 8px;
			line-height:49px;
			display:block;
			}
	.main-navigation a {
		color:#ffdab3;
		text-decoration:none;
		}
		.main-navigation a span {border-bottom:1px solid #988269;}
	.main-navigation a:hover {color:#ff4800;}
		.main-navigation a:hover span {border-color:#982800;}
	.current-menu-item a {color:#fff;}
		.current-menu-item a span {border-color:#989898;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {display:none;}
	.main-navigation ul.nav-menu.toggled-on {display:block;}
	.menu-toggle {
		color:#ffdab3;
		cursor:pointer;
		display:block;
		text-align:center;
		padding:14px 20px 12px;
		}
		.menu-toggle span {border-bottom:1px dashed #988269;}
	.menu-toggle:hover {color:#ff4800;}
		.menu-toggle:hover span {border-color:#982800;}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
	margin-bottom:25px;
	word-wrap:break-word;
	}
.widget-area .widget h3 {
	text-align:center;
	margin:0 -15px 15px;
	}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:20px;
	padding:5px 0;
	}
.widget-area .widget p {margin-bottom:24px;}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}

/* Footer */
footer[role="contentinfo"] {
	background:#262626;
	clear:both;
	font-size:17px;
	max-width:960px;
	margin:24px auto 0;
	padding:17px 15px;
	height:17px;
	}
	footer[role="contentinfo"] .on-main {float:right;}
	footer[role="contentinfo"] a {
		color:#ffdab3;
		text-decoration:none;
		padding:0 8px;
		}
		footer[role="contentinfo"] a span {border-bottom:1px solid #988269;}
	footer[role="contentinfo"] a:hover {color:#ff4800;}
		footer[role="contentinfo"] a:hover span {border-color:#982800;}
	footer[role="contentinfo"] > span {
		color:#8c6738;
		font-size:12px;
		}
		footer[role="contentinfo"] > span a {padding:0;}


/* =Main content and comment content
-------------------------------------------------------------- */

a.post {
	display:block;
	background:#f4f4f4;
	box-shadow:0 1px 2px #b8b8b8;
	float:left;
	margin:0 10px 10px 0;
	padding-bottom:12px;
	width:210px;
	text-decoration:none;
	}
	a.post img {width:210px;}
	a.post p {line-height:0;}
a.post:hover {background:#d8ebff;}
	a.post .title {
		display:block;
		font-size:18px;
		line-height:22px;
		margin:7px 14px 8px;
		color:#005ca7;
		font-weight:normal;
		}
		a.post .title span {border-bottom:1px solid #aac6dd;}
	a.post:hover .title span {
		color:#ff4800;
		border-bottom:1px solid #e4a4b2;
		}
	a.post .photos-number,
	a.post .comments-number {
		color:#818181;
		float:left;
		display:block;
		font-size:14px;
		margin:0 14px;
		}
	a.post .comments-number {
		background:#a6a6a6;
		border-radius:3px;
		color:#fff;
		padding:3px 5px 1px;
		float:right;
		margin:-3px 14px;
		}
	a.post .comments-number b {
		height:5px;
		width:5px;
		background:url(img/comment-bg.png) no-repeat;
		position:absolute;
		margin-top:15px;
		}
	a.post img.berry {
		height:15px;
		margin:-2px 0 0 -5px;
		width:15px;
		position:absolute;
		}
.entry-header {margin:30px 50px 25px;}
	.entry-header h1 {
		font-size:35px;
		font-weight:normal;
		line-height:42px;
		}
	.entry-header .entry-date {
		color:#a3a3a3;
		display:block;
		font-size:14px;
		line-height:44px;
		}
	.entry-header p {line-height:22px;}
.entry-content {
	text-align:center;
	margin:0 10px;
	line-height:30px;
	}
.page .entry-header {
	margin:20px 40px 25px;
	text-align:center;
	}
.page .entry-content {
	text-align:left;
	line-height:22px;
	}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
img.alignleft {margin:12px 24px 12px 0;}
img.alignright {margin:12px 0 12px 24px;}
img.aligncenter {margin-top:12px 0;}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {margin-bottom:24px;}
#vkshare0 {
	margin:20px auto 25px;
	}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin:20px 40px 35px;
	text-align:center;
	}
	.archive-header h1,
	.page-header h1 {
		font-size:35px;
		font-weight:normal;
		line-height:42px;
		}
	.archive-meta {
		padding-top:13px;
		line-height:22px;
		}


/* =Comments
-------------------------------------------------------------- */

.comments-area {
	margin:10px 20px 0 30px;
	float:left;
	width:620px;
	}
.comments-title {
	margin:20px 0 35px;
	font-size:25px;
	font-weight:normal;
	}
.comments-area article {margin:24px 0;}
.comments-area article header {
	margin:0 0 10px;
	overflow:hidden;
	position:relative;
	}
.comments-area article header img {
	float:left;
	padding:0;
	line-height:0;
	height:40px;
	width:40px;
	}
.comments-area article header cite,
.comments-area article header time {
	display:block;
	margin-left:50px;
	}
.comments-area article header cite {font-style:normal;}
.comments-area article header time {
	color:#a3a3a3;
	font-size:14px;
	line-height:26px;
	}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comment-content p {line-height:22px;}
a.comment-reply-link,
a.comment-edit-link {
	color:#686868;
	font-size:14px;
	}
a.comment-reply-link:hover,
a.comment-edit-link:hover {color:#21759b;}

/* Comment form */
#respond {
	background:#d8ebff;
	padding:20px;
	margin:0 -10px 55px -20px;
	}
#respond h3#reply-title {
	font-size:25px;
	font-weight:normal;
	}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {margin-top:20px}
#respond form p {margin-top:10px}
#respond form p.logged-in-as {margin-bottom:20px;}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
.navigation {
	margin:30px 0 40px;
	text-align:center;
	}
.wp-paginate {
	padding:0;
	margin:0;
	}
	.wp-paginate li {
		display:inline;
		list-style:none;
		font-size:26px;
		}
		.wp-paginate a {
			/*background:#f4f4f4;*/
			color:#005ca7;
			padding:7px 18px;
			text-align:center;
			text-decoration:none;
			}
			.wp-paginate a span {border-bottom:1px solid #99b7d3;}
			.wp-paginate a:hover span {
				color:#f00;
				border-bottom:1px solid #e2a9b2;
				}
		.wp-paginate a:hover,
		.wp-paginate a:active {/*background:#d8ebff;*/}
		.wp-paginate .title {display:none;}
		.wp-paginate .gap {
			color:#999;
			margin-right:4px;
			}
		.wp-paginate .current {
			/*background:#eaeaea;*/
			padding:7px 18px;
			color:#a3a3a3;
			}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 850px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {display:inline-block !important;}
	.main-navigation li,
	.main-navigation li a {float:left;}
	.menu-toggle {display:none;}
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		overflow: hidden;
	}
	.site-content {
		float:left;
		width:660px;
		}
	.widget-area {
		float:right;
		width:250px;
		}
	.entry-header h1 {
		}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {background-color:#eaeaea;}
	body .site {
		margin:15px auto;
		box-shadow:0 0 10px #c4c4c4;
		}
	body.custom-background-empty {background-color:#fff;}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding:0;
		margin-top:0;
		margin-bottom:0;
		box-shadow:none;
		}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}