body {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  background: rgb(51,51,51) url("texture.png") repeat top left;
  width: 600px;
  margin-left: auto;
  padding-left: 65px;
  margin-right: auto;
  margin-top: 75px;
  color: #eee;
# letter-spacing: .05em;
}

* {
  -webkit-user-select: none;
}

h3 {
  background-image: url("ianmeyer.png");
  background-repeat: no-repeat;
  text-shadow: rgba(0,0,0,1) 0 1px 5px;
  height: 40px;
  width: 600px;
  margin-bottom: 35px;
}


p {
  text-shadow: rgba(0,0,0,1) 0 1px 3px;
}

a {
  color: #d5d5d5;
  text-decoration: underline;
  text-shadow: rgba(0,0,0,1) 0 1px 3px;
  font-style: italic;
  -webkit-transition: all 0.5s ease-in;
}

a:hover {
  color: #eee;
  text-shadow: rgba(239,206,107,1) 0 1px 3px;
  -webkit-transition: all 0.5s ease-in;
}

.clear {
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

#toplink {
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;

 display: block;
 width: 170px;
  height: 35px;
}

.headline {
  font-style: italic;
  font-size: .75em;
  margin-left: 25px;
  margin-bottom: 0px;
}

#banner {
  display: block;
  width: 550px;
  height: 100px;
}

#mailbanner {
  background-image: url("ianmeyer.png");
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  width: 164px;
  float: left;
  margin-top: 25px;
}

#mailto {
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;

  display: block;
  width: 200px;
  height: 50px;
}

#devbadge {
  background-image: url("devbadge.png");
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 200px;
  float: right;
  margin-right: 0px;
}

#dev {
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;

  display: block;
  width: 200px;
  height: 50px;
}

#nofloat {
  float: none;
}


.text {
  font-style: italic;
  margin-left: 25px;
}

.mail {
  -webkit-user-select: auto
}

div.contact {
  height: 75px;
}

div.float {
  float: left;
}
  
div.float p {
  text-align: left;
}

ul {
  font-style: oblique;
  list-style: none;
  color: #ccc;
  padding: 0px;
}

li {
 # display: inline;
  padding-right: 50px;
  }

#copyright {
  position: absolute;
  display: block;
  right: 15px;
  bottom: 15px;
  width: 400px;
  text-align: right;
  font-style: italic;
  font-size: .4em;
  margin-top: 50px;

  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

}

#piggies {
  background-image: url("piggies.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#phreak {
  background-image: url("phreakbox.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#ddave {
  background-image: url("ddave.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#bruce {
  background-image: url("bruce.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
  cursor: default;
}

#racing {
  background-image: url("racing.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#golf {
  background-image: url("golf.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#calchd {
  background-image: url("calchd.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#newey {
  background-image: url("newey.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#redacted {
  background-image: url("redacted.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#ig {
  background-image: url("igov.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#igl {
  background-image: url("igovlite.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

#tr {
  display: block;
  height: 100px;
  width: 100px;

  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

