/* SVN FILE: $Id: microformat.css 1 2008-09-08 15:36:11Z Chris $ */
/**
 * Microformat button styling
 *
 * @copyright   {@link http://creativecommons.org/licenses/publicdomain/ Public Domain}
 * @package      microformat
 * @subpackage   microformat.css
 * @version      $Revision: 1 $
 * @modifiedby   $LastChangedBy: Chris $
 * @lastmodified $Date: 2008-09-08 16:36:11 +0100 (Mon, 08 Sep 2008) $
 */

.microformat-button {
  background: #b9ee24 url(background.png) repeat-y;
  border: 1px solid #5a5a5a;
  border-left: none;
  color: #fff;
  display: block;
  font: 7px Geneva, Verdana, sans-serif;
  height: 11px;
  left: 15px;
  letter-spacing: 1px;
  width: 8.5em;
  padding-left: 0.5em;
  padding-top: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.microformat-button span {
  background: url(logo.png) no-repeat;
  border: 1px solid #5a5a5a;
  display: block;
  height: 13px;
  left: -15px;
  position: absolute;
  top: -1px;
  width: 13px;
}
/* Widen the badge for microformats with longer names */
.rel-nofollow {
  width: 10.5em;
}


