.blog-entry {
    padding: 20px;
}
.blog-entry .title {
    color:#01456C;
    font-size:1.25em;
    font-weight:bold;
    margin-top: 1em;
}
.blog-entry .title-date {
    font-size:0.8em;
    font-style:italic;
    margin:5px 0 20px;
}
.blog-entry .title-date a {
    text-decoration: none;
    color: #01456C;
}
.blog-entry .sharing {
    float: right;
}
.blog-entry .body {
    font-size: .9em;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    text-align: justify;
}
.blog-entry .body p {
    line-height:1.5em;
    padding:0 0 20px;
}
.other-posts {
    text-align: center;
    min-height: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
.other-posts .previous {
    float: left;
}
.other-posts a {
    color: #01456C;
    text-decoration: none;
}
.other-posts a:hover {
    text-decoration: underline;
}

.about-blogger {
    
}
.about-blogger .title {
    text-align: center;
    color: #142D51;
    text-transform: uppercase;
    font-size: .9em;
    font-family: Georgia, Times, "Times New Roman", Garamond, serif;
    margin-bottom: 10px;
}
.about-blogger .photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.about-blogger .photo img {
    border: 1px solid #142D51; 
}
.bio {
    color:#142D51;
    float:left;
    font-size:0.85em;
    font-style:italic;
    line-height:1.5em;
    text-align:left;
}

.pagination-container {
    text-align: center;
}

