/* =====================
- STYLESHEET OVERRIDES -
===================== */
body {
  background: #000 none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
a {
  background: transparent none;
  color: #fff;
  text-decoration: none;
}
a:hover {
  background: transparent none;
  color: #f90;
  text-decoration: none;
}

/* ==============
- IDs & Classes -
============== */
#tpl-wrapper {
  background: #000 url('/images/wk-hm-bg.jpg') scroll right top no-repeat;
  color: #fff;
  text-align: left;
  width: 720px;
  margin: 6px 0 0 0;
}

#tpl-header {
  clear: both;
  height: 35px;
}

#tpl-header h1 {
  float: left;
  font-size: 26px;
  margin: 0;
  padding: 0 10px 0 0px;
  position: relative;
  text-align: right;
  width: 220px;
}
#tpl-header #hd-contact {
  background: #f90 none;
  color: #000;
  display: block;
  float: left;
  font-weight: bold;
  padding: 1px 5px 8px 1px;
  position: relative;
  width: 220px;
  text-align: right;
  vertical-align: middle;
}

#tpl-content {
  float: left;
  padding-left: 5px;
  position: relative; top: -5px;
}

#tpl-site-nav {
  margin-left: 220px;
}

#tpl-site-nav ul {
  list-style: none none inside;
}

#tpl-bio { 
  clear: both;
  width: 300px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 10px 10px 10px 10px;
}

#tpl-footer {
  clear: both;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 30px 10px 10px 10px;
}

#tpl-footer a {
  background: transparent none;
  color: #fff;
  text-decoration: underline;
}
#tpl-footer a:hover {
  background: transparent none;
  color: #f90;
  text-decoration: underline;
}
