/*
 * legacyobj.com
 * A lightweight, 2011-inspired layout with conservative CSS for old WebKit.
 */

html, body, div, span, h1, h2, h3, p, a, ul, li {
  margin: 0;
  padding: 0;
}

html {
  background: #d9d9d9;
}

body {
  background: #d9d9d9;
  color: #3f4346;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: #245a87;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #143c60;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

#top-strip {
  border-bottom: 1px solid #111416;
  background: #25282b;
  color: #aeb4b8;
  font-size: 12px;
  line-height: 30px;
}

.strip-inner {
  width: 92%;
  max-width: 760px;
  margin: 0 auto;
}

.strip-right {
  float: right;
}

#page {
  width: 92%;
  max-width: 760px;
  margin: 22px auto 36px auto;
  border: 1px solid #a8aaab;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px #999999;
  box-shadow: 0 2px 7px #999999;
}

#masthead {
  padding: 24px 28px 20px 28px;
  border-bottom: 1px solid #111416;
  background: #34393d;
  background: -webkit-gradient(linear, left top, left bottom, from(#41474b), to(#292d30));
  background: linear-gradient(#41474b, #292d30);
  color: #ffffff;
}

#logo {
  color: #ffffff;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 34px;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
}

#logo span {
  color: #8fc33a;
}

#masthead p {
  margin-top: 2px;
  color: #bec3c6;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

#navigation {
  border-top: 1px solid #5d6266;
  border-bottom: 1px solid #a2a6a8;
  background: #e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#c9c9c9));
  background: linear-gradient(#f8f8f8, #c9c9c9);
}

#navigation ul {
  list-style: none;
}

#navigation li {
  float: left;
  border-right: 1px solid #b3b3b3;
}

#navigation a {
  display: block;
  padding: 10px 18px 9px 18px;
  color: #3d4144;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

#navigation a:hover,
#navigation a:focus,
#navigation .current a {
  background: #4d7e9e;
  background: -webkit-gradient(linear, left top, left bottom, from(#668faa), to(#35627f));
  background: linear-gradient(#668faa, #35627f);
  color: #ffffff;
  text-shadow: 0 -1px 0 #25475e;
}

#content {
  padding: 28px;
}

#welcome {
  min-height: 190px;
  padding: 30px 34px;
  border: 1px solid #b7c0c6;
  background: #edf1f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#dce3e7));
  background: linear-gradient(#f7f9fa, #dce3e7);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.section-label {
  margin-bottom: 11px;
  color: #5d7788;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

#welcome h1 {
  color: #252a2d;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -1px;
  text-shadow: 0 1px 0 #ffffff;
}

#welcome h2 {
  margin-top: 1px;
  color: #527a94;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

#welcome .lead {
  width: 84%;
  margin-top: 20px;
  color: #555c60;
  font-size: 16px;
  line-height: 1.6;
}

#lower-content {
  margin-top: 26px;
}

.column {
  width: 46%;
}

.first-column {
  float: left;
}

.last-column {
  float: right;
}

.column h3 {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 3px solid #8fc33a;
  color: #303538;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
}

.column p,
.link-list {
  font-size: 14px;
  line-height: 1.65;
}

.link-list {
  margin-left: 0;
  list-style: none;
}

.link-list li {
  padding: 5px 0 5px 15px;
  border-bottom: 1px dotted #c5c5c5;
  background: url("data:image/gif;base64,R0lGODlhAwAFAIABAE19nv///yH5BAEKAAEALAAAAAADAAUAAAIERIB2BQA7") no-repeat 2px 13px;
}

#footer {
  padding: 18px 28px 20px 28px;
  border-top: 1px solid #111416;
  background: #303438;
  color: #aeb4b8;
  font-size: 12px;
  line-height: 1.65;
}

#footer a {
  color: #d3e5a6;
}

#footer span {
  padding: 0 5px;
  color: #6e7478;
}

.copyright {
  margin-top: 5px;
  color: #858b8f;
}

@media screen and (max-width: 520px) {
  #top-strip {
    line-height: 26px;
  }

  .strip-right {
    display: none;
  }

  #page {
    width: auto;
    margin: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #masthead {
    padding: 18px 16px 15px 16px;
  }

  #logo {
    font-size: 27px;
  }

  #navigation li {
    width: 25%;
    border-right-width: 0;
    text-align: center;
  }

  #navigation a {
    padding: 10px 0 9px 0;
    font-size: 12px;
  }

  #content {
    padding: 14px;
  }

  #welcome {
    min-height: 0;
    padding: 23px 18px 25px 18px;
  }

  #welcome h1 {
    font-size: 31px;
    line-height: 36px;
  }

  #welcome h2 {
    font-size: 16px;
  }

  #welcome .lead {
    width: auto;
  }

  .column,
  .first-column,
  .last-column {
    float: none;
    width: auto;
  }

  .last-column {
    margin-top: 24px;
  }

  #footer {
    padding: 16px;
  }

  #footer span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
  }

  #footer a {
    display: block;
    padding: 4px 0;
  }
}
