/**
 * Layout and overall colour / structure.
 */
body {
  padding: 0;
  margin: 0;
}

#wrapper {
  min-width: 800px;
  max-width: 1024px;
  margin: 0 auto 20px;
}

#header .logo {
  height: 174px;
  background-color: #bf1e2e;
  background-image: url(../flag.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#header .mobile-logo {
  background-color: #bf1e2e;
  background-image: url(../flag.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#header .mobile-logo h1 {
  margin: 10px 0;
  color: #fff;
}

#header .mobile-logo a:link,
#header .mobile-logo a:visited {
  color: #fff;
}

#header .navigation {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #56563c;
  background-image: url(../top-navigation-background.gif);
  background-position: left top;
  background-repeat: repeat-y;
}

#main {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: url(../background.jpg);
  background-position: left top;
  background-repeat: repeat-y;
}

#footer {
  border-top: 1px solid #8d8765;
  margin: 0;
  clear: both;
}

.sideimages .item {
  margin-top: 20px;
}

.sideimages img {
  border-color: #8d8765;
  border-style: solid;
  border-width: 1px; }

.sideimages .caption {
  padding: 5px;
  background-color: #f0efea;
  border-color: #8d8765;
  border-style: solid;
  border-width: 0 1px 1px;
  color: #8d8765;
  font-family: "verdana", "vera-sans", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

/**
 * Text fonts, colours, and metrics that affect the flow and layout of blocks of
 * text.
 */
body {
  background-color: #ebe8df;
  color: #000;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 150%;
}

a:link {
  color: #514d34;
}

a:visited {
  color: #8d8765;
}

a:hover {
  color: #000;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h1,
h2 {
  margin-top: 0;
  color: #89231e;
  line-height: 120%;
}

img {
  display: block;
}

img.portrait {
  margin-right: 10px;
}

.image-link img {
  border: none;
}

img.side-heading {
  margin-bottom: 10px;
}

.event,
.news-item,
.restaurant {
  padding-top: 30px;
  border-top: 1px dashed #76755b;
  margin-top: 30px;
}

.event h2 a:link,
.event h2 a:visited,
.news-item h2 a:link,
.news-item h2 a:visited {
  color: #89231e;
  text-decoration: none;
}

.related {
  margin-top: 30px;
}

#footer {
  font-size: 12px;
}

#footer .copyright {
  color: #514d34;
  font-size: 10px;
}

#footer .links a:link,
#footer .links a:visited {
  color: #59593e;
}

.panel-inner {
  padding: 10px;
  margin: 0 0 20px;
  background-color: #e1decf;
  background-image: url(../background.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  border-radius: 0.313em;
}

table.meta {
  border-collapse: collapse;
  line-height: 130%;
}

table.meta tr {
  vertical-align: top;
}

table.meta th {
  padding-right: 1em;
  color: #89231e;
  text-align: right;
}

.meta {
  font-family: "verdana", "vera-sans", sans-serif;
  font-size: 10px;
}

.knockback {
  color: #cec8b2;
}

h1 .knockback {
  color: #8d8765;
  font-weight: normal;
}

.more {
  font-family: "verdana", "vera-sans", sans-serif;
  font-size: 10px;
  font-style: italic;
}

/**
 * A lead-in to an article, typically the first paragraph.
 * Only use when there is a fairly long body of text (10 paras or more).
 */
.intro {
  color: #89231e;
  font-weight: bold;
}

a.button {
  padding: 4px;
  border: 2px solid #8d8765;
  background-color: #8d8765;
  border-radius: 5px;
  color: #fff;
  font-family: "verdana", "vera-sans", sans-serif;
  font-size: 11px;
  text-decoration: none;
}

a.button:hover {
  background-color: #fff;
  color: #89231e;
}

#notes .note {
  padding: 10px 0;
  border-bottom: 1px dotted #8d8765;
  margin-bottom: 10px;
}

#notes .note:target {
  font-weight: bolder;
}

#breadcrumb {
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: solid 1px #8d8765;
  margin: 0;
  color: #89231e;
}

#breadcrumb li {
  padding-left: 10px;
  float: left;
  list-style-type: none;
}

#breadcrumb a {
  display: block;
  color: #8d8765;
  text-decoration: none;
}

#breadcrumb a::after {
  color: #000;
  content: " > ";
}

/**
 * Sign-out button
 */
a.sign-out {
  padding: 3px 5px;
  border: 1px solid #59593e;
  background-color: #d1cdbb;
  border-radius: 5px;
  color: #59593e;
  font-weight: bolder;
  text-decoration: none;
}

a.sign-out:hover {
  background-color: #59593e;
  color: #f0efea;
}

/**
 * Top navigation
 */
#header .navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header .navigation li {
  display: block;
  padding: 0;
  border-right: 1px solid #fff;
  margin: 0;
  float: left;
}

#header .navigation a:link,
#header .navigation a:visited {
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}

#header .navigation a:hover {
  background-color: #59593e;
}

/**
 * Related links
 */
.related ul {
  padding: 0;
  list-style-type: none;
}

.related li a:link,
.related li a:visited {
  display: block;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 120%;
  text-decoration: none;
}

.related li a:hover {
  color: #000;
}

/**
 * Side navigation
 */
#navigation li {
  padding: 0;
}

#navigation a:link,
#navigation a:visited {
  display: block;
  padding: 5px;
  text-decoration: none;
}

#navigation a.image-link {
  padding: 0;
}

#navigation a:hover,
#navigation .selected a:hover {
  color: #000;
}

/* level 1 */
#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.script-heading,
.script-heading a:link,
.script-heading a:visited {
  padding: 0;
  margin: 0.5em 0;
  color: #89231e;
  font-family: "Dancing Script", cursive;
  font-size: 2em;
  font-weight: normal;
}

#navigation > ul:first-child > li:first-child > a:link,
#navigation > ul:first-child > li:first-child > a:visited {
  padding: 0;
  margin: 0.5em 0 1em;
  color: #89231e;
  font-family: "Dancing Script", cursive;
  font-size: 2em;
  font-weight: normal;
}

/* level 2 */
#navigation ul ul {
  background-color: #d7d2bf;
  background-image: url(../side-navigation-background.png);
  background-position: bottom left;
  background-repeat: repeat-y;
  font-family: sans-serif;
  font-size: 12px;
}

#navigation ul ul a:link,
#navigation ul ul a:visited {
  border-bottom: 1px solid #fff;
  color: #76755b;
}

#navigation ul ul li.selected a {
  background-color: #908e79;
  color: #fff;
}

/* level 3 */
#navigation ul ul ul {
  border-bottom: 1px solid #fff;
  background-image: none;
}

#navigation ul ul ul li a:link,
#navigation ul ul ul li a:visited {
  padding-left: 20px;
  border-bottom: none;
  background-color: #d1cdbb;
  color: #908e79;
}

#navigation ul ul ul li.selected a:link,
#navigation ul ul ul li.selected a:visited {
  color: #fff;
}

#navigation li.selected {
  font-weight: bold;
}

#navigation li.unselected {
  font-weight: normal;
}

/**
 * Footer navigation
 */
#footer .links {
  margin: 5px 0 0;
}

#footer .links .twitter-facebook {
  float: right;
}

#footer .links .twitter-facebook img {
  display: inline;
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#footer li {
  display: block;
  padding: 5px;
  margin: 0;
  float: left;
}

.breadcrumbs {
  padding: 10px 0;
  margin: 0;
  color: #8d8765;
  font-size: 11px;
  font-style: "verdana", sans-serif;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #8d8765;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

th + td {
  padding-left: 10px;
}

table.data {
  margin-bottom: 20px;
  border-collapse: collapse;
}

table.data th,
table.data td {
  padding: 3px 10px;
  border: 1px solid #8d8765;
}

table.data th {
  background-color: #e5e4d8;
  font-weight: bold;
}

table.data tr.even {
  background-color: #ebe8df;
}

table.data tr,
table.data tr.odd {
  background-color: #fff;
}

div.column {
  width: 50%;
  float: left;
}

div.column div.column-content {
  margin-right: 5px;
}

div.column + div.column div.column-content {
  margin-right: 0;
  margin-left: 5px;
}

table.member-summary {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

table.member-summary th,
table.member-summary td {
  padding: 3px 10px;
  border: 1px solid #8d8765;
}

table.member-summary th {
  width: 200px;
  background-color: #e5e4d8;
  font-weight: bold;
}

table.member-summary tr.even {
  background-color: #ebe8df;
}

table.member-summary tr,
table.member-summary tr.odd {
  background-color: #fff;
}

div.compact {
  -webkit-column-count: 3;
}

dl.zend_form dt,
dl.zend_form dd {
  padding: 0;
  margin: 0;
}

dl.zend_form dt label {
  display: block;
  margin: 10px 0 3px;
  color: #8d8765;
  cursor: pointer;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

dl.zend_form dd.checkbox {
  margin: 5px 0;
}

dl.zend_form dd.checkbox label {
  display: inline;
  margin: auto;
}

dl.zend_form dd.radios {
  margin-bottom: 10px;
}

dl.zend_form dd.radios label {
  display: block;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}

dl.zend_form dd.radios label input {
  margin-right: 5px;
}

dl.zend_form dd.radios br {
  display: none;
}

fieldset,
.fieldset {
  padding: 25px 25px 10px;
  border: 1px dotted #8d8765;
  margin-bottom: 20px;
  background-color: #ebe8df;
}

legend {
  color: #89231e;
  font-size: 120%;
  font-weight: bold;
}

.subsection {
  padding: 25px;
  border: 1px solid #8d8765;
  margin: 0 0 25px;
}

dl.zend_form textarea {
  width: 90%;
  padding: 5px;
  border: 1px inset #8d8765;
  margin: 0;
  background-color: #fff;
}

ul.errors li {
  color: #f00;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

#survey-form {
  padding: 20px 20px 10px;
  margin: 20px 0;
  background-color: #cec8b2;
}

#survey-form .radios label {
  color: #000;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
}

/*
 * based on http://codepen.io/diegopardo/pen/knwth
 */
.restaurant-offer-badge {
  padding: 3px 5px;
  background: #89231e;
  border-radius: 3px;
  color: #fff;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.restaurant-offer {
  font-size: 1em;
}
.restaurant-offer .content {
  min-height: 3.75em;
  padding: 1em;
  margin: 2em auto;
  background-color: #e1decf;
  background-image: url(../background.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  border-radius: 0.313em;
  line-height: 1.5em;
}
.restaurant-offer .ribbon {
  position: relative;
  padding: 0 1em;
  margin: 0 -0.5em 1em -1em;
  background-color: #89231e;
  border-radius: 0 0.156em 0.156em 0;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1em;
  line-height: 1.875em;
}
.restaurant-offer .ribbon::before,
.restaurant-offer .ribbon::after {
  position: absolute;
  display: block;
  content: "";
}
.restaurant-offer .ribbon::before {
  top: 0;
  left: -0.469em;
  width: 0.469em;
  height: 100%;
  box-sizing: content-box;
  padding: 0 0 0.438em;
  background: inherit;
  border-radius: 0.313em 0 0 0.313em;
}
.restaurant-offer .ribbon::after {
  bottom: -0.313em;
  left: -0.313em;
  width: 0.313em;
  height: 0.313em;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .restaurant-offer .ribbon {
    padding: 0.5em;
    line-height: 1.143em;
  }

  .restaurant-offer .ribbon::before,
.restaurant-offer .ribbon::after {
    font-size: 0.714em;
  }
}
ul.inline {
  display: block;
  list-style-type: none;
}
ul.inline li {
  display: inline;
}

/*# sourceMappingURL=default.css.map */
