:root {
  --white: #fff;
  --black: #13140e;
  --grey: #b2b2b2;
  --blue: #3EA9D5;
  --pink: #DA589D;
  --yellow: #fbdf96;
  --dark-grey: #333333;

  --primary-bg: #13140e;
  --primary-link: #3EA9D5;
  --primary-hover: #3EA9D5;
  --primary-font-family: "FoundersCondReg";
  
  --header-bg: #332d2e;
  --header-link: #fff;
  --header-link-hover: #b44d36;

  --footer-bg: #332d2e;
  --footer-link: #f3f3f3;
  --footer-link-hover: #fff;

  --button-bg: #b44d36;
  --button-hover: #fc2e00;
}
/*
Theme Name: Protomen 2026
Theme URI: https://www.antbag.com
Description: Based on "Blackwater" theme, updated for Protomen
Version: 1.0
Author: Yewknee / Antbag
Author URI: https://yewknee.com, http://www.antbag.com/

*/

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
form {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--primary-font-family), sans-serif;
    background-color: var(--primary-bg);
    color: var(--white);
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'FoundersMedium', sans-serif;
}

h1 {
    font-size: 2em;
}

a {
    text-decoration: none;
    color: var(--primary-link);
}

a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}
.white {
    color: var(--white);
}
.white-bg {
    background-color: var(--white);
}
.blue {
    color: var(--blue);
}
.blue-bg {
    background-color: var(--blue);
}
.pink {
    color: var(--pink);
}
.pink-bg {
    background-color: var(--pink);
}
.yellow {
    color: var(--yellow);
}
.yellow-bg {
    background-color: var(--yellow);
}
.dark-grey{
    color: var(--dark-grey);
}
.dark-grey-bg {
    background-color: var(--dark-grey);
}
blockquote {
    font-style: italic;
    font-family: monospace;
    font-size: 90%;
}

/* 
.entry li {
    margin: 0 0 5px 0;
}

.entry ul li ul,
.entry ul li ol,
.entry ol li ul,
.entry ol li ol {
    margin: 5px 0 5px 30px;
}

.entry img.left {
    padding: 6px;
    margin: 0.5em 15px 0.5em 0;
    border: none;
    float: left;
    clear: left;
}

.entry img.right {
    padding: 6px;
    margin: 0.5em 0 0.5em 15px;
    border: none;
    float: right;
    clear: right;
}

.entry img.center {
    display: block;
    padding: 8px;
    margin: 0 auto 1.5em auto;
    border: none;
    float: none;
    clear: both;
}

.entry img.frame {
    padding: 6px;
    margin: 0.5em 0 0.5em 15px;
    border: 1px solid #666;
    background: #444;
    float: right;
    clear: right;
}

.entry img.stack {
    clear: none !important;
}
*/

/*----HEADER----*/
h1.identity a {
    display: block;
  text-indent: -9999px;
    background-image: url('../images/protomen-silver--2026.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    aspect-ratio: 100/29;
    border-bottom: none;
}
h1.identity a:hover {
    background-color: transparent;
    border-bottom: none;
}
/* MEDIUM */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* SMALL */
@media screen and (max-width: 39.9375em) {
    h1.identity a {
        width: 80%;
        margin: 0 auto; 
    }
}
/*----POST----*/
.post {
    padding: 0px 30px 40px 0px;
}
.post:first-child {
    padding-top: 0;
}
.post h2 {
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 0.5em;
}
.entry {
    line-height: 22px;
    font-size: 16px;
}
.entry p {
    margin-bottom: 1em;
    font-size: 22px;
    font-family: var(--primary-font-family), sans-serif;
}
.entry .wp-block-image img[style] {
    width: auto;
}
.postinfo {
    color: #666;
    padding: 2px 0 20px 0;
}

.postinfo a {
    color: #aaa;
}

.postdate {
    color: #aaa;
}

p.postmetadata {
    color: #bfb8a1;
    border-top: 1px dotted #333;
    margin: 20px 0 0 0;
    padding: 5px 0 0 0;
}

p.postmetadata strong {
    float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav {
    padding: 10px 20px 20px 10px;
    font-weight: normal;
    line-height: 18px;
}

h4.archive_head {
    font-family: var(--primary-font-family), sans-serif;
    font-size: 
}

.navigation {
    margin: 15px 0 15px 20px;
}

/*----SIDEBAR STYLES----*/
.rightbar {
    padding-top: 1em;
    border-left: 1px solid #333;
}
.rightbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rightbar ul ul {
    margin-bottom: 1em;
}
.rightbar ul li {
    padding: 0;
    margin: 0;
}
.rightbar ul li a {
    display: block;
    color: var(--pink);
}
.rightbar ul li a:hover {
    
}
.rightbar h2 {
    text-transform: uppercase;
    color: #555;
    font-size: 24px;
    padding: 3px 0;
    margin: 0;
    border-bottom: 1px solid #333;
}
/*


.sidebar ul li h2 {
    font-family: Impact, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #555;
    padding: 3px 0;
    margin: 0 10px 0 22px;
    border-bottom: 1px solid #333;
}

.sidebar ul ul li {
    padding: 0;
    margin: 0 0 0 13px;
    line-height: 20px;
    list-style: none;
    font-size: 11px;
    border-bottom: 1px solid #333;
}

.sidebar .syndication .rss {
    width: 179px;
    height: 33px;
    position: relative;
}

.sidebar .syndication .rss span {
    background: url(images/sub_rss.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sidebar .rss .sub {
    border-bottom: none;
}

.sidebar .rss .sub a:hover {
    background: none;
}

.sidebar ul li a {
    display: block;
    text-decoration: none;
    color: #31738f;
    padding: 2px 2px;
}

.sidebar ul li a:hover {
    text-decoration: none;
    color: #ccc;
    background: #222;
}

table#wp-calendar {
    width: 100%;
}*/

/* Left Sidebar */
/*
.leftbar {
    float: left;
    width: 190px;
    margin: 30px auto 5px auto;
    padding-top: 5px;
    padding-bottom: 15px;
    display: inline;
    overflow: hidden;
    border-left: 1px solid #333;
}

.leftbar ul {
    list-style: none;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
}

.leftbar ul li {
    padding: 10px 0 20px 0;
}

.leftbar ul li h2 {
    font-family: Impact, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #8a366f;
    padding: 3px 0;
    margin: 0 0 0 14px;
    border-bottom: 1px solid #333;
}

.leftbar ul ul li {
    padding: 0;
    margin: 0;
    line-height: 20px;
    list-style: none;
    font-size: 11px;
    border-bottom: 1px solid #333;
}
.leftbar ul li a {
    display: block;
    text-decoration: none;
    color: #31738f;
    padding: 2px 2px;
}

.leftbar ul li a:hover {
    text-decoration: none;
    color: #ccc;
    background: #222;
}*/

/*----COMMENT FORM----*/

#comment-form {
    border: 1px dotted #333;
    padding: 5px 5px 15px 15px;
    background: transparent;
}

.comments-template ol {
    margin: 0 0 15px;
    list-style: none;
}

.comments-template ol li {
    line-height: 18px;
    margin: 10px 0 10px 0;
    
}
.commentlist li {
    border-bottom: rgba(255,255,255,1);
}

.comments-template h2,
.comments-template h3 {
    font-weight: normal;
    color: #fff;
    line-height: 1;
    padding: 10px 0 5px 0;
}
.comments-template h3 {
    font-size: 30px;
    text-align: center;
}
.commentmetadata {
    color: #fff;
    padding: 20px 0 10px 0;
    font-size: 20px;
}
.commentlist .entry p {
    font-size: 20px;
}
.commentlist a {
    color: var(--pink);
}

.commentmetadata strong {
    
}

.comments-template p.nocomments {
    padding: 0;
}

.comments-template label {
    color: var(--white);
    font-size: 22px;
    margin: 0;
    line-height: 1;
    padding-bottom: 0.2em;
}
.comments-template input[type="text"] {
    border: 1px solid #555;
    background: rgba(255, 255, 255, 0.2);
}

.comments-template textarea {
    font-family: sans-serif;
    width: 100%;
    color: #000;
    margin: 30px 15px 15px 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #555;
}

/*----FOOTER----*/

#footer {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 10px 5px 5px 0px;
    line-height: 18px;
    font-size: 16px;
    color: #ccc;
    background: #000;
    border-top: 1px dotted #333;
    border-bottom: none;
}

#footer a:link {
    text-decoration: none;
    color: #31738f;
}

#footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer a:visited {
    text-decoration: none;
    color: #31738f;
}


/* 2026 */ 
@media screen and (max-width: 39.9375em) {
    ul.small-only-cloud-list li {
        display: inline-block;
        margin-right: 1em;
    }
}