/*
body.blog .sidebar {
    font-size: 14px;
    line-height: 1.6;
    list-style: none;
}
body.blog .sidebar h2 {
    line-height: 1.2;

    color: #767676;
    font-weight: 800;
    text-transform: uppercase;

    margin-bottom: 0;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 2px;
}
body.blog .sidebar > li {
    margin-bottom: 20px;
}
body.blog .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.blog .sidebar ul li {
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 5px 0;
    font-size: 14px;
 }
 body.sidebar ul li:last-child {
     border-bottom: none;
 }
 body.blog .sidebar ul li a {
     text-decoration: none;
     color: #54595F;
     line-height: 1.2;
 }
 body .tagcloud {
     margin-top: 10px;
}
 body .tagcloud a {
    font-size: 14px!important;
    font-size: 14px!important;
    border: 1px solid #e8e8e8;
    padding: 2px 5px;
    margin-bottom: 3px;
    display: inline-block;
 }
 .sidebar */
