﻿h1 {
    font-family: 'Sansita One', cursive;
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #06C3AB;
    font-size: 58px;
    margin-top: 30px;
    font-weight: normal;
}
.inner-content-wrap
{

    width: 630px;
}
.thin-bar-2 {
    border: 0;
    text-align: left;
    width: 310px;
    margin-top: -25px;

}
.thin-bar-2 a {
    font-size: 14px;
}
.thin-bar-2 ul {
    margin: 0;
    margin-top: 20px;
    padding-left: 20px;
}
a.selected-blog {
    font-style: italic;
}
.thin-bar-2 ul li {
    color:#06C3AB;
    margin-bottom: 10px;
}
.about-us p {
    font-style: italic;
    font-size: 16px;
    color: rgb(160, 160, 160);
    line-height: 170%;
    text-shadow: none;
    margin-top: -10px;
}
.about-us h2 {
    line-height: 90px;
}
.about-us img {
    float: left;
    margin-right: 20px;
}
.thin-bar-2 h2 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 26px;
    color: rgb(100, 100, 100);
}
.author-info {
    margin: 30px 0 50px 0;
    font-style: italic;
    text-shadow: none;
    font-size: 18px;
}
.author-info a {
    font-weight: bold;    
}
.blog-content, .archive-list {
    width: 620px;
    text-shadow: none;
}
.blog-content p {
    padding-left: 20px;
    text-shadow: none;
    font-size: 15px;
    line-height: 145%;
}
.blog-content h3 {
    padding-left: 20px;
    margin-bottom: -5px;
}
.blog-content h2 {
    margin-bottom: 15px;
}
.blog-content p strong {
    font-size: 15px;
    font-weight: bolder;
    color: rgb(100, 100, 100);
}
.archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.archive-list li {
    margin-top: 30px;
}
.archive-author {
    font-size: 14px;
    margin: 2px 0 15px 0;
    font-style: italic;
}
.archive-title {
    font-size: 22px;
}
.archive-list img {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 0 rgba(0,0,0,0.15);
}
.archive-list p {
    padding-left: 100px;
}

