/* @group RESET --------------------------------------------------------------------------------- */
/* Based on Eric Meyer's CSS Reset. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline; }

body {
  font-size: 62.5%;
  line-height: 1.4; }

ol, ul {
  list-style: none;
  line-height: 1; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a {
  outline: none; }

abbr[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

/* @end */
/* @group BASE ---------------------------------------------------------------------------------- */
/* Based on Baseline for type defaults and HTML5 Boilerplate for other goodies. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal; }

h5, h6 {
  font-weight: bold; }

h1, h2 {
  margin-bottom: 0.1em; }

h1, h2, h3, h4 {
  margin-top: 0.8em; }

h1 {
  font-size: 3.3em; }

h2 {
  font-size: 2.4em; }

h3 {
  font-size: 2.1em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.3em; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

b, strong, caption, th, thead, dt, legend {
  font-weight: bold; }

cite, dfn, em, i {
  font-style: italic; }

code, pre, var {
  font-family: mono-space, monospace; }

p, pre, address {
  font-size: 1.3em;
  position: relative;
  top: 5px; }

p {
  margin-bottom: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

del {
  text-decoration: line-through; }

small, sup, sub {
  font-size: 80%; }

sup, sub {
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

abbr {
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: .1em; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

mark {
  background-color: #ffff99;
  background-color: rgba(255, 255, 0, 0.4);
  color: black;
  padding: 0 0.25em; }

blockquote {
  padding: 1.5em; }

ul, ol {
  margin-left: 1.5em; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

ul, ol, dl, dialog {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  top: 5px;
  margin-top: 18px;
  margin-bottom: 18px; }

li ul, li ol, ul ul, ol ol {
  top: 0;
  margin-top: 0;
  margin-bottom: 0; }

table {
  font-size: 1.3em; }

hr {
  border: none;
  background: #e1e1e1;
  width: 100%;
  position: relative;
  height: 4px;
  margin: 18px 0 14px 0; }

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

form {
  font-size: 1.2em; }

form div {
  margin: 1em 0; }

textarea {
  overflow: auto; }

form label {
  color: #555;
  font-weight: bold; }

input[type="text"], textarea {
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 4px;
  font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  width: 100%;
  outline: 0; }

input[type="text"]:focus, textarea:focus {
  border: 1px solid #b1b1b1;
  border-top: 1px solid #a2a2a2; }

input[type="submit"], button {
  background-color: #f1f1f1;
  border: 1px solid #dadada;
  border-radius: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #555;
  font: bold 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 12px; }

input[type="submit"]:hover, button:hover {
  border: 1px solid #C6C6C6;
  background-color: #f8f8f8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

select {
  background-color: #fff;
  border: 1px solid #dfdfdf; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

::-moz-selection {
  background: #d49b01;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #d49b01;
  color: #fff;
  text-shadow: none; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* @end */
