/**
 * @file
 * Form Styling
 */
textarea {
  border: 1px solid #c4c4be;
  padding: 0.66667em 5%;
}
.lt-ie8 .form-textarea-wrapper textarea {
  width: 89%;
}

.form-type-checkbox .hover {
  cursor: pointer;
}

.form-type-checkbox label {
  top: 0.13333em;
  position: relative;
}

input.form-text {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c9cac7;
  color: #595a5c;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 0.93333em;
  padding: 0.66667em 0.33333em;
}
.borderradius input.form-text {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#content input.form-text:focus {
  background-color: #ffffff;
  background-image: none;
}

.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}
.form-item label {
  /* The label for a form element */
  display: block;
  font-weight: bold;
}
.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}
.form-item div.selector {
  border: 1px solid #c4c4be;
  font-size: 1em;
  padding-bottom: 0.26667em;
  padding-right: 1.33333em;
  padding-top: 0.4em;
  width: 17.33333em;
}
.form-item div.selector span {
  color: #595a5c;
}
.form-item div.selector select {
  height: 3.08333em;
  width: 24.16667em;
}
.form-item .form-required {
  /* The part of the label that indicates a required field */
  color: #f58025;
}
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}

.opacity .form-item.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.form-submit {
  /* The submit button */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #0A2240;
  border-bottom: 1px solid #c9cac7;
  border-left: none;
  border-right: 1px solid #c9cac7;
  border-top: 1px solid #c9cac7;
  color: white;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1.13333em;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 0.52941em;
  padding-top: 0.41176em;
  padding-right: 0.88235em;
  padding-left: 0.88235em;
  text-transform: lowercase;
  height: 2.17647em;
  text-align: center;
}
.form-submit:hover {
  background-color: #0A2240;
}

.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

.tips {
  /* Tips for Drupal's input formats */
}

a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form {
  /* Wrapper for the search form */
}

/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left;
  /* LTR */
  /*
   * OpenID
   *
   * The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
}
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
td.menu-disabled {
  background: #ccc;
}

/*
 * Uniform form replacement overrides.
 */
/* Checkbox */
div.checker {
  width: 18px;
  height: 18px;
}

div.checker input {
  width: 18px;
  height: 18px;
}

div.checker span {
  background: url('../images/buttons-s2a46f7b168.png') -25px -3019px no-repeat;
  width: 18px;
  height: 18px;
}

div.checker:active span,
div.checker.active span {
  background: url('../images/buttons-s2a46f7b168.png') -25px -3019px no-repeat;
}

div.checker.focus span,
div.checker:hover span {
  background: url('../images/buttons-s2a46f7b168.png') -25px -3019px no-repeat;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background: url('../images/buttons-s2a46f7b168.png') -25px -3019px no-repeat;
}

div.checker span.checked {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2453px no-repeat;
}

div.checker:active span.checked,
div.checker.active span.checked {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2453px no-repeat;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2453px no-repeat;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2453px no-repeat;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2880px no-repeat;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background: url('../images/buttons-s2a46f7b168.png') -25px -2928px no-repeat;
}
