@charset "utf-8";
/* edited with XMLSpy v2024 (https://www.altova.com) by Alexander Falk (Altova, Inc.) */
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #1e1e1e;
	/* background-image: url(images/BinaryBackground.png);
	background-repeat: repeat-y;
	background-attachment: fixed; */
}

body,td,th {
	color: #dadada;
}

img {
	border: none;
}

hr { /* width="180" noshade="noshade" color="#45494b" */
  color:#45494b;
  background-color:#45494b;
  height:2px;
  border:0px solid #45494b;
  width:180px;
}

.imageAlign {
	text-align: center;
}

.largeheader { 
	position: static;
	top: 0;
	width: 100%;
	height: 600px;
	border: 0px solid #000000;
	overflow: hidden;
  transition: all 1s ease;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
} 

.largeheader img { 
	max-width: 100%;
   transition: all 1s ease;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
} 

.smallheader { 
	position: static;
	top: 0;
	width: 100%;
	height: 280px;
	border: 0px solid #000000;
	overflow: hidden;
  transition: all 1s ease;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
} 

.smallheader img { 
	max-width: 100%;
    width:100%;
    transform:translate(0, -25%); 
    /* &.max{ height:100%; width:100%; }; */
  transition: all 1s ease;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
} 

.thrColLiqHdr #container { 
	width: 90%;  /* this will create a container 80% of the browser width */
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	margin: 0 350px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #dadada;
	font-size: 28px;
}

.thrColLiqHdr #sidebar0 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #b3b3b3;
	font-size: 24px;
    display:none;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar0 {
	float:left;
	/* position:fixed; */
	margin-top: 45px;
	margin-left: 20px;
	color: #b3b3b3;
	width: 200px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #sidebar1 {
	float:left;
	color: #b3b3b3;
	width: 0px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	color: #b3b3b3;
}

.thrColLiqHdr #sidebar0 p, .thrColLiqHdr #sidebar0 h3, .thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #b3b3b3;
}

.thrColLiqHdr #sidebar0 h3 {
	font-size: 16px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	color: #b3b3b3;
}

.thrColLiqHdr #sidebar2 h3 {
	font-size: 14px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b3b3b3;
}

.thrColLiqHdr h2 {
	color: #dadada;
	font-size: 24px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin-block-start: 1.5em;
}

.thrColLiqHdr h3 {
	color: #dadada;
	font-size: 20px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

a:link {
color:#a68af9;
text-decoration:none;
text-decoration:underline;
}

a:visited {
color:#a68af9;
text-decoration:none;
text-decoration:underline;
}

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


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent { 
	margin: 0 350px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #innerCenter {
	width: 100%;
	float: left;
}	

/*
.thrColLiqHdr #mainContent p { 
	line-height: 16px;
}
*/

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #b3b3b3;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftIntro {
	text-transform:uppercase;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left: 10px;
}

.nosurr {
	margin: 0; 
	border: none; 
	padding: 10px;
	line-height: normal;
	display:block;
}

/* Hide right column responsive to screen width */
@media all and (max-width: 1100px) {
    .thrColLiqHdr #sidebar2 {
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
		float: none;
    } 
	.thrColLiqHdr #mainContent { 
		margin: 0 0 0 200px;
	  transition: all 1s ease;
	  -moz-transition: all 1s; /* Firefox 4 */
	  -webkit-transition: all 1s; /* Safari and Chrome */
	  -o-transition: all 1s; /* Opera */
	}
	.thrColLiqHdr #header { 
		margin: 0 0 0 200px;
	  transition: all 1s ease;
	  -moz-transition: all 1s; /* Firefox 4 */
	  -webkit-transition: all 1s; /* Safari and Chrome */
	  -o-transition: all 1s; /* Opera */
	} 
	.largeheader { 
		position: static;
		top: 0;
		width: 100%;
		height: 400px;
		border: 0px solid #000000;
		overflow: hidden;
	  transition: all 1s ease;
	  -moz-transition: all 1s; /* Firefox 4 */
	  -webkit-transition: all 1s; /* Safari and Chrome */
	  -o-transition: all 1s; /* Opera */
	} 
}

/* Hide left column responsive to tiny screen width */
@media all and (max-width: 640px) {
    .thrColLiqHdr #sidebar0 {
		position: relative;
    } 
    .thrColLiqHdr #sidebar1 {
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
		float: none;
    } 
	.thrColLiqHdr #mainContent { 
		clear: left;
		margin: 0 0 0 0;
	}
	.thrColLiqHdr #header { 
		clear: left;
		margin: 0 0 0 0;
	} 
	.thrColLiqHdr #header h1 {
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
		float: none;
		clear: left;
	}
	.thrColLiqHdr #sidebar0 h1 {
		display:inline;
		font-size: 16px;
	}
}

/* Center website content on really wide monitors */
@media all and (min-width: 1600px) {
	body  {
		width: 1600px;
		margin: 0 auto;
	}
}

/* Additional styles to allow easy copy/paste from my blog */
a.internal-link.is-unresolved {
	font-size: 12px;
	line-height: 16px;
	color:#dadada;
	text-decoration:none;
}

p:has(a.internal-link.is-unresolved) {
	margin-block-start: 0em;
}

h3.publish-article-heading {
	margin-block-end: 0em;
}

span.internal-embed.image-embed.is-loaded > img {
	float: left;
	padding-right: 20px;
}

/* support for obsidian callouts */
.callout {
	--callout-color: var(--callout-default);
	--callout-icon: lucide-pencil;
  }
  .callout[data-callout="abstract"],
  .callout[data-callout="summary"],
  .callout[data-callout="tldr"] {
	--callout-color: var(--callout-summary);
	--callout-icon: lucide-clipboard-list;
  }
  .callout[data-callout="info"] {
	--callout-color: var(--callout-info);
	--callout-icon: lucide-info;
  }
  .callout[data-callout="todo"] {
	--callout-color: var(--callout-todo);
	--callout-icon: lucide-check-circle-2;
  }
  .callout[data-callout="important"] {
	--callout-color: var(--callout-important);
	--callout-icon: lucide-flame;
  }
  .callout[data-callout="tip"],
  .callout[data-callout="hint"] {
	--callout-color: var(--callout-tip);
	--callout-icon: lucide-flame;
  }
  .callout[data-callout="success"],
  .callout[data-callout="check"],
  .callout[data-callout="done"] {
	--callout-color: var(--callout-success);
	--callout-icon: lucide-check;
  }
  .callout[data-callout="question"],
  .callout[data-callout="help"],
  .callout[data-callout="faq"] {
	--callout-color: var(--callout-question);
	--callout-icon: help-circle;
  }
  .callout[data-callout="warning"],
  .callout[data-callout="caution"],
  .callout[data-callout="attention"] {
	--callout-color: var(--callout-warning);
	--callout-icon: lucide-alert-triangle;
  }
  .callout[data-callout="failure"],
  .callout[data-callout="fail"],
  .callout[data-callout="missing"] {
	--callout-color: var(--callout-fail);
	--callout-icon: lucide-x;
  }
  .callout[data-callout="danger"],
  .callout[data-callout="error"] {
	--callout-color: var(--callout-error);
	--callout-icon: lucide-zap;
  }
  .callout[data-callout="bug"] {
	--callout-color: var(--callout-bug);
	--callout-icon: lucide-bug;
  }
  .callout[data-callout="example"] {
	--callout-color: var(--callout-example);
	--callout-icon: lucide-list;
  }
  .callout[data-callout="quote"],
  .callout[data-callout="cite"] {
	--callout-color: var(--callout-quote);
	--callout-icon: quote-glyph;
  }
  .callout {
	overflow: hidden;
	border-style: solid;
	border-color: rgba(var(--callout-color), var(--callout-border-opacity));
	border-width: 0;
	border-radius: 6;
	margin: 1em 0em;
	mix-blend-mode: var(--callout-blend-mode);
	background-color: #303030;
	padding: 1em 2em;
  }
  .callout.is-collapsible .callout-title {
	cursor: var(--cursor);
  }
  .callout-title {
	padding: 1em 0em;
	display: flex;
	gap: 1em;
	font-size: var(--callout-title-size);
	color: rgb(var(--callout-color));
	line-height: var(--line-height-tight);
	align-items: flex-start;
  }
  .callout-content {
	overflow-x: auto;
	padding: var(--callout-content-padding);
	background-color: var(--callout-content-background);
  }
  .callout-content .callout {
	margin-top: 20px;
  }
  .callout-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
  }
  .callout-icon .svg-icon {
	color: rgb(var(--callout-color));
  }
  .callout-icon::after {
	content: "\200B";
  }
  .callout-title-inner {
	--font-weight: var(--callout-title-weight);
	font-weight: var(--font-weight);
	color: var(--callout-title-color);
  }
  .callout-fold {
	display: flex;
	align-items: center;
	padding-inline-end: var(--size-4-2);
  }
  .callout-fold::after {
	content: "\200B";
  }
  .callout-fold .svg-icon {
	transition: transform 100ms ease-in-out;
  }
  .callout-fold.is-collapsed .svg-icon {
	transform: rotate(calc(var(--direction) * -1 * 90deg));
  }