/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 1em;
}

::selection {
  background: #00f;
  color: #fff;
  /* color: rgba(0, 255, 255, 0.5); */
}


#page {
  margin: 0 auto;
  max-width: 960px;
  font-size: 1.75em; /* general fontsize multiplicator */
}


#header #title {
  font-size: min(20vw, 200px); /* min(3vw, 32px) */
  font-weight: 500;
  color: #f0f;
}

#header #description {
  font-size: 1.2em;
  color: #ccc;
  text-align: left;
}


#header #searchform {
  display: inline;
}

#header #searchform #searchinput {
  width: 600px;
  padding: 0;
  margin: 15px 0;
  font-size: 1em;
  color: #40f;
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  font-weight: bold;
  /* border-radius: 150px;
  border: #40f solid 200px;
  z-index: -100; */
}
#header #searchform #searchsubmit {
  margin-left: 70px;
}







/* Sizes */
small {
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3, #header {
  font-weight: bold;
}

h2 {
  font-size: 2.0em;
}

.post > h2 {
  margin-top: 0;
}

h3 {
  font-size: 1.3em;
  padding: 0;
  margin: 30px 0 0;
}


/* Links */
a, a:visited {
  color: #40f;
  background: none;
  text-decoration: underline;
  text-decoration: rgba(255, 0, 255, 0.25) underline;
  /* text-decoration-thickness: 5vh; */
}

a:hover {
  color: #fff;
  background: #40f;
  text-decoration: none;
  text-decoration: rgba(255, 0, 255, 0.25) wavy underline overline;
  text-decoration-thickness: 6vh;
}
a:active {
  color: #40f;
  background: #40f;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
}

code {
  font: 0.9em 'Menlo', 'Courier New', Courier, Fixed;
  background: #f2efec;
}

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

.clear {
  clear: both;
}

/* id number */
.post .id {
  width: 85px;
  margin-left: -90px;
  margin-right: 5px;
  text-align: right;
  float: left;
}

#footer {
  clear: both;
  text-align: center;
}





/* Lists */
.entry ul {
  padding-left: 1em;
}

.entry img {
  width: 100%;
}

.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;
  margin-bottom: 15px;
}

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

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

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

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

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



/* Begin Sidebar */
#sidebar {
  padding-left: 3em;
}

#sidebar .id {
  width: 47px;
  margin-left: -50px;
  margin-right: 3px;
  text-align: right;
  float: left;
}

/* End Sidebar */


#grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

#content {
  /* background: #ddd; */
}

hr {
  display: none;
}

a img {
  border: none;
}


/* Related Posts */

.related {
  padding-top:10px;
}
.related a, .related a:visited  {
  color: #f00;
}

.related a:hover {
  color: #fff;
  background: #f00
}

.related a:active {
  color: #f00;
  background: #f00
}


.tags {
  font-family: "Menlo", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 2em;
}
.narrowcolumn .tags {
  padding-bottom: 5em;
}
.tags a, .tags a:visited {
  color: #09f;
  background: #fff;
  padding: 2px 8px 2px 4px;
  border: #09f 1px solid;
  border-radius: 3px 15px 15px 3px;
}
.tags a:hover {
  color: #fff;
  background: #f0f;
}
.tags a:active {
  color: #fff;
  background: #07c;
}

#sidebar .tags {
  padding-top: 2px;
}
.menlo {
  font-family: "Menlo", Verdana, Arial, Helvetica, sans-serif;
}

.navigation {
  font-size: 2em;
}

/* End Various Tags & Classes*/


.underline {
  text-decoration: #00ff33 wavy underline;
  text-decoration-thickness: 100px;
}

.italic {
}


.bold {
  font-weight: bold;
}

/* colors */

.gray   { color: #ccc; }
.red   { color: #f00; }
.brown   { color: #963; }
.blue   { color: #00f; }
.green   { color: #0f0; }
.magenta   { color: #f0f; }


.edit a, .edit a:visited  {
  color: #fff;
}

.edit a:hover {
  color: #fff;
  background: #f00;
}
.edit a:active {
  color: #f00;
  background: #0f0;
}


.helvetica {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}


/* highlight.js */
code .class,
code .literal,
code .titlename {
  color: #3465a4;
}
code .comment {
  color: #4e9a06;
}
code .keyword {
  color: #204187;
  font-weight: bold;
}
code .escape,
code .symbol,
code .escape,
code .tag {
  color: #a40000;
}
code .value,
code .preprocessor,
code .method,
code .javascript {
  color: #2e3436;
}
code .string,
code .regexp {
  color: #8f5902;
}
code .params,
code .attribute,
code .number {
  color: #5c3566;
}


.update {
  font-style: italic;
  font-size: 0.8em;
}
