@charset "utf-8";

#socialmedia ul {
}
#socialmedia ul li {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: none;
	text-decoration: none;
	height: 15px;
	width: 15px;
	float: left;
}

/* CSS Document */

#social_icons {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 15px;
}

#social_icons span {
  display: none;
  position: absolute;
}

#social_icons a {
	display: block;
	text-indent: -9000px;
	position: absolute;
	outline: none;
}

#social_icons a:hover {
  background-position: left bottom;
}
#social_icons a:hover span {
  display: block;
}
#social_icons .blogger {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/blogger.png);
	background-repeat: no-repeat;
}
#social_icons .blogger span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/blogger.png);
	background-repeat: no-repeat;
	background-position: -15px;
}
#social_icons .wordpress {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/wordpress.png);
	background-repeat: no-repeat;
}
#social_icons .wordpress span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/wordpress.png);
	background-repeat: no-repeat;
	background-position: -15px;
}
#social_icons .youtube {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/youtube.png);
	background-repeat: no-repeat;
}
#social_icons .youtube span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/youtube.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

#social_icons .linkin {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/linkedin.png);
	background-repeat: no-repeat;
}
#social_icons .linkin span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/linkedin.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

#social_icons .facebook {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/facebook.png);
	background-repeat: no-repeat;
}
#social_icons .facebook span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/facebook.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

#social_icons .twitter {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/twitter.png);
	background-repeat: no-repeat;
}
#social_icons .twitter span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/twitter.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

#social_icons .foursquare {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/foursquare.png);
	background-repeat: no-repeat;
}
#social_icons .foursquare span {
	width: 15px;
	height: 15px;
	background-image: url(../images/social_media/foursquare.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

