:root {
  --tagline-size: 22px;
  --bask: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
		--cal: Calisto MT, Bookman Old Style, Bookman, Goudy Old Style, Garamond, Hoefler Text, Bitstream Charter, Georgia, serif;
		--gar: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
		--gill: Gill Sans, Gill Sans MT, Calibri, sans-serif;
  --can: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  --cen: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  --con: Consolas, monaco, monospace;
  --geo: Georgia, Times, Times New Roman, serif;
  --gou: Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif;
  --imp: Impact, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  --ari: Arial, Helvetica Neue, Helvetica, sans-serif;
  --cam: Cambria, Georgia, serif;
	--pal: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
	--opt: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
    --ver: Verdana, Geneva, sans-serif;
  --tah: Tahoma, Verdana, Segoe, sans-serif; 	
  --tre: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; 
  --table-width: 100%;
  --table-font: var(--geo);
  --table-header-font: var(--geo);
  /* --table-font: var(--geo); */
  --primary-font-size: 22px;
  --primary-font: var(--geo);
  --masthead-font: var(--geo);
  --color-masthead: black;
  --anchor-color: var(--color-masthead);
  --mast-weight: 800;
  --heading-text-transform: inherit;
  --heading-color: black;
  --heading-font: var(--geo);
  --postbox-font: var(--geo);
  --post-nav-font: var(--geo);
  --read-more-font: var(--postbox-font);
  --sidebar-font: var(--geo);
  --sidebar-font-size: inherit;
  --search-font: var(--geo);
  --archive-date-font: var(--geo);
  --archive-title-font: var(--geo);
  --footer-font: var(--geo);
  --block-font: var(--geo);
  --block-font-size: larger;
  --block-font-style: inherit;
  --block-font-color: black;
  --block-color: white;
  --mast-size: inherit;
  --masthead-text-transform: capitalize;
  --copyright-text-transformation: capitalize;
  --heading-color-border: var(--heading-color);

  --color-sidebar-bg: black;
  --sidebar-colorx: white;
  --color-sidebar-bg-hover: var(--color-masthead);
  --neverdead-color: var(--color-masthead);
  --neverdead-color: white;
  --sidebar-border-colors: black;
  --sidebar-link-color: white;
  --sidebar-text-color: gray;

  --color-date-post: gray;
  --color-pagination: gray;
  --color-archive: gray;
  --color-wordcount: var(--color-date-post);
  --color-read-more: var(--color-date-post);
  --color-read-more: silver;
  --color-word-count: var(--color-date-post);
  --color-masthead-hover: var(--color-masthead);
  --color-mast-footer: black;
  --color-mast-footer-hover: black;
  --color-footer-text: black;
  --color-footer-text: gray;
  --footer-bg: white;
  --color-selection-bg: LightGreen;
  --color-selection-text: Black;
  --mark-color: LightGreen;
  --color-anchor: Silver;
  --color-anchor-hover: black;
  --color-results: black;
  --color-search: black;
  --color-input: black;
  --color-archive-item: black;
  --color-archive-item-hover: black;

  --color-link-post: black;
  --color-link-post-hover: black;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  --link-bb: 1px solid var(--color-link-post-hover);
  --link-bb: none;
  --link-bb-hover: 2px solid var(--color-link-post-hover);
  --link-bb-hover: none;
  
  --table-zebra-color: LightGreen;
  --table-header-color: white;
  --table-header-bg-color: DarkGreen;

}

html {
  font-family: var(--primary-font);
  font-size: var(--primary-font-size);
  line-height: 36px;
}

.archive-title {
  font-family: var(--archive-title-font);
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .secondary {
  font-family: var(--heading-font);
  text-transform: var(--heading-text-transform);
}

.post h1 {
  color: black;
}

.post h2, .post h3, .post h4, .post h5, .post h6, .secondary {
  color: var(--heading-color);
  padding-bottom: .5em;
  /* border-bottom: 1px solid var(--heading-color-border); */
}

h2 a.anchorjs-link, h3 a.anchorjs-link {
  text-decoration: none;
  color: var(--anchor-color);
}

h2 a.anchorjs-link:hover, h2 a.anchorjs-link:focus, h3 a.anchorjs-link:hover, h3 a.anchorjs-link:focus {
  text-decoration: none;
  color: var(--anchor-color);
}

h1.post-title a, h1.post-title a:hover, h1.post-title a:focus {
  text-decoration: none;
  color: black;
}

 .postx {
  margin-bottom: 4em;
}

.breakit code[class*="language-"], .breakit pre[class*="language-"] {
    white-space: normal !important;
    word-break: break-word !important;
}

.border {
  border: 1px solid Gray;
  padding: 1em;
}

h2 {
  margin-top: 1em;
}

/* code[class*="language-"], pre[class*="language-"] { */
    /* white-space: normal !important; */
    /* word-break: break-word !important; */
/* } */



.red {
  color: red;
}

.NeverDead a, .NeverDead a:hover, .NeverDead a:focus  {
  color: var(--neverdead-color);
}

.GunsDrugsAndMoney, .NeverDead {
  font-weight: normal;
  color: var(--sidebar-text-color);
}

.spinach {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -1em;
}

/* Tables */

table {
  margin-bottom: 1rem;
  width: var(--table-width);
  border: 1px solid black;
  border-collapse: collapse;
  font-family: var(--table-font);
}
td,
th {
  padding: .25rem .5rem;
  border: 1px solid black;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) {
  background-color: var(--table-zebra-color);
}

th {
  background: var(--table-header-bg-color);
  color: var(--table-header-color);
  text-align: left;
  font-family: var(--table-header-font);
}

.nozebra tr:nth-child(odd) th,
.nozebra tr:nth-child(odd) td {
  background-color: white;
  color: black;
}

.nolines td, .nolines th, table.nolines {
  border: none;
}

/* Tables */

h2 {
  margin-bottom: 1em;
}

#s, #sa {
  margin-top: 1em;
}

::selection {
  background: var(--color-selection-bg); /* WebKit/Blink Browsers */
  color: var(--color-selection-text);
}
::-moz-selection {
  background: var(--color-selection-bg); /* Gecko Browsers */
  color: var(--color-selection-text);
}

blockquote {
  background-color: var(--block-color);
  font-size: var(--block-font-size);
  font-family: var(--block-font);
  font-style: var(--block-font-style);
  color: var(--block-font-color);
  margin-left: 1em;
}

mark {
  background-color: var(--mark-color);
}

img {
  display: block;
  max-width: 100%;
  margin: 0 0 1rem;
  border-radius: 0;
 
}

.sloth a, .sloth a:hover, .sloth a:focus {
 text-decoration: none;
}

.post a, .archive-item a, .container a {
 text-decoration: var(--link-decoration);
 border-bottom: var(--link-bb);
 color: var(--color-link-post);
}

/*
 * Pagination
 *
 */

.pagination {
  display: flex;
  overflow: hidden;
  color: var(--color-pagination);
  text-align: center;
}

.pagination-item {
  display: block;
  /*! padding: 1rem; */
  border: none;
}
.pagination-item:first-child {
  margin-bottom: -1px;
}

/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
  background-color: LightGreen;
}

/*
 * Pagination
 *
 */

.postx a {
  text-decoration: none;
}

.post a:hover, .post a:focus, .archive-item a:hover, .archive-item a:focus, .container a:hover, .container a:focus {
 text-decoration: var(--link-decoration-hover);
 border-bottom: var(--link-bb-hover);
 color: var(--color-link-post-hover);
}

.read-more {
  font-family: var(--read-more-font);
}

.read-more-more {
  margin-top: 1em;
}

.read-more a, .read-more a:hover, .read-more a:focus {
  color: var(--color-read-more);
}

.left-thing a, .left-thing a:hover, .left-thing a:focus {
  border-bottom: none;
  color: LightGray;
}

.Kingmaker a, .Kingmaker a:hover, .Kingmaker a:focus {
  border-bottom: none;
}

a.head-anchor {
 text-decoration: none;
 color: var(--color-anchor);
 border-bottom: none;
}

.head-anchor.active,
a.head-anchor:hover,
a.head-anchor:focus {
  text-decoration: none;
  color: var(--color-anchor-hover);
  border-bottom: none;
}
/*
.sidebar {
  background-color: var(--color-sidebar-bg);
  font-family: var(--sidebar-font);
}

.sidebar-nav-item {
  border-top: 1px solid var(--sidebar-border-colors);
  border-bottom: 1px solid var(--sidebar-border-colors);
}

a.sidebar-nav-item {
  color: var(--sidebar-colorx);
}

.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: none;
  background-color: var(--color-sidebar-bg-hover);
  border-color: transparent;
  color: var(--sidebar-link-color);
}
*/

.sidebar {
  font-family: var(--sidebar-font);
  font-size: var(--sidebar-font-size);
}

.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  color: var(--sidebar-link-color);
  /* background-color: var(--color-sidebar-bg-hover); */
}

.sidebar-nav-item {
  /* padding: .5rem 1rem; */
  padding: .25rem 1rem;
}

.archive {
  margin-bottom: 3rem;
}

.archive-item {
  margin-bottom: 1rem;
  overflow: auto; /* clearfix */
}

.archive-item + .archive-year {
  margin-top: 2rem;
}

.archive-date {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-archive);
  font-family: var(--archive-date-font);
}

@media (min-width: 34rem) {
  .archive-item {
    margin-bottom: .5rem;
  }
  .archive-date {
    float: right;
    margin-left: 1rem;
  }
}

.this-is-a-box {
  display: flex;
  width: 100%
}

.postbox {
  display: flex;
  width: 100%;
  font-family: var(--postbox-font);
}

.post-date {
  color: var(--color-date-home);
}

.post-date-1 {
  flex: 1;
  display: block;
  margin-bottom: 1rem;
  color: var(--color-date-post);
}

 .wordcount {
  margin-bottom: 1rem;
  color: var(--color-wordcount);
  }

input {
    outline: none;
}

#header { 
display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;padding-right:12px;
  /*color:#000;*/
  background:#000;
  
  height: 70px;
}

#header {
  max-width: 30.8rem; /* 30.8rem; */
  padding-left:  1rem;
  padding-right: 1rem;
  margin-left:  auto;
  margin-right: auto;
}

#header h1 { 
  margin:0
}
@media only screen and (max-width:520px) { 
  #header { 
    display:block;
	padding-right:0;
	font-size: 10px;
  }
}

/* Search - Input */

.theresults, .zeroresults {
  color: var(--color-results);
}

input[type=text],input[type=search] { 
  margin-bottom: 1em;
  font: inherit;
  -webkit-appearance: none;
  font-family: var(--search-font);
  font-size: 22px;
}

input[type=text],input[type=search],textarea { 
  width:100%;
  padding:5px;
  background:white;
  color: var(--color-search);
}

input[type=text]:focus,input[type=search]:focus,input[type=submit]:focus,textarea:focus { 
  color: var(--color-input);
  border: 3 px solid important!;
}

input::-webkit-search-cancel-button,input::-webkit-search-decoration { 
  display:none
}

/* Search */

#search-form { 
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin-left:auto
}
#search-form>[role] { 
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}

#search-form [type=search] { 
  width:300px;
  height: 50px;
  border: 1px solid black;
  padding: 0.5rem .5rem;
}

input[type="submit"] {
  font-size: 22px;
  height: 50px;
  padding: 0.5rem 1rem;
  color: #000000;
  border: 2px solid #000000;
  -webkit-appearance: none;
  -webkit-border-radius:0; 
  margin-left: .5em;
}

input[type="text"]:focus, input[type="submit"]:focus {
	outline: none;
}

@media only screen and (max-width:520px) { 
  #search-form { 
    padding:8px;
	line-height: 1;
  }
  #search-form>[role] { 
    -ms-flex:1;
	-webkit-flex:1;
	flex:1
  }
  #search-form input.txt { 
    max-width:none
  }
}

#search-results { }

.search-div {
  margin-bottom: 3em;
}

/* Misc */

small {
  text-align: center;	

}

.masthead-title a {
  font-size: var(--mast-size);
  font-family: var(--masthead-font);
  padding: 0;
  /* padding: 1em; */
  /* background-color: var(--color-masthead-back); */
  color: var(--color-masthead);
  text-align: center;
  text-decoration: none;
  text-transform: var(--masthead-text-transform);
  font-weight: var(--mast-weight);
}

.masthead-title a:hover, .masthead-title a:focus {
  color: var(--color-masthead-hover);
  text-decoration: none;
}

.masthead {
  border-bottom: none;
  /* margin-bottom: 5em; */
}

.masthead-title small {
  font-size: var(--tagline-size);
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0;
  padding-left: 10px;
}


.container {
  margin-top: 1rem;}
 
@media (max-width: 33em) {

.masthead-title {
  font-size: 200%;
  }

#header {
	padding: 10px 15px 0 5px;
	height: 5.5em;

}

}

@media (max-width: 38em) {
html {
  font-size: 18px;
  line-height: 29px;
	}	
  .masthead-title {
     text-align: left;
  }
  .masthead-title small {
    font-size: 17px;
	display: inline;
  }
  #search-form [type=search] { 
    width:200px;
    height: 40px;
	font-size: 16px;
  }
  input[type="submit"] {
  font-size: 16px;
  height: 40px;
  }
}

/* Previous & Next */

.post-nav {
  display: flex;
  font-family: var(--post-nav-font);
}
.post-nav div {
    /* flex-grow, flex-shrink, flex-basis */
    flex: 1 1 0;
}
.post-nav-previous {
    text-align: right;
}

/* Previous & Next */

/* Arrows */

.arrows {
  font-size: 150%;
}

/* Arrows */

/* Footer */

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--color-footer-text);
	text-align: center;
	font-family: var(--footer-font);
	font-size: inherit;
	max-width: 100%;
	margin-top: 3em;
	background-color: var(--footer-bg);
	padding-top: 1em;
	font-style: normal;
 }

.footer a { 
	text-decoration:none;
	color: var(--color-mast-footer);
}

.footer a:focus, a:hover { 
	color: var(--color-mast-footer-hover);
}

/* Footer */

@media (min-width: 23em) {
  .pagination-item {
    width: 50%;
  }
}