/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  overflow-y: scroll;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  *margin-left: -7px;
  /* 2 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  /* 1 */

  *overflow: visible;
  /* 2 */

}
/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body:after {
  display: none;
}
/* Typography */
/* Maths */
body {
  font-size: 100%;
  line-height: 1.5em;
}
/*
    @base-px: the context's font size in px
    @line-px: the desired line-height in px
    @size-px: the desired font-height in px
    @lines: the number of lines to take up
*/
@font-face {
  font-family: 'Lane';
  src: url('../fonts/LANENAR_-webfont.eot');
  src: local('☺'), url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/LANENAR_-webfont.woff') format('woff'), url('../fonts/LANENAR_-webfont.ttf') format('truetype'), url('../fonts/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Define colours */
/*
@regular:#;
@dark:#;
@darker:#;
@light:#;
@lighter:#;
*/
/* Main CSS */
html {
  background: #FFF;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}
body {
  color: #222222;
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  position: relative;
  width: 100%;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  -o-transition: background 1s linear;
  transition: background 1s linear;
}
/* Errors */
.error,
.invalid {
  color: #c80000;
}
/* Header Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lane, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
/* Selection Colour */
::-moz-selection {
  background: #c80000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #c80000;
  color: #ffffff;
  text-shadow: none;
}
::selection:window-inactive {
  background: #CCC;
  color: #444;
}
/* Padding/Margins */
ul,
ol,
p,
blockquote {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* Links */
a {
  color: #c80000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
button {
  font-family: inherit;
  font-size: inherit;
  color: #c80000;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
button:hover,
button:focus {
  text-decoration: underline;
}
form.button-link {
  display: inline;
  margin: 0;
  padding: 0;
}
div.testing {
  background: url('../images/under-construction.png');
  padding: 1.5em 0;
}
div.testing p {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  margin-top: 0em;
  margin-bottom: 0em;
  background: #222222;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: Lane, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* Document Header */
.main-header {
  position: relative;
  padding: 0 2.5%;
}
.main-header p.accessibility {
  display: none;
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.main-header p.accessibility a {
  color: #FFF;
  display: block;
  width: 105%;
  height: 100%;
  margin-left: -2.5%;
  text-align: center;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.main-header p.accessibility a:hover,
.main-header p.accessibility a:focus {
  background: #c80000;
}
.main-header .logged-in {
  margin: 0;
}
.main-header a {
  display: block;
  text-decoration: none;
}
.main-header a h1 {
  /* Font size in px, lines to take up, margin-top, margin-bottom */

  font-size: 2.25em;
  line-height: 1.3333333333333333em;
  margin-top: 0.6666666666666666em;
  margin-bottom: 0em;
  text-transform: uppercase;
}
.main-header a h2 {
  /* Font size in px, lines to take up, margin-top, margin-bottom */

  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-top: 0em;
  margin-bottom: 1.1428571428571428em;
}
.main-header a:hover {
  text-decoration: none;
}
.main-header .account {
  float: right;
  text-align: right;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
.main-header .account a {
  display: inline;
}
.main-header .quote {
  display: none;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.main-header .quote a {
  display: inline;
}
.main-header .quote blockquote {
  margin: 0;
}
.main-header .quote blockquote p {
  margin-top: 0;
}
/* Document Nav */
.main-nav {
  background-color: #222222;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  clear: both;
  font-family: Lane, Helvetica, Arial, sans-serif;
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.main-nav li {
  display: inline;
  list-style: none;
}
.main-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.main-nav a {
  background-color: #222222;
  padding: 0 2.5%;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 100%;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #c80000;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  text-decoration: none;
}
.main-nav .tagline {
  color: #c80000;
  text-transform: lowercase;
}
body.home .main-nav li.home a,
body.books .main-nav li.books a,
body.about .main-nav li.about a,
body.contact .main-nav li.contact a,
body.authors .main-nav li.authors a {
  color: #c80000;
  cursor: default;
}
body.home .main-nav li.home a:hover,
body.books .main-nav li.books a:hover,
body.about .main-nav li.about a:hover,
body.contact .main-nav li.contact a:hover,
body.authors .main-nav li.authors a:hover,
body.home .main-nav li.home a:focus,
body.books .main-nav li.books a:focus,
body.about .main-nav li.about a:focus,
body.contact .main-nav li.contact a:focus,
body.authors .main-nav li.authors a:focus {
  background: #222222;
}
#basket {
  position: relative;
}
#basket .wrapper {
  background: #c80000;
  color: #ffffff;
  padding: 0 2.5%;
}
#basket .wrapper a {
  color: #ffffff;
}
#basket table {
  display: none;
  /*
        text-align:right;
        width:100%;
        border:none;
        border-top:1px solid white;

        .font-size(14, 1, 0, 0);

        td, th, tr {
            border: none;
        }

        tr.total {
            background:@red;
            border-top:1px solid white;
            margin-top:-1px;
        }

        .remove-basket {
            color:@white;

            &:hover, &:focus {
                color:@black;
                text-decoration:none;
            }
        }

        a {
            color:@white;
        }
*/

}
#basket p {
  font-family: Lane, Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: -1px;
}
#breadcrumbs {
  padding: 1.5em 2.5% 0;
}
/* Document Content */
#main {
  clear: both;
  padding-top: 0em;
  padding-bottom: 1.5em;
  zoom: 1;
}
#main:before,
#main:after {
  content: "";
  display: block;
}
#main:after {
  clear: both;
}
#main img {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
#main img.placeholder {
  display: none !important;
}
#main section,
#main aside,
#main article,
#main div.content {
  padding: 0 2.5%;
}
#main h1,
#main h2 {
  color: #c80000;
  text-transform: uppercase;
}
#main h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#main h2 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin-top: 1.1428571428571428em;
  margin-bottom: 1.1428571428571428em;
}
#main blockquote {
  background: #eee;
  margin: 1.5em 0;
  padding: 1.5em 2.5%;
}
#main blockquote p:first-child {
  margin-top: 0;
}
#main blockquote p:last-child {
  margin-bottom: 0;
}
#main ul.book-list {
  zoom: 1;
  padding-left: 0;
}
#main ul.book-list:before,
#main ul.book-list:after {
  content: "";
  display: block;
}
#main ul.book-list:after {
  clear: both;
}
#main ul.book-list img {
  display: block;
  max-height: 120px;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #222222;
}
#main ul.book-list li {
  list-style: none;
  float: left;
  margin: 0 20px 1.5em;
  width: 120px;
  text-align: center;
}
#main .not-available {
  opacity: 0.6;
}
#main div.overflow-block {
  height: 250px;
  background: #FEFAF5;
  padding: 0 1.5em;
  border: 1px solid #222222;
  -webkit-box-shadow: inset 0 0 10px rgba(50, 45, 40, 0.5);
  -moz-box-shadow: inset 0 0 10px rgba(50, 45, 40, 0.5);
  box-shadow: inset 0 0 10px rgba(50, 45, 40, 0.5);
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: auto;
}
#main div.tabs ul.tab-list {
  padding-left: 0;
}
#main div.tabs ul.tab-list li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
#main div.tabs ul.tab-list li a {
  display: block;
  background: #222222;
  color: #ffffff;
  font-family: Lane, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  padding: 0.8571428571428571em 20px;
  text-transform: uppercase;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#main div.tabs ul.tab-list li a:hover,
#main div.tabs ul.tab-list li a:focus {
  background: #c80000;
  text-decoration: none;
}
#main div.tabs ul.tab-list li a.selected {
  background: #c80000;
}
table td,
table th {
  padding: 0 25px;
}
table.plain {
  width: 100%;
}
table.plain td,
table.plain th {
  border-bottom: 1px solid #ccc;
}
table.plain th {
  background: #f4f4f4;
}
table.plain tr:hover {
  background: #f4f4f4;
}
table.themed,
table.basket {
  width: 100%;
}
table.themed td,
table.basket td,
table.themed th,
table.basket th {
  border: 1px solid #ffffff;
}
table.themed td.delete,
table.basket td.delete {
  padding: 0;
  min-width: 30px;
}
table.themed td.delete button,
table.basket td.delete button {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
table.themed td.delete button:hover,
table.basket td.delete button:hover {
  text-decoration: none;
  color: #222222;
}
table.themed td.delete.loading,
table.basket td.delete.loading {
  background-image: url('/-/images/ajax-loader-red.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
table.themed tr,
table.basket tr {
  background: #c80000;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: right;
}
table.themed tr a,
table.basket tr a,
table.themed tr button,
table.basket tr button {
  color: #ffffff;
}
table.themed tr.total,
table.basket tr.total {
  font-weight: bold;
}
table.themed tfoot tr,
table.basket tfoot tr,
table.themed thead tr,
table.basket thead tr {
  color: #FFF;
  background: #222222;
  /*font-family:@sans;*/

}
table.themed th,
table.basket th {
  font-weight: normal;
  text-align: center;
}
p.message {
  padding: 10px;
  background: #444;
  color: #ffffff;
}
a.purchase {
  zoom: 1;
  display: block;
  float: right;
}
a.purchase:before,
a.purchase:after {
  content: "";
  display: block;
}
a.purchase:after {
  clear: both;
}
form ul {
  padding-left: 0;
}
form ul li {
  list-style: none;
  padding-top: 0em;
  padding-bottom: 1.5em;
}
form ul li:last-child {
  padding-bottom: 0;
}
input,
textarea,
select {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
  margin: -1px;
  max-width: 100%;
}
input,
textarea {
  border: 1px solid #222222;
}
textarea.rich-text {
  height: 15em;
}
iframe {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
body#tinymce {
  padding: 0 2%;
  width: 96%;
}
label.single input {
  display: inline;
  margin-right: 10px;
}
table.files td {
  text-align: center;
}
table.files td input {
  display: inline;
}
table.files tr.missing {
  background: #fff4f4;
}
table.files td:first-child,
table.files th:first-child {
  text-align: left;
}
p.edit-order {
  margin: 0;
}
p.edit-order a {
  float: left;
}
ul.errors {
  margin: 0;
}
ul.errors li {
  padding: 0;
}
.validation_error input,
.validation_error textarea {
  border-color: #c80000;
}
.validation_error label,
.validation_error p.error {
  color: #c80000;
}
form.single ul,
form.single li,
form.single input {
  display: inline;
}
form.single label {
  display: block;
}
form.single input.submit {
  margin: 0;
  display: inline;
}
input.submit,
.more-info,
.button,
.add-basket {
  width: auto;
  font-size: 0.875em;
  padding: 0.8571428571428571em 20px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-family: Lane, Helvetica, Arial, sans-serif;
  background: #222222;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
input.submit:hover,
.more-info:hover,
.button:hover,
.add-basket:hover,
input.submit:focus,
.more-info:focus,
.button:focus,
.add-basket:focus {
  text-decoration: none;
  background: #c80000;
}
input.submit {
  display: inline;
}
input.delete {
  border: none;
  background: none;
  cursor: pointer;
  color: #c80000;
  display: inline;
  padding-left: 30px;
}
form.terms {
  text-align: center;
}
form.terms input.submit {
  display: inline;
}
form.terms input.decline {
  background: #c80000;
}
form.terms input.decline:focus,
form.terms input.decline:hover {
  background: #222222;
}
form.edit input.submit {
  display: inline;
}
#main button.loading,
#main button.loading:hover,
#main button.loading:focus {
  background-color: #555;
}
#main button.loading img,
#main button.loading:hover img,
#main button.loading:focus img {
  display: inline;
  margin: -2px;
  padding-left: 5px;
}
#main.basic {
  margin-top: 3em;
}
.item-added {
  background: #999;
}
label {
  font-family: Lane, Helvetica, Arial, sans-serif;
}
fieldset {
  border: none;
  padding: 0;
}
fieldset.inline input {
  display: inline;
  margin: 0 10px;
}
#login-form input.submit {
  margin-top: 0;
}
#login-form form ul {
  margin-bottom: 0;
}
/* Document Footer */
.main-footer {
  background: #222222;
  color: #DDD;
  padding: 1em;
  clear: both;
  text-align: center;
}
.main-footer p {
  font-size: 0.875em;
  line-height: 1.7142857142857142em;
  margin-top: 0em;
  margin-bottom: 0em;
}
.main-footer a {
  color: #ffffff;
}
body.home #main h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0em;
}
body.home #main section.featured-book h3 {
  margin-bottom: 0;
}
body.home #main section.featured-book .by-line {
  margin-top: 0;
}
body.home #main section.featured-book img.main-img {
  border: 1px solid #222222;
  margin-bottom: -2px;
}
body.home #main section.featured-book div.buttons a,
body.home #main section.featured-book div.buttons button {
  margin-top: 0;
}
body.home #main section.news {
  margin-top: 3em;
}
body.home #main section.news article {
  margin: 0;
}
body.home #main section.news article h3 {
  margin-bottom: 0;
}
body.home #main section.news article h4 {
  margin-top: 0;
  margin-bottom: 0;
}
body.home #main section.news article h4 + p {
  margin-top: 0;
}
body.home #main section.latest-books {
  margin-top: 3em;
}
body.home #main section.follow-us img {
  display: inline;
  width: 50px;
  height: auto;
  opacity: 0.8;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
body.home #main section.follow-us img:hover,
body.home #main section.follow-us img:focus {
  opacity: 1;
}
body.basket #main .button.right {
  float: right;
  margin-top: 0;
  margin-right: 40px;
  zoom: 1;
}
body.basket #main .button.right:before,
body.basket #main .button.right:after {
  content: "";
  display: block;
}
body.basket #main .button.right:after {
  clear: both;
}
body.order #main .button.right {
  float: right;
  zoom: 1;
}
body.order #main .button.right:before,
body.order #main .button.right:after {
  content: "";
  display: block;
}
body.order #main .button.right:after {
  clear: both;
}
body.order #main div.cards {
  clear: both;
  text-align: center;
}
body.order #main div.cards img {
  margin: 0;
  display: inline;
  padding: 10px;
}
body.authors #main article.author,
body.books #main article.author,
body.admin #main article.author,
body.authors #main article.book,
body.books #main article.book,
body.admin #main article.book,
body.authors #main div.content,
body.books #main div.content,
body.admin #main div.content {
  clear: both;
  zoom: 1;
  border-bottom: 1px solid #222222;
}
body.authors #main article.author:before,
body.books #main article.author:before,
body.admin #main article.author:before,
body.authors #main article.book:before,
body.books #main article.book:before,
body.admin #main article.book:before,
body.authors #main div.content:before,
body.books #main div.content:before,
body.admin #main div.content:before,
body.authors #main article.author:after,
body.books #main article.author:after,
body.admin #main article.author:after,
body.authors #main article.book:after,
body.books #main article.book:after,
body.admin #main article.book:after,
body.authors #main div.content:after,
body.books #main div.content:after,
body.admin #main div.content:after {
  content: "";
  display: block;
}
body.authors #main article.author:after,
body.books #main article.author:after,
body.admin #main article.author:after,
body.authors #main article.book:after,
body.books #main article.book:after,
body.admin #main article.book:after,
body.authors #main div.content:after,
body.books #main div.content:after,
body.admin #main div.content:after {
  clear: both;
}
body.authors #main article.author:last-child,
body.books #main article.author:last-child,
body.admin #main article.author:last-child,
body.authors #main article.book:last-child,
body.books #main article.book:last-child,
body.admin #main article.book:last-child,
body.authors #main div.content:last-child,
body.books #main div.content:last-child,
body.admin #main div.content:last-child {
  border-bottom: none;
}
body.authors #main article.author .thumbnail img,
body.books #main article.author .thumbnail img,
body.admin #main article.author .thumbnail img,
body.authors #main article.book .thumbnail img,
body.books #main article.book .thumbnail img,
body.admin #main article.book .thumbnail img,
body.authors #main div.content .thumbnail img,
body.books #main div.content .thumbnail img,
body.admin #main div.content .thumbnail img {
  width: 120px;
  height: auto;
  border: 1px solid #222222;
}
body.authors #main article.author .thumbnail img.spinner,
body.books #main article.author .thumbnail img.spinner,
body.admin #main article.author .thumbnail img.spinner,
body.authors #main article.book .thumbnail img.spinner,
body.books #main article.book .thumbnail img.spinner,
body.admin #main article.book .thumbnail img.spinner,
body.authors #main div.content .thumbnail img.spinner,
body.books #main div.content .thumbnail img.spinner,
body.admin #main div.content .thumbnail img.spinner {
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
}
body.authors #main article.author .text h2,
body.books #main article.author .text h2,
body.admin #main article.author .text h2,
body.authors #main article.book .text h2,
body.books #main article.book .text h2,
body.admin #main article.book .text h2,
body.authors #main div.content .text h2,
body.books #main div.content .text h2,
body.admin #main div.content .text h2 {
  margin-bottom: 0;
}
body.authors #main article.author .text h3,
body.books #main article.author .text h3,
body.admin #main article.author .text h3,
body.authors #main article.book .text h3,
body.books #main article.book .text h3,
body.admin #main article.book .text h3,
body.authors #main div.content .text h3,
body.books #main div.content .text h3,
body.admin #main div.content .text h3 {
  margin-top: 0;
  margin-bottom: 0;
}
body.authors #main article.author .text .price,
body.books #main article.author .text .price,
body.admin #main article.author .text .price,
body.authors #main article.book .text .price,
body.books #main article.book .text .price,
body.admin #main article.book .text .price,
body.authors #main div.content .text .price,
body.books #main div.content .text .price,
body.admin #main div.content .text .price {
  margin-top: 0;
}
body.authors #main article.author.view .description,
body.books #main article.author.view .description,
body.admin #main article.author.view .description,
body.authors #main article.book.view .description,
body.books #main article.book.view .description,
body.admin #main article.book.view .description,
body.authors #main div.content.view .description,
body.books #main div.content.view .description,
body.admin #main div.content.view .description {
  font-style: italic;
}
body.authors #main article.author div.buttons,
body.books #main article.author div.buttons,
body.admin #main article.author div.buttons,
body.authors #main article.book div.buttons,
body.books #main article.book div.buttons,
body.admin #main article.book div.buttons,
body.authors #main div.content div.buttons,
body.books #main div.content div.buttons,
body.admin #main div.content div.buttons {
  margin-bottom: 1.5em;
}
body.authors #main article.author div.buttons button,
body.books #main article.author div.buttons button,
body.admin #main article.author div.buttons button,
body.authors #main article.book div.buttons button,
body.books #main article.book div.buttons button,
body.admin #main article.book div.buttons button,
body.authors #main div.content div.buttons button,
body.books #main div.content div.buttons button,
body.admin #main div.content div.buttons button {
  margin-top: 0;
}
body.account #main h2 {
  clear: both;
}
body.account #main ul.books {
  padding-left: 0;
}
body.account #main ul.books p {
  margin: 0;
}
body.account #main ul.books p.no-books {
  margin-bottom: 1.5em;
}
body.account #main ul.books li {
  clear: both;
  list-style: none;
}
body.account #main ul.books li img {
  float: left;
  margin-top: 0;
  margin-right: 20px;
  width: 80px;
  height: auto;
  border: 1px solid black;
}
body.account #main ul.books ul {
  margin: 0;
  padding-left: 0;
}
body.account #main ul.books ul li {
  display: inline;
}
/* IE */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Media Queries */
@media screen and (min-width: 520px) {
  .main-header .quote {
    display: block;
  }
  .main-nav {
    padding: 0;
    height: 1.5em;
    position: relative;
  }
  .main-nav li a {
    display: block;
    position: absolute;
    text-align: center;
    width: 20%;
    padding: 0;
  }
  .main-nav li.contact a {
    right: 0;
  }
  .main-nav li.authors a {
    right: 20%;
  }
  .main-nav li.books a {
    right: 40%;
  }
  .main-nav li.about a {
    right: 60%;
  }
  .main-nav li.home a {
    right: 80%;
  }
  #main article,
  #main div.content,
  #breadcrumbs {
    width: 87.375%;
    margin: 0 auto;
    padding: 0;
  }
  #breadcrumbs {
    clear: both;
    padding-top: 1.5em;
  }
  body.authors #main article.author,
  body.books #main article.author,
  body.authors #main article.book,
  body.books #main article.book {
    border-bottom: none;
    padding-bottom: 1.5em;
  }
  body.authors #main article.author .thumbnail,
  body.books #main article.author .thumbnail,
  body.authors #main article.book .thumbnail,
  body.books #main article.book .thumbnail {
    float: left;
  }
  body.authors #main article.author .thumbnail img,
  body.books #main article.author .thumbnail img,
  body.authors #main article.book .thumbnail img,
  body.books #main article.book .thumbnail img {
    margin: 0;
  }
  body.authors #main article.author .text,
  body.books #main article.author .text,
  body.authors #main article.book .text,
  body.books #main article.book .text {
    margin-left: 140px;
  }
}
@media screen and (min-width: 680px) {
  body {
    background: url("../images/html-bg.png") no-repeat left top;
  }
  .account div.login {
    float: left;
  }
  .account div.new-account {
    float: right;
  }
}
@media screen and (min-width: 860px) {
  body {
    background-color: #FFF;
  }
  .main-header p.accessibility a {
    color: #FFF;
  }
  .main-header h1 {
    float: left;
  }
  .main-header h1.basic {
    float: none;
  }
  .main-header .quote {
    clear: right;
    float: right;
    text-align: right;
    margin: 0;
    width: 49.5%;
    zoom: 1;
  }
  .main-header .quote p.attribution {
    padding-bottom: 0;
  }
  .main-header .quote:before,
  .main-header .quote:after {
    content: "";
    display: block;
  }
  .main-header .quote:after {
    clear: both;
  }
  .main-header .account {
    margin-top: 1.5em;
  }
  .main-nav {
    width: 62.125%;
    clear: both;
    float: right;
    zoom: 1;
  }
  .main-nav:before,
  .main-nav:after {
    content: "";
    display: block;
  }
  .main-nav:after {
    clear: both;
  }
  .main-nav li a {
    top: 0;
    width: 18.7122736%;
  }
  .main-nav li.authors a {
    right: 20.321931499999998%;
  }
  .main-nav li.books a {
    right: 40.643862999999996%;
  }
  .main-nav li.about a {
    right: 60.965794499999994%;
  }
  .main-nav li.home a {
    right: 81.28772599999999%;
  }
  #basket {
    clear: both;
  }
  #basket .wrapper {
    border: 2px solid #ffffff;
    border-right: none;
    border-top: none;
    position: absolute;
    right: 0;
    padding: 0 1.5%;
    width: 28.25%;
  }
  #main {
    margin-top: 1.5em;
  }
  #main article,
  #main div.content,
  #breadcrumbs {
    width: 74.75%;
  }
  body.home #main div.left {
    width: 50%;
    float: left;
    padding: 0 6.25%;
    padding-right: 0;
  }
  body.home #main div.right {
    float: right;
    width: 31.25%;
    padding: 0 6.25%;
  }
  body.home #main section.latest-books {
    clear: both;
  }
  .main-footer p.merge {
    display: inline;
  }
}
@media screen and (min-width: 1020px) {
  html {
    background-color: #EEE;
  }
  body {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
/* Print Style Sheet - from HTML5 Boilerplate */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
