
/* -----------------------------------------------------------------------------
 * GENERAL RESET
 * -------------------------------------------------------------------------- */

* {
  text-decoration: none;
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
  }

/* -----------------------------------------------------------------------------
 * SPECIFIC RESETS
 * -------------------------------------------------------------------------- */

body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, select, textarea, ol, p, pre, table, th, td, ul {
  margin: 0;
  padding: 0;
  }
table {
  border-collapse:
  collapse; border-spacing: 0;
  }
table[border] {
  border-collapse: separate;
  border-spacing: 0;
  }
thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  background-color: transparent;
  vertical-align: inherit;
  border: none;
  }
caption, th { text-align: left; }
a, a img, a abbr, a acronym, abbr, acronym, applet, fieldset, form, iframe, img, object, table { border: none; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-style: normal;
  font-weight: normal;
  }
code, isindex, kbd, listing, plaintext, pre, samp, tt, var, xmp {
  font: inherit;
  white-space: normal;
  font-weight: normal;
  }
h1, h2, h3, h4, h5, h6 { font-size: 1em; border: none; }
ol, ul, dir, menu { list-style: none; }
ol { list-style-type: decimal; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
a:hover, a:focus, input:focus, select:focus, textarea:focus { outline: none; }
hr { display: none; } /* We will re-reset it later for content */

/* -----------------------------------------------------------------------------
 * LANGUAGE-SPECIFIC PUNCTUATION
 * -------------------------------------------------------------------------- */

q { quotes: '\201C' '\201D' '\2018' '\2019'; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }

/* -----------------------------------------------------------------------------
 * HTML & BODY
 * -------------------------------------------------------------------------- */

html, body { color: #e1e1ba; background-color: #fff; height: 100% }
html {
  border-top: 5px solid #000;
  }

/* \*/

html { font-family: sans-serif; }

/* */

body { 
  font-family: Arial, Helvetica, sans-serif; /* Calibri, Tahoma, */
  font-size: 80%;
  line-height: 1.3em;
  background-repeat: repeat-x;
  }

/* -----------------------------------------------------------------------------
 * PHRASE ELEMENTS & IMAGE BORDERS
 * -------------------------------------------------------------------------- */

blockquote { margin: 0 0 1.5em; }
blockquote, address { line-height: 1.33; }
blockquote.pullquote {
  color: #333;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 1.25em 0;
  }
blockquote.indent { margin: 0 32px 1.5em; }
cite, dfn, em, i { font-style: italic; }
b, dt, h1, h2, h3, h4, h5, h6, strong, th, thead td { font-weight: bold; }
caption, th, td { text-align: left; }
sup { vertical-align: super; _margin-top: -.35em; }
sub { vertical-align: sub; }
small, sup, sub { font-size: 85%; }
*:first-child+html sup { display: inline-block; }
big {
  font-size: 125%;
  line-height: 80%;
  }
del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid black; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
address { width: auto; }
abbr { cursor: help; }
abbr, acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
  }
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted black;
  }
code, kbd, pre, samp, tt, var {
  font-size: 100%;
  font-family: Monaco, "Courier New", Courier, mono-space, monospace;
  }
code { background-color: #e6f0fa; }
img {
  display: block;
  margin: 0;
  }
img.inline, input[type='image'].inline {
  display: inline-block;
  display: -moz-inline-box;
  }

/* -----------------------------------------------------------------------------
 * DEPRECATED HTML
 * -------------------------------------------------------------------------- */

center, *[align] { text-align: inherit; }
s, strike, u { text-decoration: inherit; }
nobr { white-space: normal; }
marquee { overflow: visible; -moz-binding: none; }
blink { text-decoration: none; }
font, basefont {
  color: inherit;
  font: inherit;
  font-size: 100%;
  }

/* -----------------------------------------------------------------------------
 * CLEARFIX HACK
 * -------------------------------------------------------------------------- */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

* html>body .clearfix {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }

/* -----------------------------------------------------------------------------
 * ANCHORS
 * -------------------------------------------------------------------------- */

a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a.noHover:hover, .noHover a:hover { text-decoration: none; }
a, a:link, a:active, a:visited { color: #c7c7c7; }
a:hover, a:hover:visited { color: #fff; }

/* -----------------------------------------------------------------------------
 * HEADINGS
 * -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: #ebebeb; }
h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  }  
h1 {
  font-size: 1.5em;
  color: #bbb;
  }
h2 {
  font-size: 1.3em;
  color: #fff;
  padding: 0 0 .2em 0;
  border-bottom: 1px solid #888;
  margin-bottom: .5em;
  }
h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding: .6em 0 .4em 0;
  border-bottom: 1px solid #888;
  margin-bottom: .6em;
  }
h4, h5 {
  color: #111;
  border-bottom: 1px solid #888;
  margin-bottom: .1em;
  }
h5 { font-size: .8em; }
h6 { font-size: .6em; }

/* -----------------------------------------------------------------------------
 * TABLE ELEMENTS
 * -------------------------------------------------------------------------- */

table {
  width: 100%;
  border: 0;
  margin: 0 0 .5em 0;
  padding: 0;
  }
table.padded th,
table.padded td { padding: .25em; }
table.listing th { border-bottom: 1px solid #ccc; padding: .25em; }
table.listing td { border-bottom: 1px solid #666; padding: .25em; }
table.listing td p { margin-bottom: 0; }
table.item th,
table.item td { padding: .25em; }
td.label {
  width: 20%;
  text-align: right;
  }