/*  
Theme Name: bash-modernized
Theme URI: https://sohgnar.com/
Description: Monospace text-only LoFi theme. Originally designed by Alexandru Popescu, modernized for current WordPress by Michael Stants.
Version: 2.0
Author: Michael Stants
Author URI: https://sohgnar.com/

    bash v2.0
    Original theme by Alexandru Popescu
    Modernized by Michael Stants

    Minimalist design, monospace text only theme
    Homage to the ASCII console *NIX era
*/



/* Begin Typography & Colors */
body {
	color: #f2f2e8;
	background-color: #000000;
font: 13px "Courier New", Courier, mono;
	}

.post h2 a{font-size: 16px; color:#ff962d; 
text-decoration: none; font-weight: bold}

.post h2 a:hover {background-color: transparent; color: #ffb15f;}
.post h2 { margin: 6px 4px 6px 2px;  display: inline; }


.postTitle {background: url(H.gif) repeat-x top; margin:0; padding: 0;}
.postTitle div {background: url(H.gif) repeat-x bottom;  margin:0; padding: 0;}


.post small { font-size:13px; color: #b8b8aa; padding-top:6px;}

.postTitleHR {display: block; margin: -3px;}
small {font-size: 12px;}

a {color: #ff962d}



#sidebar {margin-top: 0;}
#sidebar ul li h2 {font-size: 13px; margin-bottom:0px; margin-top:20px;}
#sidebar ul {text-align: left; font-size:12px;}
#sidebar a { text-decoration:none; color: #b8b8aa;}

#sidebar img {
	background: transparent;
	border: 0;
	height: auto;
	max-width: 100%;
	padding: 0;
}



#sidebar a:hover, .post a:hover  { background-color:#ff962d; color:#000000;}

#page {
	background-color: black;
	margin: 20px auto;
	padding: 0;
	width: 760px;	}
.post .entry img{ background-color:#000000; border: 1px solid #ced4ca; padding: 3px; margin: 5px 0 5px 0;}
#header {padding: 0 0 20px 0;		}
#header h1 a{ font-size: 18px;  color:#f2f2e8;  text-decoration:none; }
#header h1 a:hover {background-color: #000000; color: #ff962d;}
#header h1 {margin:0px; }
#header  .description {font-size: 11px; }
#clearnavigation {clear: both;}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.entry {
	line-height: 1.35;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.entry p {
	margin: 0 0 16px 0;
}

.entry pre,
.entry code {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.entry pre {
	max-width: 100%;
	overflow: auto;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

h2.pagetitle { font-weight: normal} 


.postmetadata a{ text-decoration:none; color: #b8b8aa;}

.postmetadata { font-size:12px;
	clear: left;
	margin-top: 12px;
}

#footer {
	padding: 0;
	
font-size: 12px; color: #b8b8aa;
	
	clear: both;
	}
	#footer a { text-decoration: none; color: #ff962d;}



/* Primary Menu */
#site-navigation {
	background-color: #101010;
	border-bottom: 1px solid #6f6f66;
	border-top: 1px solid #6f6f66;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	margin: -6px 0 14px 0;
	padding: 3px 0;
	text-transform: uppercase;
}

#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0 2px;
}

#site-navigation li {
	display: block;
	margin: 0;
	position: relative;
}

#site-navigation > ul > li {
	padding-right: 8px;
}

#site-navigation > ul > li:not(:last-child)::after {
	color: #ff962d;
	content: "|";
	margin-left: 8px;
}

#site-navigation a {
	color: #f2f2e8;
	display: inline-block;
	padding: 2px 3px;
	text-decoration: none;
}

#site-navigation a:hover,
#site-navigation .current-menu-item > a,
#site-navigation .current-menu-ancestor > a {
	background-color: #ff962d;
	color: #000000;
}

#site-navigation .sub-menu {
	background-color: #101010;
	border: 1px solid #6f6f66;
	display: none;
	left: 0;
	min-width: 160px;
	padding: 3px;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

#site-navigation li:hover > .sub-menu,
#site-navigation li:focus-within > .sub-menu {
	display: block;
}

#site-navigation .sub-menu li {
	white-space: nowrap;
}

#site-navigation .sub-menu a {
	display: block;
	padding: 3px 6px;
}

#site-navigation .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

input, textarea { border: 1px solid #6f6f66; font-size: 12px; color: #f2f2e8;}
input:hover, textarea:hover { border: 1px solid #ff962d;}
#searchsubmit, #submit, #searchform div input { background-color: #ff962d; color:#000000; border: none; font-size: 12px}



#searchform {
	
	padding: 3px; 
	}

#searchform  input#s { 	 border: 1px solid #6f6f66; font-size: 12px; background-color:#000000; color: #f2f2e8;	padding: 2px;	}
#sidebar #searchform input#s { float: left; margin-top: 13px; margin-right:3px;} /* widget hack */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {	width: 170px; 	padding: 2px; 	margin: 5px 5px 1px 0; 	}
#commentform input, #commentform textarea {background-color: #000000;}
#commentform textarea {width: 450px; 	padding: 2px; 	padding: 2px;	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #222222;
	}



.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px 5px;
	list-style: none;
	font-size:12px;
	}

.commentlist p {
	margin: 5px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {

	display: block; float: right;
	}
	.commentmetadata a{ text-decoration: none; color: #b8b8aa; font-size:11px;}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	padding: 42px 0 10px 0;
	margin-left: 0;
	width: 190px;
	}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #CCC;
	}

blockquote {
	margin: 15px 20px 0 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}



.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* WordPress 6.x compatibility helpers */
.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;
	width: 1px;
	word-wrap: normal !important;
}
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #b8b8aa; }
.gallery-caption { font-size: 12px; color: #b8b8aa; }
.bypostauthor { }
.sticky { }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.entry iframe, .entry embed, .entry object { max-width: 100%; }
