/* 
    Document   : socializejs
    Author     : Chad C Johnson
    Description:
        Social media plugin styles.
    Copyright:
        Copyright 2014 all rights reserved - Chad C Johnson.
        Contact chadjohnson.webmaster@gmail.com for usage permission or licensing.
*/

/*socialize plugin*/
.smbar{
    /*border: 1px solid blue;*/
    width: 256px;
    text-align: center;
}
.bar{
        /*border-bottom:  3px groove #c0c0c0;*/
        width: 55px;
        height: 48px;
        background-color: transparent;
        display: inline-block;
        margin: 0px;
        padding: 0px;

}
.bar a{
        display: block;
        width: 100%;
        height: 48px;
        margin: 0px;
        padding: 0px;
}
.fbmediaicon{
        background-image: url(../images/fbicon-48.png);
        background-repeat: no-repeat;	
}
.pinmediaicon{
        background-image: url(../images/pinterest-48.png);
        background-repeat: no-repeat;	
}
.ytbmediaicon{
        background-image: url(../images/youtb-48.png);
        background-repeat: no-repeat;	
}
.linkedinmediaicon{
        background-image: url(../images/linkedin-48.png);
        background-repeat: no-repeat;	
}
.googleplus{
        background-image: url(../images/google-plus-steam-time-carpet-cleaning-icon.png);
        background-repeat: no-repeat;	
}
.in{
        background-position: 0px 8px;
}
.out{
        background-position: 0px 20px;
}
.shadow{
        margin-top: -12px;
        background-image: url(../images/social_shadow.png);
        width: 100%;
        height: 10px;
        position: relative;
        z-index: 10;
        background-color: transparent;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;

}
/*socialize plugin*/