/* screen.scss */
@import url(reset.css);
/* SCSS Variables */
a {
  color: #dd2323; }
  a :visited {
    color: black; }
  a :hover {
    color: white; }

body {
  margin-left: 8em;
  margin-top: 6em;
  margin-bottom: 8em;
  width: 950px;
  background: #fffefa; }

.newthought {
  margin-top: 3em;
  font-variant: small-caps;
  font-size: 110%; }

.sidenote {
  float: right; }

header h1 {
  font-size: 3em; }
  header h1 a {
    font-variant: small-caps;
    text-decoration: none; }

nav {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 275px;
  float: right;
  margin-top: 1.8em;
  color: #303030; }
  nav a {
    text-decoration: none; }
  nav li {
    list-style-type: none;
    font-variant: small-caps; }
  nav .contact, nav .copyright, nav .cc {
    margin-top: 1em;
    font-variant: small-caps; }
  nav #github {
    height: 0.9em;
    margin-left: 0.2em;
    vertical-align: middle; }
  nav #twitter {
    height: 1.3em;
    margin-left: -1px;
    vertical-align: middle; }
  nav #rss {
    height: 0.9em;
    margin-left: 0.2em;
    vertical-align: middle; }
  nav .copyright {
    font-size: 80%; }
  nav .rss img {
    height: 0.7em;
    margin-left: 0.2em; }

.site {
  font-family: "Palatino", serif;
  line-height: 1.8em;
  width: 600px;
  float: left;
  margin-top: 2em;
  margin-bottom: 4em;
  color: #303030; }
  .site h1, .site h2, .site h3, .site h4, .site h5, .site h6 {
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 0.6em; }
  .site h1 {
    font-size: 130%; }
  .site h2 {
    font-size: 120%; }
  .site h3 {
    font-size: 110%; }
  .site p, .site ul {
    margin-bottom: 1em; }
  .site blockquote {
    margin-left: 2em;
    padding-left: 0.8em;
    border-left: 1px solid #303030; }
  .site article > header {
    margin-bottom: 2em; }
    .site article > header h1 {
      margin-top: 0;
      font-size: 150%;
      font-variant: small-caps;
      font-style: normal; }
    .site article > header time, .site article > header .categories {
      color: #909090; }
  .site article img {
    width: 540px;
    padding-left: 30px;
    padding-right: 30px; }
  .site article table {
    margin: 2em auto 2em auto; }
    .site article table tr {
      border-bottom: 1px solid #303030; }
      .site article table tr td {
        padding-left: 0.8em;
        padding-right: 0.8em; }
      .site article table tr td:first-child {
        font-variant: small-caps; }
    .site article table tr:first-child {
      font-variant: small-caps; }
    .site article table tr:last-child {
      border-bottom: none; }
  .site li {
    list-style-type: circle;
    margin-left: 2em; }
  .site em {
    font-style: italic; }
  .site sup {
    font-size: 80%;
    position: relative;
    bottom: 1ex; }

.footnotes {
  border-top: 1px solid #303030;
  padding-top: 2em;
  padding-left: 2em;
  padding-bottom: 2em; }
  .footnotes ol, .footnotes li {
    list-style-type: decimal;
    margin-left: 0; }
  .footnotes hr {
    display: none; }
  .footnotes p {
    display: inline; }
  .footnotes li:target {
    background: #fffebb; }

#profile {
  width: 200px;
  float: right;
  margin-left: 1em;
}

.highlight {
  font-family: 'Consolas', monospace;
  font-size: 90%;
  margin-right: 2em;
  margin-bottom: 2em; }

.more {
  font-size: 110%; }

code {
  font-family: 'Consolas', monospace;

  font-size: 90%;
}

/*# sourceMappingURL=screen.css.map */
.site .gist tr {
	border-bottom: 0;
}

.site .gist article table tr:first-child {
  font-variant: inherit;
}
