/*! normalize.css v3.0.2 | MIT License | git.io/normalize */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* Custom css to apply to all platforms. 
Launched 2022-08-28. 
*/ 
html{ font-family:Georgia,serif; font-size: 18px; background-color:#f2f2f2; }
body { font-family:Georgia,serif; font-size: 18px; background-color:#f2f2f2; } 
nav { background-color:#ffd700; border-radius:6px; padding:5px; overflow: auto; } 
#content { padding:15px; } 
li { padding:5px 2px; }
.footer { border-top:1px solid #cccccc; padding:15px; margin-top: 2em;} 
.post-info { border-bottom:1px solid #cccccc; }
/* h1, h2, h3, h4 { font-weight:lighter; } */
a { color:#0000ee; }
h1 a, nav a { color:#000000; text-decoration:none; } 
/* a:hover, h1 a:hover, nav a:hover { color:#696969; text-decoration:none; } */
a:hover, h1 a:hover, nav a:hover { color:#000000; background-color: #ffd700; text-decoration:none; }
.e-content p { line-height:1.75; }
.home-link { float:left; } 
.pull-right { float:right; }
/* DEAD 2019-12-04
.archives-link { float:right;} */
.asterism {text-align:center; font-weight:bold;}
hr.invisible-bar { color:#f2f2f2;background-color:#f2f2f2;height:1px;border:0 none;}
address {font-style:normal;}

/* mobile first layouts and designs... */ 
.container { box-sizing: border-box; margin:1em; } 

/* ...then apply begin to apply to larger displays. */
@media screen and (min-width: 35.5em) { 
	.container { box-sizing: border-box; margin:1em 5em; } nav { padding:15px 30px; } } 
@media screen and (min-width: 48em) { 
	.container { box-sizing: border-box; max-width:35em; margin:2em auto; } }
@media screen and (min-width: 64em) { 
	.container { box-sizing: border-box; max-width:45em; margin:2em auto; } }
@media screen and (min-width: 80em) { 
	.container { box-sizing: border-box; max-width:45em; margin:2em auto; } }
