a {
  color: #13427B; font-weight: bold;
}

.blogbody {
}

/* Header */
.bloghead {
    position: relative;
    font-weight: 200;
    color: #333;
    text-align: left;;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    max-width: 1000px;
    width: 90%;
    margin: 30px auto;
}

.blogtitle {
  font-weight: 400;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: courier;
  display: inline-block;
}

.blogtitle h1 {
    margin-top: 10px;
}

.bloghead p {
    font-weight: 400;
}

.bloghead img , .authorimage img{
    height: 70px;
    padding: 10px;
    vertical-align: top;
    margin-right: 10px;
}

nav {
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
  margin-bottom: 2em;
  text-align: center;
  max-width: 1000px;
}

nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

nav ul li {
  display: inline-block;
  font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0 .5em;
  text-align: center;
}

nav ul li a {
  display: block;
  padding: .5em 0;
}

nav.menu {
  margin-bottom: 2.5em;
}

nav.menu li {
  margin: 0 .5em;
  padding: 0;
}

nav.menu li:last-child {
  margin: 0;
}

table.pagination {
    display: table;
    width: 100%;
}

table.pagination tbody, table.pagination tr {
    width: 100%;
}

table.pagination .next {
    text-align: right;
    width: 25%;
}

table.pagination .page_number {
    text-align: center;
    width: 50%;
}

table.pagination .previous {
    text-align: left;
    width: 25%;
}

/****
 * Main body
 */

.blogmain {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto;
    font-family: "Roboto Slab", "Merriweather", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
}

article.preview {
    margin-bottom: 4em;
}

.post-title {
    text-align: left;
}

.post-section {
    font-size: 15px;
}

.post-time {
    color: #95a5a6;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 1em;
}

p.readmore {
    margin-top: 1em;
    text-align: right;
}

blockquote {
     font-size: 13px;
 }

.article-title {
    text-align: center;
}

.article-info {
    color: #95a5a6;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: inset;
}

.article-footer {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    /*
    border-top: 1px solid #ecf0f1;*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(236, 240, 241);
    margin-top: 40px;
    margin-bottom: 40px;
}

section.author, section.share {
    width: 100%;
    text-align: left;
    text-transform: none;
    margin-top: 20px;
    font-size: 12px;
}

div.authorimage {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-right: 20px;
    float: left;
}

.smenu {
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    /*margin-left: 50px;*/
}

.footer {
    padding: 30px 0;
    text-align: center;
    color: #f0f0f0;
    background-color: #13427B;
    font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L",sans-serif;
    margin-top: 40px;
}

.code > pre { border: 0 }

table {
	border-collapse: separate;
}

td, th {
	border-bottom: 2px solid #ddd;
	padding: 1px 8px;
}
