/* Hide HOME menu item */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li:first-child {
  display: none;
}

/* Increase menu font size */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
  font: normal 24px/32px 'Ubuntu Condensed','Arial',sans-serif;
}

/* Pale blue footer */
.zonePlace.zoneFooter2 {
  background: #F6FAFD;
}

.zoneWAbranding {
  margin: 0;
  background-color: #FBCB5D !important;
}

/* Copyright notice */
.copyright-notice {
  float: left; 
  letter-spacing: normal; 
  line-height: 50px;
}

/* Hide OAuth login buttons (disallow logging in with Facebook and Google) */
.openAuthFormContainer, #idSocialLoginContainer, #socialLoginContainer {
  display: none !important;
}
.WaGadgetAuthorizationRequired .authFormContainer {
  border: none;
}

/* Hide unwanted event fields */
.eventInfoSpacesLeft {
  display: none;
}

/* Hide unwanted user profile fields */
#idContainer10672109 {
  display: none !important;
}

/* Hide RSS feed icons */
.rssFeedLabel {
  display: none !important;
}

/* Hide slideshow thumbnails on home page */
#PAGEID_18079 .camera_thumbs_cont {
  display: none;
}

/* Override theme colors */
.loginLink {
  color: #3e65c1 !important;
  background: #fff !important;
}
.loginLink:hover {
  color: #fff !important;
  background: #3e65c1 !important;
}
input.typeButton,
input[type=button],
input[type=submit] {
  background: #ffb000 !important;
}
input.typeButton:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #ffc031 !important;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
  color: #ffb000 !important;
}
.camera_thumbs_cont,
.camera_thumbs_cont ul li {
  background: #fff;
  border: 1px solid #fff;
}

.fieldContainer select {
    width: auto;
}