div#spreadword {
  background-color: #FFF;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  width: 250px;
}

div#spreadword h2 {
  background-color: #FFF;
  border: none;
  color: #1958b7;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  width: 100%;
}

#delicious {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/delicious.gif) scroll center left no-repeat;
}

#digg {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/digg.gif) scroll center left no-repeat;
}

#furl {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/furl.gif) scroll center left no-repeat;
}

#reddit {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/reddit.gif) scroll center left no-repeat;
}

#ask {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/ask.gif) scroll center left no-repeat;
}

#blogbuzz {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/buzzit.gif) scroll center left no-repeat;
}

#google {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/google.gif) scroll center left no-repeat;
}

#yahoo {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/yahoo.gif) scroll center left no-repeat;
}

#facebook {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/facebook.gif) scroll center left no-repeat;
}

#stumbleupon {
  padding: 0 10px 0 20px;
  background: url(/img/social-bookmark/stumbleit.gif) scroll center left no-repeat;
}

div#spreadword a {
  color: #443266;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
}

div#spreadword a:hover { color: #8C489F; }
div#spreadword a:active { color: #8C489F; }
