﻿/* LESS Components */
/**********************************************************************/
/* Standard Elements  */
/**********************************************************************/
body {
  background: #fafafa;
  font-family: 'Merriweather', serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #333333;
}
.required {
  color: red;
}
h3 {
  font-weight: bold;
  font-size: 1.3em;
}
p {
  color: #333333;
  font-family: 'Merriweather', serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
p em,
p i {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #0076a3;
}
a:hover {
  color: #33a9d6;
  text-decoration: underline;
}
button {
  -moz-box-shadow: inset 0px 1px 0px 0px #66dcff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #66dcff;
  box-shadow: inset 0px 1px 0px 0px #66dcff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33a9d6), color-stop(1, #0076a3));
  background: -moz-linear-gradient(center top, #33a9d6 5%, #0076a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color: #33a9d6;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #33a9d6;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #00315e;
}
button :hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2298c5), color-stop(1, #006592));
  background: -moz-linear-gradient(center top, #2298c5 5%, #006592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5799dd', endColorstr='#1f75cc');
  background-color: #2298c5;
}
button :active {
  position: relative;
  top: 1px;
}
.subscribersOnly {
  font-weight: bold;
}
/* Header  */
/**********************************************************************/
section#logReg {
  height: 2.0em;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
}
hr#logRegRule {
  width: 100%;
  height: 0.33em;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
div#userLogin {
  position: absolute;
  top: 0.6em;
  right: 6em;
  font-size: 1.1em;
}
div#userLogin a {
  text-shadow: 1px 1px #000;
}
div#userLogin a:hover {
  text-shadow: none;
}
div#userLogin a#profileLink,
div#userLogin a#loginLink {
  padding: 0.5em 0.5em 0.25em 0.9em;
  -moz-border-radius-bottomleft: 0.33em;
  -webkit-border-bottom-left-radius: 0.33em;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
div#userLogin span {
  padding: 0.5em 0 0.1em 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
div#userLogin a#logoutLink,
div#userLogin a#registerLink {
  padding: 0.5em 0.9em 0.25em 0.5em;
  -moz-border-radius-bottomright: 0.33em;
  -webkit-border-bottom-right-radius: 0.33em;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
header {
  max-width: 60em;
  min-width: 35em;
  margin: auto;
}
header img {
  width: 100%;
}
header nav {
  padding: 0.5em 0em 0.3em 0em;
  margin-top: -4px;
}
header nav ul {
  width: 90%;
  margin: auto;
  text-align: center;
}
header nav ul li {
  display: inline;
}
header nav ul li span {
  padding: 0;
  height: 1.8em;
  background: #333333;
  border-right: 1px solid #303030;
  border-left: 1px solid #444444;
}
header nav ul a {
  font-size: 1.6em;
  padding: 0.4em 0.65em 0.25em 0.65em;
  font-family: 'Roboto', sans-serif;
}
header nav ul a:hover {
  text-shadow: none;
}
/* Body  */
/**********************************************************************/
.subscribersOnly {
  font-weight: bold;
}
article {
  max-width: 60em;
  min-width: 35em;
  margin: auto;
}
article section {
  width: 100%;
  float: left;
  margin-top: 2.0em;
  padding-bottom: 3.0em;
}
article section div#cmsBodyContent {
  margin-right: 17em;
  margin-left: 2.0em;
}
article section div#cmsBodyContent .cmsCenter {
  text-align: center;
}
article section div#cmsBodyContent h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 1.0em;
}
article section div#cmsBodyContent h1 + h2 {
  margin-top: -1em;
  margin-bottom: 1.0em;
}
article section div#cmsBodyContent h2,
article section div#cmsBodyContent h3,
article section div#cmsBodyContent h4 {
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0.4em;
  font-weight: bold;
}
article section div#cmsBodyContent h5 {
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.4em;
  clear: both;
}
article section div#cmsBodyContent h6 {
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
article section div#cmsBodyContent p {
  margin-bottom: 1.8em;
}
article section div#cmsBodyContent p strong {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
article section div#cmsBodyContent p em strong {
  display: inline;
}
article section div#cmsBodyContent strong {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
article section div#cmsBodyContent em strong {
  display: inline;
}
article section div#cmsBodyContent img.uppHeaderImage {
  margin: auto;
  display: block;
  margin-bottom: 2.0em;
}
article section div#cmsBodyContent div.formForgot {
  margin: 1.0em 1.0em 1.0em 0;
}
article section div#cmsBodyContent ul {
  list-style: disc;
  width: 80%;
  margin: auto;
  font-size: 0.8em;
  padding: 0 0 1.6em 0;
}
article section div#cmsBodyContent ul li {
  line-height: 1.6em;
}
article section div#cmsBodyContent ol {
  list-style: none;
  font-size: 0.8em;
  padding: 0 0 1.6em 0;
}
article section div#cmsBodyContent ol li {
  line-height: 1.6em;
}
article section div#cmsBodyContent .journalCoverWidget {
  float: right;
  padding: 0 0 2.0em 2.0em;
  text-align: center;
  line-height: 1.5em;
}
article section div#cmsBodyContent .journalCoverWidget img {
  width: 160px;
}
article section div#cmsBodyContent form#subscription fieldset {
  width: 90%;
}
article section div#cmsBodyContent form#subscription fieldset div.row input[type="radio"] {
  float: left;
  clear: both;
  height: 1.0em;
}
article section div#cmsBodyContent form#subscription fieldset div.row span {
  font-size: 0.7em;
  line-height: 2.8em;
}
article section div#cmsBodyContent form#subscription fieldset div.row span.field-validation-error {
  font-size: 1.2em;
}
article section div#cmsBodyContent div.formLayout .profile h5 {
  margin: 0.5em 0 0.3em 1.0em;
}
article section div#cmsBodyContent div.formLayout .profile button {
  margin-top: 1.0em;
}
article section div#cmsBodyContent div.formLayout fieldset {
  width: 40%;
  margin: auto;
  margin: 1.0em 1.0em 1.0em 0;
  border: 1px solid #333;
  padding: 12px;
  background: #dedede;
  float: left;
}
article section div#cmsBodyContent div.formLayout fieldset ul li {
  list-style: none;
}
article section div#cmsBodyContent div.formLayout fieldset span.field-validation-error {
  color: red;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}
article section div#cmsBodyContent div.formLayout fieldset legend {
  color: #333333;
}
article section div#cmsBodyContent div.formLayout fieldset label {
  color: #333333;
  padding-left: 2px;
  font-size: 0.8em;
}
article section div#cmsBodyContent div.formLayout fieldset input,
article section div#cmsBodyContent div.formLayout fieldset select {
  margin-bottom: 12px;
  margin-top: 6px;
  display: block;
  width: 220px;
  background: #d8d8d8;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
article section div#cmsBodyContent div.formLayout fieldset input:focus,
article section div#cmsBodyContent div.formLayout fieldset select:focus {
  outline: none;
  background: #c7c7c7;
}
article section div#cmsBodyContent div.formLayout fieldset input[type="radio"] {
  width: 20px;
  vertical-align: middle;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  margin-top: 6px;
}
article section div#cmsBodyContent div.formLayout fieldset button {
  -moz-box-shadow: inset 0px 1px 0px 0px #66dcff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #66dcff;
  box-shadow: inset 0px 1px 0px 0px #66dcff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33a9d6), color-stop(1, #0076a3));
  background: -moz-linear-gradient(center top, #33a9d6 5%, #0076a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color: #33a9d6;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #33a9d6;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  width: 108px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #00315e;
}
article section div#cmsBodyContent div.formLayout fieldset button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2298c5), color-stop(1, #006592));
  background: -moz-linear-gradient(center top, #2298c5 5%, #006592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5799dd', endColorstr='#1f75cc');
  background-color: #2298c5;
}
article section div#cmsBodyContent div.formLayout fieldset button:active {
  position: relative;
  top: 1px;
}
article section div#cmsBodyContent div.formLayout h5 {
  clear: both;
  font-size: 0.8em;
  margin-left: 2.0em;
}
article section div#cmsBodyContent div.formLayout button {
  display: block;
  clear: both;
  margin-left: 2.0em;
  -moz-box-shadow: inset 0px 1px 0px 0px #66dcff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #66dcff;
  box-shadow: inset 0px 1px 0px 0px #66dcff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33a9d6), color-stop(1, #0076a3));
  background: -moz-linear-gradient(center top, #33a9d6 5%, #0076a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
  background-color: #33a9d6;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #33a9d6;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  width: 108px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #00315e;
}
article section div#cmsBodyContent div.formLayout button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2298c5), color-stop(1, #006592));
  background: -moz-linear-gradient(center top, #2298c5 5%, #006592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5799dd', endColorstr='#1f75cc');
  background-color: #2298c5;
}
article section div#cmsBodyContent div.journalCover {
  float: left;
  width: 164px;
  margin-bottom: 24px;
  height: 224px;
}
article section div#cmsBodyContent div.journalCover a {
  text-align: center;
  display: block;
  line-height: 22px;
}
article section div#cmsBodyContent div.journalCover a img {
  padding: 0 0 0.7em 0;
  width: 84px;
  margin: auto;
  float: none;
}
article section div#cmsBodyContent div.journalCover a.journalImg {
  width: 84px;
  margin: auto;
}
article section div#cmsBodyContent #subscribePanel #subscription fieldset div div input[type="radio"] {
  width: 20px;
}
article aside {
  float: left;
  width: 13em;
  margin: 2em 0 0 -14em;
}
article aside h3 {
  margin-bottom: 1.0em;
  font-weight: bold;
  font-size: 1.3em;
}
article aside div {
  margin-bottom: 1.5em;
}
article aside div a {
  font-size: 1.0em;
  line-height: 1.1em;
}
article aside div ul {
  margin-top: 0.5em;
  margin-bottom: 1.0em;
}
article aside div ul h5 {
  margin-top: 1.0em;
}
article aside div ul li {
  margin-bottom: 0.5em;
}
article aside div#journalNav img {
  height: 12px;
  vertical-align: text-top;
  margin-left: 4px;
}
article aside div#journalNav .socialMedia {
  text-decoration: none;
}
article aside div#journalNav .socialMedia span {
  font-size: 40px;
}
article aside div#journalNav ul > ul > ul {
  margin-left: 16px;
}
article aside div#relatedBooks {
  padding-bottom: 3.0em;
}
article aside div#relatedBooks ul li {
  margin-bottom: 1.0em;
}
article aside div#relatedBooks ul li img {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  max-width: 206px;
}
article#bannerAd {
  display: table;
  width: 100%;
  clear: both;
}
article#bannerAd section {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
article#bannerAd section img {
  width: 800px;
  margin: auto;
}
/* Footer  */
/**********************************************************************/
footer {
  margin-top: 2.0em;
  padding-bottom: 2.0em;
  border-top: 1px solid #d7d7d8;
  clear: both;
  background-color: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7));
  background: -webkit-linear-gradient(top, #e9e9e9, #c7c7c7);
  background: -moz-linear-gradient(top, #e9e9e9, #c7c7c7);
  background: -ms-linear-gradient(top, #e9e9e9, #c7c7c7);
  background: -o-linear-gradient(top, #e9e9e9, #c7c7c7);
}
footer nav {
  max-width: 60em;
  min-width: 35em;
  margin: auto;
  background: none;
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
footer nav label h3 {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 1.0em;
  padding-bottom: 0.1em;
  margin-bottom: 0.75em;
}
footer nav ul {
  width: 30%;
  margin: 0 1.0em 0 1.0em;
  float: left;
}
footer nav ul li {
  display: block;
  line-height: 1.5em;
}
footer nav ul li a {
  font-size: 1.0em;
  color: #0076a3;
}
footer section {
  width: 35em;
  margin: auto;
  text-align: center;
  padding-top: 3.0em;
  clear: both;
}
footer section h3 {
  margin: 0.3em 0 0.3em 0;
  font-size: 1.1em;
}
footer section h4 {
  line-height: 1.5em;
  font-size: 1.0em;
}
footer section h6 {
  border-top: 1px solid #c7c7c7;
  padding-top: 0.3em;
  margin-top: 0.4em;
  font-size: 0.9em;
}
footer section p {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  font-size: 0.8em;
}
/* Purchase Dialog  */
/**********************************************************************/
div#purchaseDialog {
  cursor: default;
  display: none;
}
div#purchaseDialog div#contents {
  height: 100%;
  width: 100%;
  position: relative;
}
div#purchaseDialog div#titleBar {
  width: 100%;
  height: 23px;
  text-align: center;
  background-image: url(/images/dialog/gradient.gif);
  font-weight: bold;
}
div#purchaseDialog div#closeButton {
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(/images/dialog/close.gif);
  position: relative;
  right: 5px;
  float: right;
  cursor: pointer;
}
div.couponContainer {
  display: none;
  margin-left: 42px;
}
div#forwardingPanel {
  display: none;
}
/* Media Queries  */
/**********************************************************************/
@media screen and (max-width: 780px) {
  div#userLogin {
    right: 4em;
    font-size: 0.9em;
  }
  header nav ul {
    width: 35.6em;
    margin: auto;
  }
  header nav ul li a {
    font-size: 1.3em;
  }
  article section {
    margin-bottom: 2.0em;
  }
  article section div#cmsBodyContent {
    margin-right: 0;
    width: 90%;
    margin: auto;
  }
  article aside {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 1.0em;
  }
  article aside div {
    margin: 0 2.0em 0 2.0em;
  }
  footer nav {
    width: 398px;
    margin: auto;
  }
  footer nav ul {
    width: 398px;
    margin: auto;
  }
  footer nav ul li {
    line-height: 1.7em;
  }
  footer nav ul.middleRow {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
/* Print Styles  */
/**********************************************************************/
@media print {
  .uppHeaderImage {
    width: 380px;
  }
}
