@charset "utf-8";
/* CSS Document */

.social-icons{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.w-social-title{
	color:#ffffff;
	background:#2a2a2a;
	width:298px;
	height:34px;
	text-align:center;
	padding-top:5px;
	border:1px #2a2a2a  solid;
}

.w-social-icons{
	border-left:1px #c1c1c1 solid;
	border-right:1px #c1c1c1 solid;
	border-bottom:1px #c1c1c1 solid;
	width:298px;
	height:61px;
	background:#F3F1F1 url('images/lc-social-lowerback.png') repeat-x;
	text-align:center;
	padding-top:5px;
}

.w-social-icons ul{
	list-style-type:none;
	display: inline-block;
    margin: 0;
    padding: 0;
}

.w-social-icons ul li{
	float:left;
	padding-right:11px;
}

.w-social-icons ul:lastchild{
	padding-right:0px;
}