html {
    font-family: arial, sans-serif;
    padding: 20px;
}

.menu li, .tag-list li{
    float: left;
    list-style-type: none;
    padding-right: 1em;
    padding-bottom: 0.1em;
}

.menu ul, .tag-list ul{
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.clear {
    clear: left;
}

.article img{
    width: 100%;
}


.tag-list{
    display: inline;
    padding: 1em;
}

.socialbar p {
    float: left;
    margin: 1em;
}

.clear {
    clear: both;
}

.thumbflow {
}

.thumbflow .folioItem{
    display: inline-block;
    width: 280px;
    margin: 10px;
}

.thumbflow img{
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
}

.thumbflow .titlecap{
    margin-bottom: 10px;
    font-size: 16px;
}


.thumbflow .tags-list {
    font-size: 9px;
    
}

a{
    text-decoration: none;    
}

#logo{
    width: 18px;
    height: 18px;
    border: none;
    box-shadow: none;
    padding-top: 10px;
    margin-top: 10px;
    position: absolute;
    left: 10px;
    top: 7px;
}