body, html {
  margin-top: 0;
  padding-top: 0;
}
#photos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow-x: hidden;
}
#content {
  position: absolute;
  top: 225px;
  left: 50px;
  right: 50px;
}
#long {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
#long {
  text-align: justify;
}
#long img[align=left] {
  padding-right: 8px;
  padding-bottom: 8px;
}
#long img[align=right] {
  padding-left: 8px;
  padding-bottom: 8px;
}
#short {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}
.entry {
  position: relative;
  padding-bottom: 2em;
  clear: both;
}

.attrib {
  position: absolute;
  right: 0;
  top: 3em;
  color: #666;
  font-weight: bold;
}
h1 {
  position: absolute;
  top: 130px;
  left: 50px;
}
h2 {
  border-bottom: solid 2px;
}
#nav {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 75px;
  left: 0;
} 
#nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#nav ul li {
  padding: 2px;
  position: relative;
  width: 70px;
  height: 3em;
  border: solid 1px #ccc;
  border-left: 0;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 85%;
}
#nav a {
  width: 100%;
  height: 100%;
  display: block;
}
#feeds {
  position: absolute;
  margin-bottom: 0;
  top: 75px;
  left: 65%; 
  right: 50px;
}
#feeds h2 {
  font-size: 150%;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#feeds ul {
  position: relative;
  right: 0;
  background-image: url(/feeds/feed.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

#content li {
  clear: both;
}

