/* line 14, ../../app/assets/stylesheets/posts.css.scss */
body {
  color: black;
  font-family: 'Lato', sans-serif;
  background-color: #f5fff9;
}
/* line 22, ../../app/assets/stylesheets/posts.css.scss */
body p {
  line-height: 1.5em;
}

/* line 30, ../../app/assets/stylesheets/posts.css.scss */
a {
  text-decoration: none;
  color: #0099bb;
  font-weight: bold;
}

/* line 36, ../../app/assets/stylesheets/posts.css.scss */
#contain, header {
  width: 1000px;
  margin: 0 auto;
}

/* line 41, ../../app/assets/stylesheets/posts.css.scss */
#logo {
  float: left;
}

/* line 45, ../../app/assets/stylesheets/posts.css.scss */
#logo h1 {
  margin: 1em 0 0 0;
  font-size: 1.5em;
  font-family: Menlo, Monaco, Andale Mono, Consolas, "Courier New", Courier, monospaced;
}

/* line 51, ../../app/assets/stylesheets/posts.css.scss */
#logo h4 {
  margin: 0;
}

/* line 55, ../../app/assets/stylesheets/posts.css.scss */
nav {
  float: right;
}

/* line 59, ../../app/assets/stylesheets/posts.css.scss */
nav ul {
  list-style-type: none;
}

/* line 63, ../../app/assets/stylesheets/posts.css.scss */
nav ul li {
  float: left;
  margin: 3em 0 1em 4em;
  font-size: 1.1em;
}

/* line 69, ../../app/assets/stylesheets/posts.css.scss */
div#social {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 32px;
}

/* line 77, ../../app/assets/stylesheets/posts.css.scss */
div#social img {
  margin-left: 60px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border: 0;
}

/* line 84, ../../app/assets/stylesheets/posts.css.scss */
hr.head {
  padding: 0;
  border: none;
  border-top: medium double #1a2e42;
  color: #333;
  text-align: center;
}

/* line 91, ../../app/assets/stylesheets/posts.css.scss */
hr.head:after {
  content: "{ }";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background-color: #f5fff9;
}

/* line 103, ../../app/assets/stylesheets/posts.css.scss */
#clear {
  clear: both;
}

/* line 107, ../../app/assets/stylesheets/posts.css.scss */
div.clear {
  clear: both;
}

/* line 111, ../../app/assets/stylesheets/posts.css.scss */
div.theloop {
  float: left;
  width: 100%;
  line-height: 1.45em;
  margin: 2em;
}
/* line 116, ../../app/assets/stylesheets/posts.css.scss */
div.theloop h2 {
  font-size: 1.6;
}
/* line 120, ../../app/assets/stylesheets/posts.css.scss */
div.theloop h3 {
  font-size: 1.4;
}
/* line 124, ../../app/assets/stylesheets/posts.css.scss */
div.theloop ul {
  list-style: none;
}
/* line 126, ../../app/assets/stylesheets/posts.css.scss */
div.theloop ul li {
  padding: 8px 8px;
  margin: 0;
}
/* line 131, ../../app/assets/stylesheets/posts.css.scss */
div.theloop ul li:before {
  content: "#";
  font-size: 0.75em;
  padding-right: 10px;
  float: left;
  color: #b1b5bf;
}

/* line 142, ../../app/assets/stylesheets/posts.css.scss */
.post {
  width: 37em;
  float: left;
}

/* line 147, ../../app/assets/stylesheets/posts.css.scss */
.pagetitle {
  text-align: left;
  font-size: 4em;
  color: #99a0b0;
  margin: 0;
}

/* line 155, ../../app/assets/stylesheets/posts.css.scss */
h2.title {
  font-size: 1.8em;
  margin-bottom: 1.2em;
}
/* line 158, ../../app/assets/stylesheets/posts.css.scss */
h2.title a {
  color: #1a2e42;
}

/* line 163, ../../app/assets/stylesheets/posts.css.scss */
span.date {
  font-style: italic;
  margin: 0;
}

/* line 168, ../../app/assets/stylesheets/posts.css.scss */
aside {
  width: 15em;
  float: right;
}

/* line 173, ../../app/assets/stylesheets/posts.css.scss */
aside ul {
  list-style-type: none;
}

/* line 177, ../../app/assets/stylesheets/posts.css.scss */
aside ul li {
  height: 2em;
}

/* line 181, ../../app/assets/stylesheets/posts.css.scss */
hr.article {
  height: 1px;
  border-top-style: dotted;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  color: #99a0b0;
}

/* line 190, ../../app/assets/stylesheets/posts.css.scss */
pre.code {
  font-family: Menlo, Monaco, Andale Mono, Consolas, "Courier New", Courier, monospaced;
  font-size: 0.75em;
  background-color: #d2fee3;
  padding: 2.0em;
  color: #213b54;
}

/* line 198, ../../app/assets/stylesheets/posts.css.scss */
span.quote {
  display: block;
  float: left;
  width: 8.0em;
  font-size: 2.0em;
  color: #87a3bf;
  line-height: 1.2em;
  padding: 1em;
}

/* line 210, ../../app/assets/stylesheets/posts.css.scss */
p.postfoot {
  font-size: 0.75em;
  padding-left: 1.0em;
  color: #99a0b0;
}
