/**
 * @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
 */
@font-face {
  font-family: 'velino-category';
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.svg#velino_ultra_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-titles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.svg#velino_headline_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-chronicles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.svg#velino_headline_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 * Field wrappers when the Fences module is enabled.
 */
/* line 21, ../sass/fields.scss */
.field-label {
  /* The optional label for a field. */
}

/* line 24, ../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, ../sass/fields.scss */
.field {
  /* Wrapper for any field. */
}

/*
 * Field types (Core)
 */
/*
 * Field types (Contrib)
 */
/* line 83, ../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, ../sass/fields.scss */
.field-name-field-FIELDNAME {
  /* Underscores in field name are replaced with dashes. */
}
