@font-face {
    font-family: 'BerkeleyBold';
    src: url('../fonts/berkeley-bold-webfont.eot');
    src: url('../fonts/berkeley-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berkeley-bold-webfont.woff') format('woff'),
         url('../fonts/berkeley-bold-webfont.ttf') format('truetype'),
         url('../fonts/berkeley-bold-webfont.svg#BerkeleyBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BerkeleyBook';
    src: url('../fonts/berkeley-book-webfont.eot');
    src: url('../fonts/berkeley-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berkeley-book-webfont.woff') format('woff'),
         url('../fonts/berkeley-book-webfont.ttf') format('truetype'),
         url('../fonts/berkeley-book-webfont.svg#BerkeleyBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: Arial, serif;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 190px;
  background-image: url(../images/backgrounds/regiment.jpg);
}

h1, h2, h3, h4 {
  font-family: 'BerkeleyBold', Arial, serif;
  font-weight: normal;
  color: #fff;
}

h1 {
  font-family: 'BerkeleyBook', Arial, serif;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 4px;
}

h2 {
  /* font-size: 32px; */
  font-size: 28px;
  line-height: 34px;
}

h3 {
  color: #e3b700;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

a {
  text-decoration: none;
  color: #999;
}

a:hover {
  color: #ddd;
}

div.status {
  border-color: #C7F2C8;
  color: #33A333;
}

.messages {
  background-color: #FFFFFF;
  border: 1px solid #B8D3E5;
}

.messages, .preview {
  margin: 0.75em 0;
  padding: 0.5em 1em;
}

.external-link {
  background: url(../images/external-link.gif) no-repeat center right;
}

.panoramic-link {
  background: url(../images/panoramic-link.png) no-repeat center left;
  display: block;
  padding: 5px 35px;
}

#header {
  background: url(../images/navigation-background-tile.jpg) repeat-x bottom center;
}


#navigation-header {
  background: url(../images/navigation-background.jpg) no-repeat top center;
}

#navigation-header a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#navigation-header ul.primary-links li {
  background: url(../images/navigation-line-break.gif) no-repeat center right;
  font-family: 'BerkeleyBold', Arial, serif;
  font-size: 13px;
  text-transform: uppercase;
}

#navigation-header ul.primary-links li.last {
  background: none;
}

#navigation-header ul.primary-links li a {
  font-size: 14px;
  text-align: center;
  line-height: 52px;
  outline: 0;
}

#navigation-header ul.primary-links li a:hover {
  color: #c8a103;
}

/* #navigation-header ul.primary-links li a:hover {
  background: url(../images/header-navigation-hover.jpg) repeat-x;
}

#navigation-header ul.primary-links li.active-trail {
  background: url(../images/header-navigation-active.jpg) repeat-x;
} */

#navigation-header ul.primary-links li.active-trail a {
  color: #c8a103;
  background: url(../images/navigation-active.jpg) no-repeat top right;
}

#content {
  font-size: 14px;
}

#slideshow-holder #slideshow-shadow {
  background: url(../images/slideshow-drop-shadow.png) no-repeat center top;
}

#actions {
  background: url(../images/action-background-shadow.png) repeat-x left 185px;
}

#actions .action {
  background: #fff;
  font-size: 12px;
}

#actions #action-relative .action-inner {
  background: url(../images/action-background-relative.jpg) no-repeat center top;
}
#actions #action-portrait .action-inner {
  background: url(../images/action-background-relative.jpg) no-repeat center top;
}
#actions #action-archive .action-inner {
  background: url(../images/inspireme.jpg) no-repeat center;
}
#actions #action-newsletter .action-inner {
  background: url(../images/action-background-newsletter.jpg) no-repeat center top;
}

#actions #action-volunteer .action-inner {
  background: url(../images/action-background-volunteer.jpg) no-repeat center top;
}
#actions #action-onthisday .action-inner {
  background: url(../images/action-background-onthisday.jpg) no-repeat center top;
}

#actions #action-newsletter-textfield input {
  background: none;
}

#actions #action-timeline .action-inner {
  background: url(../images/action-timeline.jpg) no-repeat center top;
}

#timeline-holder { overflow: scroll !important; }

/* Subpage Column */
#block-submenu ul li.leaf {
  background: url(../images/dotted-seperator.png) repeat-x 5px bottom;
}
#block-submenu ul li.last {
  background: none;
}
#block-submenu ul li.leaf a {
  color: #fff;
  background-image: url(../images/subpage-menu-background.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#block-submenu ul li.leaf a:hover {
  color: #e3b700;
  background-position: 0 -36px;
}
#block-submenu ul li.active-trail a, #block-submenu ul li.active-trail a:hover {
  color: #e3b700;
  background-position: 0 -72px;
}

/* Regiment */
body.regiment {
  background-image: url(../images/backgrounds/02image.jpg);
}

/* Museums */
#museums-listing .view-on-map-button {
  background: url(../images/view-on-map-button.png) no-repeat 0 0;
}
#museums-listing .view-on-map-button:hover {
  background: url(../images/view-on-map-button.png) no-repeat 0 -53px;
  cursor: pointer;
}

body.inniskillings-museum {
  background-image: url(../images/backgrounds/enniskillen.jpg);
}
body.royal-ulster-rifles-museum {
  background-image: url(../images/backgrounds/rifles.jpg);
}
body.royal-irish-fusiliers-museum {
  background-image: url(../images/backgrounds/fusiliers.jpg);
}
body.royal-irish-regiment-museum {
  background-image: url(../images/backgrounds/rirish.jpg);
}

/* Explore */
body.explore {
  background-image: url(../images/backgrounds/04image.jpg);
}

body.explore .explore-single-entry .content a {
  color: #ffc82e;
}

body.explore .explore-single-entry .content img {
  margin-bottom: 20px;
  width: 100%;
}

body.explore .explore-single-entry .content a:visited {
  color: #ecac00;
}

#attachments-container .title {
  font-weight: bold;
}

/* Shop */
body.shop {
  background-image: url(../images/backgrounds/12image.jpg);
}

/* Research */
body.research {
  background-image: url(../images/backgrounds/07image.jpg);
}

/* Resources */
body.resources {
  background-image: url(../images/backgrounds/05image.jpg);
}

/* Contact */
body.contact {
  background-image: url(../images/backgrounds/10image.jpg);
}

/* Maintainer */
body.maintainer #content {
  background: #ccc;
  color: #000;
}

body.maintainer h1, body.maintainer h2, body.maintainer h3, body.maintainer h4 {
  color: #000;
}

#maintainer .maintainer-block {
  background: #eee;
}

#maintainer .maintainer-block-inner {
  padding: 15px;
}

#maintainer a:hover {
  color: #666;
}

.block-edit-link {
  background: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.block-edit-link a {
  color: #fff;
}

.block-edit-link a:hover {
  background: #777;
}

.views-field-field-accession-date-value .date-display-single {
  white-space: nowrap;
}

.views-field-sku {
  white-space: nowrap;
}

#edit-submit-accessions {
  margin-top: 1.2em;
}

/* Footer */
.dotted-seperator {
  background: url(../images/dotted-seperator.png) repeat-x center center;
}

#more-info .more-info-block {
  background: url(../images/intro-block-background-tile.png);
}

#more-info #store-block.more-info-block {
  background: url(../images/store-block-background.png) no-repeat;
}

#intro-block h2 {
  color: #e3b700;
}

#links-block h2, #store-block h2 {
  color: #596f61;
}

#links-block ul {
  list-style: none;
}

#links-block ul li {
  background: url(../images/dotted-seperator-small.png) repeat-x center bottom;
}

#links-block ul li.last {
  background: none;
}

#links-block ul li a {
  background: url(../images/links-block-background-cross.png) no-repeat center right;
}

#store-block-button {
  font-family: 'BerkeleyBold', Arial, serif;
  font-size: 22px;
  color: #e3b700;
  background: url(../images/store-block-background-button.png) no-repeat center left;
}

#supporters {
  text-align: left;
  line-height: 100px;
}

#important-links {
  text-align: right;
  line-height: 75px;
}

#important-links a.active {
    color: #fff;
}

#copyright {
  text-align: right;
  line-height: 20px;
}

/* Sale Ribbon */

.view-uc-products table.views-view-grid td {
  position: relative;
}

.sale-ribbon {
  position: absolute;
  left: 1px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.sale-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.sale-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.sale-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

/*New Ribbon*/

.sale-ribbon.new span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.sale-ribbon.new span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.sale-ribbon.new span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.was-container {
}

.was-container .was-label,
.save-container .save-label {
  font-weight: bold;
}

.was-container .was-price {
  text-decoration: line-through;
}

.save-container {
  color: red;
  margin-bottom: -20px;
}

#views-exposed-form-uc-products-page-1 tr {
  float: left;
  margin-bottom: 20px;
}

#aud { display: none; }

.somme-controls {
  position: fixed;
  left: 55px;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(30, 31, 25, 0.9);
  padding: 10px 15px 7px;
  border-radius: 10px 10px 0 0;
  box-shadow: 4px 1px 10px rgba(0,0,0,.5);
}

#playAudio { opacity: .5; }
#playAudio:hover,
#playAudio.active { opacity: 1; }

#stopAudio { opacity: .5; }
#stopAudio:hover,
#stopAudio.active { opacity: 1; }

#playAudio img {
  width: 15px;
  margin-right: 5px;
}

#stopAudio img {
  width: 13px;
}

body.explore .explore-single-entry .content img.image-200-left {
  float: left;
  margin-bottom: 0;
  padding-right: 40px;
  width: 200px;
}

body.explore .explore-single-entry .content img.image-200-right {
  float: right;
  margin-bottom: 0;
  padding-left: 40px;
  width: 200px;
}

body.explore .explore-single-entry .content img.image-350-left {
  float: left;
  margin-bottom: 0;
  padding-right: 40px;
  width: 350px;
}

body.explore .explore-single-entry .content img.image-350-right {
  float: right;
  margin-bottom: 0;
  padding-left: 40px;
  width: 350px;
}

#attachments-container img,
body.explore .explore-single-entry .explore-lead-image img {
  margin-bottom: 0;
  width: auto;
}

.uc_out_of_stock_throbbing {
  display: none;
}

input[type='submit'].list-add-to-cart,
input[type='submit'].node-add-to-cart {
  background: transparent url('../images/add-to-cart.png') no-repeat scroll top left;
  border-radius: 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 25px;
  width: 100px;
}