@charset "utf-8";

/** --------------------------------------------------------------------------------
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com
 * Twitter: @rich_clark
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-word-break: break-all;
      word-break: break-all;
  word-wrap: break-word;
}

main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}


/** --------------------------------------------------------------------------------
 * a
 */
a {
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
}


/** --------------------------------------------------------------------------------
 * img
 */
img {
  vertical-align: bottom;
  border-style: none;
}


/** ----------------------------------------
 * list
 */
nav ul
ol,ul {
  list-style: none;
}


/** ----------------------------------------
 *  table
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  vertical-align: middle;
  empty-cells: show;
}

td {
  vertical-align: middle;
  empty-cells: show;
}


/** ----------------------------------------
 *  form
 */
input, select {
  vertical-align: middle;
}


/** ----------------------------------------
 *  blockquote, q
 */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


/** ----------------------------------------
 *  ins / change colours to suit your needs
 */
ins {
  color: #000;
  text-decoration: none;
  background-color: none;
}


/** ----------------------------------------
 *  mark / change colours to suit your needs
 */
mark {
  color: #000;
  font-weight: bold;
  background-color: #ff9;
}


/** ----------------------------------------
 *  del / change colours to suit your needs
 */
del {
  text-decoration: line-through;
}


/** --------------------------------------------------------------------------------
 * abbr,dfn / change colours to suit your needs
 */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}


/** --------------------------------------------------------------------------------
 * hr / change border colour to suit your needs
 */
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
}
