/* social icons via font-awesome */
ul.social-glyphs {
    padding-top: 4px;
    list-style: none;
    display: block;
    font-size: 1.34em;
    float: right;
}

.social-glyphs > li { float: left; }
.social-glyphs li {
    position: relative;
    list-style: none;
    padding-right: 6px; 
}
.social-glyphs li a {
    color: #595959;
}
.social-glyphs li a:hover {
    text-decoration: none;
    color: #d44500;
    -moz-transition:color .35s ease-in;
    -o-transition:color .35s ease-in;
    -webkit-transition:color .35s ease-in;
}
