/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 18, ../scss/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 19, ../scss/style.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../scss/style.scss */
audio:not([controls]) {
  display: none;
}

/* line 21, ../scss/style.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 33, ../scss/style.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 35, ../scss/style.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

/* line 37, ../scss/style.scss */
body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 45, ../scss/style.scss */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* line 46, ../scss/style.scss */
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 53, ../scss/style.scss */
a {
  color: #00e;
}

/* line 54, ../scss/style.scss */
a:visited {
  color: #551a8b;
}

/* line 55, ../scss/style.scss */
a:hover {
  color: #06e;
}

/* line 56, ../scss/style.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 59, ../scss/style.scss */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 66, ../scss/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 68, ../scss/style.scss */
b, strong {
  font-weight: bold;
}

/* line 70, ../scss/style.scss */
blockquote {
  margin: 1em 40px;
}

/* line 72, ../scss/style.scss */
dfn {
  font-style: italic;
}

/* line 74, ../scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 76, ../scss/style.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 78, ../scss/style.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 81, ../scss/style.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 84, ../scss/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 86, ../scss/style.scss */
q {
  quotes: none;
}

/* line 87, ../scss/style.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 89, ../scss/style.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 92, ../scss/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 93, ../scss/style.scss */
sup {
  top: -0.5em;
}

/* line 94, ../scss/style.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 101, ../scss/style.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 102, ../scss/style.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 103, ../scss/style.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
/* line 115, ../scss/style.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */
/* line 121, ../scss/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 128, ../scss/style.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 135, ../scss/style.scss */
form {
  margin: 0;
}

/* line 136, ../scss/style.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 139, ../scss/style.scss */
label {
  cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
/* line 146, ../scss/style.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 154, ../scss/style.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
/* line 161, ../scss/style.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
/* line 167, ../scss/style.scss */
table button, table input {
  *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
/* line 174, ../scss/style.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
/* line 180, ../scss/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 181, ../scss/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 182, ../scss/style.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
/* line 188, ../scss/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
/* line 195, ../scss/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 199, ../scss/style.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 206, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 207, ../scss/style.scss */
td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Vincent FitzPatrick. Landour Limited.
   ========================================================================== */
/*!  find me line 213 style.scss */
/*
 * Landour Limited
 * Project: HTML5 Template Base
 * File: _application.scss  - styles defined here apply to all pages in the site
 * 12 August 2011
 * Vincent FitzPatrick
 *
 */
/* line 103, ../scss/_application.scss */
#container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* line 117, ../scss/_application.scss */
header#masthead h1 {
  clear: both;
  padding-top: 15px;
  padding-left: 10px;
}

/* line 128, ../scss/_application.scss */
#primaryContent {
  float: left;
  width: 580px;
  padding-left: 15px;
}

/* line 135, ../scss/_application.scss */
#secondaryContent {
  float: right;
  width: 360px;
}

/* line 147, ../scss/_application.scss */
footer {
  clear: both;
  padding: 13px 20px 13px 20px;
  height: 50px;
}

/* line 156, ../scss/_application.scss */
#quickPics {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
/* line 160, ../scss/_application.scss */
#quickPics img {
  margin-left: 40px;
}
/* line 163, ../scss/_application.scss */
#quickPics p {
  width: 200px;
}

/* line 169, ../scss/_application.scss */
#succession {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #d6def4;
}
/* line 175, ../scss/_application.scss */
#succession tbody#sardinia {
  background: #d6def4;
}
/* line 178, ../scss/_application.scss */
#succession tbody#modena {
  background: #a9bae9;
}
/* line 181, ../scss/_application.scss */
#succession tbody#bavaria {
  background: #d6def4;
}
/* line 184, ../scss/_application.scss */
#succession tbody tr td {
  padding: 3px 10px 2px 4px;
}

/* line 198, ../scss/_application.scss */
body {
  background: #121212;
  background-repeat: repeat;
  background-image: url(/img/green-fibers.png);
  color: black;
}

/* line 206, ../scss/_application.scss */
#container {
  background-color: white;
  margin-top: 20px;
  border: 5px solid #829496;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 216, ../scss/_application.scss */
footer {
  background: #e6eefe;
}

/* line 246, ../scss/_application.scss */
a {
  /*! find me link colour */
  color: black;
}
/* line 251, ../scss/_application.scss */
a:link, a:visited {
  /*! find me more link */
  color: black;
}
/* line 257, ../scss/_application.scss */
a:hover {
  color: black;
  font-weight: bold;
}
/* line 263, ../scss/_application.scss */
a:active {
  color: black;
}

/* line 271, ../scss/_application.scss */
img.pdfDownload {
  margin: 32px;
  float: right;
}

/* line 296, ../scss/_application.scss */
#copyright {
  width: 50%;
  float: left;
}

/* line 301, ../scss/_application.scss */
#supplier {
  float: right;
}

/*! find me line import application.scss*/
/*! find me navigation */
/*
 * Simmple horizontal menu no sub menus
 *
 */
/*
 * Simmple horizontal menu no sub menus
 * 
 */
/* line 163, ../scss/_navigation.scss */
#primaryMenu {
  position: relative;
  z-index: 597;
  float: left;
  width: 100%;
  height: 45px;
  background: #0099ff;
  backgound: red;
}
/* line 58, ../scss/_navigation.scss */
#primaryMenu li {
  background: #0099ff;
  height: 45px;
  width: 120px;
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  margin-bottom: 7px;
}
/* line 79, ../scss/_navigation.scss */
#primaryMenu li:hover {
  height: 45px;
  position: relative;
  z-index: 599;
  cursor: default;
  background: #0ccae8;
  height: 100%;
}
/* line 87, ../scss/_navigation.scss */
#primaryMenu li#activePage {
  background: #0d1fff;
}
/* line 89, ../scss/_navigation.scss */
#primaryMenu li#activePage a {
  color: #fff;
}
/* line 119, ../scss/_navigation.scss */
#primaryMenu ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 598;
  width: 100%;
}
/* line 132, ../scss/_navigation.scss */
#primaryMenu ul li {
  float: none;
}
/* line 142, ../scss/_navigation.scss */
#primaryMenu a {
  text-decoration: none;
  margin-top: 13px;
  text-align: center;
  display: block;
}

/*! find me line import application.scss*/
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 223, ../scss/style.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 224, ../scss/style.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 227, ../scss/style.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 230, ../scss/style.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 233, ../scss/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 236, ../scss/style.scss */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
/* line 239, ../scss/style.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 240, ../scss/style.scss */
.clearfix:after {
  clear: both;
}

/* line 241, ../scss/style.scss */
.clearfix {
  zoom: 1;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 269, ../scss/style.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 270, ../scss/style.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 271, ../scss/style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 272, ../scss/style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 273, ../scss/style.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 274, ../scss/style.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 275, ../scss/style.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 276, ../scss/style.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 277, ../scss/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 279, ../scss/style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 280, ../scss/style.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}

.cancel { color: #F00; }