/* ================== */
/* ! Social Sharing   */
/* ================== */

#social {
	width:100%;
	height:44px;
	background:#000000 url(../images/social/soc-bg.gif) bottom repeat-x;
	min-width: 890px;
}

#social a {
	color:#ffcc00;
	height:18px;
	margin-top:10px;
	padding-left:27px;
	padding-top:3px;
	display:block;
	float:left;
	clear:left;
	vertical-align:bottom;
	text-decoration:none;
}

#social a:hover {
	color:#a0f000;
}

#social h2 {
	text-indent:-9999px;
	display:block;
	height:44px;
	width:156px;
	background:#000000 url(../images/social/soc-logo.gif) 0 100%;
	margin:0;
	padding:0;
	//margin-left: 51px;
}

#soc-logo {
	margin-left:0!important;
}

#social ul {
	width:820px;
	//width: 851px;
	margin:auto;
}

#social li {
	display:block;
	float:left;
	margin-left:28px;
}

#soc-fb a {
	background:url(../images/social/ico-fb.gif) no-repeat 0 100%;
}

#soc-tw a {
	background:url(../images/social/ico-tw.gif) no-repeat 0 100%;
}

#soc-del a {
	background:url(../images/social/ico-del.gif) no-repeat 0 100%;
}

#soc-ms a {
	background:url(../images/social/ico-ms.gif) no-repeat 0 100%;
}

#soc-su a {
	background:url(../images/social/ico-su.gif) no-repeat 0 100%;
}

#soc-more a {
	background:url(../images/social/ico-more.gif) no-repeat 0 100%;
}

#soc-btn-close {
	float: right !important;
	clear:right !important;
	height: 18px !important;
	width: 17px;
	background:url(../images/social/soc-btn-close.gif) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 1px !important;
	padding: 0 !important;
	display: inline !important;
	margin-right: 20px;	
}
					    
#soc-btn-close:hover {
	background:url(../images/social/soc-btn-close.gif) no-repeat 0 100%;
}

#social a, #soc-btn-close {
    outline: none;
}						