﻿article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
div,
section,
article,
aside,
nav,
ol,
ul,
li,
span,
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.4;
}
::-moz-selection {
  background: #0078ae;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0078ae;
  color: #fff;
  text-shadow: none;
}
a {
  color: #3f74bb;
}
a:visited {
  color: #3f74bb;
}
a:hover {
  color: #253c5a;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
header,
footer {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/*----------------------------------------------------*/
/* MIXINS
/*----------------------------------------------------*/
.drop {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
/*----------------------------------------------------*/
/* TYPOGRAPHY
/*----------------------------------------------------*/
html,
body,
input,
span {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 3em;
}
h4 {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25em;
  margin: 0 0 10px;
}
h3 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 20px;
}
h4 {
  color: #444;
}
p,
ul,
ol,
dl,
blockquote {
  font-size: 1em;
  line-height: 1.5em;
  color: #535353;
}
p {
  padding: 5px 0;
  margin: 0 0 10px;
}
ol,
ul {
  margin: 10px 10px 30px;
  padding-left: 30px;
}
ol li,
ul li {
  line-height: 1.75em;
}
blockquote {
  margin: 10px;
  padding: 10px 20px;
}
blockquote .author {
  font-weight: bold;
}
hr {
  border: 0;
  outline: none;
  clear: both;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
  margin: 60px 0;
}
code {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #F7F7F9;
  border: 1px solid #E1E1E8;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 300;
  color: #c41230;
  position: relative;
}
h4 code {
  top: -2px;
}
a,
a:active,
a:visited {
  color: #0078ae;
  text-decoration: none;
}
a:hover {
  color: #3b536f;
}
.caps {
	text-transform: uppercase;
}
.gradient-Divider {
	font-size: 13px;
	padding: 10px 20px;
	border-top: 1px solid #d2d2d2;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ffffff));
	/* Safari 4+, Chrome */

	background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
	/* Chrome 10+, Safari 5.1+, iOS 5+ */

	background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
	/* Firefox 3.6-15 */

	background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
	/* Opera 11.10-12.00 */

	background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
	/* Firefox 16+, IE10, Opera 12.50+ */

}

/* Nav stuff */
nav ol,
nav ul {
  list-style: none;
  cursor: default;
}
nav ol li,
nav ul li {
  margin: 5px 0;
  cursor: pointer;
}
nav ol li:first-child,
nav ul li:first-child {
  margin-top: 0;
}
nav ol.inline li,
nav ul.inline li {
  display: inline-block;
  margin: 0 5px 5px;
}
nav ol.inline li:first-child,
nav ul.inline li:first-child {
  margin-left: 0;
}
nav ol.centered,
nav ul.centered {
  text-align: center;
}
nav.dark {
  background: #333333;
  padding: 20px;
}