/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 17, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 30, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 34, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
/* line 51, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}
/* line 56, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
}

/* line 61, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 65, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
/* line 71, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
/* line 77, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 82, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 87, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
  float: right;
  display: block;
  width: 75%;
  font-family: "signikabold", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  color: #aaabad;
  text-align: right;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
.region-header:active, .region-header:focus {
  outline: none;
}
/* line 101, ../sass/pages.scss */
.region-header div {
  display: inline;
}
/* line 105, ../sass/pages.scss */
.region-header .linkedin {
  margin-left: 1em;
}
/* line 109, ../sass/pages.scss */
.region-header #textsizer {
  margin-right: 0px;
}
/* line 112, ../sass/pages.scss */
.region-header #textsizer .font-piccolo {
  font-size: 93.33333%;
  color: #AAABAD;
}
/* line 113, ../sass/pages.scss */
.region-header #textsizer .font-medio {
  font-size: 107.69231%;
  color: #AAABAD;
}
/* line 114, ../sass/pages.scss */
.region-header #textsizer .font-grande {
  font-size: 127.27273%;
  color: #AAABAD;
}
/* line 127, ../sass/pages.scss */
.region-header a.contrasto, .region-header a.icona-calendario, .region-header a.icona-archivio, .region-header a.icona-contatti, .region-header a.icona-faq, .region-header a.icona-rss, .region-header a.icona-tw, .region-header a.icona-fb, .region-header a.icona-li {
  background-image: url('../images/header-icons.png?1360725438');
  display: inline-block;
  height: 21px;
  background-repeat: no-repeat;
  margin-left: 1em;
  color: #AAABAD;
  text-decoration: none;
}
/* line 137, ../sass/pages.scss */
.region-header a.contrasto {
  width: 18px;
  background-position: 0 -320px;
  margin-left: 0;
}
/* line 142, ../sass/pages.scss */
.region-header a.icona-calendario {
  padding-right: 23px;
  background-position: 100% 0;
}
/* line 146, ../sass/pages.scss */
.region-header a.icona-archivio {
  padding-right: 23px;
  background-position: 100% -30px;
}
/* line 150, ../sass/pages.scss */
.region-header a.icona-contatti {
  padding-right: 26px;
  background-position: 100% -62px;
}
/* line 154, ../sass/pages.scss */
.region-header a.icona-faq {
  padding-right: 14px;
  background-position: 100% -94px;
}
/* line 159, ../sass/pages.scss */
.region-header a.icona-rss {
  background-position: 4px -128px;
  width: 23px;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 166, ../sass/pages.scss */
.region-header a.icona-tw {
  background-position: 0 -162px;
  width: 23px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 172, ../sass/pages.scss */
.region-header a.icona-fb {
  background-position: 3px -194px;
  width: 18px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 178, ../sass/pages.scss */
.region-header a.icona-li {
  background-position: 0 -226px;
  width: 23px;
  vertical-align: top;
  margin-top: 1px;
}
/* line 187, ../sass/pages.scss */
.region-header ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  display: inline;
}
/* line 60, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: none;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 48, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li:first-child, .region-header ul li.first {
  padding-none: 0;
}
/* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li:last-child {
  padding-none: 0;
}
/* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.region-header ul li.last {
  padding-none: 0;
}
/* line 191, ../sass/pages.scss */
.region-header ul a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
/* line 6, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.11.0/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
.region-header ul a:active, .region-header ul a:focus {
  outline: none;
}
/* line 195, ../sass/pages.scss */
.region-header ul a.active {
  display: none;
}
/* line 199, ../sass/pages.scss */
.region-header .language-switcher-locale-url {
  padding-top: 2px;
  position: relative;
  top: 6px;
}

/* line 206, ../sass/pages.scss */
#block-block-5 {
  display: none;
  z-index: 100;
}

/* line 212, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 213, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 217, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 230, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  font-family: "signikabold", "Trebuchet MS", Helvetica, sans-serif;
  margin: 0;
  color: #002e60;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 238, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 241, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 247, ../sass/pages.scss */
.ultima-modifica {
  color: #7e7e7e;
  font-style: italic;
}

/* line 252, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 256, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 262, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 266, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 269, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  /* line 276, ../sass/pages.scss */
  .language-switcher-locale-url {
    top: 0px !important;
  }

  /* line 282, ../sass/pages.scss */
  .region-header .linkedin,
  .region-header #twitter-widget-0 {
    position: relative;
    top: 8px;
  }
  /* line 289, ../sass/pages.scss */
  .region-header a.icona-rss,
  .region-header a.icona-tw,
  .region-header a.icona-fb,
  .region-header a.icona-li {
    margin-top: 10px;
  }
}
