/* Enter Your Custom CSS Here */

.home-top #attachment_939 {display:none;} /* in the home page top widget don't display the book cover and caption from the page */

#fsb-social-bar { /* make the background and borders transparent */
  width: 100%;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  padding: 10px 0;
  margin: 0px 0 20px 0;
  float: left;
  background: transparent !important;
  position: relative;
  clear: both;
}

#featured-page-8 {background-color:#DDD2BA;}

#featured-page-8 h2.entry-title, 
#featured-page-2 h2.entry-title {margin-bottom:20px;}

/*  mailchimp optin - hide the label */
.mc_var_label {
  display: block; display: none!important; 
  margin-bottom: 0.5em;
}

#mc_signup_form .mc_input::-webkit-input-placeholder {
   color: #aaa;
}

#mc_signup_form .mc_input:-moz-placeholder { /* Firefox 18- */
   color: #aaa;
}

#mc_signup_form .mc_input::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;
}

#mc_signup_form .mc_input:-ms-input-placeholder {  
   color: #aaa;
}

#mc_signup_submit {
  margin-top: .5em!important; 
  width: 80%;
}