/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */
/*
 * Field wrappers when the Fences module is enabled.
 */
/* line 21, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field-label {
  /* The optional label for a field. */
}

/* line 24, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field-FIELDNAME {
  /* Underscores in field name are replaced with dashes. */
}

/*
 * If you don't use the Fences module, that's fine. Really. I think. Just use
 * these selectors instead:
 */
/* line 33, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field {
  /* Wrapper for any field. */
}

/*
 * Field types (Core)
 */
/*
 * Field types (Contrib)
 */
/* line 83, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field-type-datetime {
  /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */
}

/*
 * Named fields
 */
/* line 105, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field-name-field-FIELDNAME {
  /* Underscores in field name are replaced with dashes. */
}

/* line 109, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
#edit-search-block-form--2 {
  background: url("/sites/all/themes/sej/images/top_search_back.gif") no-repeat scroll 0 0 white;
  border-color: #7D7D7D #C4C4C4 #C4C4C4 #7D7D7D;
  border-style: solid;
  border-width: 1px;
  color: #7D7D7D;
  margin-left: 10px;
  padding: 2px;
  width: 218px;
}

/* line 119, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
#block-search-form input.form-submit {
  vertical-align: sub;
  padding: 0 5px 0 2px;
  margin-top: 1px;
}

/* line 125, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
.field-name-field-publication-date {
  font-weight: bold;
}

/* line 129, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/fields.scss */
div.field-name-field-main-image {
  float: left;
  padding: 0 14px 14px 12px;
}
