/*@font-face {
  font-family: SneakyTimes;
  src: url(sneakyTimes/Sneaky-Times.woff);
}*/
@font-face {
/*  font-family: Ortica;
  src: url(ortica/Ortica-Light.woff);  */
  font-family: Chomsky;
  src: url(Chomsky.woff);
  
}
html,
body {
	/*background-color: #E4E5E2;*/
	color: hsla(0, 0.0%, 13.7%, 1);
	background-color: hsla(295, 6.7%, 82.0%, 1);
	/*background-color: hsl(148, 41%, 46%);*/
	/*font-family: Ortica;*/
	/*font-family: Chomsky;*/
	font-family: sans-serif;
}
.main-header, 
.page-content,
.site-footer {
  max-width: 88ch;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.list-page .main-header, 
.list-page .page-content,
.list-page .site-footer {
  max-width: 56ch;
}
.post {
	margin: 8rem 0;
	padding: 0;
}
.post-mini {
	margin: .5rem 0;
	padding: 0;
}

.post-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .5rem;
}
.post-mini .post-meta {
	justify-content: space-between;
	border-bottom: 1px solid hsla(300, 2.8%, 73.1%, .5);
}
article.post-mini:last-of-type .post-meta {
	border-bottom: 0;
}
.post-title {
	font-weight: 400;
	display: inline-block;
	padding:.5rem;
	font-size: 1.4rem;
}
.post-meta h1 a {
	text-transform: lowercase;
}
.post-meta h1 a:hover,
.post-meta h1 a:active {
	/*color: blue;*/
	}
.post-meta .tag {
	/*color: #CCCCCC;	*/
	display: inline-block;
	font-family: sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .5rem;
	font-weight: 400;
	padding: .5rem 0 0;
}
.post-meta .tag:hover,
.post-meta .tag:active {
	/*color: #AAAAAA;*/
	/*color: royalblue;*/
}
.post-media {
	margin: 0;
	padding: 0;
}
img {
  max-width: 100%;
}

.logo sup {
/*	font-family: serif;*/
	/*font-style: italic;*/
	font-family: Chomsky;
	color: hsla(0, 0.0%, 13.7%, 1);
	font-size: 70%;
	display: inline-block;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

a {
	color: hsla(0, 0.0%, 13.7%, 1);
	text-decoration: none;
}

a:visited,
a:active,
a:hover,
a:focus {
	color: hsla(0, 0.0%, 13.7%, 1);
	text-decoration: underline;
	/*color: blue;*/
}
