/* Common */

.toolchest {
	width: fit-content;
	height: fit-content;
}

html {
	padding: 20px;
}

#wrapper {
	display: flex;
	column-gap: 24px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

}

.hidden {
	display: none;
}


/* SGI  */

html.sgi.blue-wallpaper {
	background-image: url('../images/sgi/wallpapers/blue.jpg');
}

.sgi .toolchest {
	background-color: #c6c6c6;
	font-family: 'Helvetica', 'Arial', 'Sans';
	font-weight: normal;
	font-style: italic;
	color: #333;
	border: 1px solid black;
	flex: 0 0 60px;
}

.sgi .toolchest-header, .sgi .toolchest-item {
	font-size: 16px;
	letter-spacing: 1px;
}

.sgi .toolchest-header {
	font-weight: normal;
	color: black;
	border-bottom: 3px solid #424242;
	border-right: 2px solid #424242;
}

.sgi .toolchest-header span {
	border-top: 1px dotted #c6c6c6;
	border-left: 1px dotted #c6c6c6;
	border-right: 1px dotted #424242;
	border-bottom: 1px dotted #424242;

	background-color: #808080;
	padding: 5px 10px 5px 4px;
	display: block;
	margin-left: 1px;
	margin-top: 1px;

}

.sgi .toolchest-items {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
}

.sgi .toolchest-item {
	background-color: #c1c1c1;
	background-image: url('../images/sgi/toolchest-icon.png');
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: auto auto;
	border-top: 1px solid #e8e8e8;	
	border-bottom: 1px solid #707070;
	padding: 4px 2px 4px 2px;
}

.sgi .toolchest-item a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	display: block;
}


.sgi .content {
	flex: 1 1 auto;
}

.sgi .content .content-header .content-header-inner {
	background-color: #dad7ca;
	color: black;
	font-family: 'Helvetica', 'Arial', 'Sans';
	font-weight: normal;
	font-style: italic;
	border: 1px solid black;
	display: flex;
}

.sgi .content .content-header .window-control {
	display: flex;
	align-items: center;	
	justify-content: center;
	flex: 0 0 24px;
	margin-left: 1px;
	margin-top: 1px;
	border-bottom: 1px solid #5b5746;

}

.sgi .content .content-header .window-control .window-control-inner {
	background-color: #a59f80;
	border-right: 1px dotted #5b5746;
	border-bottom: 1px dotted #5b5746;
	width: 100%;
	height: 100%;
	object-fit: none;
	display: block;
	background-repeat: no-repeat;
	background-position: center 48%;
	border-top: 1px dotted #a59f80;
	border-left: 1px dotted #a59f80;
}

.sgi .content .content-header .window-control:nth-child(1) .window-control-inner {
	background-image: url('../images/sgi/window-icon.png');
}



.sgi .content .content-header .window-control:nth-child(3) .window-control-inner {
	background-image: url('../images/sgi/minimize.png');
}

.sgi .content .content-header .window-control:nth-child(4) .window-control-inner {
	background-image: url('../images/sgi/maximize.png');
}


.sgi .content .content-header .window-title {
	margin-left: 1px;
	margin-top: 1px;
	border-top: 1px dotted #a59f80;
	border-left: 1px dotted #a59f80;
	flex: 1 1 auto;
	border-bottom: 1px solid #5b5746;

	
}

.sgi .content .content-header .window-title span {
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #a59f80;
	border-right: 1px dotted #5b5746;
	border-bottom: 1px dotted #5b5746;
	padding-left: 4px;
}




.sgi .content .content-outer-0 {
	border: 1px solid black;
	background-color: #dad7ca; 
	padding: 1px;
}

.sgi .content .content-outer-1 {
	border: 1px dotted #a59f80;
}

.sgi .content .content-outer-2 {
	border: 1px dotted #a59f80;
}

.sgi .content .content-outer-3 {
	border: 1px solid #a59f80;
}

.sgi .content .content-outer-4 {
	border: 1px dotted #5b5746;
	background-color: #a59f80;
}

.sgi .content .content-outer-5 {
	border: 1px dotted #5b5746;
}

.sgi .console {
	background-image: url('../images/sgi/console.png');
	width: 97px;
	height: 99px;
	background-size: cover;
	background-repeat: no-repeat;
}

.command {
	color: #a0a0a0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cursor {
	display: inline-block;
	width: 0.8ch;
	height: 1em;
	vertical-align: -0.1em;
	background: #d0d0d0;
	animation: blink 1s steps(1) infinite;
}

@keyframes blink {
	50% { opacity: 0; }
}


.blog-index a {
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	line-height: 16px;
	position: relative;
	padding-left: 1.2em;
	/* letter-spacing: 0.6px; */

}

.blog-index h2 {
	padding-bottom: 2px;
	text-decoration: underline;
}

.blog-index h3 {
	font-size: 12px;
	color: #a0a0a0;
}

.blog-index a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.4em;
	height: 0.4em;
	background: currentColor;
	border-radius: 50%;
}


/* Content */



.sgi .content .content-inner {
	background-color: #00003e;
	color: white;
	padding: 10px 20px 10px 20px;
	border: 1px solid #5b5746;
	border-top: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: 'Consolas', 'Arial';
	font-size: 16px;
	line-height: 24px;
}

.content .content-inner h1 {
	font-size: 20px;	
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content .content-inner a {
	color: inherit;
}

.content .content-inner img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .content-inner p, .sgi .content .content-inner iframe  {
	margin: 15px auto 15px auto;
}

dd, li {
	margin-bottom: 15px;
}

.maximized {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	padding-bottom: 10px;
	
}

.content-outer, .content-inner {
	/* height: 100%; */
	/* overflow: hidden; */
}


.specs {
	
}

.specs p {
	font-weight: bold;
}

.specs li {
	margin-bottom: 0px;
	list-style-type: disc;	
	margin-left: 20px;
}


/* GS/OS */

html.gs {
	/* background-image: url('../images/gs/wallpapers/blue.png'); */
	/* background-color: #7b7bff; */
	background:
	repeating-linear-gradient(
		90deg,
		#0a2cff 0,
		#0a2cff 2px,
		#ffffff 2px,
		#ffffff 3px
	);
	font-family: 'gs', 'sans';

}

.gs .toolchest {
	border: 2px solid black;
	background-color: white;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 26px;
	width: 100%;
	padding: 5px 5px 5px 40px;
	background-image: url('../images/gs/apple.png');
	background-repeat: no-repeat;
	background-position: 12px 2px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	z-index: 100;
}

.gs .toolchest-items {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}

.gs .toolchest-items .toolchest-item a {
	color: black;
	text-decoration: none;	
}

.gs .toolchest-items .toolchest-item a:hover {
	text-decoration: underline;
}

.gs .content {
	border: 2px solid black;
	background-color: white;
	margin-top: 40px;
	max-width: 800px;
}

.gs .content .content-header-inner {
	background-image: url('../images/gs/window-title.png');
	background-repeat: repeat-x;
	background-position: 4px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	height: 24px;	
	display: flex;
	align-items: center; /* vertical */
}

.gs .content .content-header {
	border-bottom: 2px solid black;
}

.gs .content .window-control img {
	display: none;
}


.gs .content .window-control:nth-child(1) {
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: white;
	width: 18px;
	height: 14px;	
	margin-left: 5px;
	position: relative;

}


.gs .content .window-control:nth-child(1)::after {
  content: "";
  position: absolute;
  inset: 0;        
  border: 2px solid black;
}

.gs .window-title {
	background-color: white;
	width: fit-content;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0 auto;
}

.gs .content-inner {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	line-height: 24px;
}




.gs .command {
	display: none;
}



.gs .console {
	background-image: url('../images/gs/icon.png');
	width: 42px;
	height: 47px;
	margin-top: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}

.gs .content  img {
	filter: url(#dither);

}


/* Global content */

.content h2 {
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
}

.content li {
	margin-bottom: 5px;
	list-style-type: disc;	
	margin-left: 20px;
}

.content li span {
	font-size: 0.8em;
	margin-top: -5px;
	display: block;
	opacity: 0.6;
}



/* Mobile */


@media (max-width: 768px) {
	#wrapper {
		display: flex;
		flex-direction: column;
		row-gap: 24px;
	}
	
	.gs .toolchest-header {
		display: none;
	}

}


