/* Social List Widget
------------------------------------------------------------ */

.social_list {
	margin-top: 5px;
}

.social_list img {
	text-align: right;
	margin-left: 2px;
}

.social_list a:hover {
	opacity: .8;
}

.tooltipsy {
	padding: 4px 8px;
	max-width: 200px;
	color: #fff;
	background: #4877b0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.tooltipsy:before {
	background: url(../images/bg-tip_arrow.png) no-repeat center bottom;
	content: "";
	height: 5px;
	width: 100%;
	bottom: -5px;
	position: absolute;
	right: 0;
}