  /* over-riding any existing drupal system styles */

img, a {
  border:0;
}

a {
  color: #0082C8;
}

h1, h2, h3, h4, h5, h6 {
  padding: 5px 0;
  margin: 0;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

hr {
  background-color: #bbb;
  border:none;
  color: #ccc;
  height:1px;
}

ul.primary {
  margin: 0;
}

ul.menu {
  margin: 0 0 0 10px;
  padding: 0;
}

ul.menu li {
  margin:0;
}

li.leaf {
  list-style-image: none;
  list-style-type: none;
}

li.collapsed {
  list-style-image: none;
  list-style-type: none;
}

li.expanded {
  list-style-image: none;
  list-style-type: none;
}

.menu-name-primary-links {
  margin-bottom: 15px;
}

tbody { /*override system.css border*/
  border-top: none;
}

/* Status and Errors */

.messages {
  font-size: .85em;
  margin:10px 0;
  padding:4px;
}

div.status {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}

div.error {
  background-color: #ffcccc;
  border: 1px solid #a30000;
  color: #a30000;
}

.error {
  border: 1px solid #a30000;
  color: #a30000;
}
