.messages {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  color: #C66;
  margin: 20px 0;
  padding: 10px;
}

.messages * {
  margin: 0;
  padding: 0;
}

.messages li {
  list-style: none;
  margin: 5px 0;
}

.tabs {
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
  padding-bottom: 0;
}

.tabs li {
  display: inline;
  list-style: none;
}

.tabs li a {
  background: #CCC;
  border: 1px solid #999;
  color: #666;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
}

.tabs li.active a {
  background: white;
}

.tabs li a:hover {
  background: white;
}

#search-theme-form * {
  display: inline;
}

#search-theme-form .form-submit {
  display: none;
}

#user-login .description {
  display: none;
}

/** **/

.pager {
  clear: both;
  margin: 20px 0;
  padding: 0;
}

.pager li {
  display: inline;
  list-style: none;
}

.pager a {
  background: none;
  border: none;
  margin: 0 5px;
}

/** **/

.search-results {
  line-height: 1.5em;
}

.search-results dt {
  margin: 0;
  text-transform: uppercase;
}

.search-results a {
  color: #20476A;
}

.search-results dd {
  margin: 0;
  margin-bottom: 20px;
}

.search-results p {
  margin: 0;
}

.search-results strong {
  color: #FFB40E;
}

.search-term {
  margin: 0;
  padding-bottom: 20px;
}

.search-info a {
  text-decoration: none;
}