/*
Theme Name: BlankSlate
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: qweqweqwe
Version: 4.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: qweqweqwe
Text Domain: qweqwe

BlankSlate WordPress Theme © 2011-2015 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html, body
{
    width: 100%;
}

body {
	font-family: "fira-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	letter-spacing: -0.03125em;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #2e2c29;
}

.clearit {
	clear: both;
	display: block;
}

img#logopuff {

}

#maincontent img {
	width: 95.3%;
	max-width: 95.3%;
	height: auto;
	width: auto\9; /* ie8 */
	padding: 10px;
	border: 5px #2e2c29 solid;
	margin: 20px 0 25px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 
embed, object, iframe {
	width: 100%;
	height: 100%;
}
*/

A:link, A:active, A:hover {
	color: #ff6c00;
	text-decoration: none;
}

A:visited {
	color: #ff6c00;
	text-decoration: none;
}

A:hover {
	color: #ff6c00;
	text-decoration: none;
}


h1 A:link, h1 A:active, h2 A:link, h2 A:active {
	color: #2e2c29;
	text-decoration: none;
}

h1 A:visited, h2 A:visited {
	color: #2e2c29;
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

p A:link, p A:active {
	background-color: #ffff5f;
	color: #929100;
	border-bottom: dotted #929100 1px;
}

p A:visited {
	background-color: #ffff5f;
	color: #929100;
	border-bottom: dotted #929100 1px;
}

p A:hover {
	background-color: #ff00f6;
	color: #fff;
	border-bottom: none;
}

blockquote {
	font-size: 16px;
	line-height: 28px;
	color: #2e2c29;
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 0 18px 0;
	border-left: 5px #2e2c29 solid;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	clear: both;
}

#header {
	border-bottom: 0px #2e2c29 solid;
	padding: 10px 0 6px 0;
	margin: 0 0 0 0;
	width: 980px;
}

@media screen and (max-width: 980px) {
	#wrapper {
		width: 90%;
		margin: 0 auto;
		padding: 0 20px 0 20px;
		clear: both;
	}

	#header {
		width: 90%;
		padding: 10px 20px 6px 10px;
		margin: 0 0 0 0;
		width: auto;
	}
	blockquote {
		font-size: 21px;
		line-height: 32px;
		color: #2e2c29;
		padding-left: 15px;
		padding-right: 25px;
		margin: 0 0 18px 0;
		border-left: 5px #2e2c29 solid;
	}
	body {
		font-size: 21px;
		line-height: 32px;
	}
}

@media screen and (max-width: 650px) {
	#wrapper {
		margin: 0 auto;
		/* padding: 0 10px 0 10px; */
		clear: both;
		border: 0px #2e2c29 solid;
	}

	#header {
		padding: 10px 20px 6px 10px;
		margin: 0 0 0 0;
	}
	blockquote {
		font-size: 19px;
		line-height: 30px;
		color: #2e2c29;
		padding-left: 15px;
		padding-right: 25px;
		margin: 0 0 18px 0;
		border-left: 5px #2e2c29 solid;
	}
	body {
		font-size: 19px;
		line-height: 30px;
	}
}

#h_left {
	border: 0px #f2f2f2 solid;
	float:left;
}

#h_right {
	border: 0px #f2f2f2 solid;
	float: right;
	font-family: "fatfrank",sans-serif;
	font-size: 14px;
	color: #009cff;
	letter-spacing: .005em;
	text-transform: uppercase;
	text-align: right;
	line-height: 14px;
	font-weight: 400;
	padding: 0 0 0 0;
	margin: 13px 0 0 0;
}

/* NAVIGATION */

#navbar {
	margin: 40px 0 0 0;
}

#navbar ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;		
}

#navbar ul li a {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "fatfrank",sans-serif;
	float: left;
	margin: 0 0 0 -9px;
	padding: 5px 15px 5px 15px;
	border: 9px #2e2c29 solid;
	color: #2e2c29;
}

#navbar ul li A:link, p A:active {
}

#navbar ul li A:visited {
}

#navbar ul li A:hover {
	color: #fff;
	background-color: #2e2c29;	
}

#navbar ul li#firstnav a {
	margin: 0 0 0 0;
}

#nav-below {
	margin: 20px 0 0 0;
	}

/* MAIN CONTENT */

#maincontent {
	width: 640px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	clear: both;
}

@media screen and (max-width: 980px) {
	#maincontent {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 80px 0;
		clear: both;
	}
}

@media screen and (max-width: 650px) {
	#maincontent {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 80px 0;
		clear: both;
	}
}

/*
#maincontent img {
	max-width:100%;
	max-height:100%;
}
*/

article {
	margin:0 0 0 0;
	padding: 80px 0 80px 0;
	border-bottom: 2px #2e2c29 solid;
}

.entry-content {
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}

blockquote.bigquote {
	font-family: "fira-sans",sans-serif;
	font-style: normal;
	font-weight: 200;
	margin: 0 0 0 0;
	font-size: 32px;
	line-height: 44px;
	padding: 0 0 0 0;
	color: #2e2c29;
	border: 0;
}

p.qcaption {
	font-family: "fira-sans",sans-serif;
	letter-spacing: -0.03125em;
	font-size: 16px;
	line-height: 28px;
        font-weight: 400;
	margin: 0 0 25px -13px;
	color: #2e2c29;	
}





/* miscell. styles */

h1 {

}

h1, h2 {
	font-family: "fatfrank",sans-serif;
	font-size: 36px;
	line-height: 37px;
	font-weight: 400;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

h2 .smaller {
	font-family: "fatfrank",sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color: #aaaaaa;
}

@media screen and (max-width: 980px) {
	h1, h2 {
		font-family: "fatfrank",sans-serif;
		font-size: 32px;
		line-height: 36px;
		font-weight: 400;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
	}
}

@media screen and (max-width: 650px) {
	h1, h2 {
		font-family: "fatfrank",sans-serif;
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
	}
}

h3 {
	font-family: "fatfrank",sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	color: #000000;
	text-decoration: none;
}


/* full archive - ul/li version */

/*

h3.archiveyear {
	color: #2e2c29;
	clear: both;
	display: block;
	letter-spacing: .1em;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	}

ul.archive-list {
	font-family: "fira-mono",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	list-style-type: none;
	border: 0px #fff solid;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.archive-month {
	letter-spacing: .2em;
	color: #58544e;
	margin: 0 -7px 0 0;
	padding: 0 0 0 0;
}

.archive-count {
	color: #ff6c00;
	margin: 0 10px 0 0px;
	padding: 4px 10px 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px #bfb8b2 solid;
}

ul.archive-list li {
	float: left;
	display: inline;
	margin: 11px 10px 0 0;
	padding: 0 0 0 0;
	height: 35px;
	border: 0px #222 solid;
}

ul.archive-list li a {
	color: #ff6c00;
}
*/

/* full archive - DIV version */

h3.archiveyear {
	color: #2e2c29;
	clear: both;
	display: block;
	letter-spacing: .1em;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	}

div.archive-year-group {
	font-family: "fira-mono",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	list-style-type: none;
	border: 0px #fff solid;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.archive-month {
	letter-spacing: .2em;
	color: #58544e;
	margin: 7px -0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.archive-count {
	color: #ff6c00;
	margin: 0 20px 25px 5px;
	padding: 4px 0 2px 0;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px #bfb8b2 solid;
	float: left;
	width: 44px;
}

ul.archive-year-group a {
	color: #ff6c00;
}

/* ------------------------- */
/* ---------FOOTER---------- */

#footer h3 {
	color: #fff;
	font-family: "fatfrank",sans-serif;
	font-size: 36px;
	line-height: 37px;
	font-weight: 400;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
}

#footer {
	background: #2e2c29;
	color: #fff;
	padding: 80px 0 120px 0;
}

#footercontent {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.f-unit-about, .f-unit-authors, .f-unit-search {
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}

.f-unit-about {
	width: 380px;
	margin: 0 20px 0 0;
}

.f-unit-authors {
	width: 220px;
	margin: 0 20px 0 0;
}

.f-unit-search {
	width: 300px;
	margin: 0 0 0 0;	
}

@media screen and (max-width: 980px) {
	#footercontent {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 80px 0;
		clear: both;
	}
}

@media screen and (max-width: 650px) {
	#footercontent {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
	.f-unit-about, .f-unit-authors, .f-unit-search {
		float: none;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 0 0 0;
		width: 90%;
		clear: both;
	}
}



/* ------------------------- */
/* ------------------------- */

.post-edit-link {
	color: #009cff;
	font-family: "fatfrank",sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

p.cat-links {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	}

p.tag-links {
	margin: 0 0 20px 0;
	}

.entry-meta {
	border: 0px #000 solid;
	font-family: "fatfrank",sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #bfb8b2;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	}

.author, .entry-date {

}

.author A:link, p A:active {
	color: #bfb8b2;
	border-bottom: 1px #bfb8b2 dotted;
}

.author A:visited {
	color: #bfb8b2;
	border-bottom: 1px #bfb8b2 dotted;
}

.author A:hover {
	color: #948e8a;
	border-bottom: 1px #948e8a solid;
}

.entry-footer {
	font-family: "fatfrank",sans-serif;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #bfb8b2;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}

.entry-footer A:link, p A:active {
	color: #009cff;
	text-decoration: none;
	background: transparent;
}

.entry-footer A:visited {
	color: #009cff;
	text-decoration: none;
	background: transparent;
}

.entry-footer A:hover {
	color: #009cff;
	border-bottom: solid #009cff 1px;
	background: transparent;
}