@charset "utf-8";
/* Global Styles */
a:hover a:active {
  color: rgba(54, 75, 143, 1.00);
}
a:link a:visited {
  color: rgba(146, 146, 146, 1.00);
}
/*header*/
header {
  font-family: 'Montserrat', sans-serif;
  color: rgba(146, 146, 146, 1.00);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body {
  margin: 0px;
}
#mainWrapper #currenttitles {
  text-align: center;
  background-color: rgba(32, 32, 32, 1.00);
  padding-top: 0px;
  padding-bottom: 0px;
}
#mainWrapper #currenttitles h2 {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 1.4em;
  color: rgba(255, 255, 255, 1.00);
}
/* TOM text banner*/
#tombanner {
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: bold;
  text-shadow: 1px 2px 3px black, -2px 3px 1px #000;
  text-align: center;
  clear: both;
  background-color: rgba(246, 246, 246, 1.00);
  background-image: url("../images/tree_of_meaning_sycamore.jpg");
  background-position: center center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  -ms-background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: rgba(255, 255, 255, 1.00);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 57px;
  padding-bottom: 57px;
}
#tombanner h1 {
  font-size: 300%;
  /*	margin-bottom: 1em;*/
}
/* Main content of the site */
#content {
  clear: both;
  overflow: auto;
  padding-top: 10px;
}
/* bookimage */
#content .bookimage {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: rgba(146, 146, 146, 1.00);
  float: left;
  overflow: auto;
  width: 38%;
  padding-left: 0%;
  text-align: center;
  vertical-align: middle;
  /*  background-color: magenta;*/
  padding-top: 36px;
  /*	height: 784px;*/
}
.centeredseparator {
  text-align: center;
  font-size: 200%;
  margin: 0.5em
}
.shrinkable img {
  src: url("images/book2Dsmall.jpg");
  max-width: 100%;
  height: auto;
}
#invisiblethumbnail .makeinvisible {
  display: none;
}
#awardsmobile .makevisible {
  display: none;
}
/* main content of the site */
#content .mainContent {
  float: left;
  width: 62%;
  text-align: center;
  padding-left: 0%;
}
/* Whole page content */
#mainWrapper {
  /*
	width: 80%;
	padding-left: 10%;
*/
  width: 100%;
  /*	padding-left: 10%;*/
}
#contentwrapper {
  width: 80%;
  padding-left: 10%;
}
/*menu elements */
.menu ul li {
  list-style-type: none;
  font-size: x-large;
  position: relative;
  left: -35px;
  padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
  overflow: auto;
  /*  background-color: lightcyan;*/
  color: rgba(146, 146, 146, 1.00);
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
/* Content holder for products in catalog*/
.productRow .productInfo .bookdescription {
  position: relative;
  top: -37px;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1.00);
  white-space: pre-wrap;
  text-align: left;
}
.bookdescription {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 1.2em;
  text-align: left;
}
.booktitle {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-variant: small-caps;
  font-size: 2.0em;
  text-align: center;
  margin-bottom: -0.5em;
  padding-left: 30px;
  padding-right: 30px;
}
.booksubtitle {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-variant: small-caps;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2.0em;
  padding-left: 30px;
  padding-right: 30px;
}
.byauthor {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  /*	font-variant: small-caps;*/
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 2.0em;
  padding-left: 30px;
  padding-right: 30px;
}
.isbnnumbers {
  font-size: 1.3em;
  text-align: left;
  margin-left: 3em;
}
/* footer */
#mainWrapper footer {
  clear: both;
  overflow: auto;
  background-color: rgba(32, 32, 32, 1.00);
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-style: normal;
  font-size: 1.0em;
  font-weight: 200;
  line-height: 1.8;
  padding-top: 2px;
  padding-left: 22px;
  text-align: center;
  padding-bottom: 2px;
  padding-right: 22px;
}
/*Each footer content */
#mainWrapper footer div {
  width: 96%;
  /*	float: left;*/
  padding-left: 2%;
  padding-right: 2%;
  color: rgba(192, 192, 192, 1.00);
  text-align: center;
}
/* Links in footer */
footer div a {
  color: rgba(146, 146, 146, 1.00);
  display: block;
  text-decoration: none;
  text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
  width: 100%;
}
/* Container for links in footer */
footer .footerlinks {
  margin-top: -15px;
}
/* Media query for tablets */
@media screen and (max-width:700px) {
  /* bookimage */
  #content .bookimage {
    display: none;
    float: none;
    width: 30%;
    overflow: auto;
    padding-left: 0px;
    padding-top: 0px;
  }
  /*The maincontent of page */
  #content {
    position: relative;
    top: -22px;
    width: 100%;
    overflow: hidden;
  }
  #tombanner h1 {
    font-size: 250%;
    /*	margin-bottom: 1em;*/
  }
  /*menu headings in bookimage */
  #menubar .menu h2 {
    display: inline;
    font-size: medium;
    padding-right: 6%;
  }
  /* Unordered List of links */
  #menubar .menu ul {
    display: inline;
  }
  /*list elements */
  #menubar .menu ul li {
    display: inline;
    font-size: medium;
    padding-left: 0%;
    padding-right: 3%;
  }
  /*The link to be hidden in tablet view */
  .bookimage #menubar .menu ul .notimp {
    display: none;
  }
  /* TOM banners content */
  #mainWrapper #tombanner p {
    font-size: small;
  }
  /* main content region of page */
  #mainWrapper #content .mainContent {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
  }
  /* Prices of products i: ;n catalog view */
  .productRow .productInfo .price {
    font-size: 19px;
  }
  /* Content holders in catalog view */
  .bookdescription {
    font-size: 1.1em;
  }
  .booktitle {
    font-size: 1.5em;
  }
  .booksubtitle {
    font-size: 1.2em;
  }
  .byauthor {
    font-size: 1.1em;
  }
  .isbnnumbers {
    font-size: 1.1em;
    text-align: left;
    margin-left: 2em;
  }
  /* Container for links in footer */
  #mainWrapper footer .footerlinks {
    float: none;
    width: 100%;
    position: relative;
    top: 17px;
    clear: both;
    text-align: center;
    left: 0%;
    padding-bottom: 19px;
  }
  /* Container for each footer divisions */
  #mainWrapper footer div {
    width: 96%;
    text-align: center;
  }
  /* Links in footer */
  .footerlinks p a {
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
    padding-right: 35px;
  }
  /* Footer region */
  #mainWrapper footer {
    font-size: 0.7em;
    padding-left: 16px;
    overflow: hidden;
  }
  /* Links in header */
  header #headerLinks a {
    padding-left: 0px;
    padding-right: 30px;
  }
  /* TOM- Text banner */
  #mainWrapper #tombanner {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Paragraphs in footer */
  footer .footerlinks p {
    display: inline;
  }
  #invisiblethumbnail .makeinvisible {
    display: block;
    float: left;
    width: 38%;
    height: auto;
  }
  #awardsmobile .makevisible {
    display: block;
  }
}
/*media query for small screen devices */
@media screen and (max-width:480px) {
  /*Container for links in header */
  #mainWrapper header #headerLinks {
    width: 100%;
    text-align: center;
    background-color: rgba(190, 190, 190, 1.00);
    padding-bottom: 21px;
  }
  /* Logo placeholder*/
  #mainWrapper header #logo {
    width: 100%;
    text-align: center;
  }
  /* Links in header */
  header #headerLinks a {
    text-align: center;
    padding-right: 15px;
    padding-left: 0px;
  }
  /*TOM - Text Banner */
  #mainWrapper #tombanner {
    padding-left: 0px;
    text-align: center;
  }
  #tombanner h1 {
    font-size: 160%;
    /*	margin-bottom: 1em;*/
  }
  /* Each product in catalog view */
  .mainContent .productRow .productInfo {
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    left: -2%;
  }
  .bookdescription {
    font-size: 1.0em;
  }
  .booktitle {
    font-size: 1.2em;
  }
  .booksubtitle {
    font-size: 1.0em;
  }
  .byauthor {
    font-size: 1.0em;
  }
  .isbnnumbers {
    font-size: 1.0em;
    text-align: left;
    margin-left: 1em;
  }
  #mainWrapper footer div {
    width: 96%;
    /*    margin-left: -16px;*/
    text-align: center;
    padding-bottom: 16px;
    overflow: auto;
  }
  #mainWrapper footer {
    font-size: 0.6em;
  }
  /* Unordered list for menu elements */
  .menu ul {
    position: relative;
    padding-left: 24%;
  }
  /* Container for links in footer */
  #mainWrapper footer .footerlinks {
    padding-left: 8%;
  }
  /* Main content which excludes the bookimage */
  #mainwrapper #content .mainContent {
    margin-top: -81px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
  }
  #invisiblethumbnail .makeinvisible {
    display: block;
    float: left;
    width: 38%;
    height: auto;
  }
  #awardsmobile .makevisible {
    display: block;
  }
}