/* basic styling */
body {
  background-color: #32383E;
  color: #E6E6E6;
  font-family:Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  text-align: center;
  padding-top: 80px;
}
#headingtext {
  font-size: 1.4em; 
}
#bodytext {
  font-size: 1em;
  padding: 25px;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active { 
  color: #AFAFAF;
}
a:hover {
  background-color: #545E69; //#FFFF00; //
}

/* footer specific stuff */
#footertext {
  color: #545E69;
  font-size: 0.6em;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 10px;
}
#footertext a:link, #footertext a:visited, #footertext a:active { 
  color: #545E69;
}
#footertext a:hover {
  background-color: #32383E;
}

/* for MailChimp form */
#mce-EMAIL { 
  width: 270px;
  background-color: #DBDBDB;
  color: #32383E;
  font-family:Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  text-align: center;
  padding: 4px 0px 1px 0px;
  font-size: 0.8em;
}
#mc-embedded-subscribe {
  color: #32383E;
}
div.mce_inline_error {
  display: none !important;
}
fieldset {
  border: none;
}





