/*
	
    Box Name: Floating Social Sharebar
	Author: ThesisLove.Com
	Description: A Floating Sharebar Containing The All The Famous Social Buttons - no more need of a plugin!
	Version: 1.0

*/

.sharebar {
    float: left;
    border: 1px solid #BBBBBB;
    top: 200px;
    position: fixed;
    background: #FFF;
    width: 70px;
    z-index: 0 -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 1px 0 15px;
    box-shadow: rgba(0, 0, 0, 0.199219) 1px 0 15px;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 50px;
    margin-left: 15px;
}

.tweet_sharer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2px;
}

.stumble_sharer {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.like_sharer {
    margin-left: 11px;
    margin-bottom: 2px;
}

.tweet_sharer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2px;
}

.gplus_sharer {
    text-align: center;
    margin-bottom: 2px;
}

.lin_sharer {
	text-align:center;
	margin-top:2px;
}

.scoopit_sharer {
    text-align: center;
    margin-top: 3px;
}

.buffer_sharer {
	text-align:center;
	margin-top: 3px;
}