html {
  height: 100%;
}
body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}
a,
a.link {
  text-decoration: none;
  border-bottom: none !important;
}

.region-header { padding-bottom: 20px !important; }

fieldset {
  padding: 1em;
  border: 1px solid #dae7f8;
  background: #ffffff url(/themes/contrib/scoteid_bartik/images/gradient-inner.png) repeat-x 0 0;
  position: relative;
}

fieldset legend {
  position: absolute;
  /*margin-top: 10px;*/
  font-size: 18px !important;
}

.menu-item { margin-top: 0.3em !important; }

/* Autocompleter */

.ui-autocomplete.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
}

.ui-autocomplete a { border-bottom: none; display: block; padding: 0.2em 0 0.2em 0; }

/* Profile overrides */

.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}

.profile dd { margin: 0 0 1em 0; margin-bottom: 1.6em; }

/* Background colour */

.site-background { background: white !important; }
.site-footer { background: white !important; }
