html, body {
  height: 100%; }

.container {
  min-height: 100%; }

body {
  /* http://subtlepatterns.com/simple-horizontal-light/ */
  background: url("http://static.tumblr.com/itkwak2/Aflmxdidx/background.png");
  font-family: Georgia, serif;
  font-size: 15px; }

a {
  color: #943a46; }

a:hover {
  text-decoration: none;
  color: #777; }

h1, h2, h3, h4 {
  font-family: Gill Sans;
  font-weight: normal; }

h2, h3, h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px; }

p {
  line-height: 26px;
  text-align: justify;
  margin-bottom: 16px; }

li {
  line-height: 26px; }

pre {
  margin-bottom: 16px; }

code {
  font-size: 13px; }

.container {
  max-width: 500px;
  background: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 40px;
  padding-right: 40px; }

@media (max-width: 480px) {
  body {
    padding: 0; }

  .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 620px) {
  body {
    background: white; }

  .container {
    border-left: 0;
    border-right: 0;
    padding-left: 20px;
    padding-right: 20px; } }
header.page-header {
  text-transform: lowercase;
  margin: 0;
  border-bottom: 0;
  padding-top: 10px;
  font-family: Gill Sans; }

header.page-header a {
  color: #333; }

header.page-header a:hover {
  color: #777; }

h1 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 0;
  margin-bottom: 0; }

nav {
  padding-top: 10px;
  margin-bottom: 0; }

nav ul, nav li {
  margin-bottom: 0; }

nav li {
  display: inline;
  padding-left: 3px;
  line-height: 20px; }

nav p {
  line-height: 20px; }

header.page-header p {
  text-align: right;
  font-family: Gill Sans;
  font-size: 14px;
  margin-bottom: 0;
  color: #cacaca; }

.small-circle {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px; }

aside.tech.small-circle {
  background: #943a46; }

aside.code.small-circle {
  background: #ffc000; }

aside.life.small-circle {
  background: #097e64; }

article {
  position: relative;
  margin-bottom: 60px; }

h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px; }

h2 a {
  color: #333; }

h2 a:hover {
  color: #777; }

.tech h2 {
  border-bottom: #943a46 1px solid; }

.code h2 {
  border-bottom: #ffc000 1px solid; }

.more h2 {
  border-bottom: #097e64 1px solid; }

.tech h2 a:hover {
  color: #943a46; }

.code h2 a:hover {
  color: #ffc000; }

.more h2 a:hover {
  color: #097e64; }

aside {
  position: absolute;
  font-family: Gill Sans;
  top: 14px;
  left: -100px;
  color: white;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase; }
  aside a {
    color: white; }
  aside a:hover {
    color: #eee; }

.photo .entry-content {
  list-style-type: none; }

@media (max-width: 730px) {
  aside {
    display: none; } }
.circle {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px; }

aside.tech .circle {
  background: #943a46; }

aside.code .circle {
  background: #ffc000; }

aside.life .circle {
  background: #097e64; }

h3, h4 {
  color: #097e64;
  margin-top: 20px; }

h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 45px; }

h4 {
  font-size: 16px;
  line-height: 16px; }

.article-meta {
  margin-top: 6px;
  font-size: 12px;
  padding-left: 10px; }

.paginator {
  text-transform: lowercase;
  margin-bottom: 20px; }

footer.page-footer {
  text-align: center;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px; }
