/*!
Theme Name: Boswellian
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boswellian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Boswellian is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
:root {
	--post-background:#f3f3f3;
	--text:#45443F;
	--shadows:#444;
	--atari-cart-label-very-faded:#6D5A4A;
	--atari-cart-label-faded:#493D3A;
	--atari-cart:#34322A;
	--atari-cart-label:#3E3A36;
	--atari-cart-title:#E0CD6D;
	--atari-cart-text:#F2E9D8;
	--atari-cart-serial:#C47B32;
	--atari-800-beige:#ADAB8E;
	--atari-800-brown:#241E11;
	--atari-800-red:#B98024;
	--atari-800-dark-orange:#E1952F;
	--atari-800-vdark-orange:#CD7600;
	--atari-800-orange:#F6B633;
	--atari-800-yellow:#F8C233;
	--atari-xl-silver:#DAD6D1;
	--atari-xl-black:#141211;
	--atari-xl-white:#F2E9D8;
	--atari-xl-red:#ff0000;
	--atari-xl-beige:#EDDFCA;
	--atari-xl-brown:#45443F;
	--atari-xe-grey:#BBBFBE;
	--atari-xe-white:#D4D4CF;
	--atari-xe-red:#EA4D45;
	--atari-xe-black:#89827B;
	--atari-xe-silver:#E2E8EC;

	--atari-pal-text:#75C1E9;
	--atari-pal-screen:#226088;

}

/* @font-face { font-family: 'NotoColorEmojiFlags'; unicode-range: U+1F1E6-1F1FF; src: url("/assets/NotoColorEmoji.woff2") format('woff2'); } */
@font-face { font-family: 'Hasklig'; src: url('/assets/Hasklig-Regular.woff2'); }
@font-face { font-family: 'AtariScreen'; src: url('/assets/EightBit_Atari-Regular.woff2'); }
@font-face { font-family: 'MrRobot'; src: url('/assets/EightBit_Atari-MrRobot.woff2'); }
@font-face { font-family: 'AtariCart'; src: url('/assets/ataricartbold.woff2'); font-weight:700; font-style:normal;}
@font-face { font-family: 'AtariCart'; src: url('/assets/ataricartstd.woff2'); font-weight:normal; font-style:normal;}
@font-face { font-family: 'AtariXL'; src: url('/assets/atarixlb.woff2'); font-weight:900; font-style:normal;}
@font-face { font-family: 'AtariXL'; src: url('/assets/atarixlh.woff2'); font-weight:700; font-style:normal;}
@font-face { font-family: 'AtariXL'; src: url('/assets/atarixln.woff2'); font-weight:normal; font-style:normal;}
@font-face { font-family: 'PermanentMarker'; src: url('/assets/PermanentMarker.woff2'); font-weight:normal; font-style:normal;}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-size:100%;
	line-height: 1.15;
	word-wrap: break-word;
}
/* @media (min-width: 80em)
{
    .content-area{
		max-width: 60rem;
	}
} */
.hidetdsmall {
	display:none;
}
.hidesmall {
	display:none;
}
.hidesmalli {
	display:none;
}
.hidesmalli2 {
	display:none;
}
.hidesmalli3 {
	display:none;
}

.listing {
	display:block;
	/* display:none; */
}
@media screen and (min-width: 576px) {
	html {
	  font-size: 105%;
	}
}
@media screen and (min-width: 730px) {
	html {
	  font-size: 110%;
	}
	.hidetdsmall{
		display:table-cell;
	}
	.hidesmall{
		display:block ;
	}
	.hidesmalli{
		display:inline ;
	}
	.listing {
		display:block;
	}
}
@media screen and (min-width: 768px) {
	html {
	  font-size: 120%;
	}
	.hidesmalli2{
		display:table-cell ;
	}
}
@media screen and (min-width: 1024px) {
	html {
	  font-size: 130%;
	}
	.hidesmalli3{
		display:table-cell ;
	}
}
/* @media screen and (min-width: 1200px) {
	html {
	  font-size: 140%;
	}
} */

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


.headerouter{
    display: grid;
    place-items: start;
    grid-template-areas: "a";
    /* background-color: var(--atari-pal-screen); */
	border-radius: 5px 5px 0 0;
}
.headerinner {
    grid-area: a;
}
.headerinnernull {
    grid-area: a;
    background-color: var(--atari-pal-screen);
	border-radius: 5px 5px 0 0;
	font-family: "AtariScreen", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1rem;
	color:var(--atari-pal-text);
	width: 100%;
	padding: 2rem 1rem;
	  /* min-height:6rem; */
}
.ready{
	/* margin-top: 3rem; */
	min-height: 3rem;
}
.headerbkg{
    min-width:100%;
    height:100%;
}
.headerimg{
    min-width:100%;
    height:auto;
}
.headerflash{
    min-width:100%;
    height:auto;
	box-shadow: 0 5px 10px var(--shadows);
	min-height:1rem;
	border-radius: 5px 5px 0 0;
}

/* .embellish {
	width: 100%;
	min-height: 1rem;
	float: left;
	z-index: 900;
	background-size:100%;
	background-repeat: no-repeat;
} */


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
	font-weight: 400;
	color: var(--text);
	text-align: left;
	background-color: var(--atari-cart-label-very-faded);
	/* border: 2px solid red; */
}

h1, h2, h3, h4,7 {
	clear: both;
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 900;
	margin: 0 0 0.5rem;
}
h1{font-size:1.5rem;}
h2{font-size:1.2rem;}
h3,h7{font-size:1.1rem;}
h4{font-size:1rem;}

h5 {
	text-align: center;
	font-size: 1rem;
}

h6 {
	text-align: center;
	font-weight: 400;
	font-size: 1rem;
	font-style: italic;
}

/* h1::before,h2::before,h3::before,h4::before,h5::before,h6::before {
    display: block;
    content: " ";
    margin-top: -70px;
    height: 70px;
	visibility: hidden;
	pointer-events: none;
} */

[id] {
	scroll-margin-top: 72px;
}

:target {
	scroll-margin-top: 72px;
}

.heading {
	scroll-margin-top: 72px;
}

img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

p {
	margin-bottom: 1rem;
	margin-top: 0;
}
.page-content p {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
  background: var(--atari-xe-white);
  border-left: 10px solid var(--atari-xe-grey);
  margin: 1.5rem 10px;
  padding: 0.5rem 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: var(--atari-xe-grey);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


address {
	margin: 0 0 1.5em;
}

code,
kbd,
pre,
tt,
var,
samp {
  font-family: "AtariScreen", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.55rem;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: .55rem;
  color: var(--atari-pal-text);
  word-break: break-word;
  background-color: var(--atari-pal-screen);
  border-radius: 0.2rem;
  box-shadow: 0 1px 3px var(--shadows);
}

.atari{
	font-family: "AtariScreen", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.dizfile{
	width: 100%;
    color: var(--text);
    background-color: unset;
    box-shadow: none;
    border: none;
    font-size: 0.75rem;
	font-family: "Hasklig", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    line-height: normal;
}

.dirlisting {
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	width:90%;
	margin:0 auto;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.dirlisting table{
	margin: 0;
}
.dirlisting table, .dirlisting tr, .dirlisting td, .dirlisting th {
	font-size:0.75rem; 
	border-collapse: collapse; 
	border: 1px solid var(--atari-cart-label-very-faded); 
	font-weight:normal; 
	text-align:left; 
	white-space:nowrap;
}

.dirlisting th {
	background-color: var(--atari-cart-label-very-faded); 
	color: var(--atari-xl-white);
	padding:0.25em; 
	border-collapse: collapse; 
	border: 1px solid var(--atari-cart-label-very-faded); 
}

.listing {
  font-family: "AtariScreen", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.6rem;
  padding: .5rem;
	width: 90%;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
  color: var(--atari-pal-text);
  background-color: var(--atari-pal-screen);
  word-break: break-word;
  border-radius: 1rem;
  border: .25rem solid var(--atari-xl-black);
  box-shadow: 0 5px 10px var(--shadows);
}
.listing-line {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}
.listing-typo {
	margin-right: 0.5rem;
	padding: 0 0.5rem;
	background-color: var(--atari-pal-text);
	color: var(--atari-pal-screen);
	white-space: nowrap;
}
.listing-lineno {
	margin-right: 0.6rem;
	white-space: nowrap;
}
.listing-code {
	margin-right: 0.6rem;
	white-space:pre-wrap;
}

a > code {
  color: inherit;
}

a {
	text-decoration: none;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: .55rem;
  color: var(--atari-pal-text);
  background-color: var(--atari-pal-screen);
  border-radius: 0.2rem;
  box-shadow: 0 1px 3px var(--shadows);
}

kbd kbd {
  padding: 0;
  font-weight: 700;
}

pre {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
  padding: .5rem;
  display: block;
  font-size: .5rem;
  word-break: break-word;
  white-space:pre-wrap;
  color: var(--atari-pal-text);
  background-color: var(--atari-pal-screen);
  border: 2px solid var(--atari-xl-black);
  border-radius: 1rem;
  box-shadow: 0 5px 10px var(--shadows);
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: break-word;
  white-space:pre-wrap;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}


abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	/* margin: 0 0 0 -0.5rem; */
	margin: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

.widget-inner ul {
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.widget-inner li {
	list-style-position:inside;
	margin-bottom:0.25rem;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

/*
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
 */

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

figcaption {
	font-style: italic;
	font-size: smaller;
	text-align: center;
}
.wp-block-image figcaption {
	margin-top: .25rem;
	margin-bottom: 1rem;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.site-header {
	margin-top: 2rem;
}

.site-brandingdb{
	background-color:#333;
}

.wipwarning{
	display:block;
	text-transform: uppercase;
	padding-top:1rem;
	text-align: center;
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.1rem;
	font-weight:700;
	color: var(--atari-cart-serial);
}

/* Fix the content to the top, drop it down a bit for the admin bar if visible. */
/*
.admin-bar .site-content { margin-top: 90px; }

@media screen and (max-width: 783px) {
	.admin-bar .site-content { margin-top: 90px; }
}
@media screen and (max-width: 1024px) {
	.admin-bar .site-content { margin-top: 90px; }
}
 */

.below-header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.content-area {
	order:1;

	 width: 95vw;
	 max-width: 95vw;
	margin: 0 auto;

	/* float: right; */
}
.site-main {
	/* border: 2px solid red; */
	margin: 0 auto;
	max-width:1200px;
}
.site-main .hentry {
	/* border: 2px solid red; */
	margin: 1rem;
}


.widget-area {
	order: 2;
/*
	 width: 95vw;
	 max-width: 95vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
 */
}
.widget-area .widget {
	/* border: 2px solid red; */
	margin: 0.5rem 1rem;
	/* width:30%; */
	min-width:300px;
}

.site-footer {
	/* border: 2px solid red; */
	clear: both;
	width: 100%;
}

.no-sidebar .content-area {
	/* border: 2px solid red; */
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* .no-sidebar .site-main {
	margin-right: 0;
} */

@media screen and (min-width: 1024px) {

	.below-header {
		flex-direction: row;
	}

	.content-area {
		 /* width: 100%; */
		 /* max-width: 90vw; */
		/* float: right; */
		margin: 0 auto;
	}
	.widget-area {
		width: 30%;
		margin: 0 auto;
		margin-top: 0.5rem;
	}
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.filterform{
	margin: 0.2rem !important;
    margin-right: 1rem !important;
    background-color: #222 !important;
    border: 1px #444 !important;
    box-shadow: inset 2px 2px 4px #000000 !important;
    color: var(--atari-xl-white) !important;
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 400 !important;
}
.filterform:focus-visible{
	outline:2px solid #888;
	outline-offset: -1px;
	border-radius: 0.25rem;
}

.dlbutton{
	font-size:1.2rem;
	color:var(--atari-pal-screen);
}
.dlbutton:hover{
	color: var(--atari-pal-text);
}
.buttonhole{
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	max-width:10.4rem;
	margin: 0 auto;
	padding: 0.2rem;

}

.lbuttons{
	margin: 0 auto;
	width: 100%;
	padding: 0.5rem;
}
.lbuttonhole{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 0.20rem;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
}
.lbutton{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	width: 100%;
	height: 2rem;
	line-height: 1rem;
	font-size: 0.9rem;
	padding: 0.15rem;
	margin:0.05rem;
	border-width: 0.2rem 0.3rem 0.5rem 0.3rem;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align: center;
	color: rgba(var(--buttontext),1);
	background-color: rgba(var(--buttoncolor),1);
	box-shadow: 0 6px 8px 8px rgba(0,0,0,0.5);
}

.lbutton:hover {
	background-color: rgba(var(--buttoncolor),0.55);
	color: rgba(var(--buttontext),0.5);
	box-shadow: 0 2px 4px 4px #000;
}

.lbuttons-h{
	margin: 0 auto;
	width: 100%;
	padding: 0.5rem;
	display: flex;

}
.lbuttonhole-h{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 0.20rem;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	margin: 0 auto;
	width:100%;	


}
.lbutton-h{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	min-width: 7rem;
	height: 2rem;
	line-height: 1rem;
	font-size: 0.9rem;
	padding: 0.15rem;
	margin:0.05rem;
	border-width: 0.2rem 0.3rem 0.5rem 0.3rem;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align: center;
	color: rgba(var(--buttontext),1);
	background-color: rgba(var(--buttoncolor),1);
	box-shadow: 0 6px 8px 8px rgba(0,0,0,0.5);
}

.lbutton-h:hover {
	background-color: rgba(var(--buttoncolor),0.55);
	color: rgba(var(--buttontext),0.5);
	box-shadow: 0 2px 4px 4px #000;
}

@media screen and (min-width: 576px) {

}
@media screen and (min-width: 759px) {
	.lbuttonhole-h{
		flex-direction: row;
		width:unset;	
	}
	.lbutton-h{
		width: 100%;
	}

		
}
@media screen and (min-width: 1024px) {
	.lbuttons-h{
		margin: 0 auto;
		width: unset;
		padding: 0.5rem;
		display: flex;
	
	}
	
}


.sbuttons{
	margin-left:auto;
	margin-right:0;
	width: 100%;
	padding: 0.5rem;
}
.sbuttonhole{
	display: flex;
	flex-direction: row;
	justify-content: right;
	flex-wrap: nowrap;
	padding: 0.20rem;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
}
.sbutton{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	width: 9.5rem;
	min-width:20%;
	height: 2rem;
	line-height: 1rem;
	font-size: 0.9rem;
	padding: 0.15rem;
	margin:0.05rem;
	border-width: 0.2rem 0.3rem 0.5rem 0.3rem;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align: center;
	color: rgba(var(--buttontext),1);
	background-color: rgba(var(--buttoncolor),1);
	box-shadow: 0 6px 8px 8px rgba(0,0,0,0.5);
}

.sbutton:hover {
	background-color: rgba(var(--buttoncolor),0.30);
	color: rgba(var(--buttontext),0.5);
	box-shadow: 0 2px 4px 4px #000;
}




.dbdownload {
	/* position: fixed; */
	/* background-color: #333; */
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 0.5rem;
	top: 3rem;
	left: 0px;
	z-index: 5000;

}
.dbdownloadframe {
	background-color: #000;
	border-radius: 3px; /* future proofing */
}

.dbdbdownloadbutton {
  font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	width: 8rem;
	height: 2rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
  margin: 0.15rem;
  border-left: 6px solid var(--atari-800-dark-orange);
  border-right: 6px solid var(--atari-800-dark-orange);
  border-top: 4px solid var(--atari-800-dark-orange);
  border-bottom: 8px solid var(--atari-800-dark-orange);
  text-align: center;
  color: #444;
  background-color: var(--atari-800-orange);
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
  box-shadow: 0 6px 14px #000;
}
.dbdbdownloadbutton:hover {
  border-left: 6px solid var(--atari-800-vdark-orange);
  border-right: 6px solid var(--atari-800-vdark-orange);
  border-top: 4px solid var(--atari-800-vdark-orange);
  border-bottom: 8px solid var(--atari-800-vdark-orange);
  background-color: var(--atari-800-dark-orange);
  color: #222;
  box-shadow: 0 2px 4px #000;
}
.dbdbdownloadbuttonbas {
  font-family: "AtariScreen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	width: 12rem;
	height: 2rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  margin: 0.15rem;
  border-left: 6px solid #004753;
  border-right: 6px solid #004753;
  border-top: 4px solid #004753;
  border-bottom: 8px solid #004753;
  text-align: center;
  color: var(--atari-pal-text);
  background-color: var(--atari-pal-screen);
	border-radius: 5px; /* future proofing */
  box-shadow: 0 6px 14px #000;
}
.dbdbdownloadbuttonbas:hover {
  border-left: 6px solid #002429;
  border-right: 6px solid #002429;
  border-top: 4px solid #002429;
  border-bottom: 8px solid #002429;
  background-color: #004753;
  color: #008C96;
  box-shadow: 0 2px 4px #000;
}



.dbdownload-button {
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
	font-weight: 400;
	color: var(--text);
	text-align: left;
	background-color: var(--atari-cart-label-very-faded);
	/* border: 2px solid red; */
	font-size: 1rem;
	text-align: center;
	padding: 0.5rem;
	border: 1px solid;
	border-color: var(--atari-800-yellow) var(--atari-800-yellow) var(--atari-800-dark-orange);
	border-radius: 3px;
	background: var(--atari-800-orange);
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--atari-800-yellow) var(--atari-800-yellow) var(--atari-800-dark-orange);
	border-radius: 5px;
	background: var(--atari-800-orange);
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--atari-800-yellow) var(--atari-800-dark-orange) var(--atari-800-red);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--atari-800-red) var(--atari-800-dark-orange) var(--atari-800-dark-orange);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--atari-xl-black);
	background-color: var(--atari-xl-white);
	border: 1px solid transparent;
	border-radius: 0.25rem;
	padding: 0.25rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--atari-xl-black);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7 label {
	padding: 1rem 0rem 0.5rem 0rem;
	color: var(--text);
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight:700;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
	color: var(--atari-xl-black);
	background-color: var(--atari-xe-white);
	border: 1px solid var(--atari-xe-black);
	border-radius: 0.25rem;
	padding: 0.5rem;

}

.wpcf7-submit{
	float: right;
}

label {
	color: var(--atari-cart-serial);
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.backnavbtn {
	font-family: "AtariScreen", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	background-color: var(--atari-pal-screen);
	font-size:0.75rem;
	color: var(---atari-pal-text);
	border-radius: 5px;
	width: fit-content;
	padding: 0.5rem;	
	margin: 1rem auto;
	box-shadow: 0 5px 10px var(--shadows);
}
.backnavbtn a, .backnavbtn a:visited {
	color: var(--atari-pal-text);
}
.backnavbtn:hover, .backnavbtn:focus, .backnavbtn:active {
	box-shadow: 0 2px 3px var(--shadows);
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="//atari8bit.net"],
  [href*="//www.a8preservation.com"],
  [href*="//www.atarimania.com"],
  [href*="//a8.fandal.cz"],
  [href*="//www.mushca.com"],
  /* subdomains to exclude */
  [href*="//meta.atari8bit.net.com"],
)):after {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	font-size:xx-small;
	vertical-align: super;

	content: " \f35d ";
}

.lbuttonhole-h a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="//atari8bit.net"],
  /* subdomains to exclude */
  [href*="//meta.atari8bit.net.com"],
)):after {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	font-size:xx-small;
	vertical-align: super;

	content: "";
}

.lbuttonhole a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="//atari8bit.net"],
  /* subdomains to exclude */
  [href*="//meta.atari8bit.net.com"],
)):after {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	font-size:xx-small;
	vertical-align: super;

	content: "";
}

a {
	color: var(--atari-pal-screen);
}
.social-link:after{
	content: none !important;
}
a:visited {
	color: var(--atari-pal-screen);
}

a:hover, a:focus, a:active {
	color: var(--atari-pal-text);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.rratingp{
	color:var(--atari-800-yellow); 
	text-shadow: 2px 2px #000;
}
a.rratingp:hover{
	color:var(--atari-800-yellow); 
	text-shadow: none;
}
a.rratingn {
	color:var(--atari-800-red); 
	text-shadow: 2px 2px #000;

}
a.rratingn:hover{
	color:var(--atari-800-red); 
	text-shadow: none;

}

p a {
	font-weight: 700;
}

p a:visited {
	font-weight: 700;
}


.widget-inner a {
	color: var(--text);
	font-weight: normal;
}

.widget-inner a:visited {
	color: var(--text);
}

.widget-inner a:active {
	color: var(--atari-pal-screen);
}

.widget-inner a:hover, a:focus {
	color: var(--atari-pal-screen);
	font-weight:700;
}

.widget-inner a:focus {
	outline: thin dotted;
}

.widget-inner a:hover, a:active {
	outline: 0;
}


.comment-meta a {
	color: var(--atari-cart-serial);
	font-weight: 700;
}

.comment-meta a:visited {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-meta a:active {
	color: var(--atari-cart-title);
	font-weight: 700;
}

.comment-meta a:hover, a:focus {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-meta a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.comment-meta a:hover, a:active {
	outline: 0;
	font-weight: 700;
}

.comment-respond a {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-respond a:visited {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-respond a:active {
	color: var(--atari-cart-title);
	font-weight: 700;
}

.comment-respond a:hover, a:focus {
	color: var(--atari-cart-serial);
	font-weight: 700;
}

.comment-respond a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.comment-respond a:hover, a:active {
	outline: 0;
	font-weight: 700;
}

.reply a {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.reply a:visited {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.reply a:active {
	color: var(--atari-cart-title);
	font-weight: 700;
}

.reply a:hover, a:focus {
	color: var(--atari-cart-serial);
	font-weight: 700;
}

.reply a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.reply a:hover, a:active {
	outline: 0;
	font-weight: 700;
}

.reply {
	text-align: right;
	padding-bottom: 1rem;
}

.comment-body a {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-body a:visited {
	color: var(--atari-cart-text);
	font-weight: 700;
}

.comment-body a:active {
	color: var(--atari-cart-title);
	font-weight: 700;
}

.comment-body a:hover, a:focus {
	color: var(--atari-cart-serial);
	font-weight: 700;
}

.comment-body a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.comment-body a:hover, a:active {
	outline: 0;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: flex;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 998;
	/* border: 2px solid red; */
}
/* [id]::before {
	display: block; 
	content: " "; 
	margin-top: -3rem; 
	height: 3rem; 
	visibility: hidden; 
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.admin-bar [id]::before {
	display: block; 
	content: " "; 
	margin-top: -4rem; 
	height: 4rem; 
	visibility: hidden; 
    -webkit-background-clip: content-box;
    background-clip: content-box;
} */

/* Fix the menu to the top, drop it down a bit for the admin bar if visible. */
.main-navigation,.main-brand { top: 0px; }
.admin-bar .main-navigation, .admin-bar .main-brand { top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .main-navigation,.admin-bar .main-brand { top: 32px; }
}

.main-brand {
	padding-top: 0.25rem;
	position: fixed;
	right: 2rem;
	z-index: 999;
  }
  
  .main-brand > a {
	text-decoration: none;
  }
  
  .main-brand:hover, .main-brand:focus {
	text-decoration: none;
  }
  
  .main-brand > a:visited, .navbar-brand > a:hover {
	text-decoration: none;
  }
  
  .main-brand > a > img {
	  height: 2rem;
  }
  

.nav-flex {
	/* width: 80%; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	/* border: 2px solid red; */
}

.main-navigation ul {
	display: none;
	list-style: none;
/*
	margin: 0;
	padding-left: 0;
 */
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	/* position: absolute; */
	top: 100%;
	left: -999em;
	z-index: 9999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 75%;
}

/* .main-navigation ul ul a {
		width: 12rem;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}


.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	flex-direction: column;
}

.main-navigation.toggled ul {
	box-shadow: 0 5px 10px var(--shadows);
	border-radius: 0.25rem;
}
.main-navigation.toggled .sub-menu {
	box-shadow: none;
}
/* .main-navigation.toggled ul {
	font-size: 1.1rem;
	line-height: 0.8;
} */

@media screen and (min-width: 1024px) {
	.nav-flex {
		width: 100%;
		flex-direction: row;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation ul ul {
		position: absolute;
	}
	/* .main-navigation ul ul a {
		width: 12rem;
	} */
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}
/* Menubar formatting
--------------------- */

#masthead nav {
	padding: 0;
	padding-right: 2rem;
	font-size: 1.2rem;
}

.main-navigation {
	margin-bottom: 0;
	background-color: var(--atari-xl-beige) ;
	box-shadow: 0 0.25rem 0.5rem var(--shadows);
	padding: .3rem .5rem;
	height:2.5rem;
}

.nav-brand {
  height: auto;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  /* display: inline-block; */
  margin-right: 1rem;
  font-size: 1.171875rem;
  line-height: inherit;
  white-space: nowrap;
  float: left;
}

.nav-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
}

.nav-brand:hover, .nav-brand:focus {
  text-decoration: none;
}

.nav-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.nav-brand > a > img {
	height: 1.5rem;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  padding-left: 0.5rem;
/*
  margin-bottom: 0;
 */
  /* margin: 0.5rem; */
  list-style: none;
}

#main-nav {
	margin-left: -2rem;
	margin-top: 2.2rem;
	padding-top: 0rem;
	background-color: var(--atari-xl-beige);
	z-index: 995;
}

.main-navigation .menu-toggle {
	border: medium none;
	outline: none;
}


.nav-menu .menu-item {
  padding-right: 0.25rem;
  padding-left: 0rem;
}

.sub-menu {
	border: 0;
	box-shadow: none;
	font-size: 1.2rem;
	padding-left: 0;
	/* position: absolute; */
	top: 100%;
	left: 0;
	z-index: 9000;
	display: none;
	float: left;
	/* min-width: 12rem; */
	margin: 0.125rem 1.25rem 0;
	color: var(--text);
	text-align: left;
	list-style: none;
	background-color: var(--atari-xl-beige);
	background-clip: padding-box;
	border-radius: 0.25rem;
}

.sub-menu li a {
	padding: 0;
}

@media screen and (min-width: 1024px) {
	#main-nav  {
		float:left;
		margin-top: inherit;
		margin-left: 0rem;
		padding-top: 0.25rem;
	}
	.sub-menu {
	  font-size: 1rem;
		border: 1px solid var(--atari-800-beige);
		box-shadow: 0 0.25rem 0.5rem var(--shadows);
		margin-left:0;
		margin-top:0;
		padding-left: 0;
	}
}


.menu-toggle {
  padding: 0.5rem 0.75rem;
  font-size: 1.171875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float:left;
  margin: 0.25rem;
}

.menu-toggle:hover, .menu-toggle:focus {
  text-decoration: none;
}

.menu-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.menu-toggle-icon {
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}


.search-field {
  display: block;
  width: 100%;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6D5A4A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 1rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.navbar-search {
	width: 200px;
	margin: 0 0.5rem;
}

.search-form {
	display: inline-block;
	width: 100%;
}
.search-box {
	width: 100%;
	display: inline-block;
}
.navbar-search {
	display: inline-block;
}

.search-submit {
/*
	font-size: 1rem;
	color:#00697A;
 */
		visibility: hidden;
		position: absolute;
}
.search-field {
	max-width: 100%;
	font-size: 1rem !important;
}
@media (min-width: 1024px) {
	.search-field {
		font-size: 0.8rem !important;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	/* float: left; */
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	/* float: right; */
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.fujinetmenu:hover, .fujinetmenu:active {
	color: var(--atari-pal-text);
}

.fujinetmenu a img {
	height: 1.5rem !important;
	color: var(--atari-pal-screen);
}
.fujinetmenu>a>img:hover {
	height: 1.5rem !important;
	opacity: 0.5;
}

.fujinetinfo.files{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	font-size: 0.8rem;
	margin-left:1rem;
	margin-top:0.5rem;
	margin-bottom:1rem;
}

.fujinetinfo.storage{
	margin-left:1rem;
}
.fujinetinfo.uptime{
	margin-left:1rem;
}

.fujinetinfo.fnheading{
	margin-top:2rem;
	margin-bottom:1rem;
}

.fujinetinfo di{
	float:left;
	margin-right:0.5rem;
	/* font-size:1.5rem; */
}
.fujinetinfo dl{
	margin-bottom: 0.75rem;
	margin-left: 1rem;
	margin-right: 0.5rem;
    margin-top: 0.5rem;
	display: inline-block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.comment-respond h3,
.entry-comments h3 {
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-bottom: 1rem;
	margin-top: 0.225rem;
	color: var(--atari-cart-title);
	font-weight: 700;
}


.tooltip {
  font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.popover {
  font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.more-link {
	color: var(--atari-pal-text) !important;
	background: var(--atari-pal-screen) !important;
	padding: 0.25rem;
	border-radius: 0.25rem;
	font-size: 0.675rem;
	float: right;
}







#masthead .nav-menu > li a {
	border-bottom-width: 0;
	display: block;
  	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-weight: 700;
	padding: 0.15rem 0.5rem;
	white-space: nowrap;
}

div#page-sub-header h1 {
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
}

div#page-sub-header p {
	max-width: 100%;
}
#secondary .widget-title {
  	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-weight: 900;
	font-size:1.2rem;
	text-transform: uppercase;
	margin-bottom:0.25rem;
	color: var(--text);
}
.entry-meta {
	font-family: "AtariCart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
}

.more-link {
	font-family: "AtariScreen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;

}
.navbar-search {
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

.dbtitle {
	margin-top:1rem;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Format Layouts
--------------------------------------------------------------*/

/* .postit {
  line-height: 1.2;
  text-align:center;
  min-width: 50%;
  max-width: 90%;
  margin: 0rem;
  padding:1rem;
  position:relative;
  border:1px solid #E8E8E8;
  border-top:40px solid #fdfd86;
  font-family: 'PermanentMarker', cursive;
  font-size:1.0rem;
  border-bottom-right-radius: 80px 10px;
  display:inline-block;
   background: #ffff88;
background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
box-shadow: 0px 4px 6px var(--shadows);


} */

.postit {
	line-height: 1.2;
	text-align: center;
	/* min-width: 50%; */
	max-width: 20rem;
	min-height: 20rem;
	margin: 0rem;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative;
	border: 1px solid #E8E8E8;
	border-top: 40px solid #fdfd86;
	font-family: 'PermanentMarker', cursive;
	font-size: 1.0rem;
	border-bottom-right-radius: 80px 10px;
	display: inline-block;
	background: #ffff88;
	background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
	box-shadow: 0px 4px 6px var(--shadows);
	}


.postit:after {
	content: "";
	position:absolute;
	z-index:-1;
	right:-0px; bottom:20px;
	width:150px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
	transform: matrix(-1, -0.1, 0, 1, 0, 0);
}


@media screen and (min-width: 576px) {
	.postit-rot {
	transform: rotate(-7deg);
	}
}


.thought-text {
  font-family: "MrRobot", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	color: var(--atari-pal-text);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
	line-height: 1.1rem;
}



.thought {
	position: relative;
	float:left;
	padding: 1rem;
	margin-left: 30px;
	margin-bottom: 3rem;
	display: table;
	max-width:70%;
	height: 5rem;
	text-align: center;
	background-color: var(--atari-pal-screen);
	border: 0px solid #888;
	border-radius: 20px;
  box-shadow: 0 5px 10px #222;
}


.thought:before {
	content: ' ';
	position: absolute;
	width: 30px;
	height: 0;
	left: -28px;
	top: 20px;
	border: 15px solid;
	border-color:  var(--atari-pal-screen) var(--atari-pal-screen) transparent transparent;
}

.sb-ava {
	max-width: 20%;
	height: auto;
	float:left;
	margin-left: 0.5rem;
	/* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.50) !important; */
}

.post.hentry.format-aside {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: transparent;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;

}

.post.hentry.format-status {
	background-color: transparent;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-bottom: 1.5rem !important;

}

.format-status .entry-content {
	max-width: 80%;
	margin: 0 auto;
}

.post.hentry.format-quote {
	background-color: transparent;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-bottom: 1.5rem !important;

}
.quote-text {
	margin-left: 44px;
	margin-top: -60px;
	margin-bottom: 2rem;
	font-size:1.2rem;
	font-weight: inherit;
	font-style: italic;
	color: var(--atari-xl-white);

}
.quote-text blockquote {
  background: none;
  border-left: none;
	border: 1px transparent;
	font-style: italic;
  quotes: none;

}
.quote-text blockquote footer {
	margin-top: -20px;
	content: "—";
	text-align: right;
	font-style: normal;
	color: var(--atari-cart-title);
}


.quote-text blockquote:before {
  color: inherit;
  content: none;
  font-size: inherit;
  line-height: inherit;
  margin-right: inherit;
  vertical-align: inherit;
}
.quote-text blockquote p {
  display: inherit;
}



.archive-description {
	padding-top: 0.25rem;
}





/* Widget formatting
-------------------- */

.widget {
	margin-bottom: 1rem;
	/* background: var(--atari-cart); */
	margin:0;
	/* Make sure select elements fit in widgets. */
/*
	border-radius: 0.5rem;
	border-style: inset;
	border-width: 2px;
	border-color: var(--atari-cart-label-very-faded);
 */

}

.widget-inner {
	border: 1px solid var(--atari-xl-black);
	background-color: var(--atari-xl-white);
	border-radius: 0.5rem; /* future proofing */
	border-style: outset;
	border-width: 1px;
	box-shadow: 0 3px 4px var(--shadows);
	color: var(--text);
	margin-bottom: 1rem;
}
.widget-title-box {
	border: 1px solid var(--atari-xl-black);
	background-color: var(--atari-xl-silver);
	background-image: url(/assets/xlbox.png);
	border-radius: 0.5rem; /* future proofing */
	margin: 0 auto;
	padding: 0.5rem 0;
	margin-bottom:0.25rem;
	/* Make sure select elements fit in widgets. */
	text-align:center;
	color: var(--text);
	box-shadow: 0 3px 4px var(--shadows);
	/* width:90%; */
}

.widget-inner > ul {
	margin: 0 0.5rem 0 0;
}

.widget_ad_contact_widget .widget-inner{
	background: var(--atari-cart-label); 
	color: var(--atari-cart-serial);
	text-align: center;
	padding: 0.5rem;
}


/* Post formatting
------------------ */
.entry-header {
	position: relative;

}
.entry-title-box {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 70%;	min-height: 5rem;
	border: 1px solid var(--atari-xl-black);
	background-color: var(--atari-xl-silver);
	background-image: url(/assets/xlbox.png);
	padding: 0rem;
	text-align: center;
	border-radius: 0.5rem; /* future proofing */
	box-shadow: 0 5px 10px var(--shadows);
}
.entry-title-bubble {
	width: 100%;
	height: 100%;
	min-height: 5rem;
	display: table;
}
.entry-title-bubble h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.post-thumbnail {
	border-radius: 5px 5px 0 0 ;
}
.post-thumbnail > img {
	height: 8rem;
	width: 100vw;
	object-fit: cover;
	border-radius: 5px 5px 0 0 ;
}

.post-thumbnail-single > img {
	height: auto;
	width: 100vw;
	object-fit: cover;
	border-radius: 5px 5px 0 0 ;
}
.subject-featured {
	width: 100%;
	border-radius: 5px 5px 0 0 ;
}
.subject-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
.subject-title {
	margin: 0 0.5rem;
	width: 40%;
	min-width: 15rem;
	min-height: 10rem;
	margin-bottom: 2rem;
	background-color: var(--atari-xe-grey);
	border-radius: 5px; /* future proofing */
	box-shadow: 0 5px 10px var(--shadows);
}
.subject-title-title {
	text-align: center;
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 900;
	font-size: 1.5em;
}

.subject-title-title > a {
  color: var(--text);
}

.subject-title-title > a:hover {
  color: var(--atari-pal-screen);
  text-decoration: none;
}

.subject-excerpt {
	padding: 0.5rem;
	text-align: justify;
	font-size: smaller;
}

.subject-thumbnail > img {
	width: 100%;
	/* padding: 1rem; */
	height: auto;
	border-radius: 5px 5px 0 0 ;
}

.post-content, .page-content {
	padding-top: 4.5rem;;
	padding-bottom: 3.5rem;;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -3.5rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.875rem;
	background-color: var(--atari-xl-white);
	border-radius: 5px; /* future proofing */
	box-shadow: 0 5px 10px var(--shadows);
}



@media screen and (min-width: 576px) {
	.post-thumbnail > img {
		height: 10rem;
	}
	.post-thumbnail-single > img {
		height: 20rem;
	}

}
@media screen and (min-width: 768px) {
	.post-thumbnail > img {
		height: 12rem;
	}
	.post-thumbnail-single > img {
		height: 18rem;
	}

}
@media screen and (min-width: 1024px) {
	.post-thumbnail > img {
		height: 14rem;
	}
	.post-thumbnail-single > img {
		height: 16rem;
	}

}



.posted-on, .byline, .comments-link {
  color: var(--atari-xe-black);
}

.entry-title > a {
  color: var(--text);
}

.entry-title > a:hover {
  color: var(--atari-pal-screen);
  text-decoration: none;
}


/*
.entry-title > a:hover {
  color: #fff;
  text-shadow: 0px 1px var(--shadows);
}
 */

.entry-meta {
	padding-top: 10px;
  text-align: center;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin: 0.25rem;
  float: left;
  width: 48%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  margin: 0.25rem;
  float: right;
  text-align: right;
  width: 48%;
}
.comment-content.card-block {
  padding: 10px;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}


.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.sticky .post-content {
	background-color: var(--atari-800-red);
}

.twitter-tweet {
	margin: auto;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*
.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0;
}
 */

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.pagenavi {
	margin: 0 auto;
}
.wp-pagenavi {
	clear: both;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0px solid #ddd;
  background: var(--atari-cart-label) none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  padding: 0.25rem;
  margin: 0.1rem;
  margin-bottom:1rem;
  text-decoration: none;
  color: var(--atari-cart-title);
  box-shadow: 0 2px 4px var(--shadows);
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: var(--atari-cart-label) none repeat scroll 0 0;
  color: var(--atari-cart-serial);
  box-shadow: inset 0 2px 4px var(--shadows);
}

.wp-pagenavi span.current {
	font-weight: bold;
}



.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 0px solid #ddd;
  background: var(--atari-cart-label) none repeat scroll 0 0;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  color: var(--atari-cart-title);
  box-shadow: 0 5px 5px #333;
}


.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: var(--atari-cart-label) none repeat scroll 0 0;
  color: var(--atari-cart-serial);
  box-shadow: inset 0 2px 2px var(--shadows);
}

.breadcrumbs {
	/* position: absolute;
    left: 2rem; */
    margin: 1rem;
	padding:0.25rem;
	background-color:rgba(242,233,216,0.5);
	border-radius: 0.25rem;
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
	font-size:0.7rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #6D5A4A;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #977D66;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #977D66;
}

.page-title {
	font-family: "AtariCart",  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	padding: 1rem;
  color: var(--atari-cart-title);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #fff;
  background-color: #00bc8c;
  border: 0 solid transparent;
}

.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00efb2;
  border-color: transparent;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
		  box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00efb2;
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  cursor: auto;
  background-color: #007053;
  border-color: transparent;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	width: 95%;
	margin: 0 auto;
	padding: 1rem;
	background-color: var(--atari-cart-label);
/*
	border: 1px solid #222;
 */
	border-radius: 5px;
  box-shadow: 0 5px 10px var(--shadows);
  margin-bottom: 3rem;
}

.comment-content a {
  word-wrap: break-word;
}
.comment-content {
	border-radius: 0 0 0.25rem 0.25rem;
	padding:0.25rem;
	background-color: var(--atari-xl-white);
}

.bypostauthor .comment-meta {
  background-color: var(--atari-pal-screen);
}

.form-allowed-tags{
  color: #E1D166;
}


.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-body {
  color: var(--atari-cart-serial)
}
.comment-content {
  color: var(--atari-xl-black)
}

.comment-list .comment {
  display: block;
}
.comment-meta {
  font-size: 0.75rem;
  font-style: italic;
	border-radius: 0.25rem 0.25rem 0 0 ;
  background-color: var(--atari-cart-label-faded);
}

.comment-list {
  font-size: 0.85rem;
  padding-left: 0;
  margin-bottom: 0.25rem;
}

.comments-title {
  padding: 0.25rem;
  font-size: 1.1rem;
  color: #E1D166;
  text-shadow: 0px 2px #222 !important;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.25rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}
.card-header {
  margin: 0 !important;
  padding: 0.125rem !important;
}

.card-header h5 {
  font-size: 0.8rem;
  margin: 0 0.125rem;
}
.card-header h5 cite{
  font-style: normal;
}
.card-header a{
  color: #000000;
}
.card-header a:hover{
  color: #E1D166;
}
.comment-reply-link.btn,
.btn#commentsubmit{
  color: #E1D166;
  background-color: #56483B;
  padding: 0.125rem;
}
.comment-reply-link.btn:hover,
.btn#commentsubmit:hover{
  background-color: #E1D166;
  color: #56483B;
}

.no-comments {
  text-align: right;
}
.form-submit {
  text-align: right;
}

/* 
.license-wrap {
	font-size: 75%;
	background: var(--atari-cart-label) none repeat scroll 0 0;
	color: var(--atari-cart-serial);
	text-align: center;
	padding: 0.5rem;
}
.license-wrap > a:visited {
	color: var(--atari-cart-serial);
}

.license-wrap > a {
	color: var(--atari-cart-serial);
}
.license-wrap > a:hover, a:focus, a:active {
	color: var(--atari-cart-title);
}
 */
.license-wrap {
	font-size: 75%;
	color: var(--text);
	text-align: center;
	padding: 0.5rem;
}
.license-wrap > a:visited {
	color: var(--text);
}

.license-wrap > a {
	color: var(--atari-pal-screen);
}
.license-wrap > a:hover, a:focus, a:active {
	color: var(--atari-pal-screen);
}

.wp-block-cgb-cc-by-sa {
	text-align:center;
	font-size: 75%;
}
.wp-block-button{
	margin-bottom:1rem !important;
}
.wp-block-button__link{
	box-shadow: 0 5px 5px #333;
	border-radius: 5px;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited{
	box-shadow: 0 2px 2px #333;
}

/* Footer Bar
--------------- */

footer#colophon {
  font-size: 85%;
  background: var(--atari-cart-label) none repeat scroll 0 0;
  color: var(--atari-cart-serial);
  text-align: center;
}
.site-info {
	padding: 1rem;
}
.site-info > a {
	color: var(--atari-cart-serial);
}

.site-info > a:visited {
	color: var(--atari-cart-serial);
}

.site-info > a:hover, a:focus, a:active {
	color: var(--atari-cart-title);
}

.site-info > a:focus {
	outline: thin dotted;
}

.site-info > a:hover, a:active {
	outline: 0;
}

.social-link .style-svg {
	height: 3rem;
	width: auto;
}

.style-svg path#ficon {
	fill: var(--atari-cart-serial) !important;
}

.style-svg:focus path#ficon {
	fill: var(--atari-cart-title) !important;
}

.style-svg:hover path#ficon {
	fill: var(--atari-cart-title) !important;
}

.collections-info {
	margin-top: 0.5rem ;
	padding: 0.5rem;
}
.collections {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-top: 0.5rem ;
	padding: 0.5rem;
}
.collection {
	width:4rem;
	margin: 1rem;
}
.collection-info {
	margin-top: 0.5rem ;
	padding: 0.5rem;
	width:100%;
}
.collection-cover {
	position:relative;
	min-width: 100px;
	margin-bottom: 1rem;
}
.collection-art {
	float: left;
	width:100%;
	min-width: 100%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.collection-art2 {
	width:100%;
	box-shadow: 0 5px 10px #222;
}
.collection-cover-art {
	position:relative;
	width:5rem;
	height: auto;
	filter: drop-shadow(0 5px 5px #222);
	/* box-shadow: 0 5px 10px #222; */
}

.collection-cover-disk {
	position:relative;
	top:0rem;
	left:0.5rem;
	margin-top:-2.5rem;
	margin-left:-2.5rem;
	width:2.5rem;
	height: auto;
	transform: rotate(5deg);
	overflow:hidden;
	box-shadow: 0 3px 5px #222;
}
.collection-detail-top {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-top: 0.5rem ;
	padding: 0.5rem;
}
.collection-detail-toc {
	padding: 1rem;
	margin-left:1rem;
	margin-top:1rem;
}
.collection-detail-cover {
	padding: 1rem;
	margin-left:1rem;
	margin-top:1rem;
}
.collection-detail-cover-art {
	position:relative;
	height: auto;
	width:auto;

	box-shadow: 0 5px 10px #222;
}
.coverdisk {
	position:relative;
	width:3rem;
	height: 3rem;
	bottom:0px;
	right:0px;
	transform: rotate(10deg);
}
.collection-cover-title {
	font-size: 0.8rem;
	text-align: right;
	margin-right: 0rem;
	/* margin-bottom: 2rem; */
}

.collectiontitles {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-top: 0.5rem ;
	padding: 0.5rem;
}
.collectiontitle {
	width:6rem;
	margin: 1rem;
}
.collectiontitle-cover {
	position:relative;
	min-width: 80px;
	/* margin-bottom: 1rem; */
}
.collectiontitle-cover-art {
	position:relative;
	width:6rem;
	height: auto;
	border: 0.25rem solid #000;
	box-shadow: 0 0.25rem 0.5rem #222;
	border-radius: 0.5rem; /* future proofing */
}
.collectiontitle-cover-title {
	font-size: 0.8rem;
	text-align: center;
	margin-right: 0rem;
	/* margin-bottom: 2rem; */
}
.coart {
	display: block;
	width: 100%;
	margin-right: 2rem;
	margin-bottom: 2rem;
	float:left;
}

.go{
	margin: 2rem auto;
   width: 50vw;
    display: block;
    /* position: relative; */
}

@media screen and (min-width: 374px) {
	.collection {
		width:5rem;
	}
	.collection-cover-art {
		width:6rem;
		transform: rotate(0deg);
	}
	.collectiontitle {
		width:7rem;
	}
	.collectiontitle-cover-art {
		width:7rem;
		transform: rotate(0deg);
	}
}
@media screen and (min-width: 759px) {
	.collection {
		width:6rem;
	}
	.collection-cover-art {
		width:8rem;
		transform: rotate(-5deg);
	}
	.collection-cover-title {
		margin-right: -0.5rem;
	}
	.collectiontitle {
		width:10rem;
	}
	.collectiontitle-cover-art {
		width:10rem;
		transform: rotate(0deg);
	}
	.collectiontitle-cover-title {
		margin-right: -0.5rem;
	}
	.collection-detail-top {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.collection-detail-toc {
		width: 60%;
	}
	.collection-info {
		width:60%;
	}
	.collection-art {
		width:40%;
		min-width: 40%;
	}
	.collection-art2 {
		width:100%;
		box-shadow: 0 5px 10px #222;
	}

	.coart {
		display: block;
		width: 40%;
		margin-right: 2rem;
		margin-bottom: 2rem;
		float:left;
	}
}
/* 
@media screen and (min-width: 1400px) {
	.collection {
		width:8rem;
	}
	.collection-cover-art {
		width:10rem;
		transform: rotate(-5deg);
	}
	.collection-cover-title {
		margin-right: -1rem;
	}
	.collectiontitle {
		width:12rem;
	}
	.collectiontitle-cover-art {
		width:12rem;
		transform: rotate(0deg);
	}
	.collectiontitle-cover-title {
		margin-right: -1rem;
	}
}
 */


.dbselect {
	display: block;
	background-color:#333;

	width: 100%;
	/* margin-top: 2.5rem; */
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0.25rem 0.5rem #222;

	padding: 0;
}

.dbselectcontent{
	max-width: 1200px;
	margin: 0 auto;
}

/*
.admin-bar .dbselect {8
	top: 80px;
}


@media screen and (min-width: 1024px) {
	.admin-bar .dbselect {
		margin-top: 3.5rem;
	}
}
 */
 .noisy {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);  	
} 
  
 .dbletters {
	/* position: fixed; */
	/* background-color: #383838; */
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 0.25rem;
	top: 3rem;
	left: 0px;
	z-index: 5000;

}

.dbhidesmall {
	display:none;
}
.dbimg {
	height: auto;
    max-width: 70%;
	opacity:90%;
	margin-top: 0.25rem;
}

.dbletterframe, .dbyearframe, .dbrrframe {
	background-color: #222;
}

.dbblank {
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	width: 0.5rem;
	height: 2rem;
	line-height: 1.5rem;
	font-size: 1rem;
	margin: 0.15rem;
	border-left: 6px solid #333;
	border-right: 6px solid #333;
	border-top: 4px solid #333;
	border-bottom: 8px solid #333;
	text-align: center;
	color: #333;
	background-color: #333;
}


.dbletter, .dbyear, .dbrr, .dblettercurrent, .dbyearcurrent, .dbrrcurrent, .dbletter:hover, .dbyear:hover, .dbrr:hover {
	font-family: "AtariXL",sans-serif;
	font-weight: 700;
	width: 2rem;
	height: 2rem;
	line-height: 1.5rem;
	font-size: 1rem;
	margin: 0.15rem;
	border-left: 6px solid #333;
	border-right: 6px solid #333;
	border-top: 4px solid #4a4a4a;
	border-bottom: 8px solid #222;
	background-color: #444;
	color:white;
	text-align: center;
	opacity:80%;
	border-radius: 5px; /* future proofing */
	box-shadow: 0 6px 14px #000;
}
.dblettercurrent, .dbyearcurrent, .dbrrcurrent, .dbletter:hover, .dbyear:hover, .dbrr:hover {
	border-left: 6px solid #111;
	border-right: 6px solid #111;
	border-top: 4px solid #111;
	border-bottom: 8px solid #000;
	background-color: #222;
	box-shadow: 0 2px 4px #000;
	opacity: 0.35;
} 

.dbyear, .dbyearcurrent, .dbyear:hover {
	width: 4rem;
	}

.dbrr, .dbrrcurrent, .dbrr:hover {
	width: 4.5rem;
}


@media screen and (min-width: 576px) {
	.dbhidesmall {
		display:flex;
	}
}

  
.detail-top {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-top: 0.5rem ;
	padding: 0.5rem;
}

.detail-sub {
	width: 100%;
	margin: 0 auto;
	/* margin-top: 0.5rem ; */
	padding: 0.5rem;
	/* padding-right: 0.5rem; */
}
.detail-sub-2 {
	width: 100%;
	margin: 0 auto;
	/* margin-top: 0.5rem ; */
	padding: 0.5rem;
	/* padding-right: 0.5rem; */
	background-color: #EADDC7;
	border-radius: 5px;
}

.detail-sub-sub {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	/* margin-top: 0.5rem ; */
	/* padding-right: 0.5rem; */
}

.coltitle {
	float:left;
	margin-bottom: 0.25rem;
	font-size:1.1rem; 
	font-weight:700;
	white-space: nowrap;
}
.coltitle-m {
	color: #bbbbbb;
	float:left;
	font-size:1.1rem; 
	font-weight:700;
	white-space: nowrap;
}

.colinfo {
	float:right;
	font-size:0.9rem; 
	font-weight:700;
}
.hacktext {
	font-style:italic;
	font-weight:700;
	opacity:75%;
}
.detail-ss {
	width: 100%;
	min-width:230px;
	filter: drop-shadow(0 5px 5px #222);
}
.akass-image {
	/* width: 8rem; */
	min-width:64px;
	filter: drop-shadow(0 5px 5px #222);
}
.detail-pub {
	float: left;
	margin: 0 0.5rem ;
	padding: 0 0.5rem;
}
.detail-topline{
  vertical-align: top;
}
.detail-developer{
	margin-top:0.5rem;
	text-align: center;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
}
.detail-credits{
	clear: both;
	text-align: left;
	font-size: 1.1rem;
}
.detail-musicouter{
	text-align: right;
}
.detail-music{
	clear: both;
	text-align: right;
}
.detail-musicbutton{
	padding: 0;
	background:none;
	border: 0;
	font-size: 2rem;
	color: var(--atari-xe-red);
}
.detail-players{
	clear: both;
	text-align: right;
	font-size: 1.1rem;
	padding: 0.5rem;
}
.detail-country{
	z-index: 1;
	margin-top: 0.5rem;
  vertical-align: top;
	text-align: right;
	font-size: 4rem;
  line-height: 4rem;
}
.detail-ra{
	text-align: right;
	/* margin-right:2rem; */
	/* padding: 0.5rem; */
	/* padding-top:1rem; */
}
.detail-rab{
	text-align: right;
	font-size: 2rem;
	/* margin-right:2rem; */
	/* padding: 0.5rem; */
	/* padding-top:1rem; */
}
.detail-req{
	text-align: right;
	/* margin-right:2rem; */
	/* padding: 0.5rem; */
	padding-top:0;
}
.detail-sysreq{
	text-align: right;
	margin-right:2rem;
	padding: 0 0.5rem;
	padding-bottom:0;
}
.detail-media{
	text-align: right;
	margin-top: 0.5rem ;
	margin-right:2rem;
	padding: 0.5rem;
	padding-bottom:0;
}
.detail-blurb{
	position:relative;
	text-align: left;
	margin-top: 0.5rem ;
	padding: 0.5rem;
	width:100%;
}
.detail-titleart{
	width: 10rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    float: left;
	min-width: 10rem;
    filter: drop-shadow(0 5px 5px #222);
}
.detail-list{
	position:relative;
	text-align: left;
	margin-top: 0.5rem ;
	padding: 0.5rem;
	width:100%;
}
.detail-links{
	width:100%;
	min-width:8rem;
    /* border: solid; */
    /* width: 10rem; */
    /* border: 1px inset black; */
    /* border-radius: 0.5rem;
    box-shadow: inset 2px 2px 5px #666666;
    background-color: #E9DCC2; */
}
.detail-links-h{
	width:100%;
	min-width:10rem;
}
.sdetail-links{
	margin-left:auto;
	margin-right:0;
	width:11rem;
	min-width:10.5rem;
}
.detail-text{
	width:95%;
	text-align: left;
	margin: 0 auto;
	/* padding-left: 0.5rem;
	padding-right: 0.5rem; */
}
.detail-files{
	text-align: left;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
/*
	margin-top: 0.25rem ;
	padding: 0.25rem;
 */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	align-content: stretch;
}
.detail-title{
	width:100%;
	padding: 0.5rem;
}

.detail-frame {
	position: relative;
}

.detail-heading{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 1.1rem;
	background: #CDD3D8;
	text-align: left;
	border-radius: 5px; /* future proofing */
	margin: 0.5rem ;
	margin-bottom: 1rem ;
	padding: 0.25rem 0.5rem ;
}
.detail-subheading{
	width: 95%;
    display: block;
    font-family: 'AtariXL';
    font-weight: 700;
    background-color: var(--atari-xl-beige);
    padding: 0.25rem;
    border-radius: 0.25rem;
    box-shadow: inset 1px 1px 5px var(--atari-xl-brown);
}

.detail-heading:after{
	content: url(/assets/xlflash.svg);
	position: absolute;
	right: 1.5rem;
	top: -1rem;
	width: 3.5rem;
	height: auto;
}

.detail-heading-small{
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 1.1rem;
	background: #CDD3D8;
	text-align: left;
	border-radius: 5px; /* future proofing */
	margin: 1rem 0 ;
	padding: 0.25rem 0.5rem ;
}

.detail-heading-small:after{
	content: url(/assets/xlflash.svg);
	position: absolute;
	right: -1rem;
	top: -1rem;
	width: 3.5rem;
	height: auto;
}

.release-box{
	clear: both;
   width: 100%;
	text-align: left;
	margin-top: 0.5rem ;
	padding: 0.5rem;
}

.relbox-image {
 position:relative;
   height: auto;
	width: 5rem;
	max-width: 300px;
	z-index: 1;
	box-shadow: 0 8px 15px #222;
}
.detail-art {
 position:relative;
 /* width: 50%; */

}
.detail-40 {
	position:relative;
	/* width: 50%; */
   
   }
.detail-20 {
 position:relative;
 /* width: 50%; */

}
.detail-art-nob {
 position:relative;
 width: 100%;

}
.detail-cart {
 position:relative;
 /* width: 50%; */

}

.boxart-div {
 position:absolute;
	bottom: 1rem;
	right: 0rem;
	z-index: 1;

}
.detail-screenshot {
	margin: 0;
	margin-bottom: 2rem;
	width: 90%;
	height: auto;
}

.detail-screenshot-nob {
	margin: 0;
	/* margin-bottom: 2rem; */
	width: 100%;
	height: auto;
	  /* box-shadow: 0 5px 10px #222; */
}
.akass-div {
	margin: 0;
	margin-bottom: 2rem;
	width: 80%;
	height: auto;
}

.akass-div-nobx {
	margin: 0;
	/* margin-bottom: 2rem; */
	width: 100%;
	height: auto;
	  /* box-shadow: 0 5px 10px #222; */
}

.akabx-image {
	width: auto;
	height:6rem;
	max-width: 200px;
	transform: rotate(10deg);
	box-shadow: 0 5px 10px #222;
}
.akabx-image-noss {
	width: auto;
	height:14rem;
	/* max-width: 200px; */
	/* transform: rotate(-10deg); */
	/* margin-left:auto; */
	/* margin-right:auto; */
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display:block;
	box-shadow: 0 5px 10px #222;
}
.akabx-div {
 position:absolute;
	bottom: 1rem;
	right: 0rem;
	z-index: 1;

}
.akabx-div-noss {
	margin: 0.5rem;
}
.boxart-image {
	width: auto;
	height:8rem;
	max-width: 300px;
		transform: rotate(10deg);
	  box-shadow: 0 5px 10px #222;
}

.release-box-inner {
	margin: 0.5rem;
	margin-bottom: 1.5rem;
}

.titlelist {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-top:2rem;
	font-size: 1.1rem;
	font-weight: 700;
	border-collapse:collapse;
	}
.listcell {
	padding-left: 0.2rem;
	padding-right: 0.2rem;   
	height:2.5rem; 
}

.listcell-u {
	color: #999999;
	padding-left: 0.2rem;
	padding-right: 0.2rem;    
	height:2.5rem; 
}
.linkcell-u {
	color: #999999;
}
.listcell-m {
	color: #bbbbbb;
	padding-left: 0.2rem;
	padding-right: 0.2rem;    
	height:2.5rem; 
}
.linkcell-m {
	color: #bbbbbb;
}
.linkcell-m:visited {
	color: #bbbbbb;
}
.linkcell-u:visited {
	color: #999999;
}

.titlesublist {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-top: 1.2rem;
	font-size: 1.1rem;
	font-weight: 700;
	border-collapse:collapse;
	}

.ds-line {
	font-size: 0.9rem;
	margin-top: 0.5rem;
	font-weight: 900;
	}

.hash-line {
	font-size: 0.8rem;
	margin-top: 0.25rem;
	margin-left: 0.5rem;
	font-weight: 700;
	}

.release-line {
	font-size: 1rem;
	margin-top: 0.25rem;
	margin-left: 1rem;
	font-weight: 900;
	}

.file-line {
	font-size: 0.6rem;
	margin-left: 1rem;
	}
.file-line tr:nth-child(even) {
	background-color: transparent;
}



.rel-media-nobox {
	position: relative;
	z-index: 0;
	width: 2rem;
	min-width: 2rem;
	height: auto;
}
.rel-media-overlap {
	position: relative;
	z-index: 0;
	width: 2rem;
	height: auto;
	margin-right: -1rem;
}
.rel-media {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	height: 5rem;
	left: 3.5rem;
	top: 1.5rem;
	width: auto;
}
.relcn {
	position: static;
/*
	left: -1rem;
	bottom:-0.5rem;
 */
	font-size: 1rem;
	z-index: 2;
}
.emojiflaghead {
	font-size: 3rem;
	vertical-align: -1rem;
}
.emojiflagtitle {
	font-size: 3rem;
	vertical-align: -0.5rem;
	/* margin-left: -2.25rem; */
	/* margin-right: 0.75rem; */
}
.emojiflagtitleln {
	font-size: 1.5rem;
	vertical-align: -0.5rem;
	margin-left: -1.25rem;
}
.emojiflag {
	font-size: 2rem;
	vertical-align: -1.25rem;
}
.emojiflagln {
	font-size: 1rem;
	vertical-align: -1.25rem;
	margin-left: -0.75rem;
}
.emojiflagsmall {
	font-size: 1.5rem;
	vertical-align: -0.25rem;
}
.emojiflagsmallln {
	font-size: 0.8rem;
	vertical-align: -0.25rem;
	margin-left: -0.5rem;
}
.emojiflagsmallcollln {
	font-size: 0.8rem;
	vertical-align: -0.25rem;
	margin-left: -1rem;
}
.sysreqicons {
	width: auto;
	height: 2rem;
	margin: 0.1rem;
	margin-right: -2rem;
}
.sysreqiconss {
	width: auto;
	height: 2rem;
	margin: 0;
	opacity:50%;
	margin-right: -2rem;
}
.reqicons {
	width: auto;
	height: 2rem;
	margin: 0.1rem;
	vertical-align: -0.75rem;
}
.reqiconss {
	width: auto;
	height: 2rem;
	margin: 0;
	opacity:50%;
	vertical-align: -0.75rem;
}
.reqiconsa {
	width: auto;
	height: 1.5rem;
	margin: 0 0.1rem;
	vertical-align: -0.25rem;
}
.dlfile {
	width: auto;
	height: 1.5rem;
	/* margin: 0 0.1rem; */
	vertical-align: -0.35rem;
}
.dlfilebutton {
	width: auto;
	height: 0.9rem;
	/* margin: 0 0.05rem; */
	vertical-align: -0.15rem;
}
.reqiconsas {
	width: auto;
	height: 1.5rem;
	margin: 0 0.1rem;
	opacity:50%;
	vertical-align: -0.25rem;
}
.reqiconsh {
	width: auto;
	height: 1.5rem;
	margin: 0 0.1rem;
	vertical-align: -0.25rem;
}
.reqiconshs {
	width: auto;
	height: 1.5rem;
	margin: 0 0.1rem;
	opacity:50%;
	vertical-align: -0.25rem;
}
.reqiconsb {
	width: auto;
	height: 2rem;
	margin: 0.25rem;
	vertical-align: -0.75rem;
}
.reqiconsbs {
	width: auto;
	height: 2rem;
	margin: 0.25rem;
	opacity:50%;
	vertical-align: -0.75rem;
}
.genreicon {
	width: auto;
	height: 1.5rem;
	margin: 0;
	vertical-align: -0.35rem;
}
a img.genreicon:hover{
	filter: invert(100%);
}
.genreiconb {
	width: auto;
	height: 3rem;
	margin: 0;
	vertical-align: -0.75rem;
}
a img.genreiconb:hover{
	filter: invert(100%);
}
.genreiconm {
	width: auto;
	height: 2rem;
	margin: 0.1rem;
	vertical-align: -0.45rem;
}
a img.reqicons:hover{
	filter: invert(100%);
}
a img.reqiconss:hover{
	filter: invert(100%);
}
a img.reqiconsb:hover{
	filter: invert(100%);
}
a img.reqiconsa:hover{
	filter: invert(100%);
}
a img.dlfile:hover{
	filter: invert(100%);
}
.mediaicons {
	width: auto;
	height: 2rem;
	margin: 0;
	vertical-align: -0.75rem;
	transform: rotate(10deg);
}
.reqiconssmall {
	width: auto;
	height: 1.25rem;
	margin-left: 0.1rem;
	vertical-align: -0.25rem;
}
a img.reqiconssmall:hover{
	filter: invert(100%);
}
.mediaiconssmall {
	width: auto;
	height: 1rem;
	margin-left: 0.1rem;
	vertical-align: -0.15rem;
	transform: rotate(10deg);
}
.ialink {
	/* display:inline; */
	width: auto;
	height: 0.8rem;
	vertical-align:baseline;
	/* transform: rotate(10deg); */
}
.diffsysicons {
	width: auto;
	height: 1.5rem;
	margin: 0;
	margin-right: -1.5rem;
	vertical-align: 0.25rem;
}
.ii {
	width: 75%;
	min-width: 250px;
	filter: sepia(1);
	text-align: center;
	margin: 1rem auto;
	display:block;
}
.ii g {
	fill: var(--text);
}

@media screen and (min-width: 374px) {
	.detail-credits,
	.detail-players {
		font-size: 0.9rem;
	}
	.boxart-image {
		width: auto;
		height: 9rem;
		bottom: 1rem;
		right: 0rem;
		max-width: 300px;
		transform: rotate(10deg);
		box-shadow: 0 5px 10px #222;
	}
	.akabx-image {
		width: auto;
		height: 7rem;
		bottom: 1rem;
		right: 0rem;
		max-width: 200px;
		transform: rotate(10deg);
		box-shadow: 0 5px 10px #222;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
}
@media screen and (min-width: 700px) {
	.detail-credits,
	.detail-players {
		font-size: 1rem;
	}
	.detail-top {
		flex-direction: row;
	}
	.detail-sub-sub {
		flex-direction: row;
	}
	.detail-art {
		width: 50%;
	}
	.detail-art-gfx {
		width: 60%;
	}
	.detail-100 {
		width: 100%;
	}
	.detail-90 {
		width: 90%;
	}
	.detail-80 {
		width: 80%;
	}
	.detail-70 {
		width: 70%;
	}
	.detail-60 {
		width: 60%;
	}
	.detail-50 {
		width: 50%;
	}
	.detail-40 {
		width: 40%;
	}
	.detail-30 {
		width: 30%;
	}
	.detail-20 {
		width: 20%;
	}
	.detail-info{
		width: 45%;
	}
	.detail-blurb{
		width: 75%;
	}
	.detail-links{
		width: 8rem;
	}
	.boxart-image {
		height: 10rem;
		width: auto;
		bottom: 1rem;
		right: 0rem;
		max-height: 300px;
		transform: rotate(10deg);
		box-shadow: 0 5px 10px #222;
	}
	.akabx-image-noss {
		width: auto;
		height: 7rem;
		bottom: 1rem;
		right: 0rem;
		max-width: 200px;
		/* transform: rotate(-10deg); */
		box-shadow: 0 5px 10px #222;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
/* 
		margin-left:auto;
		margin-right:auto;
		display:block;
 */
	}
}

@media screen and (min-width: 1024px) {
	.detail-links{
		width: 10rem;
	}

}

@media screen and (min-width: 1400px) {
		.detail-credits,
	.detail-players {
		font-size: 1.1rem;
	}
	.boxart-image {
		height: 11rem;
		width: auto;
		bottom: 1rem;
		right: 0rem;
		max-height: 300px;
		transform: rotate(10deg);
		box-shadow: 0 5px 10px #222;
	}
	.akabx-image {
		/* height: 12rem; */
		width: auto;
		bottom: 1rem;
		right: 0rem;
		max-height: 300px;
		transform: rotate(-10deg);
		box-shadow: 0 5px 10px #222;
	}
}



/* ------------------------------------------------------------------------- *
 * Dotted Leaders
/* ------------------------------------------------------------------------- */
/* .toc {
	text-decoration: underline;
} */
.tocsection {
	font-weight:700;
	margin-top:1rem;
	margin-bottom:0.5rem;
	display:flex;
	height: 1.25rem;
}
.tocsection .title,
.tocsection .page,
.tocsection .author {
  flex: 1 0 auto;
}
.tocsection .page {
  width:2rem;
  text-align:right;
}
.tocsection .dots {
	flex: 0 1 auto;
	/*Allows too long content to be hidden.*/
	overflow: hidden;
  }


.tocline {
	display: flex;
	height: 1.25rem;
  }
  .tocline .title,
  .tocline .page,
  .tocline .author {
	flex: 1 0 auto;
  }
  .tocline .page {
	width:2rem;
	text-align:right;
  }
  .tocdesc {
	margin-top: 0.25rem !important;
	margin-bottom: 1rem !important;
	font-style: italic;
	font-size: 0.8rem;
  }
  
  .tocline .dots {
	flex: 0 1 auto;
	/*Allows too long content to be hidden.*/
	overflow: hidden;
  }
  .dots::before {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	content: 
	  ". . . . . . . . . . . . . . . . . . . . "
	  ". . . . . . . . . . . . . . . . . . . . "
	  ". . . . . . . . . . . . . . . . . . . . "
	  ". . . . . . . . . . . . . . . . . . . . "
	  ". . . . . . . . . . . . . . . . . . . . "
	  ". . . . . . . . . . . . . . . . . . . . "
  }

  .related {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
  }
  .related-item {
	width: 80%;
	list-style-type: disc;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start ;
	margin-top: 0.5rem ;
	padding-right: 0.5rem ;
	/* padding: 0.5rem; */
  }
  .related-data {
	padding-right: 0.5rem ;
	/* padding: 0.5rem; */
  }


  .autotoc-box {
	float: none;
	width:100%;
	margin:1rem 1rem 2rem 0;
	/* padding 0.5rem; */
	background-color: var(--atari-xl-white);
	border: 0;
	/* border-radius: 0.25rem; */
	/* box-shadow: 0 5px 10px var(--shadows); */
  
}
.autotoc-heading{
	font-family:"AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: var(--text);
	font-weight: 900;
	font-size:1.5em;
	margin:0 0 0.25rem;
}
.autotoc {
	color: var(--text);
	border: 0;
	/* border-radius: 0.25rem; */
	/* box-shadow: 0 5px 10px var(--shadows); */
  
}

.autotoc a {
	color: var(--text);
	font-weight: 400;
}

.autotoc a:visited {
	color: var(--text);
	font-weight: 400;
}

.autotoc a:hover, a:focus, a:active {
	color: var(--atari-pal-screen);
	font-weight: 700;
}

.autotoc a:focus {
	outline: thin dotted;
	font-weight: 700;
}

.autotoc a:hover, a:active {
	outline: 0;
	font-weight: 700;
}


@media screen and (min-width: 768px) {
	.autotoc-box {
		float: right;
		width:40%;
		min-width:350px;
		margin: 1rem 1rem 2rem 2rem;
		padding: 0.5rem;
		color: var(--atari-xl-black);
		background-color: var(--atari-xl-beige);
		/* border: 1px solid var(--atari-xe-grey); */
		border-radius: 0.25rem;
		/* box-shadow: 0 5px 10px var(--shadows); */
	  
	}
	.autotoc {
		padding: 0 0 0 1.5rem;
	}
}
/*--------------------------------------------------------------
# Custom classes for blocks
--------------------------------------------------------------*/
.rounded {
	border-radius: 0.5rem !important;
	margin-bottom: 0.5rem;
  }
  .wp-block-media-text.rounded {
	padding: 0 !important;
  }
  .rounded .wp-block-media-text__media img, .wp-block-media-text__media video {
	border-radius: 1rem;
  }
  
  .shadow {
	margin-bottom: 1rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6) !important;
  }
  
  .boxout {
	padding: 1rem;
  }
  
  .lightborder {
	border: 1px solid var(--primary-hint);
  }
  
  .darkborder {
	border: 1px solid var(--primary-dark);
  }
  
  .spacearound {
	  margin-top: 0.5rem;
	  margin-bottom: 1rem;
  }
  
  /*--------------------------------------------------------------
  # Custom classes for shortcodes
  --------------------------------------------------------------*/
 
  .submenu{
	border-bottom-width: 0;
	font-family: "Abbuc Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	font-size:1.1rem;
	list-style-type: none;
	list-style-position: inside;
	margin:0;
	padding:0;
  }
  .submenu a,.submenu a:visited{
	color:var(--text);
  }
  .submenu a:hover,.submenu a:active{
	color:var(--secondary-dark);
  }
  
  
  .tocchildren{
	border-bottom-width: 0;
	font-family: "Abbuc Sans",sans-serif;
	text-transform: uppercase;
	font-size:1.1rem;
  }
  .tocchildren a,.tocchildren a:visited{
	color:var(--text);
  }
  .tocchildren a:hover,.tocchildren a:active{
	color:var(--secondary-dark);
  }
  


  .childgrid {
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	/* align-items: flex-start; */
	/* align-content: flex-start; */
	flex-direction: row;
	/* justify-content: center; */
	align-items: stretch;
	align-content: stretch;
  }
  
  .childgridsquare {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	/* align-items: flex-start; */
	/* align-content: flex-start; */
	flex-direction: column;
	/* justify-content: center; */
	align-items: flex-start;
	align-content: stretch;	  
	/* background: var(--primary-hint); */
	/* padding:0.2rem; */
	margin:0.5rem;
	float: left;
	max-width: 14rem;
	background-color: var(--atari-xe-grey);
	border-radius: 5px; /* future proofing */
	box-shadow: 0 5px 10px var(--shadows);
  }
  
  .childgridsquare a {
	color: var(--text);
	text-align: center;
	display: inline-block;
  }
  
  .childgridsquare a:hover {
	color: var(--atari-pal-screen);
	text-decoration: none;
  }
  
  

.childgridinner {
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	/* align-items: flex-start; */
	/* align-content: flex-start; */
	flex-direction: column;
	/* justify-content: center; */
	align-items: stretch;
	align-content: stretch;	  
	/* background: var(--primary-hint); */
	/* padding:0.2rem; */

}
.childgridimage{
	margin: 0;
	padding: 0;
	max-height: 14rem;
	max-width: 14rem;


}

.childgridimg{
	margin: 0;
	padding: 0;
	object-fit:contain;
	overflow:hidden;
	border-radius: 5px 5px 0 0 ;
}

.childgridimg:hover  {
	opacity: 0.75;
}

.childgridtext {
	max-width: 100%;
	padding: 0.5rem;
}

.childgridtitle {
	text-align: center;
	font-family: "AtariXL", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 1.2rem;
}

.childgrid-excerpt {
	padding: 0.5rem;
	text-align: justify;
	font-size: smaller;
}

@media screen and (min-width: 374px) {
	.childgridsquare {
		justify-content: space-around;
		flex-direction: column;
		max-width: 14rem;
	}
	.childgridinner {
		justify-content: space-around;
		flex-direction: column;
	}
	.childgridimage{
		max-height: 14rem;
		max-width: 14rem;
	}
	.childgridimg{
		border-radius: 5px 5px 0 0 ;
	}
	.childgridtext {
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.childgridsquare {
		background-color: var(--atari-xl-beige);
		box-shadow: none;
		justify-content: flex-start;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
	}
	.childgridinner {
		justify-content: flex-start;
		flex-direction: row;
	}
	.childgridimage{
		height: 100%;
		max-width: 25%;
	}
	.childgridimg{
		border-radius: 5px 0 0 5px ;
	}
	.childgridtext {
		width: 75%;
	}
}
@media screen and (min-width: 1400px) {
	.childgridsquare {
		background-color: var(--atari-xl-beige);
		box-shadow: none;
		justify-content: flex-start;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
	}
	.childgridinner {
		justify-content: flex-start;
		flex-direction: row;
	}
	.childgridimage{
		height: 100%;
		max-width: 25%;
	}
	.childgridimg{
		border-radius: 5px 0 0 5px ;
	}
	.childgridtext {
		width: 75%;
	}
}


ul.leaders {
	max-width: 47em;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	list-style: none;
	font-size: 0.8rem;
	}
ol.leaders {
	max-width: 47em;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	list-style: decimal-leading-zero;
	list-style-position: inside;
	}
ul.leaders li:before,ol.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
 }

ul.leaders li,ol.leaders li {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.leaders span:first-child,ol.leaders span:first-child {
	padding-right: 0.33rem;
	background: var(--atari-xl-white); }

ul.leaders span + span,ol.leaders span + span {
	float: right;
	padding-left: 0.33rem;
	background: var(--atari-xl-white); }

ul.leaders strong,ol.leaders strong {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
	}
ul.leaders em,ol.leaders em {
	font-style: italic;
	}

.sdm_download_link{
	text-align: center;
}

/* a[href^="mailto:"]::after {
  content: " \1F4e7";
} */

.imglist{
	list-style: none;
	margin-bottom: 1rem;
}
.imglist li{
	margin-bottom: 0.5rem;
}
.imglist2 li{
	margin-bottom: 0.5rem;
}
.imglist li img{
	vertical-align: middle;
	height: 2rem;
	width: auto !important;
}
.imglist2 li img{
	vertical-align: middle;
	height: 2rem;
	width: auto !important;
}
.imglist img{
	vertical-align: middle;
	height: 2rem;
	width: auto !important;
}


@media print {
	html {
		font-size:14pt;
		line-height: 1;
	}
	body {
		background-color:#fff;
	}
	.hidesmall{
		display:block ;
	}
	.hidesmalli{
		display:inline ;
	}
	.listing {
		display:block;
	}
	.site-header {
		display:none;
	}
	.site-info {
		display:none;
	}
	.widget-area {
		display:none;
	}
	.site-content {
		background-color:#fff;
	}
	.page-content {
		background-color:#fff;
		border:0;
		box-shadow:none;
	}
	.post-content {
		background-color:#fff;
		border:0;
		box-shadow:none;
	}
	.nav-links{
		display:none;
	}
	.reply{
		display:none;
	}
	.comments-area{
		background-color:#fff;
		border:0;
		box-shadow:none;
	}
	.comment-respond{
		display:none;
	}
	.entry-title-box {
		box-shadow:none;
	}
	.listing {
		font-size: 0.5rem;
		width:inherit;
		border:0;
		border-radius:0;
		box-shadow:none;
		color: var(--text);
	}
	.detail-ss {
		box-shadow:none;
	}
	.akass-image {
		box-shadow:none;
	}
	.detail-top {
		flex-direction: row;
	}
	.detail-sub-sub {
		flex-direction: row;
	}
	.detail-art {
		width: 50%;
	}
	.detail-art-gfx {
		width: 60%;
	}
	.detail-100 {
		width: 100%;
	}
	.detail-90 {
		width: 90%;
	}
	.detail-80 {
		width: 80%;
	}
	.detail-70 {
		width: 70%;
	}
	.detail-60 {
		width: 60%;
	}
	.detail-50 {
		width: 50%;
	}
	.detail-40 {
		width: 40%;
	}
	.detail-30 {
		width: 30%;
	}
	.detail-20 {
		width: 20%;
	}

	.detail-heading:after{
		display:none;
	}
	.detail-blurb {
		width: 100%;
	}
	.detail-links {
		display:none;
	}
	.dbdownload{
		display:none;
	}
	ul.leaders span:first-child,ol.leaders span:first-child {
		background: #fff; }

	ul.leaders span + span,ol.leaders span + span {
		background: #fff; }
	footer#colophon {
	  background: #fff;
	  color:#000;
	  text-align: center;
	}
	.social-link {
		display:none;
	}
	.dbselect {
		display:none;
	}
	.dlfile {
		display:none;
	}

}

