html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, button, input, select, textarea,
body {
	/* Set your content font stack here: */
	
	font-weight: 400;
	letter-spacing: 0.7px;
		font-family: "Palatino", serif;
	color: #000;
	font-size: 16px;
	line-height: 2.1rem;
}

body{
	margin: 0;
	min-width: 440px;
	line-height: 140%;
	color: #606c76;

}

a {
	color: #009eef;
	/*transition: ease 0.3s;*/
}

a:visited{
	color: #009eef;
	/*transition: ease 0.3s;*/
}
p a, ul a, ol a{
		text-decoration: none;
    border-bottom: none;
}
p a:hover,
p a:focus, .footer a:hover {
	color: #009eef;
	/*transition: ease 0.3s;*/
	border-bottom: none;
	text-decoration: underline;
}
p a:visited, .footer a:visited {
	color: #0076b3;
	/*transition: ease 0.3s;*/
}


h3 {
	font-weight: 100;
}

img{
	max-width: 100%;
}
#layout{
	margin: 0 auto;
	/*  max-width: 675px; */
	padding: 0 0;
}

figure{
	max-width: 675px;

	margin: 0 auto;
}
figure.full,figure.seventyfive, figure.full img{
	max-width: 100%;
	width: 100%;
	margin: 0;
}
figure.seventyfive img{
	width: 75%;
	min-width: 675px;
	margin: 0 auto;
}

figcaption{
		max-width: 675px;

	margin: 0 auto;
	font-style: italic;
	font-family: "Palatino", serif;
	padding: 0 1rem 1rem;
}
.posts{
	padding: 50px 0 0;
}

.doublerow-list{
	display: flex;
	flex-flow: row wrap;
}
.onerow-list{
	display: block;
}

.frontpage p{
	font-size: 130%;
	margin: 20px auto;
	width: 670px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	overflow: hidden;
	max-width: 100%;
}

.frontpage .list-post{
	background: rgba(255,255,255,0.95);
}
.frontpage .year{
	position: relative;
	font-size: 0.6rem;
}

.post{
	margin-bottom: 4em;
	max-width: 675px;
	margin: 0 auto;
}

.doublerow-list  .post{
	margin-bottom: 0em;
	width: 50%;
}
@media only screen and (max-width : 700px) {
.doublerow-list  .post{
	margin-bottom: 0em;
	width: 100%;
}
}
.onerow-list  .post{
	margin-bottom: 0em;
	width: 100%;
}
.post:last-child{
	margin-bottom: 0em;
}

.frontpage .post-title{
	font-size: 1.6rem;
	line-height: 1.1em;
	margin: 0 0 0;
/*	transition: ease 0.3s;
*/	border-bottom: 0;
}
.frontpage .blogpost-list .post-title{
	font-size: 15px;
	line-height: 0.8em;
	margin: 0 0 0;
/*	transition: ease 0.3s;
*/	border-bottom: 0;
}
.frontpage a.post-title:visited{

}
.frontpage a.post-title:hover{
	text-decoration: underline;
}

.post-title{
	margin: 0 0 0;
	font-family: Garamond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*text-transform: uppercase; */
	font-size: 2rem;
	color: #333;
	line-height: 1.4em;
}

a.post-title{
	color: #009eef;
	/*transition: ease 0.3s;*/
	text-decoration: none;
    
}

.post-header a:visited{
	color: #009eef;
}
.post-header a:hover{
	text-decoration: underline;
	color: #009eef;
	/*background: #009eef;
	color: #fff;*/
	/*transition: ease 0.3s;*/
}
.post-header{

	margin: 0 auto;
	max-width: 675px;
	display: block;
	/*transition: ease 0.3s;*/
	padding: 0 1rem 14px;
	width: 100%;
	font-size: 12px;

}
.sidebar{
	width: 100%;
	height: 80px;
	min-width: 440px;
}

.sidebar .site-header{
	max-width: 675px;
	margin: 0 auto;
	padding: 0px 1rem;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	background-size: cover;
	height: 53px;
}

.sidebar .site-header a h1{
	font-weight: 400;
	font-size: 1em;
	font-family: Garamond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0.7px;
	color:#333;
    margin: 7px 0 0;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.sidebar .site-header a:hover{
	text-decoration: none;
}

h1#logo{
	max-width: 50%;
	margin: 0;
	font-size: 40px;
}
#logo a{
	text-decoration:none!important;
}

nav.sidebar-nav {
	max-width: 60%;
	line-height: 37px;	
	margin: 12px 30px 0 0;
}
nav.sidebar-nav a{
    padding: 24px 8px 8px;
	color: #000;
	/*transition: ease 0.3s;*/
	font-family: Garamond, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 15px;
}
nav.sidebar-nav a.active:hover{
    padding: 24px 8px 12px;
    transition: 0.1s;
}

nav.sidebar-nav a:visited{
	color: #000;
}

nav.sidebar-nav a:hover{
	color: #009eef;
	/*transition: ease 0.3s;*/
    border-bottom: 4px solid;
    transition: 0.1s;
}

nav.sidebar-nav a.active {
	color: #fff;
    background: #009eef;
  /*  background: linear-gradient(to bottom, #009eef 0%,#0077aa 100%);
*/}

.post-description p, .post-description ul, .post-description ol, .related{
	font-family: "Palatino", serif;
	color: #000;
	max-width: 675px;
	font-size: 17px;
	line-height: 2.1rem;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.5px;
	margin-top: 0.4rem;
	margin-bottom: 1.3rem;
	padding: 0 1rem;
}

.related{
	color:#606c76;
	margin-top: 5em;
}

.post-description img{
	margin: 7px auto;
    display: block;
}

.youtube-player{
	margin: 7px auto 1.5rem;
    display: block;
}

.post-description .video-wrapper{
	margin: 0;
	max-width: 100%;
}
.post-description video{
	width: 100%;
}

.post-description video.small{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
}
.videobg{
	background-position: center;
	background-size: cover;
}

.pagination{
	margin: 2em 0;
	text-align: center;
	position: relative;
}
.pagination a:hover{
	text-decoration: underline;
}

.pagination a.post-list-pagination-item-next:after{
	content: "→";
	font-size: 30px;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: -14px;
    margin: 0 0 0 5px;
}
.pagination a.post-list-pagination-item-prev:before{
	content: "←";
	font-size: 30px;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: -14px;
    margin: 0 0 0 -42px;
}

.post-list-pagination-item-current{
	font-size: 9px;
}

.footer {
	background-color: #fff;
    text-align: center;
    padding: 6em 0 3.5em;
    color: #444;
    font-size: 80%;
    margin: 8vh 0 0;
}
@media (max-width: 700px), (max-height: 600px) {
	.footer {
		background-size: cover;
	}
}
.footer li{
    list-style-type: none;
    margin: 3em 0 0;
}
.footer ul{
	margin: 0;
}

:target:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}

.intro{
	padding: 8vh 0 8vh;
	margin: 8vh auto;
	color: #000;
}

.introp{
	padding: 8vh 0 1vh;
	color: #fff;
	z-index: 2;
}
.intropfirst{
	padding: 8vh 0 1vh;
	color: #fff;
	z-index: 2;
}
.year{
	margin: 2px 0 0 5px;
    position: absolute;
    font-size: 0.8rem;
}

a .intro{
	color: #000;
}

.cover{
    height: 350px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}
.onerow-cover{
    height: 320px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}

.doublerow-cover{
    height: 250px;
    background-size: cover;
    background-color: #eee;
    background-position: center right;
    position: relative;
}

.list-post{

	padding: 0 1em 1em;
	background: #fff;
    max-width: 100%;
}

.separator{
	height: 8px;
	margin: 40px 0 0px;
	/* background: url('bg2.png');
	*/
}

.frontpage .separator{
	margin: 0;
}

pre{
background: #272822 none repeat scroll 0 0;
padding: 8px;
overflow: scroll;
}

hr{
	border-top: 0px dashed #aaa;
	border-bottom: 2px dashed #aaa;
	width: 70%;
	max-width: 675px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
      max-width: 650px;
	margin: 2em auto 0;
  	font-family: Garamond, 'Helvetica Neue', sans-serif;
	/*text-transform: uppercase; */
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.3rem;
  line-height: 1.75;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.1;
}

h5 {
  font-size: 1.3rem;
  line-height: 1;
}

h6 {
  font-size: 1.1rem;
  line-height: 0.8;
}

@media (min-width: 140rem) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}

.post h1 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.post h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

.post h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.post h4 {
  font-size: 1.4rem;
  line-height: 1.1;
}

.post h5 {
  font-size: 1.3rem;
  line-height: 1;
}

.post h6 {
  font-size: 1.1rem;
  line-height: 0.8;
}

blockquote{
	max-width: 675px;
	background: #f3f3f3;
	margin: 1rem auto;
	padding: 10px 14px 5px;
}
.post-description blockquote p{
	color: #444;
	font-family: monospace;
}

/*  READMORE ANCHOR OFFSET */
a#readmore {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

audio{
	max-width: 600px;
	width:90%;
}
