/* ============================================================
	Table of Content

	== Reset
	== Setup
	== Typography
	 - Lists
	 - Links & Text-level
	 - Tabular data
	== Progressively enhanced

============================================================ */


/* ============================================================
    Reset
============================================================ */
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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font: inherit;
    vertical-align:baseline;
    background:transparent;
}

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

/* ============================================================
    Setup
============================================================ */

.cols img,
.cols embed,
.cols object,
.cols video {
	max-width: 100%;
	width: 100%;
	height: auto;
}
html, body {
	height: 100%;
}
body {
	background: #fff url('/Content/img/shell.png') no-repeat 0 400px;
}

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }

/* ============================================================
    Typography
============================================================ */
body {
    color:#444;
    font:.85em/1.618em 'Helvetica-Neue',Helvetica,Arial,sans-serif; /* 16px */
   -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	font-family: 'proxima-nova',Helvetica-Neue,Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 1.7em; /* Desktop 2.536em */
    margin: 0.618em 0;
	color: #000;
	letter-spacing: -0.05em;
	font-weight: 600
}
h2 {
    font-size: 1.418em; /* Desktop 1.618em */
    margin:0 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
	background: #000;
    color:#fff;
}
h2 span {
	float: right;
	margin-left: 1em
}
h3 {
	font-size: 1.236em; /* Desktop 1.236em */
    margin:1.618em 0 0;
    text-transform: uppercase;
}
h4 {
	/*font-size: .95em; /* Desktop 1.146em */
    font-size: 1.3em;
    line-height: 2em;
    /*border-bottom: 1px solid #8f8690*/
}
h5, h6 {
	font-size: 1em; /* Desktop 0.969em; */
    line-height: 1.236em;
    margin:0.969em 0 -0.37em;
}
p, pre, ol, ul, dl, /* figure, */ figcaption, table, fieldset {
    margin:1.236em 0; /* Combined */
}
p	{
	max-width: 30em;
	font-size: 0.854em;
	line-height: 1.518em
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
	font-size: 0.85em;
}
span {
}
hr {
    border-bottom-color: #8f8690;
    border-width: 0;
    display:block;
    height:1px;   
    border-bottom: 1px solid;
    margin:1em 0;
    padding:0;
    clear: both
}

/*  Lists
----------------------------------------------------------- */
ol li{
list-style-type: decimal;
margin-left: 1.618em
}

li {
	font-size: 0.854em;
	list-style: none;
}
li li {
	font-size: 1em;
}
li p {
	font-size: 1em;
}
dl {
	font-size: 0.70em; font-weight: 200; letter-spacing: 0.141em;
	float: right;
	margin: 0.37em 0 0 0;
	padding: 0;
}
dt {
	clear: left;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0.37em 0;
	border-top: 1px solid #999;
	font-weight: bold;
}
dd {
	float: left;
	width:75%;
	margin: 0;
	padding: 0.37em 0;
	border-top: 1px solid #999;
	color: #000
}

/*  Links & Text-level
----------------------------------------------------------- */

h2 a {
	color: #fff
}
a {
    color:#414256;
    font-size:100%;
    text-decoration:none;
    border-bottom: 1px solid #E63517
}
.nav a { border: 0; text-transform: uppercase; letter-spacing: 0.1em}
a:hover,
a:focus,
span:hover {
	opacity: 0.9;
	border: 0
}
time {
    color:#666;
    font-size:0.75em;
    line-height:1.3334em;
    text-transform:uppercase;
}
code {
    color:#000;
}

/*  Tabular data
----------------------------------------------------------- */

table {
	font-size: 0.745em;
    border-collapse:collapse;
    border-spacing:0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%
}
td, th {
    text-align:left;
}
th {
    color:#222;
    font-weight:bold;
    font-size: 1.3em;
    border-bottom: 1px solid #000;
    padding:0.37em 0 0 0;
    margin-bottom: 5em
}
td {
    vertical-align:top;
    padding: 0.5em 0;
    border-bottom: 1px solid #999;
}

/* ============================================================
    Progressively enhanced
============================================================ */

::selection {
	background: #00aadb; /* Safari */
}
::-moz-selection {
	background: #00aadb; /* Firefox */
}
