/* Styles for Sign-Up-Form page */

/* Hide the Next and Previous post naviation items */
body.custom div.nav-previous, body.custom div.nav-next {
  display: none;
}

/* remove the right sidebar's left border */
/*
body.custom aside#block-11.block-type-widget-area {
  border-style: none;
}
*/

/* add a right border border to the main content area  */
/*
body.custom section.column.column-1.grid-left-0.grid-width-16 {
  border-right: 1px #cccccc solid;
}
*/

/* EASYFORMS Sign-Up Form Styling */

body.custom article#post-4269 span.edit-link {
  display: none;
}

body.custom article#post-4269 p.form-field-description {
  color: #333;
  font-weight: bold;
  margin: 8px 0;
}

body.custom article#post-4269 label.\31 109-label.yikes-mailchimp-field-required > span {
  color: #333;
  font-size: 120%;
  font-weight: bold;
  margin: 8px 0;
}

body.custom article button.yikes-easy-mc-submit-button {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: 0;
  filter: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #BA7900;
  border: 0;
  display: inline-block;
  clear:both;
  color: white;
  cursor: pointer;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: none;
  margin: 8px 0 0 0;
}

body.custom article button.yikes-easy-mc-submit-button:hover {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: 0;
  filter: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #CE9933;
  border: 0;
  display: inline-block;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: none;
  margin: 8px 0 0 0;
}


/* ****************************** */



/* for the TotallyBooked Books pages */

body.custom li#tb_book_widget-3 {
  background-color: #47AAED;
}

body.custom li#tb_book_widget-3 h3.widget-title {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  padding: 0 6px;
  text-align: center;
}

body.custom li#tb_book_widget-3 div.book_cover {
  margin-bottom : 0;
}

body.custom li#tb_book_widget-3 h3.widget-title span {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  font-size: 22px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
  margin: 4px 0 2px;
  padding: 6px 6px 10px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title:hover {
  background-color: #007ACC;
}

body.custom li#tb_book_widget-3 h4.book_title a {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions {
  text-align: center;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions a.tb_button {
  background-color: #007ACC !important;
  margin: 10px 0;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions div.tb_buynow_wrapper a.tb_button {
  background-color: #007ACC !important;
  margin: 10px 0 10px 36px;
}

/* Eliminate the Buy Now button */

body.custom div.tb_buynow_wrapper {
  display: none;
}

