/** Colours **/
/** Dimensions **/
/** Nav **/
/** Fonts **/
body {
  background: #005b7f;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: center top;
  color: #94b0be;
  font-weight: 100;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}
a {
  outline: none;
}
img {
  border: none;
}
#container {
  padding-top: 10px;
  width: 1100px;
  margin: auto;
}
#head {
  height: 212px;
  width: 1100px;
  margin: auto;
}
#headCentre {
  height: 212px;
  width: 404px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.headSide {
  height: 212px;
  width: 328px;
  float: left;
}
.headSide a {
  color: #94b0be;
  text-decoration: none;
}
.headSide a:hover {
  color: #a9a9a9;
}
a.active {
  color: #ffffff;
  text-decoration: none;
}
a:hover .active {
  color: #ffffff;
}
.headSideRight {
  padding-left: 20px;
}
.headSideLeft {
  padding-right: 20px;
}
.navLink {
  height: 20px;
  margin-top: 192px;
  float: left;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color: #94b0be;
  font-size: 1em;
  font-weight: 100;
}
.headSideLeft .navLink {
  width: 31%;
}
.headSideRight .navLink {
  width: 45%;
}
.navSlash {
  height: 20px;
  margin-top: 192px;
  float: left;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color: #94b0be;
  font-size: 1em;
  font-weight: 100;
}
#photoTextContainer {
  margin-left: 165.5px;
  margin-top: 50px;
  width: 803px;
  height: 338px;
  overflow: hidden;
  line-height: 90%;
}
#centredPhotoTextContainer {
  margin-left: 297px;
  margin-top: 50px;
  width: 803px;
  height: 338px;
  overflow: hidden;
  line-height: 90%;
}
#frontPageImage {
  width: 506px;
  height: 338px;
  float: left;
}
#eventsImage {
  width: 506px;
  height: 338px;
  float: left;
}
.darkTextBox {
  height: 308px;
  width: 263px;
  background: #002a41;
  float: left;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color: #bcbcbc;
  font-weight: 100;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 15px 15px 15px 15px;
}
.darkTextBox a {
  color: #94b0be;
  text-decoration: none;
}
.darkTextBox a:hover {
  color: #a9a9a9;
}
#creditsBox {
  background: #002a41;
  height: 308px;
  width: 239.68421052631578px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 0.8em;
  color: #bcbcbc;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 15px 133.1578947368421px 15px 133.1578947368421px;
}
#creditsBox a {
  color: #94b0be;
  text-decoration: none;
}
#creditsBox a:hover {
  color: #a9a9a9;
}
#eventsBox {
  background: #002a41;
  height: 298px;
  width: 253px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color: #bcbcbc;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 20px 126.5px 20px 126.5px;
}
#eventsBox a {
  color: #94b0be;
  text-decoration: none;
}
#eventsBox a:hover {
  color: #a9a9a9;
}
#eventsBox {
  background: #002a41;
  height: 298px;
  width: 253px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  color: #bcbcbc;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 20px 126.5px 20px 126.5px;
}
#eventsBox a {
  color: #94b0be;
  text-decoration: none;
}
#eventsBox a:hover {
  color: #a9a9a9;
}
#sponsorshipBox {
  background: white;
  height: 298px;
  width: 476px;
  padding: 20px 15px 20px 15px;
}
#sponsorshipBox a {
  color: #94b0be;
  text-decoration: none;
}
#sponsorshipBox a:hover {
  color: #a9a9a9;
}
.sponsorshipRow {
  height: 99.33333333333333px;
  margin: auto;
}
.sponsorshipColumn {
  float: left;
  width: 238px;
}
.centredImage {
  display: block;
  margin: auto;
}
#title {
  color: #ffffff;
  width: 400px;
  padding-top: 30px;
  font-size: 1.7em;
  margin: auto;
  text-align: center;
}
#author {
  color: #ffffff;
  width: 400px;
  padding-top: 0px;
  font-size: 0.8em;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-weight: 100;
  margin: auto;
  text-align: center;
}
#author a {
  color: #ffffff;
  text-decoration: none;
}
#author a:hover {
  color: #a9a9a9;
}
/*
#arrowBar {
  margin: auto;
  width: @arrowDivWidth;
  vertical-align: bottom;
  position:relative;
  height: @arrowImageHeight;
  top: 0px;
  left: 0px;
  z-index: 10;
  float: none;
  height: @arrowImageHeight;
  a {
    color: #ffffff;
    text-decoration: none;
  }
  a:hover {
    color: desaturate(@textColour, 80%);
  }
}
*/#previousArrowDiv {
  height: 0px;
  width: 12px;
  horizontal-align: left;
  float: left;
  position: relative;
  top: 50px;
  left: 143.5px;
  z-index: 100;
}
#nextArrowDiv {
  height: 0px;
  width: 12px;
  horizontal-align: left;
  float: left;
  position: relative;
  top: 50px;
  left: 974.5px;
  z-index: 100;
}
#galleryMasterContainer {
  margin-left: 165.5px;
  padding-top: 50px;
  width: 803px;
  /*  height: @mainBoxHeight;
  overflow: hidden;*/

  line-height: 90%;
}
/*
.galleryPicContainer {
	margin-top: -80px;
	height: @mainImageWidth;
	width: @mainImageWidth;
	overflow: scroll;
}*/
.gallerySlideshow {
  width: 506px;
  height: 338px;
  float: left;
  background: #002a41;
}
.gallerySlideshow.displayPortrait {
  /*	border: 1px solid #eee;*/

}
.gallerySlideshow img {
  /*	border: 1px solid #eee;*/

}
.gallerySlideshow img.portrait {
  margin-top: -80px;
  margin-left: 84px;
}
.gallerySlideshowText {
  height: 338px;
}
.galleryName {
  font-weight: bold;
}
.galleryText p {
  margin-top: 0.5em;
}
.galleryNote {
  font-size: 0.8em;
}
.tooltip {
  display: none;
  background-image: url('../tooltip/ds_tooltip.png');
  height: 82px;
  padding: 30px 20px 10px 20px;
  width: 169px;
  font-size: 13px;
  font-weight: bold;
  color: #002a41;
}
