﻿#socialwrap
{
	margin:10px 0px 0px 0px;
	width:84px;
	padding:0px; 
	text-align: center;
	height: 25px;
	float:right;
}

	#socialwrap a
	{
		height:25px;
		width: 25px;
		
	}

		#socialwrap a.social
		{
			padding: 5px 0px;
			text-align: center;
			color: #fff;
			border-radius:120px;
			height:25px;
			width:28px;

		}

#socialwrap .facebook
{
	/*#3B5998*/
	background: rgb(59,89,152);
}

#socialwrap .twitter
{
	/*#00aced*/
	background: rgb(0, 172, 237);
}

#socialwrap .in
{
	/*#0077B5*/
	background: rgb(0,119,181);
}

#socialwrap .facebook:hover
{
	/*#3B5998*/
	background: rgba(59,89,152,0.5);
}

#socialwrap .twitter:hover
{
	/*#00aced*/
	background: rgba(0, 172, 237,0.5);
}

#socialwrap .in:hover
{
	/*#0077B5*/
	background: rgba(0,119,181,0.5);
}
