










article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}


html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/bgrd-body.jpg) center top no-repeat #fff7ef;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #525e3e;
  cursor: pointer !important;
}
a:visited {
  color: #525e3e;
}
a:hover {
  color: #e82134;
}
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}


img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

table button,
table input {
  *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

.container {
  width: 960px;
  margin: 0 auto;
}
.last,
div.last {
  margin-right: 0;
}
.prep-top {
  margin-top: 1.5em;
}
.app-bottom {
  margin-bottom: 1.5em;
}

span.required {
  color: #ff0000;
  font-weight: bold;
}

.fr,
.wfr {
  margin: 0 0 10px 0;
  clear: both;
  background: none;
}
.fr label,
.wfr label {
  width: 130px;
  display: block;
  font-weight: normal;
  float: left;
  margin: 0 10px 0 0;
  padding-top: 5px;
}
.fr label.error,
.wfr label.error {
  background: none;
  border: none;
  margin: 5px 0 0 140px;
  width: auto;
  padding: 0;
  float: none;
  clear: both;
}
.fr div {
  float: left;
  width: 260px;
}
.fr div input {
  float: left;
}
.fr div span,
.fr div img,
.fr div input {
  display: block;
  margin-bottom: 10px;
}
.fr div label {
  width: auto;
}
.fr div .error {
  margin-left: 0 !important;
}
.fr-opts input {
  clear: left;
  margin: .25em .5em 0 0;
}
.fr-opts fieldset label {
  display: block;
  float: none;
  margin: 0 0 1em 0;
}
.fr-opts fieldset label input {
  margin: -0.15em 0.25em 0 0;
}
.fr-opts p {
  padding-top: 5px;
  margin: 0 0 10px 0;
  color: #e82134;
  font-size: 1.2em;
}
.inp-action {
  margin: 10px 0 10px 150px;
}
form .legal,
form .form-cta {
  margin: 0 0 10px 140px;
}

.if legend {
  display: none;
}
.if fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

.ifr {
  position: relative;
  clear: both;
  margin-bottom: 10px;
}
.ifr label {
  position: absolute;
  top: .2em;
  left: .5em;
  display: block;
  font-weight: normal;
  width: 140px;
}
.ifr label.error {
  position: relative;
  color: #ff0000 !important;
}
.inp-note {
  color: #666;
  font-size: .9em;
  margin-left: 10px;
}



.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}
.cf:after,
.hl:after,
.container:after,
.fr:after,
.ifr:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.cf,
.hl,
.container {
  display: block;
}
.clear {
  clear: both;
}
a {
  cursor: pointer !important;
  color: #525e3e;
}
a:hover {
  color: #e82134;
}
.replace {
  display: block;
  text-indent: -9000px;
  overflow: hidden;
}
.replace a {
  display: block;
}
a.rollover:active,
a.rollover:hover,
a.rollover:focus,
span.replace,
a.active-parent {
  background-position: left bottom;
}
#nav-accessibility {
  position: absolute;
  top: -9000px;
  left: 0;
}
#nav-accessibility li {
  width: 300px;
}
#nav-accessibility a {
  position: absolute;
  top: 0;
  display: block;
  padding: 10px;
  background: #000;
  color: #FFF;
  font-weight: bold;
}
#nav-accessibility a:active,
#nav-accessibility a:focus {
  top: 9000px;
}

.nb,
.nb ul,
.nb ol,
.nb dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hlli,
.hl li,
.hl dt,
.hl dd {
  float: left;
}

.vcard .org {
  font-weight: bold;
}
.vcard .adr span {
  display: block;
  font-style: normal;
}
.vcard .adr span span {
  display: inline;
}
.vcard .tel,
.vcard .url,
.vcard .email {
  display: block;
}






















a {
  font-weight: bold;
}
h1 {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e82134;
}
nav a {
  text-decoration: none;
}
#form-contact {
  border-top: 1px #ccc solid;
  padding-top: 15px;
}
#form-contact legend {
  display: none;
}
#form-contact .fr {
  border-bottom: 1px #ccc solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#form-contact label.error {
  color: #f00;
}
#form-contact input[type='text'] {
  padding: 5px 2px;
  width: 300px;
}
#form-contact textarea {
  padding: 5px 2px;
  width: 300px;
  height: 150px;
}

.container {
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/bgrd-container.gif) right top repeat-y #fff7ef;
  -webkit-box-shadow: 0 0 4px #cccccc;
  -moz-box-shadow: 0 0 4px #cccccc;
  box-shadow: 0 0 4px #cccccc;
}

.active a {
  color: #e82134;
}
.active li a {
  color: #525e3e;
}
.active li a:active,
.active li a:focus,
.active li a:hover {
  color: #e82134;
}
.photo p {
  margin: 0;
  background: #ebece7;
  color: #525e3e;
  padding: 1em;
}
.facilities {
  margin-bottom: 20px;
}
.facilities li {
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/icons.png) -800px 0 no-repeat;
  width: 32px;
  height: 37px;
  margin: 0 5px 10px 0;
}
.facilities li.icon-car-park {
  background-position: -833px 0;
}
.facilities li.icon-picnic {
  background-position: -865px 0;
}
.facilities li.icon-cafe {
  background-position: -897px 0;
}
.facilities li.icon-toilets {
  background-position: -929px 0;
}
.facilities li.icon-shop {
  background-position: -961px 0;
}
.facilities li.icon-pub {
  background-position: -993px 0;
}
#slideshow {
  position: relative;
  margin-bottom: 1em;
}
#slideshow #pager {
  position: absolute;
  z-index: 5;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
#slideshow #pager li {
  margin-left: 7px;
  padding-left: 7px;
  background: url(../images/bgrd-pager.png) left center no-repeat;
}
#slideshow #pager li.item-1 {
  margin: 0;
  padding: 0;
  background: none;
}
#slideshow #pager a {
  text-decoration: none;
}
#slideshow #pager .activeSlide a {
  text-decoration: underline;
}
#slideshow .next-prev {
  position: absolute;
  top: 190px;
  left: -17px;
  width: 36px;
  height: 36px;
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/icons.png) -1028px 0 no-repeat;
  z-index: 5;
}
#slideshow .next {
  right: -20px;
  left: auto;
  background-position: -1064px 0;
}
#slideshow .slides {
  height: 390px;
}
#slideshow .slide {
  position: relative;
  height: 390px;
}
#slideshow .slide a {
  display: block;
  text-decoration: none;
}
#slideshow .slide p {
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  padding: 20px;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  width: 460px;
}
#slideshow .slide img {
  position: absolute;
  z-index: 1;
}

#header-site {
  position: relative;
  border-bottom: 20px #e82134 solid;
  width: 960px;
  height: 200px;
}
#header-site #header-overlay {
  position: absolute;
  z-index: 2;
  width: 960px;
  height: 45px;
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/bgrd-header.png) no-repeat;
}
#header-site #wrapper-logo {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 275px;
  height: 130px;
  z-index: 3;
  padding: 10px 20px 20px 20px;
}
#header-site #logo {
  width: 275px;
  height: 130px;
}
#header-site img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#nav-breadcrumb {
  margin: 20px;
}
#nav-breadcrumb li {
  margin-right: 10px;
  padding-right: 19px;
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/bgrd-breadcrumb.gif) right center no-repeat;
}
#nav-breadcrumb li.last {
  margin: 0;
  padding: 0;
  background: none;
  font-weight: bold;
  color: #525e3e;
}

#main {
  margin-bottom: 2em;
  clear: both;
}
#main #nav-primary {
  width: 210px;
  float: left;
  margin-right: 20px;
}
#main #nav-primary ul {
  margin-left: 20px;
}
#main #nav-primary ul a {
  display: block;
  font-size: 1.2em;
}
#main #nav-primary ul li {
  border-bottom: 1px #525e3e solid;
  padding: 10px 0;
}
#main #nav-primary ul ul {
  margin: 0;
  line-height: 1.2em;
  margin: 10px 0 0 20px;
}
#main #nav-primary ul ul a {
  font-size: 1em;
  font-weight: normal;
}
#main #nav-primary ul ul li {
  border: none;
  margin-bottom: .5em;
  padding: 0;
}
#main #content {
  width: 520px;
  float: left;
  margin-right: 10px;
}
#main #content .content-block p:first-child {
  color: #525e3e;
  font-size: 1.1em;
}
#main #page-links li {
  margin: 0 20px 20px 0;
}
#main #page-links li.nth-3 {
  margin-right: 0;
}
#main #page-links a {
  display: block;
  background: #525e3e;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  width: 140px;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}
#main #page-links a:active,
#main #page-links a:focus,
#main #page-links a:hover {
  background: #e82134;
  -webkit-box-shadow: 0 0 2px #757171;
  -moz-box-shadow: 0 0 2px #757171;
  box-shadow: 0 0 2px #757171;
}
#nav-sub-hidden-industry,
#nav-sub-hillforts,
#nav-sub-river-connections,
#nav-sub-viewpoints,
ul.categories li,
h1.hidden-industry span,
h1.viewpoints span,
h1.river-connections span,
h1.hillforts span {
  padding: 0 0 0 40px !important;
  border-bottom: none !important;
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/icons.png) no-repeat;
  line-height: 33px;
  margin-bottom: 10px;
}
#nav-sub-hidden-industry ul,
#nav-sub-hillforts ul,
#nav-sub-river-connections ul,
#nav-sub-viewpoints ul,
ul.categories li ul,
h1.hidden-industry span ul,
h1.viewpoints span ul,
h1.river-connections span ul,
h1.hillforts span ul {
  margin: 0 !important;
}
#nav-sub-viewpoints {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px #525e3e solid !important;
}
h1.hidden-industry,
h1.viewpoints,
h1.river-connections,
h1.hillforts {
  line-height: 33px;
}
h1.hidden-industry span,
h1.viewpoints span,
h1.river-connections span,
h1.hillforts span {
  display: block;
  float: left;
  width: 43px;
  height: 33px;
  padding: 0 !important;
  margin: 0 !important;
}
ul.categories li {
  margin-right: 20px;
}
#nav-sub-hillforts,
.category-hillforts,
h1.hillforts span {
  background-position: -400px 0 !important;
}
#nav-sub-river-connections,
.category-river-connections,
h1.river-connections span {
  background-position: -600px 0 !important;
}
#nav-sub-hidden-industry,
.category-hidden-industry,
h1.hidden-industry span {
  background-position: -200px 0 !important;
}
aside {
  width: 190px;
  float: right;
  margin-right: 0px;
}
aside h2 {
  margin-top: 0;
}
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  color: #000000;
}
aside .panel {
  margin: 0 20px 1.5em 20px;
}
aside .panel li {
  margin-bottom: .5em;
}
aside .panel a,
aside .panel span {
  color: #e82134;
  text-decoration: none;
}
aside .panel a:active,
aside .panel a:focus,
aside .panel a:hover {
  color: #525e3e;
}
aside .panel img {
  margin-bottom: 1.5em;
}

#page-footer {
  background: url(/themes/site_themes/overlooking-the-wye/assets/images/bgrd-footer.gif) 720px 0 no-repeat #e82134;
  padding-top: 4em;
  margin-bottom: 2em;
}
#site-footer {
  background: #fff7ef;
  padding: 20px;
  width: 920px;
}
#nav-legal {
  float: left;
  margin-top: 10px;
}
#nav-legal li {
  padding: .5em 1em .5em 0;
  margin-right: 1em;
  border-right: 1px #525e3e solid;
}
#nav-legal li.last {
  padding-right: 0;
  margin: 0;
  border: none;
}
#nav-affiliation {
  float: right;
}


@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #nav-accessibility,
  #nav-primary,
  #header-image,
  #form-subscribe {
    display: none;
  }
}
