/* WOAHBAR */

.woahbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 2000;
  padding: 5px 0 6px 0;
  text-align: center;
  font-size: 1.2em;
  color: #000;
  background-color: #c1d72e;  /* << set custom bar color here */
  box-shadow: 0px 0px 5px #888888;
  -moz-box-shadow:0px 0px 5px #888888;
  -webkit-box-shadow:0px 0px 5px #888888;
  border-bottom: 3px solid #fff;
}
 
.woahbar-stub
{
  position: fixed;
  top: -10px;
  right: 0px;
  width: 50px;
  height: 19px;
  z-index: 3000;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar span
{
  float: left;
  width: 95%;
  text-align: center;
  padding-top: 2px;
}
 
.woahbar-link { color: white; text-decoration: underline}

 
.woahbar-up-arrow:hover {
  background: url('/images/layout/woahbar-up-arrow-hover.png');
}
 
.close-notify
{
  float: right;
  margin-right: 22px;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  background-color: #c1d72e; /* << set custom bar color here */
  cursor:pointer;
}
 
.show-notify
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #c1d72e; /* << set custom bar color here */
  cursor:pointer;
  z-index: 9999;
}

#newsletterSignUp {
	padding: 3px;
}

#mcSignUpForm {
	height: 300px;
	width: 500px;
	background-color: white;
	margin: auto;
	padding: 50px;
	display: none;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.8;
}

.mc-field-group {
	width: 80%;
	padding-bottom: 20px;
	font-size: 115%;
}

.mc-field-group label {
	display: inline-block;
	width: 40%;
}

.indicates-required {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 90%;
}

.mcHeader {
	font-size: 125%;
}