:root.theme-neon-void-paper {
  --bg:        #f8f8f8;
  --text:      #111111;
  --link:      #ff0099;
  --heading:   #0066ff;
  --code-bg:   #eeeeee;
  --code-text: #111111;
  --accent:    #d100ff;
  --muted:     #666666;
  --info:      #0077cc;
  --warning:   #aa00aa;
  --error:     #cc0000;
}

:root.theme-neon-void {
--bg: #00000f;
--text: #ccddee;
--link: #ff44ff;
--heading: #00ddff;
--code-bg: #0a0a1f;
--code-text: #ccddee;
--accent: #ff00aa;
--muted: #2a2a3a;
--info: #00ddff;
--warning: #ff99ff;
--error: #ff0055;
}

html {
    margin-top: 0px !important;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: ibm-plex-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;       
  font-style: normal;
  letter-spacing: 0.01em; 
  line-height: 1.65em;    
  text-transform: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 80ch;
}
a {
    color: var(--text);
    text-decoration: none;
    border-bottom: dashed 1px var(--accent);
}

a:hover {
    color: var(--link);
    text-decoration: none;
    border-bottom: solid 1px;
}
#toc_container a {
    color: var(--link);
    text-decoration: none;
    font-weight: 500;
}

#toc_container a:hover {
    color: var(--link);
    font-weight: 500;
    text-decoration: none;
}
#toc_container {
    border: none;
    padding: 10px;
    width: auto;
    display: block;
}

pre {
    font-size: 12px;
    line-height: 15px;
    font-family: ibm-plex-mono;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     padding: 10px;
     background: var(--code-bg);
     color: var(--code-text);
     border-radius: 0px;
     border: solid 1px var(--info);
     margin:0px;
     margin-bottom: 10px;
     
}
code {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    padding: 0;
    width: 100%;
}

body > table {
    width: 100%;
    padding: 1rem;
}
body > table > thead {
    margin-bottom: 20px;
}
#header {
    padding-top: 10px;
    padding-right: 2px;
    margin-bottom: 30px;
    text-transform: lowercase;
}
#header a, #header i {
    font-size: 22px;
    color: var(--text);
    margin:0;
    padding:0;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 0px;
    /*text-transform: lowercase;
    font-style: italic;*/
}
#header a:hover {
    font-size: 22px;
    color: var(--link);
    margin:0;
    padding:0;
    font-weight: 300;
    text-decoration: underline;
}
#header ul {
    margin-bottom: 0;
}
#header ul li {
    display:inline;
/*    margin-right: 10px;*/
}
/*#header ul li a {
    color: var(--text);
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 30px;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 20px;
}
#header ul li a:hover {
    color: var(--link);
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
    font-weight: 400;
    text-decoration: underline;
    padding-top: 30px;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 20px;
}*/

#footer {
    padding-top: 70px;
/*    margin-bottom: 40px;*/
    font-weight: 300;
/*    text-align: right;*/
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
    font-style: italic;
}
#footer p {}

h1,h2,h3,h4,h5 {
    font-weight: 700;
    color: var(--heading);
    text-transform: uppercase;
    font-family: futura-pt;
}

h1 {
    font-weight: 900;
}

h1 {
    margin-top: 40px;
    margin-bottom: 20px;
/*    color: var(--heading);*/


}
h2 {
    margin-top: 80px;
    margin-bottom: 20px;
}
h3,h4,h5 {
/*    color: var(--muted);*/
/*    text-transform: none;*/
    font-weight: 500;
/*    color: var(--muted);*/
}

h4 {
    font-size: 28px;
}

h2 {
    font-size: 44px;
    line-height: 44px;
}

#post {
    margin-left: 5px;
    margin-right: 5px;
}

#post ul {
    list-style: square;
    padding-inline-start: 0px;
    margin-left: 20px;
    padding-left: 0px;
}

#post ul li:before
{

}
#post ul li {
    margin-left: 20px;
    padding-bottom: 5px;
    line-height: 30px;
}
#post ol li {
    padding-bottom: 5px;
    margin-left: 10px;
    line-height: 30px;
}
#toc_container ul {
    list-style: bullet;
}

#toc_container ul li:before
{
    content: '';
    margin:0px;
}
#toc_container ul li {
    margin-left: 0px;
}


img {
    border: solid 1px var(--text);

}



.menu li.current-menu-item a{
    font-weight: 400;
}
.post_date  {
/*    font-weight: 300;*/
}
.post_metadata {
    margin-bottom: 40px;
    font-style: italic;
    font-size: smaller;
}
b, strong {
    font-weight: 500;
}
.wp-image-449 {
    margin-left: 20px;
}

#post ul.button-link-list {
    margin:0px;
    padding:0px;
}
#post ul.button-link-list li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 88px; 
    font-weight: 900;
    line-height: 88px;    
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
/*    max-width: 642px;*/
    
}
#h1container table {
    width: 100%;
}
#h1container {
/*    margin-bottom: 30px;*/
    padding-top: 30px;
}
#h1container table td {
    vertical-align: middle;
    text-align: left;
    
}
.footerp { text-align: right; }

h1 {
    overflow-wrap: anywhere;
}

.wp-block-image .alignright {
    margin-top: 0;
}

a.black-link {
    color: #50d4ff;
}
a.black-link:hover {
    color: var(--link);
}
hr.wp-block-separator {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: dashed 1px;
    margin-top: 40px;
    margin-bottom: 20px;
}

p.has-background {
    padding: 20px;
    margin-bottom: 0px;
}

.comment-form {
}
.comment-form label {
    display: block;
}
.comment-form input, .comment-form textarea {
    display: block;
    clear: both;
}
.comments-area {
    margin-top: 60px;
    border-top: solid 1px;
    padding-top: 40px;
}
#comment-form-cookies-consent label {
}
#comment-form-cookies-consent input {
    width: 20px;
}

/**
 * Sweet link animation
 */
/*a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size cubic-bezier(0,.5,0,1) 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  background-size: 100% 2px;
}*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: dotted 1px var(--muted);
}



@media print {
  body {
    color: #000;
    background-color: #fff;
  }

}

.footer-sentence {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.has-background {
    border: solid 1px #50d4ff;
    margin-bottom: 40px;
}   

.has-background strong {
    display: block;
}

.margin-top-30px img {
    margin-top: 30px;
}

.wp-block-columns {
    margin-top: 0;
    margin-bottom: 0;
}

.fa, .fas {
    font-size: 17px;
}

img.secondline-psb-subscribe-img {
    height: 50px!important;
    width: 50px!important;
    border-radius: 0 15px 0 15px;
}
img.secondline-psb-subscribe-img:hover {
    background-color: #e59656;
    border-radius: 0 15px 0 15px;
    text-decoration: none;
}
.podcast-subscribe-button:hover {
    text-decoration: none;
}
.button {
    text-decoration: none;
}
.button:hover {
    text-decoration: none;
}
#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.wp-block-table table {
    font-size: smaller;
}
.wp-block-table table td {
    vertical-align: top;
    text-align:left;
    padding: 5px;
    border: dotted 1px;
}


i, em {
}
h3 {
    font-size: 28px;
    margin-top: 30px;    
}
.menu-item i, .menu-item em {
    color: #50d4ff;
}

#menu-primary {
    padding-left: 0;
    margin-left: 0;
}


.menu-item i._mi {
    color: var(--link);
    
}
h5 {
    padding-top: 10px;
}



@media print {
    body {
	font-size: 14px;
    }

    #h1 > div:nth-child(1) {
	font-size: 42px;
    }
    h2 {
	font-size: 24px;
    }
    #header {
	display: none;
    }
    #footer {
	display: none;
    }
}


.menu-primary-container a {
    text-transform: lowercase;
}

/*#header ul li.current-menu-item a, #header ul li.current-page-ancestor a  {
    color: var(--link);
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 30px;
    text-transform: lowercase;
    border-bottom: none;
}*/


.pinkcolor a {
    color: var(--link);
}
#footer em {
    font-style: normal;
}
#poetrycontent {
}
.postcount {

}
.blogpostslistiteminfo {
    font-size: 16px;
    font-style: italic;
    display: block;
    clear: both;
    margin-bottom: 20px;
    padding-top: 5px;
}
.blogpostslistitem:hover {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
}

.blogpostslistitem {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    color: var(--text);
}
.bloglistitemcatlink {
    color: var(--text);
}
ol#blogpostslist {
    list-style: none;
    padding-left: 0px;
}

.postcount {
    font-weight: 900;
    font-size: 19px;
    line-height: 43px;
}


.alignright {
    display:block;
    float:right;
}

.comment-form label {
    display:block;
    clear:both;
}

input[type=text], textarea {
    margin-bottom:10px;
}
#contentcontainer {
    padding-left: 5px;
    padding-right: 5px;
}

#custom_banner_image_container {
    margin-top: 30px;
}

.td-align-left {
    text-align: left;
}
.td-align-right {
    text-align: right;
}
#footer a {
    color: var(--text);
}
#footer a:hover {
    color: var(--link);
}
.blogpostslistitem  {
    text-decoration: none;
/*    border-bottom: none;*/
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}
.blogpostslistitem:hover {
    text-decoration: none;
/*    border-bottom: none;*/
}
#headerlogolink {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    letter-spacing: 0px;
}
h2, h3, h4, h5 {
/*    font-variant: small-caps;*/
    opacity: 0.9;
}
h1 {
    text-transform: uppercase;
}
.blogpostslistiteminfo, .blogpostslistiteminfo a {
    /*    color: var(--muted);*/
    opacity: 0.9;
}
#toc {
    margin-bottom: 30px;
}

#headerlogolink {
  background: linear-gradient(90deg, var(--text) 0%, var(--accent) 50%, var(--text) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*  animation: shimmer 10s ease-in-out infinite;*/
}

@keyframes shimmer {
  0%, 100%   { background-position: 0% 0; }
  50%        { background-position: -100% 0; }
}

/* Container and icon (unchanged) */
.alert-box {
  display: flex;
  align-items: flex-start;
  background: var(--code-bg);
  color:       var(--text);
/*  border-left: 4px solid transparent;*/
  border-radius: 10px;
  padding: 1rem;
  margin: 1.5rem 0;
  
}
.alert-box i {
  flex-shrink: 0;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  vertical-align: middle;
  line-height: 2.2rem;
}

.alert-content {
  flex: 1;
}

.alert-header {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: var(--text);
  padding-bottom: 10px;
}

.alert-divider {
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  margin-bottom: 0.75rem;
}

.alert-body p {
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.alert-info {
/*    border: solid 2px var(--info);*/
    box-shadow: 0 0px 10px var(--info);
}
.alert-info i,
.alert-info .alert-header {
  color: var(--info);
}

.alert-warning {
    /*  border: solid 2px var(--warning);*/
    box-shadow: 0 0px 10px var(--warning);
}
.alert-warning i,
.alert-warning .alert-header {
  color: var(--warning);
}

.alert-error {
/*    border: solid 2px var(--error);*/
    box-shadow: 0 0px 10px var(--error);
}
.alert-error i,
.alert-error .alert-header {
  color: var(--error);
}
.alert-tip {
/*    border: solid 2px var(--text);*/
    box-shadow: 0 0px 10px var(--text);
}
.alert-tip i,
.alert-tip .alert-header {
  color: var(--text);
}
.widget-fact {
  display: flex;
  background: var(--code-bg);
  padding: .75rem;
  border-radius: 0px;
  margin: 1rem 0;
}
.widget-fact i {
  margin-right: .5rem;
  color: var(--link);
}
/* Header nav list */
.header-nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav li + li {
  margin-left: 1rem;
}
#nav-list a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
  opacity: 0.9;
  font-style: italic;
}

#nav-list a:hover {
    font-weight: 500;
    transition: color .2s;
    color: var(--link);
}
#header a {
}
#header i {
    font-style: normal;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    clear: both;
}
/* Wrap in .table-responsive if you need horizontal scroll */
.table-custom, .has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg);
  border: solid 2px var(--muted);
  border-radius: 0px;
}

/* All cells get muted borders and bg = page bg */
.table-custom th, .has-fixed-layout th,
.table-custom td, .has-fixed-layout td {
  border: 1px solid var(--muted);
  background-color: var(--bg);
  padding: 0.75rem 1rem;
  text-align: left;
}

/* Header cells get an inverted accent band */
.table-custom thead th, .has-fixed-layout thead th {
    font-weight: 600;
    border-bottom: solid 2px var(--muted);
    text-transform: uppercase;
}


/* Optional: responsive wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0;
}
p {
  margin-bottom: 1.25em;
}
ul, ol {
  margin-left: 1.5em;
}


p {
  line-height: 1.65em;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
}
img {
}

#nav-list > li > a:hover > i {
  color: var(--link);
}

.toc > ol {
  list-style-type: decimal;
}
.toc ol ol {
  list-style-type: lower-alpha;
}
.toc ol ol ol {
  list-style-type: lower-roman;
}

ul.custom-icons {
  list-style: none;
  padding-left: 0;
}

ul.custom-icons li {
  position: relative;
  padding-left: 1.5em;
}

ul.custom-icons li i {
  position: absolute;
  left: 0;
  top: 0.1em;

}

.text-muted-shadow {
    color: var(--bg);
    text-shadow: -1px -1px 0 var(--accent), 1px -1px 0 var(--accent), -1px 1px 0 var(--accent), 1px 1px 0 var(--accent);
}
.text-shadow {
    text-shadow: -1px -1px 0 var(--accent), 1px -1px 0 var(--accent), -1px 1px 0 var(--accent), 1px 1px 0 var(--accent);
}

