@CHARSET "UTF-8";

a#search-bar-link, a#technorati-link {
  display: block;
  float: left;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: 4px;
  text-decoration: none;
  margin: 0 20px 0 0;
}
a#search-bar-link {
  background: url('../images/rss.gif') no-repeat left center;
  padding: 0 0 1px 17px;
}
a#technorati-link {
  background: url('../images/technorati.gif') no-repeat left center;
  padding: 0 0 1px 19px;
}
a#search-bar-link strong, a#technorati-link strong {
  color: #666!important;
  border-bottom: 1px dotted #222;
}
a#search-bar-link:hover strong, a#technorati-link:hover strong {
  color: #ccc!important;
  border-bottom: 1px solid #333;
}
