html {
  background-image: url(/imgs/floral_bg.png);
  background-repeat: repeat;
  height: 100%;
  margin: 0;
}

body {
  font-family: georgia, serif;
  font-size: 12px;
  margin: 0px;
  padding: 0;
}

html>body {
  background-image: url(/imgs/gradient_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  min-height: 100%;
}

h1 {
  color: #668;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 12px;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

#page {
  padding-bottom: 72px;
  padding-top: 48px;
  width: 100%;
}

#content {
  background-color: #fff;
  color: #000;
  font-family: georgia, serif;
  margin: 0 auto;
  padding: 80px 60px 60px 60px;
  position: relative;
  max-width: 800px;
}

#photo {
  margin: 0 auto;
  text-align: center;
}

#header {
  color: #000;
  position: absolute;
  top: 36px;
  width: 800px;
}

#header-site {
  color: #777;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}

#header-date {
  color: #99b;
  float: right;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 18px;
  margin: 5px 0 0 0;
}

#header-site a {
  color: inherit;
  text-decoration: inherit;
}

#nav {
  border-top: solid 1px #999;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 800px;
}

#nav li {
  color: #ccc;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0px 0px 0px;
  text-transform: lowercase;
}

#nav a {
  color: #99b;
  text-decoration: none;
}

#nav a:hover {
  color: #668;
  text-decoration: underline;
}

#nav-prev {
  float: left;
}

#nav-next {
  float: right;
}

img.photo {
  background-color: #ccc;
}

img.horizontal {
  width: 800px;
}

img.vertical {
  height: 800px;
}
