body {
  background-color: #fff;
}

div.page {
  width: 860px;
  margin: 10px auto;
  background-color: #ede0b4;
}

div.header {
  background-color: #dac069;
  height: 96px;
  padding: 2px 10px;
  background-image: url('../images/site/header.png');
}

div.header h1 {
  text-align: center;
  padding-top: 10px;
  display: none;
}

div.menu {
  border-bottom: 2px solid #9091c2;
  overflow: auto;
  padding: 10px 0 0 10px;
  line-height: normal;
}

div.menu a {
  background: #dac069 url(../images/site/dac069topleft.gif) no-repeat scroll left top;
  padding: 0 0 0 10px;
  display: block;
  float: left;
  overflow: auto;
  margin-right: 5px;
  text-decoration: none;
  color: black;
}

div.menu a span {
  display: block;
  padding: 2px 10px 1px 0;
  background: #dac069 url(../images/site/dac069topright.gif) no-repeat scroll right top;
}

div.menu a.selected {
  background: #9091c2 url(../images/site/9091c2topleft.gif) no-repeat scroll left top;
  font-weight: bold;
}

div.menu a.selected span {
  background: #9091c2 url(../images/site/9091c2topright.gif) no-repeat scroll right top;
}

div.main {
  position: relative;
  float: left;
  width: 615px;
  margin-left: 5px;
}

div.sidebar {
  position: relative;
  float: left;
  width: 220px;
  padding: 10px;
}

div.content {
  background-color: #fff;
  padding: 10px;
}

div.footer {
  overflow: auto;
  clear: both;
  background: #9091c2 url(../images/site/9091c2bottomleft.gif) no-repeat scroll left bottom;
  text-align: center;
  padding: 0 0 0 10px;
}

div.footer span {
  display: block;
  padding: 5px 10px 5px 0;
  background: #9091c2 url(../images/site/9091c2bottomright.gif) no-repeat scroll right bottom;
}

div.control {
  width: 900px;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
  color: #666;
}

/****************************/

div.message {
  padding: 10px;
  margin-bottom: 1.0em;
  border: 1px solid #f00;
}

/****************************/

a.toggle {
  display: none;
}

div.toggle {
  display: none;
}

div.longentry {
  background-color: #eee;
  border: 1px solid #666;
  padding: 2px 9px 10px;
  margin-bottom: 10px;
}

div.shortentry {
  padding: 2px 10px 10px;
  display: none;
}

p.shortentrytitle, p.longentrytitle {
  font-weight: bold;
}

div.walklisting p {
  margin: 0.3em 0;
}
div.walklisting li {
  margin: 0.2em 0;
}

p.longentryinfo {
  padding: 0.2em 0;
  border-top: 1px solid #666;
}

p.longentrybooking {
  font-weight: bold;
}

div.walklisting {
  padding-left: 30px;
  width: auto;
}

div.photo {
  text-align: center;
}

div.photo p {
  margin: 0 0 1em;
}

