.blog-entry {
    padding: 20px 20px 0;
}
.blog-entry .title {
    color:#01456C;
    font-size:1.3em;
    font-weight:bold;
    margin-top: 1em;
}
.blog-entry .title-date {
    font-size:0.9em;
    font-style:italic;
    margin:5px 0 20px;
}
.blog-entry .title-date a {
    text-decoration: none;
    color: #01456C;
}
.blog-entry .sharing {
    float: right;
    margin-left: 25px;
}
.blog-entry .tease {
    color: #F00000;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0 20px;
}
.blog-entry .tease span{
    font-style: normal;
    font-weight: bold;
}
.blog-entry .body,
.blog-footer,
.blog-comments {
    font-size: 1em;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    text-align: justify;
}
.blog-entry .body p,
.blog-footer p,
.blog-comments p {
    line-height:1.5em;
    padding:0 0 20px;
}
.blog-entry .body blockquote,
.blog-footer blockquote,
.blog-comments blockquote {
    color: black;
    line-height: 1.35em;
    font-size: 0.9em;
    margin: 0 40px 20px;
}
.blog-entry .tags {
    font-size:1em;
    font-style:italic;
    background: url('../img/layout/tag-label.png') no-repeat;
    padding-left: 20px;
    font-weight: bold;
    margin: 70px 0 10px;
}
.blog-entry .tags .inline-tag-list {
	display: inline-block;
    margin-left: 5px;
}
.blog-entry .tags a {
    text-decoration: none;
    color: #9E9E9E;
    font-size: 0.8em;
}
.blog-footer {
    padding: 0px 20px 50px;
}
.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;
    margin-bottom:30px;
}
.blog-quote {
    color:#142D51;
    float:left;
    font-size:0.85em;
    line-height:1.5em;
    text-align:left;
    margin-top:25px;
}
.blog-quote-author {
	font-style: italic;
}
.pagination-container {
    text-align: center;
}

.blog-comments {
    padding-bottom: 50px;
}
#comments-header, #comments-footer {
    margin: 30px 0;
}
#comments-content {
    padding: 0px 20px;
}
#comments-user-control {
    float: right;
    margin: 30px 20px;
}
#comments-user-control span {
    -webkit-font-smoothing: antialiased;
    color: #3f4549!important;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
}
#comments-user-control button {
    -webkit-appearance: button;
    -webkit-font-smoothing: antialiased;

    background: #778289;
    background: rgba(29,47,58,.6);
    background-repeat: repeat-x;
    border: 0;
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 9px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 60px;
    height: 32px;
}
#comments-user-control button::-moz-focus-inner {
    border: 0;
}
#comments-user-control button:hover {
    background: #606d75;
    background: rgba(29,47,58,.7);
    background-position: 0 -15px;
    text-decoration: none;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
#comments-user-control button.active {
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    cursor: default;
    outline: 0;
    -webkit-transition: none;
    transition: none;
}
#comments-user-control #comments-display-yes.active {
    background: #2e9fff;
}
#comments-user-control #comments-display-no.active {
    background: #ff2e46;
}
#comments-user-control button:focus {
    outline: none;
}
