/* Welcome to my styles! */

a:link {
  color: #55c;
  text-decoration: none;
}

a:visited {
  color: #339;
  text-decoration: none;
}

a:hover {
  color: #00c;
  text-decoration: underline;
}

a:active {
  color: #fff;
  background-color: #00c;
  text-decoration: none;
}

a img {
  border: none;
}

body {
  text-align: justify;
  margin: 0;
  font-family: Gentium, Georgia, serif;
  background: url('../im/line.png') no-repeat 145px 140px fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", sans-serif;
  margin: 0;
}

h2 {
  margin-left: 20px;
}

img {
  float: right;
  margin-left: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 1em;
}

ul {
  margin: 0;
}

hr {
  width: 39px;
  height: 10px;
  background: url('../im/sep.png') no-repeat center;
  border: none;
  margin: 1em auto 1.5em auto;
  text-align: center; /* Because even IE7 is a fucktard... and it still doesn't get the no border thing... ugh. */
  clear: both;
}

em strong {
  font-weight: 500;
  font-style: normal;
}

/* ID's */

#head {
  background: url('../im/writingstest1c.png') no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 8;
}

#head h1 {
  margin: 0;
  padding: 0;
  width: 164px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url('../im/mediocrity2.png') no-repeat;
}

#head h1 span {
  display: none;
}

#extranav {
  background: url('../im/extranavbgtest1c.png') no-repeat;
  position: fixed;
  top: 100px;
  left: 0px;
  width: 150px;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  z-index: 7;
}

#extranav a {
  font-weight: 900;
}

#extranav h2 {
  display: none;
}

#extranav ul, #extranav li {
  list-style: none;
  font-family: "Trebuchet MS", sans-serif;
  font-size: small;
  text-align: center;
  padding-left: 0;
  margin: 0.25em 0 0 0;
  line-height: 98%;
}

#meat {
  margin: 100px 0 20px 150px;
  padding: 6px;
  background: url('../im/bodybgtest1a.png') no-repeat fixed;
  background-position: 150px 100px;
  z-index: 0;
}

#intranav {
  background: url('../im/intrabg.png') repeat-x;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 9;
}

#intranav h2 {
  display: none;
}

#intranav ul {
  display: block;
  width: 425px;
  height: 20px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-indent: 0;
  text-align: center;
}

#intranav li {
  display: inline;
}

#intranav a span {
  display: none;
}

#intranav #first a {
  display: block;
  height: 20px;
  width: 53px;
  float: left;
  background: url('../im/first.png') top center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav #previous a {
  display: block;
  height: 20px;
  width: 87px; /* 53px for short, 87px for the non-abbreviated version */
  float: left;
  background: url('../im/previous.png') top  center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav #index a {
  display: block;
  height: 20px;
  width: 76px;
  float: left;
  background: url('../im/index.png') top  center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav #home a {
  display: block;
  height: 20px;
  width: 62px;
  float: left;
  background: url('../im/home.png') top  center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav #next a {
  display: block;
  height: 20px;
  width: 62px;
  float: left;
  background: url('../im/next.png') top  center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav #latest a {
  display: block;
  height: 20px;
  width: 85px;
  float: left;
  background: url('../im/latest.png') top  center no-repeat;
  margin: 0;
  padding: 0;
}

#intranav a:hover {
  background-position: center -20px !important;
}

#copy {
  font-size: x-small;
  font-family: "Trebuchet MS", sans-serif;
  position: fixed;
  width: 150px;
  text-align: center;
  bottom: 20px;
  text-indent: 0;
  z-index: 10;
}

/*classes*/

.news {
  border: 1px solid black;
  min-height: 100px;
  margin: 0 0 6px 6px;
  padding: 0 4px;
  font-size: smaller;
}

.news .link {
  text-indent: 0;
  font-weight: 900;
  float: left;
}

.news .date {
  text-indent: 0;
  color: #555;
  font-family: "Trebuchet MS", sans-serif;
  font-size: xx-small;
  float: right;
}

.news .date:before {
  content: "Updated: ";
}

.news hr {
  margin: 0 auto 0.5em auto;
}

.item {
  background: #ddd;
}

.tvx {
  background: #ddf;
}

.gaf {
  background: #fdd;
}

.sho {
  background: #dfd;
}

.shp {
  border: 1px solid #0071a0;
  background: #002a3c;
  color: #007fb4;
}

.shp hr {
  width: 26px;
  height: 29px;
  background: url('../im/shplogo.png') no-repeat center;
  border: none;
  margin: 0 auto 0.5em auto;
  text-align: center;
}

.hidden {
  display: none;
}