html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  font: inherit;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

body {
  background-color: #f1f1f1;
  background-image: url("../images/bg.png");
  background-position: left top;
  background-repeat: repeat;
  color: #2d2d2d;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  line-height: 18px;
}

blockquote, dl, ol, p, pre, table, ul {
  margin: 18px 0px;
}

blockquote {
  overflow: hidden;
  padding: 0px 18px;
  // background-color: white;
}

dl.horizontal > dd, .archives > dd, .archives-records > dd {
  margin-left: 65px;
}
dl.horizontal > dd + dt, .archives > dd + dt, .archives-records > dd + dt {
  margin-top: 18px;
}
dl.horizontal > dd + dt + dd, .archives > dd + dt + dd, .archives-records > dd + dt + dd {
  margin-top: 18px;
}
dl.horizontal > dt, .archives > dt, .archives-records > dt {
  float: left;
  width: 50px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2d2d2d;
  font-style: italic;
  font-weight: normal;
}

h1, h2 {
  line-height: 36px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

li {
  position: relative;
}
ol > li:before, ul > li:before {
  position: absolute;
  color: rebeccapurple;
}
ol > li {
  left: 22px;
  margin-right: 22px;
  counter-increment: item;
}
ol > li:before {
  left: -22px;
  width: 17px;
  text-align: right;
  content: counter(item,decimal) ".";
}
ul > li {
  left: 12px;
  margin-right: 12px;
}
ul > li:before {
  left: -12px;
  content: "\2022";
}
ul.unstyled > li, #nav > li, #breadcrumbs > li {
  left: auto;
  margin-right: 0px;
}
ul.unstyled > li:before, #nav > li:before, #breadcrumbs > li:before {
  left: auto;
  content: none;
}

ol, ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0px;
  margin-left: 20px;
}

ol {
  counter-reset: item;
}

p {
  text-align: justify;
}

pre {
  padding: 0px 3px;
  // background-color: white;
  font-family: "Envy Code R", "Ubuntu Mono", monospace;
}

table {
  // background-color: white;
  border-collapse: collapse;
}

td, th {
  // padding: 9px;
}

td > :first-child {
  margin-top: 0px;
}
td > :last-child {
  margin-bottom: 0px;
}
tr:nth-child(2n) > td {
  background-color: #222222;
}

th {
  // background-color: white;
  color: rebeccapurple;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

a {
  color: dodgerblue;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: rebeccapurple;
}

code {
  padding: 1px 5px;
  color: #ff5b5b;
  font-family: "Envy Code R", "Ubuntu Mono", monospace;
  line-height: 17px;
  white-space: pre;
}
pre code {
  padding: 0px;
  background-color: transparent;
  color: #f8f8f2;
  line-height: 18px;
}
table code {
  background-color: #383838;
}

em {
  font-style: italic;
}

img {
  vertical-align: bottom;
}
a > img {
  padding: 5px;
  // background-color: white;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 11px;
  line-height: 0px;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

#container {
  margin: 0 2rem;
  // margin: 0px auto;
  // margin-top: 18px;
  // width: 960px;
}

#sidebar {
  display: inline-block;
  // position: absolute;
  // top: 0px;
  // bottom: 0px;
  // left: 0px;
  // padding: 0px 18px;
  // width: 255px;
}

#title {
  display: inline-block;
  margin-top: 18px;
}

#subtitle {
  display: inline-block;
  line-height: 18px;
  padding-left: 12px;
}

#nav {
  position: relative;
  font-size: 1.2rem;
  top: -36px;
  margin-top: 18px;
}

#nav > li {
  display: inline-block;
}

#breadcrumbs {
  // position: absolute;
  // top: 18px;
  // left: 309px;
  // margin: 0px;
  // padding: 9px;
  // width: 633px;
}

#content {
  position: relative;
  top: -30px;
  // width: 720px;
  // margin: 18px 0px;
  // margin-left: 309px;
}

#content > :first-child {
  margin-top: 0px;
}
#content > :last-child {
  margin-bottom: 0px;
}

#content .post {
  position: relative;
  top: -30px;
  
}

/*

AKA .marginnote

*/
.post img { 
    float: right;
    clear: right;
    margin-right: -60%;
    width: 50%;
    margin-top: 0.3rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    vertical-align: baseline;
    position: relative;  
}

.post-list > .post-title, .post-list > .post-meta {
  // padding: 9px;
}

.post-list > .post-title {
  padding-bottom: 0px;
  line-height: 18px;
}
.post-list > .post-meta {
  padding-top: 0px;
}

.post-title, .post-meta {
  // padding: 12px;
}

.post-title {
  font-size: 3em;
  padding-bottom: 0px;
  line-height: 2em;
}

.post-meta {
  margin-bottom: 18px;
  padding-top: 0px;
  line-height: 18px;
}

div.code {
  background-color: #383838;
  margin: 18px 0px;
  overflow: auto;
  width: 55%;
}

.highlighttable {
  margin: 0px;
}

.linenodiv > pre, .highlight > pre {
  margin: 0px;
}

.archives {
  // padding: 9px;
}

.archives-records {
  margin: 0px;
  padding: 0px;
}

#sidebar {
  // background-color: white;
  background-image: url("../images/sbg.png");
  background-position: left top;
  background-repeat: repeat;
  font-style: italic;
}

#title {
  font-family: "Ubuntu Mono", sans-serif;
  font-size: 36px;
}
#title > a {
  color: dodgerblue;
}
#title > a:hover {
  color: rebeccapurple;
}

#subtitle {
  color: #2d2d2d;
  font-size: 16px;
}

#nav {
  font-family: "Ubuntu Mono", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}


#breadcrumbs {
  background-color: #fffff8;
  color: #2d2d2d;
  font-family: "Ubuntu Mono", sans-serif;
  font-style: italic;
}
#breadcrumbs > li {
  float: left;
}
#breadcrumbs > li:after {
  padding: 0px 6px;
  color: #2d2d2d;
  font-style: normal;
  content: "\203A";
}
#breadcrumbs > li:last-child:after {
  padding: 0px;
  content: none;
}

.post-list > .post-title {
  font-size: 16px;
}
.post-list > .post-meta {
  font-size: 10px;
}
.post-list > .post-meta > a {
  color: dodgerblue;
}
.post-list > .post-meta > a:hover {
  color: rebeccapurple;
}

.post-title, .post-meta {
  // background-color: white;
}

.post-title {
  // font-size: 24px;
}

.post-meta {
  color: #2d2d2d;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 11px;
}
.post-meta > span {
  position: relative;
  top: -1px;
}

div.code > div {
  // background-color: white;
}

.highlighttable {
  background-color: transparent;
}

.linenos {
  // background-color: white;
  color: #2d2d2d;
}

.linenodiv > pre, .highlight > pre {
  padding: 0px;
  background-color: transparent;
}

.archives {
  // background-color: white;
  font-style: italic;
  text-transform: uppercase;
}

.archives-year {
  font-size: 18px;
}
.archives-year > a {
  color: dodgerblue;
}
.archives-year > a:hover {
  color: rebeccapurple;
}

.archives-post-date {
  color: #2d2d2d;
  font-size: 12px;
}

.archives-post-title {
  text-transform: none;
}

.archives-post-tags {
  color: #2d2d2d;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 10px;
}
.archives-post-tags > a {
  color: dodgerblue;
}
.archives-post-tags > a:hover {
  color: rebeccapurple;
}
.archives-post-tags > span {
  position: relative;
  top: -1px;
}

