body {
    font-family: Liberation Serif, serif;
    background: #A4CFBE;
    color: #6C6E58;
}

.more { font-size: 0.7em;}

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

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

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

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

#header {
    font-variant: small-caps;
    text-align: left;
    #background: #417378;
    background: #3E423A;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-right-radius: 0.5em;  
    border-top-left-radius: 1em;  
    border-top-right-radius: 1em;  
    padding: 1.5em;
    text-align: center;
}

#header h1 {
    font-size: 2em;
    display: inline;
    color: #fff;
    font-weight: normal;
}

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

#menu {
    background: #224444;
    font-variant: small-caps;
}

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

#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: 140%;
}

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

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

div.abstract {
    font-style: oblique;
    text-align: center;
    background: #eee;
    width: 40em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.3em 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

div.postbody {
    columns: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    padding-bottom: 0.5em;
    border-bottom: 3px solid black;
}

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

.post {
    color: #111;
    border-top: 3px solid black;
    text-align: justify;
}

.postheader h1 a {
  text-decoration: none;
  text-align: center;
  clear: left;
  display: block;
  color: black;
  #padding: 0.3em 0;
  #margin: 0 0 0.2em 0;
  font-weight: bold;
  line-height: normal;
}

.postheader div.subtitle h2 {
  text-decoration: none;
  text-align: center;
  clear: left;
  display: block;
  color: black;
  font-weight: bold;
  line-height: normal;
}

.postheader h1 {
    margin: 0.5em 0 0.5em 0;
}

.postheader .date {
    text-align: center;
    clear: left;
    display: block;
    font-size: 150%;
    margin: 0 0 0.5em 0;
}

.postheader {
    border-bottom: 3px solid #fff;
}

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

blockquote {
    font-style: oblique;
    background: #eee;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    padding: 0.3em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

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;
}

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

div.post-abstract {
    margin-left: 5em;
}

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;
}

.home_box {
  float: left;
}

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

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

#home_left {
  width: 29em;
}

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

.clearfix { clear: both;}

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

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

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

a img { border: 0; }