/* Style file for sedding.net */
/* Style file for sedding.net */
/* Style file for sedding.net */

/*yui 3 resets*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
/*yui 3 fonts*/
body{font:13px/1.231 calibri,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% calibri,arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}

@font-face {
    font-family: 'Jost*';
    src: url('fonts/Jost-Bold.woff2') format('woff2'),
        url('fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: 'Jost*';
    src: url('fonts/Jost-Book.woff2') format('woff2'),
        url('fonts/Jost-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
}

body{
	font-size:108%;
/*	font-size:100%;*/
	color:#000;
	padding-left: .75em;
	padding-right: .75em;
    font-family: 'Jost*',Futura,sans-serif;
    line-height: 1.6;
    font-weight: 200;
}
/*.title,h1,h2,h3,h4{
	font-family: 'Jost*',"Hiragino Maru Gothic Pro","Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
}*//*"Arial Rounded MT Bold",*/


h1 {
	/*18px via YUI Fonts CSS foundation*/
/*	font-size:138.5%;  */
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3,h4 {
	/* top & bottom margin based on font size */
	margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	color:#3e3e3e;
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
blockquote {
	overflow: auto;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
control of type=file still not possible */
input[type=text],input[type=password],input[type=button],textarea,#inputsubmit{
    width:300px;
	max-width: 100%;
	text-align:left;
	padding:1px;
	background-color:#6B6C6F;
	color:#fff;
	border:0;
}
#inputsubmit{
	background-color:#e36f1e;
	color:#e36f1e;
}

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

h1 a{color:#3e3e3e;}

img, iframe {
    max-width: 100%;
    height: auto;
}

.title{
	font-size:138.5%;
	font-weight:bold;
	margin:1.41em 0 1.12em 0;
}
@media screen and (max-width: 60em) {
ul.moreposts{overflow-y: scroll; max-height: 8.8em}
#blogsidepicture{display:none;}
}
@media screen and (min-width: 60em) {
#blogsidepicture{display:block;margin-top: 37.5px}
.left{float:left; width:300px;}
.body{margin-left:300px;padding-left:37.5px;}
#foot{
	clear:both;
	font-size: smaller;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* centering hack 2/2 */
	width: 56em;
	overflow: hidden;
}
}
#wrapper {
	/*padding:0;*/
	/*margin-top: 0;*/
	margin-bottom: 42px;
}
.title table{}
.title td, .title table{padding:0;margin:0;border:0;}
.title td{width:150px;}

/*-moz-linear-gradient(
    center bottom,
    rgb(40,51,59) 22%,
    rgb(168,168,168) 100%
	border-top:2.12em solid #3e3e3e;
)*/

#sidebar,#main{
	border-top:2em solid #3e3e3e;
	padding:2em 0;
}
#mail {
	color:#28333b;
}
#mail:after {
	content: "sedding.net";
}
#mail:before {
	content: "helmut@";
}
.p {margin:0;padding:0;max-width:100%;width:450px;}
.p td{height:16.66%;border:0 !important;font-size:25%;overflow: hidden;margin:0;padding:0;position: relative;}
.p td:before{ /*ensure height=width*/
    content:'';
    padding-top:100%;
    float:left;
}
.p .r a,.p .o a,.p .g a,.p .b a,.p #l {  
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0; 
  text-align: center;
  /*padding: 10px;*/
  display: flex;
  align-items: center;
}
.p .r a,.p .o a,.p .g a,.p .b a{display:block;height:100%;width:100%;}

.p .s{background-color:#6B6C6F;}
.p .w{background-color:#ffffff;}
.p .r{background-color:#b43a49;}
.p .o{background-color:#e36f1e;}
.p .g{background-color:#6db33f;}
.p .b{background-color:#005595;}

#l{text-align:center;height:75px;width:75px;vertical-align:middle;display:table-cell;}
#l:hover{background-color:#fff;}
#l a{color:#6B6C6F;}

.r{color:#b43a49;}
.o{color:#e36f1e;}
.g{color:#6db33f;}
.b{color:#005595;}

.details{color:#3e3e3e; font-size:50%; padding:0.5em 0; white-space:nowrap;}
hr{border:1em solid #3e3e3e;margin:2em 0;}
pre,tt{
/*	color:#3e3e3e;*/
	line-height:108%;
}

/* ACCORDIAN */
/*
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}
.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background:#00CCFF;
}
.accordion_child{
	padding:15px;
	background:#EEE;
}
.header_highlight{
	background:#00CCFF;
}
*/
.bibliography { 
	list-style-type:none;
	margin:0; 
	padding:0; 
}
.bibliography li {
	list-style-type:none;
	margin:-.25em 0 1.75em 0;
}
.abstract {
	font-size: 90%;
	padding-left: 1em;
}
h4 {padding:0 0 0.5em 0;}
ul.moreposts {margin:0;}
ul.moreposts li {list-style-type:none;}
h4 li {padding:0.2em 0;}

@view-transition { navigation: auto; }

body{scrollbar-color:#fff #3e3e3e;scrollbar-width:8px;}
body::-webkit-scrollbar{background:#fff;width:8px;-webkit-appearance: none;}
body::-webkit-scrollbar-thumb{background:#3e3e3e;}


@media (prefers-color-scheme: dark) {
body,html {color: #fff;background: #3e3e3e;}
a,.b { color:#5ebaff}
h1 a, h1,h2,h3,h4,h5,h6,strong,.details { color:#fff; }
#mail {color:#ccc;}
.p .b{background-color:#5ebaff;}
#sidebar,#main{border-top-color:#6B6C6F;}
hr{border-color:#6B6C6F;}
.p .w{background-color:#3e3e3e;}
#mail{color:#ccc;}
/*pre,tt{color:#ddd;}*/
body,div{scrollbar-color:#3e3e3e #6B6C6F;}
body::-webkit-scrollbar{background:#3e3e3e;}
body::-webkit-scrollbar-thumb{background:#6B6C6F;}
}

