/* ------------------------- social media link bar ----------------
  this social link bar has a coresponding javascript file that adds the correct
  posts to the links.. Images are done with background images rather then
  regular images so it's easier to switch between social link bar styels.
*/
.socials h6 {
  float: left;
  height: 25px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-style: normal;
}
.socials {
  background: transparent url() no-repeat center left;
  border:1px solid #eeeeee;
  margin: 5px 0 10px 0;
  padding: 0 1px 0 0;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.socials li {
  background: transparent url('');
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 1px;
  width: auto;
}
.socials li a {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  text-indent:-9000px;
  display: block;
  float: left;
  margin: 0 7px 0 0;
}
.socials li a:hover {
  filter: alpha(opacity=50); 
  opacity: 0.5;
}
.socials .emailAFriend a {
  background-image: url('/images/social/grayscale/emailAfriend.png');
  border-right:1px solid #eeeeee;
  height:20px;
  margin:3px 0 0 0;
  padding:0 5px 0 0;
}
.socials .furl a {
  background-image: url('/images/social/grayscale/furl.png');
}
.socials .delicious a {
  background-image: url('/images/social/grayscale/delicious.png');
}
.socials .this_next a {
  background-image: url('/images/social/grayscale/thisnext.png');
}
.socials .kaboodle a {
  background-image: url('/images/social/grayscale/kaboodle.png');
}
.socials .stumbleupon a {
  background-image: url('/images/social/grayscale/stumbleupon.png');
}
.socials .reddit a {
  background-image: url('/images/social/grayscale/reddit.png');
}
.socials .yahoo a {
  background-image: url('/images/social/grayscale/yahoo.png');
}
.socials .google a {
  background-image: url('/images/social/grayscale/google.png');
}
.socials .facebook a {
  background-image: url('/images/social/grayscale/facebook.png');
}
.socials .technorati a {
  background-image: url('/images/social/grayscale/technorati.png');
}
.socials .myspace a {
  background-image: url('/images/social/grayscale/myspace.png');
}
.socials .twitter a {
  background-image: url('/images/social/grayscale/twitter.png');
}
.socials .digg a {
  background-image: url('/images/social/grayscale/digg.png');
}
.socials .kirtsy a {
  background-image: url('/images/social/grayscale/kirtsy.png');
}
.socials .stylehive a {
  background-image: url('/images/social/grayscale/styleHive.png');
}
