#socialM
    {
    margin-top: 50px;
    margin-bottom: 50px;
    }

#socialM a
    {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    direction: ltr;
    margin: 0 1px;
    }
    
#socialM a:last-of-type
    {
        clear: right;
    }
    
#smLinkFacebook
    {
    background-image: url('../img/share/facebookbw.png');
    }
#smLinkTwitter
    {
    background-image: url('../img/share/twitterbw.png');
    }
#smLinkGooglePlus
    {
    background-image: url('../img/share/googleplusbw.png');
    }
#smLinkPinterest
    {
    background-image: url('../img/share/pinterestbw.png');
    }
#smLinkLinkedIn
    {
    background-image: url('../img/share/linkedinbw.png');
    }
#smLinkTumblr
    {
    background-image: url('../img/share/tumblrbw.png');
    }
#smLinkReddit
    {
    background-image: url('../img/share/redditbw.png');
    }
#smLinkStumbleUpon
    {
    background-image: url('../img/share/stumbleuponbw.png');
    }
#smLinkEvernote
    {
    background-image: url('../img/share/evernotebw.png');
    }

#smLinkFacebook:hover
    {
    background-image: url('../img/share/facebook.png');
    }
#smLinkTwitter:hover
    {
    background-image: url('../img/share/twitter.png');
    }
#smLinkGooglePlus:hover
    {
    background-image: url('../img/share/googleplus.png');
    }
#smLinkPinterest:hover
    {
    background-image: url('../img/share/pinterest.png');
    }
#smLinkLinkedIn:hover
    {
    background-image: url('../img/share/linkedin.png');
    }
#smLinkTumblr:hover
    {
    background-image: url('../img/share/tumblr.png');
    }
#smLinkReddit:hover
    {
    background-image: url('../img/share/reddit.png');
    }
#smLinkStumbleUpon:hover
    {
    background-image: url('../img/share/stumbleupon.png');
    }
#smLinkEvernote:hover
    {
    background-image: url('../img/share/evernote.png');
    }
        
#socialM p
    {
    margin: 0;
    font-family: "Linux Libertine", serif;
    font-size: x-small;
    }
    
.fb-like
    {
    margin-top: 35px;
    }
    
#socialM h2
    {
    font-size: large;
    }


/* :deepIndent=false:folding=indent:mode=css:noTabs=true:tabSize=4:wrap=none: */