/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: Arial, sans-serif;
  color: #444748;
  background-color: #241f1e;
}

header img {
  display: block;
}

section {
  background-color: #d9eaf8;
  width: 1020px;
  margin: auto;
}

nav {
  float: right;
  width: 255px;
}

article {
  float: left;
  width: 605px;
  padding: 25px;
}

footer {
  clear: both;
  background-color: #5c1b06;
  padding: 25px;
}

footer p {
  font-size: 14px;
  line-height: 18px;
  color: #e5e5e5;
  font-weight: normal;
}


/***Typography***/

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #5c1b06;
  margin-bottom: 16px;
  margin-top: 25px;
}

p {
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 14px;
}


/***Navigation Links***/

nav ul {
  margin-bottom: 60px;
}

nav ul li a {
  display: block;
  background-color: #5f676d;
  color: #f5f5f5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 16px;
  border-bottom: 5px solid #929ea7;
}

nav ul li a:hover {
  background-color: #d06038;
}
