/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background: #f5f5f5 url();
  font-family: 'Pixelify Sans', Lato, Calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-shadow: 0px 0px 1px #bbb;
  color: #222;
  letter-spacing: 1px;
  line-height: 13px;
}

#left {
  width: 190px;
  background: #eee url();
  margin: 0;
  margin-top: 0;
  padding: 0;
  border: 0 solid #666;
}

#content {
  width: 415px;
  background: #eee url();
  margin: 0;
  margin-top: 0;
  padding: 0;
  border: 0 solid #666;
}

.box {
  background: #D4D0C8;
  border-left: 2px solid #666;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #928F88;
  border-top: 2px solid #666;
  padding: 4px;
  margin-bottom: 4px;
}

#header {
  text-align: left;
  color: #2F498C;
  background: #D4D0C8;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 4px;
  border-left: 2px solid #666;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #928F88;
  border-top: 2px solid #666;
  width: 600px;
  height: 90px;
  line-height: 90px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 60px;
  left: 200px;
}

.siteurl {
  text-align: left;
  color: #000;
  background: #D4D0C8;
  letter-spacing: 2px;
  padding-left: 4px;
  border-left: 2px solid #666;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #928F88;
  border-top: 2px solid #666;
  width: 600px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  top: 158px;
  left: 200px;
}

#navigation {
  width: 608px;
  background: #DDDAD3;
  position: absolute;
  top: 180px;
  left: 200px;
}

.navi {
  float: left;
  display: block;
  font: 9px 'Arial Black', Calibri;
  border-left: 2px solid #666;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #928F88;
  border-top: 2px solid #666;
  margin-right: 4px;
  padding: 5px;
  min-width: 80px;
  text-align: center;
  background: #D4D0C8;
  text-transform: uppercase;
}

.title {
  font: 9px 'Arial Black', Calibri;
  text-transform: uppercase;
  color: #FFF;
  background: #E3F4E2 url(https://64.media.tumblr.com/24edcf69b43d44676493a5b517aa225e/9aa6415c11a612ea-90/s640x960/e6ee5ec70e3166f12308004fc1b3c5b742dc8e0e.pnj);
  letter-spacing: 3px;
  padding-left: 4px;
  border-bottom: 1px solid #fff;
  padding-top: 2px;
}

a:link, a:visited, a:active {
  color: #2F498C;
  text-decoration: none;
}

a:hover {
  color: #444;
}

#left {
  position: absolute;
  top: 209px;
  left: 200px;
}

#content {
  position: absolute;
  top: 209px;
  left: 394px;
}
