/*
 * @author    Marianne
 * @company   iXmédia <http://www.ixmedia.com>
 */

/* iXReset {{{
============================================================================== */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
time { display: inline; }
html { font-size: 62.5%; overflow-y: scroll; }
html, body { height: 100%; }
body { position: relative; margin: 0; }
ul, ol, dl { margin: 0; }
nav ul, ol.breadbrumbs { list-style:none; margin: 0; padding: 0; }
nav { font-size: 0; }
.group:after { content: ""; display: block; clear: both; } .group { zoom: 1; }
a *, button * { cursor: pointer; }
a img { border:0; }
hr { display: none; }
small { font-size: 90%; }
del { text-decoration: line-through; }
sup, sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; font-size: 75%; } sup { bottom: 1ex; } sub { top: .5ex; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
button, input[type="submit"], input[type="button"], * html input { width: auto; overflow: visible; }
button, label, select, option, input[type=submit], input[type=button] { cursor: pointer; }
button::-moz-focus-inner { border: 0; padding: 1px; }
input { margin: 0 }

/*}}}*/

/* iXBoilerplate  {{{
============================================================================== */

body {
  background: #fff;
  color: #444;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 130%;
  line-height: 1.2;
  position: relative;
}
h1,h2,h3,h4,h5,h6 { line-height: 1.1; text-rendering: optimizeLegibility; margin: 0 0 1em 0;}
p,ul,ol,dl,table { margin: 0 0 1.5em 0; }
input, select, button, textarea, option { font-size: 100%; margin: 0; }
ol,ul { margin-left: 20px; padding: 0; }
a { text-decoration: underline; cursor: pointer; color: #501b03; }
a:focus { outline: 0; }
a.focus { outline: 3px solid #a5ccee; }
a.focus:active { outline: 3px solid #501b03; }
a:visited { color: #501b03;; }
a:hover, a:focus { color: #501b03; }
a:link { -webkit-tap-highlight-color: #501b03; }
ol.breadcrumbs:before, ol.breadcrumbs:after { content: ""; display: table; }
ol.breadcrumbs:after { clear: both; }
ol.breadcrumbs { *zoom: 1; }
ol.breadcrumbs { margin: 0; padding: 0; }
ol.breadcrumbs li { float: left; list-style: none;  }
hr { border:0; border-top:1px dotted #56bfb7; display:block; height:1px; margin:2em 0; padding:0; }

/*}}}*/

/* Non-semantic Helper Classes {{{
============================================================================== */

.ir { background-color: transparent; background-repeat: no-repeat; border: 0; direction: ltr; display: block; *line-height: 0; overflow: hidden; text-align: left; text-indent: -999em; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*}}}*/

/* Web Fonts {{{
============================================================================== */

.AvianoFlareRegular { 
  font-family: AvianoFlareRegular;
  font-weight: normal;
  font-style: normal;
}
.AvianoFlareBold { 
  font-family: AvianoFlareBold;
  font-weight: normal;
  font-style: normal;
}

/*}}}*/

/* Print  {{{
============================================================================== */

@media print {
  
  * { background: transparent !important; box-shadow: none !important; color: black !important; filter: none !important; -ms-filter: none !important; text-shadow: none !important; } 
  body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  a, a:visited { color: #aaa; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { border: none; max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

}

/*}}}*/

#errorMessage { color: red; }
.errorField { border: 1px solid red; color: red; }
.errorFieldMessage { color: #ff0000; }

