/* - - - - - - - - - - - - - - - - - - - - -

Title    : DarylFritz.com CSS
Author   : Daryl Fritz
URL      : http://darylfritz.com

Created  : March 1, 2006
Modified : March 28, 2008

- - - - - - - - - - - - - - - - - - - - - */

body,#page,#header h1, ul, ul li {
  margin:0;
  padding:0
}

body {
  background: #fff url(../images/spacecow_08.jpg) no-repeat fixed -125px -100px;
  font: 80% Verdana, Geneva, sans-serif;
  color: #000;
}

#page {
  position:absolute;
  bottom:0;
  width:100%;
  margin-bottom:10px
}
#page, h1, ul {
  text-align:right
}

.first {
  border: 0;
}

h1 {
  padding-right: 1em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight:bold;
  letter-spacing: 0.8em;
}

ul {
  padding-right:1.2em;
}

ul li {
  list-style: none;
  display: inline;
  padding: 0 .5em;
  border-left: 1px solid #999;
  font-size:1em;
  color:#666;
  letter-spacing:0.2em;
  text-transform: lowercase;
}

a {
  color:#999
}

#footer {
  margin-top: 20px;
  font-size: 80%;
  color: #535353;
}
#footer a {
  font-color: #535353;
}
