@import "normalize.css";
@font-face {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  src: local("Bitter-Regular"), url("bitter.woff") format("woff"), url("bitter.ttf") format("truetype");
}
@font-face {
  font-family: Bitter;
  font-weight: normal;
  font-style: italic;
  src: local("Bitter-Italic"), url("bitteri.woff") format("woff"), url("bitteri.ttf") format("truetype");
}
@font-face {
  font-family: Bitter;
  font-weight: bold;
  font-style: normal;
  src: local("Bitter-Bold"), url("bitterb.woff") format("woff"), url("bitterb.ttf") format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-weight: normal;
  font-style: normal;
  src: local("PT Sans"), local("PTSans-Regular"), url("ptsans.woff") format("woff"), url("ptsans.ttf") format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-weight: normal;
  font-style: italic;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("ptsansi.woff") format("woff"), url("ptsansi.ttf") format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-weight: bold;
  font-style: normal;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("ptsansb.woff") format("woff"), url("ptsansb.ttf") format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-weight: bold;
  font-style: italic;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("ptsansbi.woff") format("woff"), url("ptsansbi.ttf") format("truetype");
}
@font-face {
  font-family: Luculent;
  font-weight: normal;
  font-style: normal;
  src: local("Luculent"), url("luculent.woff") format("woff"), url("luculent.ttf") format("truetype");
}
@font-face {
  font-family: Luculent;
  font-weight: normal;
  font-style: italic;
  src: local("Luculent Italic"), local("Luculent-Italic"), url("luculenti.woff") format("woff"), url("luculenti.ttf") format("truetype");
}
@font-face {
  font-family: Luculent;
  font-weight: bold;
  font-style: normal;
  src: local("Luculent Bold"), local("Luculent-Bold"), url("luculentb.woff") format("woff"), url("luculentb.ttf") format("truetype");
}
@font-face {
  font-family: Luculent;
  font-weight: bold;
  font-style: italic;
  src: local("Luculent Bold Italic"), local("Luculent-BoldItalic"), url("luculentbi.woff") format("woff"), url("luculentbi.ttf") format("truetype");
}
body {
  max-width: 35rem;
  color: #000000;
  font-family: "PT Sans", sans-serif;
  text-align: justify;
  line-height: 1.6;
  margin: auto;
  padding: 1.5rem;
  hyphens: auto;
}
h1 {
  color: #600a34;
  font-family: Bitter, serif;
  font-weight: normal;
  font-size: 2.25rem;
  text-align: left;
  line-height: 1.1;
  hyphens: none;
}
h2 {
  color: #600a34;
  font-family: Bitter, serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.1;
  margin-top: 2rem;
  hyphens: none;
}
h3 {
  color: #600a34;
  font-family: Bitter, serif;
  font-size: 1rem;
  text-align: left;
  line-height: 1.1;
  hyphens: none;
}
a:link {
  color: #600a34;
  background-image: url(data:image/gif;base64,R0lGODdhAQABAIABAGAKNP///ywAAAAAAQABAAACAkQBADs=);
  background-repeat: repeat-x;
  background-position: 0 90%;
  text-shadow: 0 -1px #ffffff, -1px 0 #ffffff, 1px 0 #ffffff, 0 1px #ffffff;
  text-decoration: none;
}
a:visited {
  color: #884767;
}
a:hover {
  color: #000000;
  background-image: url(data:image/gif;base64,R0lGODdhAQACAIABAAAAAP///ywAAAAAAQACAAACAgQKADs=);
  background-position: 0 95%;
}
#preamble .right a {
  margin-left: 0.5rem;
}
#postamble {
  margin-top: 2rem;
}
#disqus_thread {
  padding-top: 4rem;
}
p {
  text-indent: 1rem;
}
.underline {
  background-image: url(data:image/gif;base64,R0lGODdhAQABAIABAAAAAP///ywAAAAAAQABAAACAkQBADs=);
  background-repeat: repeat-x;
  background-position: 0 90%;
  text-shadow: 0 -1px #ffffff, -1px 0 #ffffff, 1px 0 #ffffff, 0 1px #ffffff;
}
hr {
  border: none;
  background: #b0859a;
  width: 28rem;
  height: 1px;
  margin: 2.5rem auto;
}
blockquote {
  border-left: 3px solid #b0859a;
  padding-left: 1rem;
}
code {
  color: #600a34;
  font-family: Luculent, monospace;
  font-size: 0.9rem;
  border: 1px solid #ebe0e6;
  border-radius: 3px;
  padding: 0 0.2rem;
}
pre {
  font-family: Luculent, monospace;
  line-height: 1.1;
  font-size: 0.8rem;
  border: 1px solid #b0859a;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #bbbbbb;
  padding: 1rem;
}
.org-builtin {
  color: #cd0000;
}
.org-comment {
  color: #0000ff;
  font-style: italic;
}
.org-comment-delimiter {
  color: #0000ff;
  font-style: italic;
}
.org-constant {
  color: #cd0000;
}
.org-doc {
  color: #00688b;
  font-style: italic;
}
.org-function-name {
  color: #ff0000;
  font-weight: bold;
}
.org-keyword {
  color: #0d0d0d;
  font-weight: bold;
}
.org-preprocessor {
  color: #cd0000;
}
.org-string {
  color: #008b00;
}
.org-type {
  color: #4682b4;
  font-weight: bold;
}
.org-variable-name {
  color: #ff00ff;
}
.org-warning {
  color: #ff8c00;
  font-weight: bold;
}
table {
  margin: 1.5rem auto;
}
thead {
  color: #600a34;
  border-top: 1px solid #b0859a;
  border-bottom: 1px solid #b0859a;
}
tbody {
  border-top: 1px solid #b0859a;
  border-bottom: 1px solid #b0859a;
}
th {
  padding: 0.1rem 0.75rem;
}
td {
  padding: 0.1rem 0.75rem;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
div.left {
  float: left;
}
div.right {
  float: right;
}
figure {
  display: table;
  margin: 1.5rem auto;
}
figure p {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
  border-radius: 3px;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  font-style: italic;
  text-align: center;
}
caption {
  font-style: italic;
  text-align: center;
}
canvas {
  display: block;
  max-width: 100%;
  margin: auto;
  border-radius: 3px;
}
object {
  max-width: 100%;
}
dt {
  float: left;
  clear: left;
  width: 7rem;
  font-style: italic;
  text-align: right;
}
dd {
  margin-left: 8rem;
}
::-moz-selection {
  color: #ffffff;
  background: #600a34;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #600a34;
  text-shadow: none;
}
