#content p, content ol, content ul, #content div { font-family: Verdana, "Nunito", sans-serif, Arial; }
#content .article > a { font-family: "Open Sans", sans-serif, Verdana, Arial; }
#content p, content ol, content ul, #content div, #content ol, #content ul { font-family: Verdana, "Open Sans", sans-serif, Arial; }
#content .article > a, #content .soft-art > a, .soft-inner h4 { font-family: "Open Sans", sans-serif, Verdana, Arial; }

h1, h2, h3, h4, h5 { font-weight: 600; }

h1 {
	font-size: 30px;
	margin-bottom: 22px;
	line-height: 33px;
	margin-top: -3px;
}

h1#cat {
	font-size: 28px;
	margin-bottom: 25px;
}

h2 {
	font-size: 24px;
	margin: 27px 0px 22px 0px;
	line-height: 26px;
}

h3 {
	font-size: 20px;
	margin: 27px 0px 15px 0px;
	line-height: 26px;
}

h4 {
	font-size: 18px;
	margin: 25px 0px 10px 0px;
	line-height: 26px;
}

h5 {
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	line-height: 26px;
}

p { margin-bottom: 15px; }

a { color: #007cc3; text-decoration: underline; }
a:hover { color: #ff860e; }


pre {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 0.75em;
	margin-bottom: 15px;
	white-space: pre-wrap;
}

#content ol, #content ul { margin: 0px 0px 25px 10px; overflow: hidden; }
#content ol ol, #content ol ul, #content ul ul, #content ul ol { margin: 0px 0px 0px 10px; }

#content ul li, #content ol ul li {
	list-style: disc;
	margin-left: 20px;
}

#content ol li, #content ul ol li {
	list-style: decimal;
	margin-left: 25px;
}


.clear { clear: both; }

.alignright { float: right;	margin: 0px 0px 10px 20px; }
.alignleft { float: left; margin: 0px 15px 10px 0px; }
.aligncenter { display: block; margin: 5px auto; text-align: center; }

.wp-caption {
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding-top: 5px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	text-align: center;
	margin: 5px 0px 8px 0px;
	font-size: 12px;
	font-style: italic;
	color: #777;
	z-index: 9999;
}

blockquote {
	border: 1px solid #ccc;
	padding: 17px;
	border-radius: 5px;
	margin: 2em 0;
	min-height: 2.5em;
	padding-left: 50px;
	position: relative;
}

blockquote:before {
	font-family: georgia, sans-serif;
	color: #777;
	content: '“';
	font-size: 85px;
	line-height: 0.85;
	position: absolute;
	top: 10px;
	left: 11px;
}

a[rel~="lightbox"] { position: relative; }
a[rel~="lightbox"]:after {
	content: "";
	background: url('./images/lens.png') no-repeat top right;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#respond input[type="submit"],
.wpcf7 input[type="submit"],
#sidebar .widget_wpt .tab_title a,
.navigation span, .navigation a,
#sidebar .widget_tabs > ul > li,
footer { background-color: #414141; }

.navigation a:hover,
.navigation .current,
.wpcf7 input[type="submit"]:hover,
#respond input[type="submit"]:hover,
#sidebar .widget_nav_menu .s-nav-title,
#sidebar .widget_wpt .tab_title.selected a,
#sidebar .widget_wpt .tab_title a:hover,
#sidebar .widget_tabs > ul > li.t-active, #sidebar .widget_tabs > ul > li:hover
{ background-color: #e53b2c; }