@import "../style.css";

a:link, a:visited {
  color: #06b;
}
ul.primary-links li span a:hover {
  color: #7af;
}
div.status {
  color: #3c9ac3;
  border-color: #a2c7fc;
}

#wrapper-header, #logo {
  background: #e6e6e6 url(images/grey-gradient.png) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
}
.view-news-summary .views-field-created, .view-news-summary .views-field-title {
  font: 1.3em Verdana, sans-serif;
}

html.js fieldset.collapsible legend a {
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}
html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}
ul li, ul.menu li, .item-list ul li, li.leaf {
  background: transparent url(images/menu-leaf.gif) no-repeat 0 .35em;
}
ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 0 .35em;
}
ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em;
}
.to-top {
  background: url(images/link-arrow-up.gif) no-repeat 0% 50%;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: #b34343 url(images/bg-content-tab.gif) repeat-x 0 0;
  border-bottom: 1px solid #a14747;
}
