/*
Theme Name: Twenty Twelve VEG.BY Edition
Version: 2020
Author: VEG
Author URI: http://veg.by/
Template: 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%;
}
a:focus {
	outline: none;
}
a:focus-visible {
	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;
}
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;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #e0e0e0;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

/* 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: "";
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}

/* 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;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button, input, select, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
form.highlight-invalid input:invalid, form.highlight-invalid textarea:invalid {
	border-color: #c00;
}
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 */
button, input[type="submit"], input[type="button"], input[type="reset"]
{
	cursor: pointer;
	padding: 6px 12px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #444;
	background-color: #eee;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #fff, #eee);
	border: 1px solid #bbb;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover
{
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f8f8f8, #e7e7e7);
}
input:focus, select:focus, textarea:focus, button:focus
{
	outline: none; /* remove focus outlines in Chrome */
}
input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible
{
	border-color: #999;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active
{
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	border-color: #999;
}
button[disabled], input[disabled]
{
	cursor: default;
	color: #666 !important;
}

/* Remove focus dots in Firefox before 53 */
input::-moz-focus-inner, button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

/* Placeholders in inputs */
input::-webkit-input-placeholder { color: #999; font-style: italic; }
input:-moz-placeholder { color: #999; font-style: italic; } /* Firefox 18- */
input::-moz-placeholder { color: #999; font-style: italic; } /* Firefox 19+ */
input:-ms-input-placeholder { color: #999; font-style: italic; }
input::placeholder { color: #999; font-style: italic; }

/* Sending animation */

input[type=submit].sending
{
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent), linear-gradient(to bottom, #eee, #ddd);
	background-size: 6px 6px, auto;
	animation: progress 1s linear infinite;
}

@keyframes progress
{
	0% { background-position: 0 0, 0 0; }
	100% { background-position: 24px 0px, 0 0; }
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* 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 {
	max-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;
}

.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;
	line-height: 2;
	color: #757575;
}

img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media screen and (min-width: 780px) {
	img.alignleft, .wp-caption.alignleft {
		margin: 4px 12px 0 0;
		float: left;
	}
	img.alignright, .wp-caption.alignright {
		margin: 4px 0 0 12px;
		float: right;
	}
}

@media screen and (max-width: 779px) {
	img.alignleft, .wp-caption.alignleft,
	img.alignright, .wp-caption.alignright {
		margin: 0 auto 12px auto;
		display: block;
		float: none;
	}
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	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 a {
	text-decoration: none;
}
#primary nav {
	clear: both;
	line-height: 1.6;
	overflow: hidden;
}
#nav-above {
	padding: 20px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 20px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 20px;
}
.author-info {
	border-top: 1px solid #e0e0e0;
	margin: 20px 0;
	padding-top: 20px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 20px;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* - Basic structure -------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
#page .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
#page .screen-reader-text:hover,
#page .screen-reader-text:active,
#page .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

body {
	background-color: #fff;
}

#page /* = .site */ {
	background-color: #fff;
	padding: 0px 24px;
	max-width: 1100px;
	min-width: 280px;
	margin: 0 auto;
	overflow: hidden;
}

#primary /* = .site-content */ {
	margin: 20px 0 0;
}
#secondary /* = .widget-area */ {
	margin: 20px 0 0;
}

@media screen and (max-width: 699px) {
	#secondary {
		border-top: 1px solid #e0e0e0;
		padding: 20px 0 0;
	}
}

@media screen and (min-width: 700px) {
	#primary {
		float: left;
		width: 77%;
	}
	body.template-front-page #primary,
	body.attachment #primary,
	body.full-width #primary {
		width: 100%;
	}
	#secondary {
		float: right;
		width: 21%;
	}
}

@media screen and (min-width: 1300px) {
	body {
		background: #eeeee7;
	}
	#page {
		padding: 0px 36px;
		box-shadow: 0 0 15px #ccc;
	}
}

@media screen and (max-width: 399px) {
	#page {
		padding: 0px 12px;
	}
}

/* - Header ----------------------------------------------------------------- */

.site-header {
	padding: 20px 0 0 0;
}
.site-header h1 a,
.site-header h2 a {
	color: #555;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 20px;
}

/* Navigation Menu */

#menu-main-toggle
{
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	height: 28px;
	width: 38px;
	cursor: pointer;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0iIzU0NTQ1NCI+PHJlY3QgeD0iMSIgeT0iMSIgcng9IjEiIHJ5PSIxIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEiIHk9IjYiIHJ4PSIxIiByeT0iMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCB4PSIxIiB5PSIxMSIgcng9IjEiIHJ5PSIxIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjwvc3ZnPg==') center / 20px 14px no-repeat;
	opacity: 0.6;
}

#menu-main-toggle:hover, #menu-main-toggle:focus
{
	opacity: 0.8;
}

#menu-main-toggle:active, .toggled-on #menu-main-toggle
{
	opacity: 1.0;
	background-color: #f8f8f8;
}

.main-navigation {
	margin-top: 20px;
}
.main-navigation li {
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	text-decoration: none;
	color: #555;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

@media screen and (max-width: 699px) {
	.toggled-on #menu-main
	{
		display: block;
	}
	#menu-main li {
		margin: 0;
	}
	#menu-main a {
		display: block;
		font-size: 12px;
		line-height: 20px;
		padding: 4px 12px;
		text-align: left;
		border: 1px solid #e0e0e0;
		border-top: 0;
	}
	#menu-main ul a { padding-left: 24px; }
	#menu-main ul ul a { padding-left: 36px; }
	#menu-main ul ul ul a { padding-left: 48px; }
	#menu-main a:hover {
		background: #f8f8f8;
	}
	#menu-main .current-menu-item > a,
	#menu-main .current_page_item > a {
		font-weight: bold;
		color: #555;
	}
	#site-navigation {
		border-top: 1px solid #e0e0e0;
	}
}

@media screen and (min-width: 700px) {
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
	}
	#menu-main-toggle {
		display: none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #e0e0e0;
		border-top: 1px solid #e0e0e0;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
	}
	.main-navigation li a {
		line-height: 20px;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li {
		border: 1px solid #e0e0e0;
	}
	.main-navigation li ul li:not(:first-child) {
		border-top: 0;
	}
	.main-navigation li ul li a {
		display: block;
		width: 180px;
		white-space: normal;
		text-transform: none;
		font-size: 12px;
		padding: 4px 12px;
		background: #fff;
	}
	.main-navigation li ul li a:hover {
		background: #f8f8f8;
	}
	#menu-main > li > a {
		margin: 12px 20px 12px 0px;
		padding: 0 10px;
	}
	#menu-main > li:first-child a {
		margin-left: 0;
		padding-left: 0;
	}
	#menu-main .current-menu-item > a,
	#menu-main .current-menu-ancestor > a,
	#menu-main .current_page_item > a,
	#menu-main .current_page_ancestor > a {
		font-weight: bold;
	}
	#menu-main .current-menu-item > a,
	#menu-main .current-menu-ancestor > a:not(:hover),
	#menu-main .current_page_item > a,
	#menu-main .current_page_ancestor > a:not(:hover) {
		color: #555;
	}
	#menu-main > li > ul {
		margin-top: -10px;
	}
}

/* search icon in the input */

#site-navigation .search-form
{
	font-size: 0;
}

#site-navigation .search-form .search-field
{
	width: 100%;
	padding-right: 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#site-navigation .search-form .search-submit
{
	display: inline-block;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0MxNS40MSAxMi41OSAxNiAxMS4xMSAxNiA5LjUgMTYgNS45MSAxMy4wOSAzIDkuNSAzUzMgNS45MSAzIDkuNSA1LjkxIDE2IDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+PC9zdmc+') center no-repeat;
	width: 24px;
	height: 24px;
	border: 0;
	box-shadow: none;
	color: transparent; /* hide text */
	margin-left: -28px;
	margin-right: 4px;
	padding: 0;
	line-height: 26px;
	opacity: 0.3;
}

#site-navigation .search-form .search-field:focus + .search-submit { opacity: 0.5; }
#site-navigation .search-form .search-submit:hover { opacity: 0.7 !important; }

/* search bar in the menu */

@media screen and (max-width: 699px) {
	#site-navigation .menu-main-container + form {
		display: none;
		margin-top: 20px;
	}

	.toggled-on #site-navigation .menu-main-container + form {
		display: block;
	}
}

@media screen and (min-width: 700px) {
	#site-navigation {
		display: table;
		width: 100%;
	}

	#site-navigation .menu-main-container {
		display: table-cell;
		width: 79%;
	}

	#site-navigation .menu-main-container + form {
		display: table-cell;
		white-space: nowrap;
		border-bottom: 1px solid #e0e0e0;
		border-top: 1px solid #e0e0e0;
		width: 21%;
	}
}

/* languages near the title */

.site-title-before {
	display: table-cell;
	vertical-align: middle;
}

.site-title {
	display: table-cell;
	width: 100%;
}

.site-languages {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.site-languages li {
	text-transform: uppercase;
}

.site-languages li a {
	text-decoration: none;
	color: #757575;
}

.site-languages li a:hover {
	color: #21759b;
}

.site-languages li.active a, .site-languages li.active a:hover {
	color: #555;
	font-weight: bold;
}

@media screen and (min-width: 370px) {
	.site-languages {
		white-space: nowrap;
	}

	.site-languages li {
		display: table-cell;
		padding: 0 10px;
		border-right: 1px solid #e0e0e0;
	}

	.site-languages li:nth-last-child(1) {
		border-right: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 369px) {
	.site-languages li {
		padding-bottom: 2px;
	}

	.site-languages li:nth-last-child(1) {
		padding-bottom: 0;
		margin-bottom: -2px;
	}
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 20px;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 20px;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #e0e0e0;
	clear: both;
	font-size: 12px;
	line-height: 2;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
footer[role="contentinfo"] .poweredby
{
	float: right;
}
@media screen and (max-width: 699px)
{
	footer[role="contentinfo"] .poweredby { display: none; }
}
footer[role="contentinfo"] .counters
{
	float: right; margin-top: -4px; margin-left: 10px;
}

/* - Main content and comment content --------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-header img.wp-post-image {
	margin-bottom: 20px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 20px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #e0e0e0;
	border-bottom: 4px double #e0e0e0;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 20px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 20px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.714285714;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
@media screen and (max-width: 699px) {
	.entry-content li,
	.comment-content li,
	.mu_register li {
		margin: 0 0 0 24px;
	}
}
@media screen and (max-width: 399px) {
	.entry-content li,
	.comment-content li,
	.mu_register li {
		margin: 0 0 0 12px;
	}
}
.entry-content blockquote,
.comment-content blockquote {
	font-style: italic;
}
.entry-content pre,
.comment-content pre {
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	overflow: auto;
}
.entry-content blockquote, .comment-content blockquote,
.entry-content pre, .comment-content pre {
	margin: 1.2rem 0;
	padding: 0.4rem 0.4rem 0.4rem 0.8rem;
	border: 1px solid #e0e0e0;
	border-left: 4px double #e0e0e0;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code,
.entry-content tt, .comment-content tt {
	display: inline;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	border: 1px solid #e0e0e0;
	padding: 0 3px;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 20px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 20px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 20px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 20px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #e0e0e0;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 20px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #e0e0e0;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* No bottom space for last elements in the content and widget areas */
#content > *:last-child, #secondary > *:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

/* Archives */

.archive-header,
.page-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 20px;
}

/* Single audio/video attachment view */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 20px;
}

/* Single image attachment view */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* Aside post format */

article.format-aside h1 {
	margin-bottom: 20px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* - Post formats ----------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #efefef;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 20px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}

/* - Comments --------------------------------------------------------------- */

.comments-title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.comment-nav {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}
#nav-below {
	font-size: 18px;
}
nav .comments-count {
	float: left;
}
.comment-nav .nav-pages {
	text-align: right;
	margin-right: 1px;
}
.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: inline;
	line-height: 1;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
}
.comments-area cite b {
	cursor: pointer;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	color: #555;
}
.comments-area article header a {
	text-decoration: none;
	color: #555;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area .bypostauthor cite span {
	display: inline-block;
	padding: 1px 4px 2px 4px;
	vertical-align: 2px;
	line-height: 1;
	font-size: 10px;
	color: #fff;
	background-color: #21759b;
	border: 1px solid #1f6f93;
	border-radius: 2px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
.comments-area article header .comment-nickname,
.comments-area article header .comment-posttime
{
	margin-left: 52px;
}
.comments-area article header .comment-nickname
{
	margin-top: 4px;
}
.comments-area article header .comment-number
{
	float: right;
	font-size: 18px;
	line-height: 20px;
	margin: 8px 1px;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 20px;
}

/* Comment form */
#respond h3#reply-title {
	font-size: 18px;
	line-height: 1.6;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form p.form-submit {
	margin: 11px 0 0 0;
}
#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 input[type="email"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: normal;
	padding: 6px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #555;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}

#respond form textarea {
	resize: vertical;
}

@media screen and (min-width: 700px)
{
	#respond .comment-form-author, #respond .comment-form-email {
		display: inline-block;
		width: 30%;
		margin: 0;
	}

	#respond form p.form-submit {
		text-align: right;
	}

	#respond .comment-form-email ~ .form-submit {
		margin-top: -29px;
	}

	#respond form input[type="text"], #respond form input[type="email"] {
		width: 100%;
	}
}

/* - Quicktags panel for comments textarea ---------------------------------- */

.quicktags-toolbar {
	border-bottom: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	background-color: #eee;
	padding: 2px 4px 3px;
	min-height: 30px;
	margin-bottom: -5px;
}

.quicktags-toolbar input {
	margin: 2px 1px 2px;
	line-height: 18px;
	display: inline-block;
	min-width: 28px;
	padding: 2px 4px;
	font: 12px/18px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.quicktags-toolbar input[value="b"], .quicktags-toolbar input[value="/b"] { font-weight: bold; }
.quicktags-toolbar input[value="i"], .quicktags-toolbar input[value="/i"] { font-style: italic; }
.quicktags-toolbar input[value="u"], .quicktags-toolbar input[value="/u"] { text-decoration: underline; }
.quicktags-toolbar input[value="s"], .quicktags-toolbar input[value="/s"] { text-decoration: line-through; }
.quicktags-toolbar input[value="a"], .quicktags-toolbar input[value="/a"] { text-decoration: underline; color: #21759b; }
.quicktags-toolbar input[value$="quote"] { min-width: 50px; }
.quicktags-toolbar input[value$="ul"],
.quicktags-toolbar input[value$="ol"],
.quicktags-toolbar input[value$="li"] { min-width: 30px; }
.quicktags-toolbar input[value$="code"] { min-width: 46px; }
.quicktags-toolbar input[value$="tt"] { font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 11px; }
.quicktags-toolbar input[value$="pre"] { min-width: 40px; font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 11px; }


/* - Front page template ---------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page #secondary {
	clear: both;
	float: none;
	width: auto;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	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 20px 8px 0;
}

/* - Widgets ---------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* - Media queries ---------------------------------------------------------- */

@media screen and (min-width: 700px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.entry-header .entry-title {
		font-size: 22px;
	}
	.template-front-page #primary,
	.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: 20px;
	}
	.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 20px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

.widget-area .widget .widget-title {
	line-height: 1.0;
	padding-bottom: 4px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 4px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height: 1.3;
}

.widget_recent_comments li, .widget_recent_entries li {
	margin-bottom: 4px;
}

.widget-area .widget p {
	margin-bottom: 4px;
}

.widget-title a.rss-icon
{
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzVlNWU1ZSI+PHBhdGggZD0iTTEwLjY2NyAxNkg3LjYxOWMwLTQuMjAxLTMuNDE4LTcuNjE5LTcuNjE5LTcuNjE5VjUuMzMzYzUuODgyIDAgMTAuNjY3IDQuNzg1IDEwLjY2NyAxMC42Njd6TTE2IDE2aC0zLjA0N0MxMi45NTMgOC44NTggNy4xNDMgMy4wNDcgMCAzLjA0N1YwYzguODIyIDAgMTYgNy4xNzggMTYgMTZ6TTAgMTMuNzE0YTIuMjg2IDIuMjg2IDAgMTE0LjU3MiAwIDIuMjg2IDIuMjg2IDAgMDEtNC41NzIgMHoiLz48L3N2Zz4=') center no-repeat;
	margin-top: 2px;
	width: 8px;
	height: 8px;
	float: right;
}
.widget-title a.rss-icon:hover
{
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzIxNzU5YiI+PHBhdGggZD0iTTEwLjY2NyAxNkg3LjYxOWMwLTQuMjAxLTMuNDE4LTcuNjE5LTcuNjE5LTcuNjE5VjUuMzMzYzUuODgyIDAgMTAuNjY3IDQuNzg1IDEwLjY2NyAxMC42Njd6TTE2IDE2aC0zLjA0N0MxMi45NTMgOC44NTggNy4xNDMgMy4wNDcgMCAzLjA0N1YwYzguODIyIDAgMTYgNy4xNzggMTYgMTZ6TTAgMTMuNzE0YTIuMjg2IDIuMjg2IDAgMTE0LjU3MiAwIDIuMjg2IDIuMjg2IDAgMDEtNC41NzIgMHoiLz48L3N2Zz4=') center no-repeat;
}

/* Post Meta and Edit link */

.entry-meta {
	font-size: 13px;
	margin-top: 4px;
	color: #757575;
}

.entry-meta-part {
	padding-right: 10px;
}

.entry-meta-part + .entry-meta-part {
	border-left: 1px solid #e0e0e0;
	padding: 0 10px;
}

.entry-meta-part + .edit-link {
	border-left: 1px solid #e0e0e0;
	padding-left: 10px;
}

/* Edit icons */

.edit-icon
{
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iIzVlNWU1ZSI+PHBhdGggZD0iTTEzLjg5IDMuMzlsMi43MSAyLjcyYzAuNDYgMC40NiAwLjQyIDEuMjQgMC4wMzAgMS42NGwtOC4wMTAgOC4wMjAtNS41NiAxLjE2IDEuMTYtNS41OHM3LjYtNy42MyA3Ljk5LTguMDMwYzAuMzktMC4zOSAxLjIyLTAuMzkgMS42OCAwLjA3MHpNMTEuMTYgNi4xOGwtNS41OSA1LjYxIDEuMTEgMS4xMSA1LjU0LTUuNjV6TTguMTkgMTQuNDFsNS41OC01LjYtMS4wNzAtMS4wODAtNS41OSA1LjZ6Ii8+PC9zdmc+') center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.edit-icon:hover
{
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iIzIxNzU5YiI+PHBhdGggZD0iTTEzLjg5IDMuMzlsMi43MSAyLjcyYzAuNDYgMC40NiAwLjQyIDEuMjQgMC4wMzAgMS42NGwtOC4wMTAgOC4wMjAtNS41NiAxLjE2IDEuMTYtNS41OHM3LjYtNy42MyA3Ljk5LTguMDMwYzAuMzktMC4zOSAxLjIyLTAuMzkgMS42OCAwLjA3MHpNMTEuMTYgNi4xOGwtNS41OSA1LjYxIDEuMTEgMS4xMSA1LjU0LTUuNjV6TTguMTkgMTQuNDFsNS41OC01LjYtMS4wNzAtMS4wODAtNS41OSA1LjZ6Ii8+PC9zdmc+') center no-repeat;
}

.entry-title .edit-icon
{
	float: right;
	margin: 4px -5px 0 -15px;
}

.comments-area article header .edit-icon {
	float: right;
	margin: 9px 8px 0 0;
}

/* A trick for better going to an #anchor */

#comments::before, #comments article.comment::before
{
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 20px;
	margin-top: -20px;
}

.admin-bar #comments::before, .admin-bar #comments article.comment::before
{
	height: 52px;
	margin-top: -52px;
}

/* Content styles */

small
{
	font-size: 11px;
}

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 0;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p,
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 1.0rem;
	line-height: 1.6;
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3,
.entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 1.0rem 0;
	line-height: 1.6;
}

/*a[href$=".7z"]:before, a[href$=".zip"]:before, a[href$=".exe"]:before, a[href$=".torrent"]:before, a[href$=".iso"]:before, a[href$=".mid"]:before, a[href$=".ogg"]:before, a[href$=".cab"]:before
{
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjYsMGgtMnYxM0g4VjBIMHYzMmgzMlY2TDI2LDB6IE0yOCwzMEg0VjE2aDI0VjMweiIvPjxyZWN0IHg9IjYiIHk9IjE5IiB3aWR0aD0iMjAiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjYiIHk9IjI1IiB3aWR0aD0iMjAiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjE4IiB5PSIyIiB3aWR0aD0iNCIgaGVpZ2h0PSI5Ii8+PC9zdmc+');
	vertical-align: -2px;
	line-height: 0px;
	padding-right: 3px;
	opacity: 0.8;
}*/

/* Remove margin from last paragraph */
.site-content article .entry-content :last-child,
.comment-content :last-child {
	margin-bottom: 0;
}
/* Fix the problem when text of a post too short and has a big image with floating */
.site-content article .entry-content:after {
	content: "";
	display: table;
	clear: both;
}

.comment-pending > * {
	opacity: 0.5;
}

/* - 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;
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 20px;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 20px;
	}
	.site-header hgroup > *
	{
		display: none;
	}
	.site-header h1 {
		display: block;
		font-size: 21pt;
		line-height: 1;
	}
	.site-header h2 {
		display: block;
		color: #000;
		font-size: 10pt;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon .counters,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a, .edit-icon,
	.page-link,
	/*#primary nav,*/
	#secondary,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		margin: 0;
		width: auto;
	}

	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;
	}
}
