/* General styles */
H1,H2 {
  text-align: center;
}
H3,H4,H5,H6 {
  text-align: left;
}
BODY {
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation links block */
.navlinks {
  font-size: 50%;
  text-align: center;
  white-space: nowrap;

  position: fixed;
  bottom: 0px;
  right: 0px;

  background-color: white;
  color: black;
}

/* Info box */
DIV.info-box {
  clear: both;
  position: relative;

  border-style: solid;
  border-width: thin;
  border-color: black;

  color: black;
  background: #FEFEDC;

  padding: 1em 2em 0em 2em;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4em;
  margin-bottom: 3em;

  font-size: 80%;
}
DIV.info-box h2 {
  border-style: solid;
  border-width: thin;
  border-color: black;

  margin: 0 0 0 0;
  padding: .1em .1em .1em .1em;

  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  white-space: nowrap;

  position: absolute;
  color: black;
  background-color: white;
  top: -.69em;
  left: .3em;
}
DIV.info-box h3 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  margin-top: 1em;
}
DIV.info-box p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0em;
  margin-left: 2em;
}
DIV.info-box p.note {
  font-size: 80%;
  margin-top: 1em;
  text-align: right;
}
DIV.info-box a:hover {
  color: black;
  background-color: yellow;
}

.book-title {
  font-variant: small-caps;
  /* font-style: italic; */
}
.foreign-phrase {
  font-style: italic;
}

/* Table formatting */
TABLE TH {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}
TABLE TD.money {
  text-align: center;
}
TABLE TD.AUD:before {
  content: "AUD $";
}

/* Photo captioning */
DIV.photo {
  margin: 5px 10px;
  padding: 0px;
  float: left;
}
DIV.photo img {
  margin: 0;
  padding: 0;
}
.photo .caption {
  clear: both;
  text-align: left;
  font-weight: bold;
  font-size: 70%;
}

.caption UL {
  margin-left: 2em;
  font-weight: normal;
  font-size: 80%;
}
.caption UL LI {
list-style: none;
}

/* Sidebar styles */
.sidebar {
  font-size: 70%;
  font-weight: bold;

  border: solid thin black;

  padding: 0 .5em 0 .5em;

  color: black;
  background: #fefedc;
}
.sidebar UL {
  margin-left: 0px;
  padding-left: 0px;
}
.sidebar LI {
  margin-bottom: .75em;
  list-style: none;
}
.sidebar A:hover {
  color: black;
  background-color: yellow
}

/* STOP PRESS */
DIV.stop-press {
  border: dashed 2px red;
  padding: 0em 1em 1em;
  margin: 4em;
}
DIV.stop-press P {
  font-weight: bold;
}

/* Pricing table */
table#pricing { 
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: left;
  border: none;
  color: black;
  background-color: white;
}
table#pricing TD, table#pricing TH {
  margin: 2px;
  padding: .2em;
}
table#pricing .season {
  width: 40%;
  color: black;
  background-color: rgb(204, 204, 255);
}
table#pricing .villa {
  width: 30%;
  color: black;
  background-color: rgb(255, 255, 153);
}
table#pricing .flat {
  width: 30%;
  color: black;
  background-color: rgb(153, 255, 153);
}
