body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  background: #A4CFBE;
  color: #6C6E58;
}

.more { font-size: 0.7em;}

img.right { 
  float: right;
  margin: 15px;
}

.image-wrapper-landscape {
    text-align: center;
    border: 2px solid #CCCCCC;
    padding: 4px;
}

.image-wrapper-portrait {
    width: 480px;
    margin: auto;
    text-align: center;
    border: 2px solid #CCCCCC;
    padding: 4px;
}

.image-caption {
    font-style: italic;
}

.video-wrapper {
    text-align: center;
    border: 2px solid #CCCCCC;
    padding: 4px;
}

.video-caption {
    font-style: italic;
}

a {
  color: #3E423A;
  font-weight: bold;
}

a:visited {
  color: #6C6E58;
  font-weight: normal;
}

#wrapper {
  width: 65em;
  margin: 2em auto 0;
  padding: 0;
  background: #fff;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}

#header {
  /* text-transform: lowercase; */
  text-align: left;
  background: #417378;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;  
  border-top-left-radius: 1em;  
  border-top-right-radius: 1em;  
  padding: 1.5em;
}

#header h1 {
  font-size: 4em;
  display: inline;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: normal;
  margin-left: 0.3em;
}

#header h2 {
  display: inline;
  margin-left: 0.5em;
  font-size: 2em;
  font-weight: normal;
  color: #F4F7D9;
}

#menu {
  background: #3E423A;
}

#menu ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  color: white;
  font-size: 1.3em;
  padding: 0 0.5em;
  line-height: 2.5em;  
  font-weight: normal;
}

#content {
  padding: 2em;
}

#content h2 {
  margin: 0 0 0.5em 0;
  color: black;
  font-size: 1.5em;
}

#content p {
  line-height: 1.6;
  letter-spacing: -0.03em;
}

#content li {
  line-height: 1.6;
  margin-bottom: 0.8em;
}

#content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #417378;
}

span.date {
  font-weight: bold;
  color: black;
  float: left;
  /* background: #484; */
  /* display: block; */
  /* padding: 0.4em 0.6em 0.3em; */
  /* border-bottom: 3px solid #262; */
}

div.post {
  margin-bottom: 2em;
}

.post h1 {
  margin-top: 0.2em;
}

.post { color: #333; }

.post h1 a {
  text-decoration: none;
  clear: left;
  display: block;
  color: black;
  padding: 0.3em 0;
  margin: 0 0 0.2em 0;
  border-bottom: 1px dashed #dba;
  font-weight: bold;
}

.post br { margin-bottom: 10px;}

pre {
  background: #f8f8f8;
  border: 1px solid #E7E5DC;
  border-width: 1px 0 4px 6px;
  padding: 1em;
  overflow: auto;
  color: black;
  line-height: 120%;
  font-family: "Consolas","Courier New",Courier,mono;
  font-size: 12px;
  letter-spacing: 0;
}

table.post-list {
  width: 100%;
  border-collapse: collapse;
}

table.post-list a {
  color: #262;
  font-weight: bold;
}

table.post-list th {
  text-align: left;
}

table.post-list td, table.post-list th {
  padding: 0.5em 0.3em;
  border-bottom: 1px solid #dba;
}

table.post-list tr:last-child td, table.post-list tr:last-child th {
  border-bottom: 0;
}

div.related {
  margin-bottom: 2em;
}

#footer {
  margin-bottom: 2em;
  color: #3E423A;
  font-size: 0.9em;
  padding: 0.5em;
  text-align: center;
}

.about_content {
  float: left;
}

.about_photo img {
  border-radius: 1em;
}

.about_photo {
  float: right;
  margin: 0 0 1em 1.5em;
}

#content .about_content h2 {
  background: #417378;
  padding: 0.3em 0.5em;
  border-bottom: 3px solid #255;
  margin-bottom: 0em;
  color: white;
}

.about_content h2 a {
  color: white;
  margin: 0 0.2em;
}

#about_left {
  width: 49em;
}

#about_right {
  width: 16em;
  margin-left: 1em;
}

.clearfix { clear: both;}

#footer a {
  color: #3E423A;
  font-weight: normal;
}

.about_content .post h1 a {
  font-size: 0.7em;
}

.repo {
  background: #fff5cc;
  border: 2px solid #dda;
  padding: 0.7em 1em;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  margin: 1em 1em 0 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.repo h3 {
  margin: 0 0 0.3em 0;
}
.repo h3 a {
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  font-size: 1.1em;
}

#github-projects.big .repo {
  float: left;
  width: 25.2em;
  margin: 1.2em 1em 0 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.float-left { float: left; }
.float-right { float: right; }

a img { border: 0; }

.PageNavigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}

.PageNavigation .prev,
.PageNavigation .next {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}

.PageNavigation .next {
  text-align: right;
}
