/* styles for News and Events Main Page */

body.custom a.ep-the-title {
  color: #0f70b7;
  font-size: 18px;
  text-decoration: underline;
}

body.custom a.ep-the-title:hover {
  background-color: yellow;
  color: #ba7900;
  font-size: 18px;
}

body.custom a.excerpt-read-more:hover {
  background-color: yellow;
  color: black;
}

body.custom div.hentry.excerpt-entry.entry-content.excerpt-content {
  padding: 0;
}

body.custom div.excerpt-title h2.entry-title.stock-title a {
  font-weight: bold;
}


/* Hide the right hand sidebar to make a wide page for high content pages*/
body.custom section.row-4 section.column-2, body.custom aside#block-11 {
  display: none;
}

/* Make the content section 100% wide for a wide page for high content pages*/
body.custom section.row-4 section.column-1 {
  width: 100%;
}


body.custom .block-type-content div.loop-navigation div.nav-previous a, .block-type-content div.loop-navigation div.nav-next a {
  background-color: #5D9CD1;
}
/* Book Widget Styling - eliminate the TOC in Widget */

body.page-id-45 div.book_content div.pf-content {
  display: none !important;
}


/* Start of Project Pages Widget Styles */

body.custom li#text-8 {
  border-color: #9900CC;
  border-style: solid;
  border-width: 1px;
  padding-right: 0px;
  padding-top: 0px;
  margin-left: 10px;
  margin-top: 16px;
  width: 280px;
}

body.custom li#text-8 div.textwidget {
  width: 275px;
}

body.custom li#text-8 div.textwidget p#trouble-checklist {
  font-size: 16px;
  width: 270px;
}

body.custom li#text-8 div.textwidget p#survival-test {
  font-size: 16px;
  width: 270px;
}

body.custom li#text-8 div.textwidget hr#pjt-separator" {
  width:260px;
}

body.custom li#text-8 div.textwidget p a {
  color: blue !important;
}

body.custom li#text-8 div.textwidget p a:hover {
  background-color: yellow;
}

/* Originally #E066FF to #F5CCFF but now made solid as #9900CC */

body.custom li#text-8 > h3.widget-title,
body.search-results li#text-8 > h3.widget-title,
body.search-no-results li#text-8 > h3.widget-title {
  color: white;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9900CC',endColorstr='#9900CC') !important;
  background: -webkit-gradient(linear,left center,right center,from(#9900CC),to(#9900CC)) !important;
  background: -moz-linear-gradient(left,#9900CC,#9900CC) !important;
  background-color: #9900CC !important;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, from(#9900CC), to(#9900CC)) !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size:20px;
  height:46px;
  line-height: 22px;
  padding: 2px 0 4px;
  margin-left: -10px;
  margin-top: -2px;
  text-align: center;
  width: 290px;
}

body.custom li#text-8 h3.widget-title span.widget-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}

body.custom h4#bottom-line {
  background-color: rgb(228, 174, 74);
  background-image: none;
  height: 2px;
  margin: 6px 0;
  width: 292px !important;
}

/* End of Project Pages Widget Styles*/


/* 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;
}

/*
body.custom li#tb_book_widget-3 div.tb-entry-actions div.tb_buynow_wrapper a.tb_button.tb_buynow_button {
  margin: 10px 0 10px 36px;
}
*/


