      /* basics */
      * { margin: 0px; padding: 0px; }
      body { font-size: 16px; line-height: 28px; font-family: 'Open Sans',sans-serif; background-color: #fff; }
      div, header, section, article { border: 0px black solid; }
      pre { font-size: 12px; line-height: 14px; padding: 10px; margin-bottom: 1em; color: #333; }
      code { font-size: 12px; line-height: 14px; padding: 10px; margin-bottom: 1em; color: #333; }
      .entry { font-family: 'Open Sans', sans-serif; }

      /* structure */
      #header { margin-top: 3em; padding-left: 3em; background-color: black; }
      #header h1 { font-family: 'Open Sans', sans-serif; font-size: 5em; line-height: 2em; }
      #header h1 a { text-decoration: none; color: white; }
      #header h1 a:visited { text-decoration: none; color: white; }
      #header h1 a:hover { text-decoration: none; color: white; }
      .tags { font-family: 'Open Sans', sans-serif; }
      .pages { font-family: 'Open Sans', sans-serif; }

      #fold { background-color: green; }

      #menu { position: absolute; left: 3em; top: 3em; width: 17em; }
      #menu .tags  { font-size: 1em; line-height: 1em; }
      #menu .pages { font-size: 1.4em; line-height: 1em; }
      #menu ul { margin: 1em 0em 1em 0em; }
      #menu ul li { display: block; margin-bottom: .5em; }
      #menu p { font-size: .8em; line-height: 1.4em; color: #333;}

      .inner { width: 30em; }
      .entry { margin-bottom: 3em; }
      .entry .tags { display: block; font-size: .7em; line-height: 1.2em; margin: 1em 0 2em 0; }
      .entry .tags li { display: inline; padding: .25em; background-color: #66f; color: #fff; }
      .entry .tags li a { color: #fff; text-decoration: none; }
      .entry .tags li a:visited { color: #fff; }

      /* whitespace */
      #blog { padding: 3em 0px 0px 23em; position: relative; }
      #blog h1 { font-family: 'Open Sans', sans-serif; font-size: 2em; line-height: 1.4em; margin-bottom: .5em; }
      #blog h2 { font-family: 'Open Sans', sans-serif; font-size: 1.8em; line-height: 1.4em; margin-bottom: .5em; }
      #blog h3 { font-family: 'Open Sans', sans-serif; font-size: 1.6em; line-height: 1.4em; margin-bottom: .5em; }
      #blog h4 { font-family: 'Open Sans', sans-serif; font-size: 1.4em; line-height: 1.4em; margin-bottom: .5em; }
      #blog h5 { font-family: 'Open Sans', sans-serif; font-weight: 800; font-size: 1.2em; line-height: 1.2em; color: #333; margin-bottom: .5em; }
      #blog p { margin-bottom: 1em; }`
