body {
  background: #dec188 url(images/bg-bamboo.jpg) repeat;
  /* the body is also a totally valid container div substitute */
  margin: 0 auto;
  color: #dec188;
  font: 62.5% 'Geneva', 'Arial', Sans-Serif;
  text-align: center;
}

header {
  background-color: #120e00;
  width: 100%;
  height: 10px;
  text-align: left;
  border-bottom: solid 12px #fff;  
}

.sub header {
  height: 30px;
}

header .container {
  text-align: right;
  font-size: 12px;
  line-height: 30px;
  margin: 0 auto 0;
}

header a {
  color: #dec188;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bolder;
  color: #efefef;
}

.h1 {
  display: block;
  width: 1000px;
  height: 390px;
  margin: 0 auto;
  background: url(images/steeze-header.png) no-repeat center center;
}

h2 {
  font-size: 84px;  
  display: block;
  width: 1000px;
  margin: 48px auto 16px;
  text-align: center;
  line-height: 90px;
}

h3 {
  color: #dec188;
  font-size: 48px;
  margin-bottom: 14px;
}

h4 {
  font-size: 22px;  
  margin: 24px 0 14px;
}

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

article {
  background-color: #120e00;
  width: 100%;
  min-height: 500px;
  text-align: center;
  border-top: solid 12px #fff;  
  border-bottom: solid 12px #fff;  
  margin-bottom: 40px;
}

.container {
  display: block;
  width: 1000px;
  margin: 0 auto 80px;
}

#files {
  width: 780px;
  float: left;
  text-align: left;
}

ul#files li {
  width: 330px;
  border: 5px dashed #DEC188;
  padding: 16px;
  float: left;
  text-align: left;
  min-height: 246px;
  margin: 0 0 34px 34px;
}

ul#files li p {
  font-size: 18px;
}

ul#files li.first {
  margin-left: 0;
  clear: left;
}

ul#files li strong {
  color: #efefef;
}

.sub-heading {
  font-size: 28px;
  text-align: center;
  display: block;
  width: 1000px;
  margin: 0 auto 48px;
}

ul#files li p.more-info {
  color: #efefef;
  font-size: 26px;
  margin-bottom: 0;
}

a {
  color: #efefef;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #dec188;
  text-decoration: underline;
}

nav {
  float: right;
  width: 200px;
  height: 600px;
  position: relative;
}

nav ul {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 180px;
  min-height: 500px;
  margin: 0;
}

nav ul li {
  height: 180px;
  width: 180px;
  position: relative;
  margin-bottom: 10px;
}

nav ul li img {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

nav ul li#facebook img {
  left: -8px;
}

nav ul li#download img {
  left: -3px;
}

nav ul li iframe {
  position: absolute;
  z-index: 101;
  bottom: 26px;
  left: 55px;
}

nav ul li:hover img {
  z-index: 102;
}

nav ul li:hover iframe {
  z-index: 102;
}

nav ul li div {
  display: none;
  position: absolute;
  background-image: url(images/chat-bubble.png);
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 101;
  top: -60px;
  left: 20px;
  color: #0a0a0a;
  width: 160px;
  height: 112px;
  padding: 22px 30px;
}

nav ul li#facebook div {
  top: -40px;
}

nav ul li#cousinwil {
  margin-top: 20px;
}

nav ul li#cousinwil div {
  top: -58px;
}


nav ul li:hover div {
  display: block;
}

nav ul li#facebook:hover div {
  display: block;
}

nav p {
  font-size: 1.3em;
}

nav a {
  font-weight: bold;
  text-decoration: underline;
  color: #0a0a0a;
}

.gist-file {
  font-size: 14px;
}

ol li {
  margin-left: 28px;
  list-style-type: decimal;
  margin-bottom: 14px;
  font-size: 16px;
}

ol strong {
  color: #fff;
}


footer {
  background-color: #120e00;
  width: 100%;
  height: 40px;
  text-align: left;
  border-top: solid 12px #fff;  
}

footer .container {
  text-align: right;
  font-size: 12px;
  color: #dec188;
  line-height: 40px;
  margin: 0 auto 0;
}
