/*******************************************************************************
 * print.css -  styles for use with print media
 ******************************************************************************/

.hide {
	display: none;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
}
a.on {
  font-weight: bold;
}
li {
  padding: 0;
  margin: 0 0 0.2em 2em;
}
#header {
  float: right;
  margin-bottom: 10px;
}
#nav {
  float: left;
  margin-top: 10px;
}
#content {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #0078c1;
}
#homepage-column-right img {
  margin: 0 0 2px 6px;
}
#footer {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #0078c1;
}
#footer li {
  font-size: 0.55em;
}

/* Forms -------------------------------------------------------------------- */

#contact-form {
  border: 1px solid #010101;
  margin: 10px 0 10px 0;
  padding: 10px 10px 0 10px;
  width: 280px;
}
.input-text {
  width: 95%;
  border: 1px solid #010101;
  padding: 7px 5px 7px 5px;
}
.input-button {
  border: 1px solid #010101;
  margin-top: 5px;
  padding: 3px 5px 3px 5px;
}

/* Generic Classes ---------------------------------------------------------- */

table.blue-theme {
  border-top: 1px solid #0078c1;
  border-left: 1px solid #0078c1;
  margin-bottom: 1.5em;
}
table.blue-theme th {
  padding: 10px;
  text-align: left;
  border-right: 1px solid #0078c1;
  border-bottom: 1px solid #0078c1;
}
table.blue-theme th span {
  font-weight: normal;
}
table.blue-theme td {
  padding: 5px 10px 5px 10px;
  text-align: left;
  border-right: 1px solid #0078c1;
  border-bottom: 1px solid #0078c1;
}
table.blue-theme tr.booked td {
  color: #000;
}
table.blue-theme tr.reserved td {
  color: #000;
}

.pagination a.page-previous:link {
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
}
.pagination a.page-next:link {
  font-weight: bold;
  margin-left: 5px;
  text-decoration: none;
}

.gallery-images {
  vertical-align: bottom;
  text-align: left;
}
.gallery-captions {
  vertical-align: top;
  text-align: left;
}