.social_wrapper {
	width: 245px;
	float: right;
	padding-top: 3px;
/*	border: thin red solid;   */ /* testing only */
}

.social_wrapper ul {
	list-style-type: none;
	font-size: 0.6em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	height: 18px;
}

.social_wrapper li {
	float: right;
	border-right: 1px solid #003290;
	padding: 0 3px;
	margin: 0 2px;
	line-height: 18px;
}

.social_wrapper a {
	color: #000;
}
.social_wrapper a:hover {
	color: #FFF;
}

.social_wrapper li.last {
	border: none;
}

.social_wrapper li a.facebook {
	background-image: url(../images/socialnet/facebook_16.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 18px;
	height: 18px;
}

.social_wrapper li a.twitter {
	background-image: url(../images/socialnet/twitter_16.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 18px;
	height: 18px;
}

.social_wrapper li a.blog {
	background-image: url(../images/socialnet/wordpress_16.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 18px;
	height: 18px;
}