:root {
  --post-width: 590px; /* keep in sync with vars form! */
}

body {
	margin: 0;
	padding: 0;
	font-family: Sassoon, sans-serif;
	color: #333;
	background-color: #fefbf2;
	overflow-y:scroll;
	font-size: 18px;
	line-height: 1.5;
}
#container {
	max-width: 1035px;
	margin: 50px auto;
}
#head {
	margin-bottom: 87px;
}
#content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.banner {
	position: relative;
	height: 118px;
	background-image: url('/images/banner-stars.jpg');
	background-position: center top;
	background-size: cover;
	margin: -50px auto 0;
	color: #f8f8ff;
	text-align: center;
}
.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-text {
	position: relative;
	top: 3px;
	font-family: Sassoon, sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 1;
	text-shadow: 0 0 20px black;
}

a {
	text-decoration: none;
	color: #333;
}
.entry-content a {
	text-decoration: underline;
}

.comments_invite a, .wlk_helpfulrater a {
	color: #333;
}

.entry-header {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	flex-wrap: wrap;
}

.entry-title {
	font-size: 23px;
	margin: 0;
}
.entry-title a {
	color: #333;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

p {
	margin: 0.8em auto;
}
h1, h2, h3 {
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
}
.comments_invite {
	margin-top: 31px !important;
}


small, .small {
	font-size:13px;
}

.menu {
	min-height: 47px;
	font-family: Sassoon, sans-serif;
	font-size: 23px;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #080808;
}
ul.menu {
	margin: 0;
	padding: 9px 0;
	list-style-type: none;
}
.menu a {
	display: inline-block;
	color: #fcfaf9;
	padding: 0 11px;
}
body:not(#error-page) .menu .currentpage a {
	color: #a8efff;
}
.menu li {
	display: inline;
	padding: 0;
}

DISABLED.external-link::after {
	/* icon from https://thenounproject.com/term/external-link/45762/ */
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" fill="white" width="10" height="10" viewBox="0 0 16 16" x="0px" y="0px"><path d="M11 0l1.781 1.781-.5.5-4 4-.688.719 1.406 1.406.719-.688 4-4 .5-.5 1.781 1.781v-5h-5zm-11 2v14h14v-8h-2v6h-10v-10h6v-2h-8z"></path></svg>');
	margin-left: 0.25em;
}

.post {
	background-color:white;
	position:relative;
	padding:25px 35px 20px;
	margin-bottom:20px;
	width: var(--post-width);
}
.notitle {
	padding-top: 0;
	text-align: center;
	background: none;
}
.box {
	background-color: white;
	padding: 10px;
}

.side-by-side {
	display: flex;
	width: max-content;
	max-width: 100vw;
	gap: 7px;
}
.side-by-side img {
	max-width: 100% !important;
	height: auto;
}

#front .post,
#art .post,
#about .post,
#front .comments-container,
#art .comments-container,
#about .comments-container {
	width: auto;
}

#blog .post img {
	max-width: 100%;
}
#front .post img,
#art .post img {
	max-width: 100vw;
}

#front .post-content,
#art .post-content {
	display: inline-block;
	max-width: min-content;
}
#front .post p
#art .post p {
	margin: 0.5em;
}
#about #content {
	display: block;
}

.date {
	font-size: 0.8em;
}

.comments-container {
	width: var(--post-width);
	margin: 0 35px;
}
.comments {
}

.divider {
	border-top:dotted 1px rgba(0,0,0,.5);
	align-self: stretch;
}

.paginationnav {
	text-align:center;
	margin-bottom:1em;
}
.pagenumber {
	font-size: 13px;
	margin: 3px;
}
.recentposts, .paginationnav {
	font-size:2em;
	display:block;
	margin-bottom:.5em;
}
.recentposts a, .paginationnav a {
	color:YellowGreen;
}

.wlk_helpfulrater {
	display:inline-block;
}
.wlk_helpfulrater .plus {
	display:inline-block;
}
.distext {
	display:inline-block;
	width: 9px;
	height: 12px;
	background:indianred url('/images/thumbs_up_12px.png');
}


/* Live Search */

#live_search {
	margin-bottom: 4px;
}
#live_search .ls_search
{
    background: transparent url(/images/searchbox.png) no-repeat 0 0;
    line-height: 22px;
}
#live_search.ls_safari .ls_search
{
    background: none;
}
#live_search label
{
    display: none;
}
#live_search input
{
    vertical-align: top;
    width: 80px;
    height: 13px;
    margin: 4px 0 4px 20px;
    padding: 1px 0 0 0;
    border: 0;
    outline: none;
}
#live_search input.ls_inactive
{
    color: #666;
}
#live_search.ls_safari input
{
    width: 120px;
    height: 22px;
    margin: 0px 5px 0 0;
}
#live_search .ls_reset_image
{
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 4px 9px 4px 2px;
    background: transparent url(/images/reset.gif) no-repeat center;
    cursor: pointer;
}
#live_search .ls_wait_image
{
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 3px 0;
    background: transparent url(/images/spinner.gif) no-repeat center;
}
#live_search .ls_results
{
    position: absolute;
    width: 250px;
    overflow: hidden;
    background-color: #ebebeb;
    border-left: 1px solid #e2e2e2;
}
#live_search .ls_results > div {
    background: white;
    margin: 5px;
}
#live_search .ls_results a {
    display: block;
}
#live_search .ls_results ul li strong
{
    color: #f00;
}
.ls_row a, .ls_results > p {
    color: black; 
    display: block;
    padding: 2px 5px;
}
.ls_results > p {
    margin: 5px;
}
.ls_date {
    display: block;
    color: #aaa;
    font-size: .8em;
}
.ls_row a:hover {
    background-color: #FF007F;
    color: white;
} 
.ls_row a:hover .ls_date {
    color: white;
} 

.edit {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
}
div:not(.column):hover > .edit,
.edit:hover {
	background: url('/images/corner.png') no-repeat 8px 8px;
}

.archive a:visited {
	color: purple;
}
.search-results {
	padding-bottom: 20px;
}
.search-results form, .search_input {
	display: inline-block;
}
.search-results .entry-title {
	margin: 0;
}
.search-results .published {
	color: #aaa;
}
.search-results .divider {
	margin: 10px 0;
}
.search_input input {
	font-size: 19px;
}


#front .entry-header,
#art .entry-header {
	max-width: calc(100vw - 1em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#front .post,
#art .post {
	background:none;
	text-align:center;
	margin:0;
	margin-bottom:5.5em;
	padding:0;
}
#about .date,
#about .wlk_helpfulrater {
	display:none;
}

#features #container {
	text-align: center;
}
#features .post {
	background: none;
	text-align: center;
	width: auto;
	padding: 25px 0;
}
#features h1.entry-title {
	font-size: 1em;
	margin-bottom: 1em;
	color: #333;
}

#photo .post {
}

#about .post {
	overflow: auto;
}


blockquote {
	margin-right: 0;
	margin-left: 20px;
}

dt h2, dt h3 {
	margin: 1em 0;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

a img {
	border: none;
}

/*
#infscr-loading {
	position:absolute;
	width:100px;
	left:50%;
	margin-left:-50px;
        font-size: 29px;
        color: #E5B7FF;
}
*/

.video-container {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.video-preload {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
	background: url('/images/click-to-play.png') no-repeat left bottom;
}

.sitefunctions {
	margin-top: 15px;
}


#foot {
	clear: both;
	text-align: center;
}


/* buy button
----------------------------------------------- */

.buy-button {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  text-decoration: none;
  background-color: white;
  color: limegreen;
  border: 3px solid limegreen;
  border-radius: 8px;
  transform: translateY(-2px);
  box-shadow: 0 2px 0 #2DBA2D, 0 2px 4px rgba(0,0,0,0.5);
  transition: all 0.2s;
  font-family: router;
  font-style: italic;
  text-align: center;
}
.buy-button:focus,
.buy-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 0 #2DBA2D, 0 4px 6px rgba(0,0,0,0.5);
}
.buy-button:active {
  transform: translateY(0px);
  box-shadow: 0 0px 0 #2DBA2D, 0 0px 1px rgba(0,0,0,0.5);
}

.alice {
  color: #48161c;
  background-color: #ba8bbb;
  border: none;
  padding: 8px 23px;
  box-shadow: 0 -1px 2px #D29DD3 inset, 0 2px 0 #946E95, 0 2px 4px rgba(0,0,0,0.5);
}
.alice:focus,
.alice:hover {
  box-shadow: 0 -1px 2px #D29DD3 inset, 0 4px 0 #946E95, 0 4px 6px rgba(0,0,0,0.5);
}
.alice:active {
  box-shadow: 0 -1px 2px #D29DD3 inset, 0 0px 0 #946E95, 0 0px 1px rgba(0,0,0,0.5);
}

.gold {
  color: gold;
  background-color: goldenrod;
  border: none;
  padding: 8px 23px;
  box-shadow: 0 0 0 3px gold inset, 0 2px 0 #E7C200, 0 2px 4px rgba(0,0,0,0.5);
  overflow: hidden;
  position: relative; /* make overflow:hidden work correctly in safari */
}
.gold:focus,
.gold:hover {
  box-shadow: 0 0 0 3px gold inset, 0 4px 0 #E7C200, 0 4px 6px rgba(0,0,0,0.5);
}
.gold:active {
  box-shadow: 0 0 0 3px gold inset, 0 0px 0 #E7C200, 0 0px 1px rgba(0,0,0,0.5);
}
.gold::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: white;
  width: 18px;
  height: 100%;
  transform: skew(-30deg) translateX(-20px);
  transform-origin: 0 0;
  transition: 0.2s ease-out;
}
.gold:focus::before,
.gold:hover::before {
  transform: skew(-30deg) translateX(120px);
}

.entry-content .buy-button {
  text-decoration: none;
}


/* fonts
----------------------------------------------- */

@font-face {
    font-family: 'Sassoon';
    src: url('/files/SassoonPrimary-Regular.eot'),
         url('/files/SassoonPrimary-Regular.ttf'),
         url('/files/SassoonPrimary-Regular.woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Sassoon';
    src: url('/files/SassoonPrimary-Bold.woff'),
         url('/files/SassoonPrimary-Bold.woff2'),
         url('/files/SassoonPrimary-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('/files/GillSansMT-BoldItalic.woff2') format('woff2'),
        url('/files/GillSansMT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
	font-family: 'Garamond Premiere Pro';
	src: url('/files/GaramondPremrPro-Smbd.eot');
	src: url('/files/GaramondPremrPro-Smbd.eot?#iefix') format('embedded-opentype'),
		url('/files/GaramondPremrPro-Smbd.woff2') format('woff2'),
		url('/files/GaramondPremrPro-Smbd.woff') format('woff'),
		url('/files/GaramondPremrPro-Smbd.ttf') format('truetype'),
		url('/files/GaramondPremrPro-Smbd.svg#GaramondPremrPro-Smbd') format('svg');
	font-weight: 600;
	font-style: normal;
}


/* media queries
----------------------------------------------- */

@media (max-width: 660px) {
	.banner-text {
		font-size: 55px;
	}
	.menu a {
		padding: 3px 7px;
	}
	.taj {
		width: 27px;
	}
	#content {
		display: block;
	}
	.post,
	.comments-container {
		width: auto;
	}
	.post video,
	.post img {
		max-width: 100%;
		height: auto !important;
	}
	.post audio,
	.post iframe {
		max-width: 100%;		
	}
	#about .post img {
		max-width: none;
	}
	#about table {
		float: none !important;
		margin-left: 0 !important;
	}
	#blog .post video,
	#blog .post audio,
	#blog .post img,
	.post iframe {
		max-width: calc(100% + (35px*2));
		margin: 0 -35px;
	}
}

@media (max-device-width:480px) {
	body {
		-webkit-text-size-adjust: none;
	}
	.menu {
		-webkit-text-size-adjust: none;
	}
	#sidebar-2 {
		-webkit-text-size-adjust: none;
	}
	#live_search input {
		height: 22px;
		margin-top: -2px;
		margin-bottom: 0;
		background: none;
	}
	.paginationnav {
		-webkit-text-size-adjust: none;
	}
}


/* 
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

/* overrides
----------------------------------------------- */


.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	margin-top: 67px;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
	padding-left: 16px;
	font-size: 12px;
	line-height: 18px;
	margin: 6px 0;
}
.directory .current {
	list-style-type: disc;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.antispam {
	display: none;
}

#glg_message {
	padding: 1em;
	background-color: #FFA;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 10;
}

.glg_unsubscribe_close {
	float: right;
}

@media (max-width: 660px) {
  .comments-form-table,
  .comments-form-table tbody,
  .comments-form-table tr:not(.antispam),
  .comments-form-table td {
    display: block;
  }
  .comments-form-table {
    margin: auto;
  }
  .comments-form-table tr {
    margin: 0.5em 0;
  }
  .comments-form-table td {
    text-align: left;
    padding: 0;
  }
  .comments-form-table input[type=text],
  .comments-form-table textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em;
}

/* utilities
----------------------------------------------- */

.m-0 {
	margin: 0;
}
.ml-auto {
	margin-left: auto;
}
