/**
 * @file
 * Styles for Bartik's breadcrumbs.
 */

.breadcrumb {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  }
.breadcrumb a,
breadcrumb a.link {
  color: ;
  text-decoration: none;
  border-bottom: none;
  }
.region-breadcrumb {
  padding: 0 15px 0.25em;
  }
