@font-face {
    font-family: 'myMenuFont';
    src: url('/font/ls.eot'); /* IE9 Compat Modes */
    src: url('/font/ls.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/ls.ttf') format('truetype')
}

html { 
  background-color: #005a2f;
}

body {
  background-color: white;
  background-image: url(/images/bg-fade.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  min-width: 930px;
}

#NavBar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #dbdbdb;
  padding-top: 10px;
  min-width: 930px;
  z-index: 1000;
}

#NavLeft {
  float: left;
  width: 300px;
  height: 100%;
  margin-left: 10px;
}

#NavRight {
  overflow: hidden;
  height: 100%;
  margin-right: 10px;
}

#logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%); /* or try 50% */
}

#Menu-Full {
  font-family: myMenuFont;
  background-color: #005a2f;
  border: 5px solid #fa972c;
  font-size: 30px;
  padding: 0px 10px 5px 10px;
  border-radius: 25px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); /* or try 50% */
}

#Menu-Full a, a:visited {
  color: white;
  text-decoration: none;
}

#Menu-Full a:hover, a:active {
  color: #fa972c;
  text-decoration: underline;
}

.Menu-item {
  display: inline-block;
  width: 23%;
  text-align: center;
  white-space: nowrap;
}

#Content {
  padding-top: 110px;
}

#Upcomming {
  display: flex;
  margin: 0;
  padding: 0;
}

#MainSlide {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.cycle-slideshow {
}

.cycle-slideshow img { width: 100%; height: auto }

/* pager */
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}

.cycle-pager span { 
  font-family: arial; font-size: 50px; width: 16px; height: 16px; 
  display: inline-block; color: #ddd; cursor: pointer; 
}

.cycle-pager span.cycle-pager-active { color: #D69746;}

.cycle-pager > * { cursor: pointer;}

/* paused */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

.SpecialEvent {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.SpecialEvent img {
  vertical-align: middle;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}


.EventHeading {
  font-size: 2em;
  z-index: 1;
}

.EventText {
  font-size: 1.25em;
  z-index: 1;
}

#Content-Main {
  width: 100%;
  background-color: #005a2f;
  margin: 0;
  padding: 0;
}

#Content-Main a {
  text-decoration: none;
}

#Content-Main a:hover, a:active {
  color: #fa972c;
  text-decoration: underline;
}

#MainRight-container {
  float: right;
  width: 350px;
  height: 100%;
  margin: 0;
  padding: 0;
}

#MainRight {
  font-family: myMenuFont;
  text-align: center;
  color: white;
  border-left: 5px solid #fa972c;
  width: 90%;
  margin-top: 30px;
  padding: 10px 0 10px 0;
}

.Staff {
  margin: auto;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  font-family: myMenuFont;
  font-size: 1em;
}

.Staff a {
  color: white;
  text-decoration: none;
}

.Staff a:hover, a:active {
  color: #fa972c;
  text-decoration: underline;
}

#MainLeft-container {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

#MainLeft {
  color: white;
  width: 90%;
  min-height: 300px;
  margin: 40px;
  padding-right: 20px;
}

.DailyItems {
  background-color: #0a8153;
  margin-bottom: 10px;
  min-height: 142px;
}

.DailyItems-Left {
  float: left;
  width: 190px;
  text-align: center;
  margin-top: 20px;
}

.DailyItems-Right {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.DailyHeading {
  font-size: 1.25em;
  color: #fa972c;
}

.DailyDescription {
  font-size: 1em;
  color: white;
}

.TeeMap {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.TeeMap img {
  vertical-align: middle;
}

#TeeGallery {
  display: table;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}

#TeeGallery a {
  color: white;
  text-decoration: none;
}

#TeeGallery a:hover, a:active {
  color: #fa972c;
  text-decoration: underline;
}

.AlbumName {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.AlbumGroup {
  display: inline-block;
  padding: 0 10px 10px 10px;
}

figure {
  display: inline-block;
  margin: 0;
  padding: 10px;
}

figure a {
  display: inline-block;
}

figure img {
  display: inline-block;
}

#TeeContactForm {
  display: table;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer {
  clear: both;
  width: 100%;
  background-color: #005a2f;
  color: white;
  text-align: center;
}