/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px; }

.carousel-control.right {
  left: auto;
  right: 15px; }

.carousel-control:hover, .carousel-control:focus {
  color: #ffffff;
  text-decoration: none; }

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  margin: 0;
  list-style: none;
  display: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5); }

.carousel-caption h4, .carousel-caption p {
  color: #ffffff;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

/*============================ */
/* glue: 0.3 hash: 3e1e76be71 */
.site-title-title,
.bookcover,
.buyamazon {
  background-image: url("../../images/sprites/sprite-all.png");
  background-repeat: no-repeat; }

.site-title-title {
  background-position: 0px 0px;
  width: 252px;
  height: 70px; }

.bookcover {
  background-position: 0px -70px;
  width: 172px;
  height: 245px; }

.buyamazon {
  background-position: -252px 0px;
  width: 120px;
  height: 41px; }

#page {
  min-width: 60em;
  padding-bottom: 20px; }

#main {
  *zoom: 1;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em; }
  #main:before, #main:after {
    content: " ";
    display: table; }
  #main:after {
    clear: both; }

#secondary {
  display: block;
  float: left;
  margin-right: 2.80374%;
  width: 19.62617%;
  background: #eee;
  padding: 1em; }
  #secondary:last-child {
    margin-right: 0; }

#primary {
  display: block;
  float: left;
  margin-right: 2.80374%;
  width: 77.57009%; }
  #primary:last-child {
    margin-right: 0; }

.page-template-page-blog-php .featuredtext, .page-template-page-inner-php .featuredtext, .single-post .featuredtext {
  width: 100%; }

.inner-page-body {
  margin-top: 30px; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.alignleft {
  float: left;
  margin: 10px; }

.news-section {
  padding-bottom: 15px;
  border-bottom: 2px #666 dashed; }

.footer-line {
  width: 100%;
  height: 5px;
  background-color: #c0091d;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

form input {
  margin-left: 10px;
  margin-bottom: 15px; }
form textarea {
  margin-left: 10px;
  margin-bottom: 10px; }
form select {
  margin-top: 5px; }

@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); }

@font-face {
  font-family: Carto;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CartoGothicStd-Book-webfont.eot");
  src: url("../fonts/CartoGothicStd-Book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CartoGothicStd-Book-webfont.woff") format("woff"), url("../fonts/CartoGothicStd-Book-webfont.ttf") format("truetype"), url("../fonts/CartoGothicStd-Book-webfont.svg#Carto") format("svg"); }

@font-face {
  font-family: Carto;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/CartoGothicStd-Bold-webfont.eot");
  src: url("../fonts/CartoGothicStd-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CartoGothicStd-Bold-webfont.woff") format("woff"), url("../fonts/CartoGothicStd-Bold-webfont.ttf") format("truetype"), url("../fonts/CartoGothicStd-Bold-webfont.svg#Carto") format("svg"); }

@font-face {
  font-family: Carto;
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/CartoGothicStd-Italic-webfont.eot");
  src: url("../fonts/CartoGothicStd-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CartoGothicStd-Italic-webfont.woff") format("woff"), url("../fonts/CartoGothicStd-Italic-webfont.ttf") format("truetype"), url("../fonts/CartoGothicStd-Italic-webfont.svg#Carto") format("svg"); }

@font-face {
  font-family: Carto;
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/CartoGothicStd-BoldItalic-webfont.eot");
  src: url("../fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CartoGothicStd-BoldItalic-webfont.woff") format("woff"), url("../fonts/CartoGothicStd-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/CartoGothicStd-BoldItalic-webfont.svg#Carto") format("svg"); }

body {
  font-family: 'Myriad Pro', Carto, Arial, sans-serif; }

a {
  color: #c0091d; }

p {
  line-height: 1.5em;
  margin-bottom: 1.3em; }

.featuredtext {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 65.51724%; }
  .featuredtext:last-child {
    margin-right: 0; }
  .featuredtext h2 {
    color: #215F9E;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: -0.3em;
    text-shadow: 1px 1px 1px black; }

/*==========================
NEWS WIDGET
==========================*/
.widget-container {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 31.03448%;
  border: 2px black solid;
  border-radius: 10px 10px 0 0; }
  .widget-container:last-child {
    margin-right: 0; }

.widget-news-headline {
  text-align: center;
  padding: 15px 0; }
  .widget-news-headline h2 {
    font-size: 1.9em;
    text-transform: uppercase;
    color: #c0091d;
    font-weight: bold; }

.widget-news {
  background-color: #000;
  color: #fff;
  padding: 1em; }

.newslist {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.newslist-i {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px #666 dashed; }

.newslist-i-date {
  font-variant: small-caps; }

.newslist-i-text p {
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
  padding: 5px 0; }
.newslist-i-text .newslist-title {
  font-weight: bold; }

.arrow-after {
  display: inline-block; }
  .arrow-after:after {
    color: black;
    content: "\00a0\003E";
    display: inline-block;
    text-decoration: none; }

.newslist-i-source {
  font-style: italic; }

.allreviews {
  font-size: 1.2em;
  text-align: right; }

/*==========================
CAROUSEL
==========================*/
#homeCarousel {
  background: gray;
  height: 470px;
  position: relative; }

.carousel-text {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #c0091d;
  width: 280px;
  z-index: 5; }

.carousel-control {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  background: black;
  border: none;
  border-radius: 100%;
  color: #c0091d;
  font-size: 3em;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  top: 45%; }
  .carousel-control.left {
    padding-right: 5px; }
  .carousel-control.right {
    padding-left: 5px; }

/*==========================
HEADEr
==========================*/
.site-header {
  border-bottom: 15px solid #c0091d; }

.title-container {
  *zoom: 1;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-top: 0.75em; }
  .title-container:before, .title-container:after {
    content: " ";
    display: table; }
  .title-container:after {
    clear: both; }

.site-title {
  text-decoration: none; }

.site-title-title {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  vertical-align: bottom; }

.site-title-author {
  color: black;
  font-size: 1.4em;
  font-style: italic; }

/*==========================
NAV
==========================*/
#menu-main-menu li.current-menu-item a:before {
  color: #c0091d !important; }

#menu-main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #menu-main-menu > li > a {
    color: black;
    display: block;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0.9em;
    text-decoration: none;
    vertical-align: middle; }
    #menu-main-menu > li > a:hover {
      color: #c0091d; }
      #menu-main-menu > li > a:hover:before {
        color: #c0091d; }
    #menu-main-menu > li > a:before {
      background-color: black;
      border-radius: 100%;
      color: white;
      font-family: FontAwesome;
      font-size: 1.1em;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      text-align: center;
      width: 28px;
      height: 28px;
      line-height: 30px; }

.nav-home > a:before {
  content: "\f015";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.nav-book > a:before {
  content: "\f02d";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.nav-events > a:before {
  content: "\f072";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.nav-author > a:before {
  content: "\f007";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.nav-news > a:before {
  content: "\f086";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.nav-contact > a:before {
  content: "\f0e0";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased; }

.bookcover {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin-top: 30px; }

.buy-from-amazon {
  margin-top: 5em;
  display: block; }

.buyamazon {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: 30px auto 0; }

.home-top {
  *zoom: 1;
  display: block; }
  .home-top:before, .home-top:after {
    content: " ";
    display: table; }
  .home-top:after {
    clear: both; }

.home-bottom {
  *zoom: 1;
  display: block;
  margin-top: 3em;
  position: relative; }
  .home-bottom:before, .home-bottom:after {
    content: " ";
    display: table; }
  .home-bottom:after {
    clear: both; }

.testimoniallist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .testimoniallist:before, .testimoniallist:after {
    content: " ";
    display: table; }
  .testimoniallist:after {
    clear: both; }

.testimonial {
  display: block;
  float: left;
  margin-right: 3.44828%;
  width: 31.03448%;
  padding-right: 20px; }
  .testimonial:last-child {
    margin-right: 0; }
  .testimonial.last {
    border: 0;
    padding-right: 0; }
    .testimonial.last .testimonial-image {
      margin-right: 0; }
  .testimonial blockquote {
    margin: 0; }
    .testimonial blockquote p {
      margin: 0; }
  .testimonial:before {
    /*
      @include absolute(0 n 0 -5.5%);
      background-color: black;
      content: "";
      width: 1px;*/ }
  .testimonial:first-child:before {
    display: none; }

.testimonial-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  height: 150px;
  width: 130px; }
  .testimonial-image img {
    max-width: 130px; }

.testimonial-name {
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  text-align: right;
  padding-right: 10px; }

.testimonial-title {
  line-height: 2;
  text-align: right;
  padding-right: 10px; }

.not-first:after {
  position: absolute;
  width: 1px;
  background-color: black;
  top: 0;
  bottom: 0;
  content: "";
  margin-left: -24px; }

.footer-address {
  width: 100%;
  max-width: 1076px;
  margin-right: auto;
  margin-left: auto;
  text-align: right; }
  .footer-address p {
    line-height: 10px;
    margin-bottom: 0; }

.blog-index {
  position: relative;
  clear: both;
  margin-top: 70px; }
  .blog-index .blog-index-item {
    margin: 15px 0; }

blockquote {
  margin: 10px 0; }
  blockquote p {
    display: inline; }
    blockquote p:before {
      content: '\201C';
      display: inline; }
    blockquote p:after {
      content: '\201D';
      display: inline; }

#menu-blog-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px; }
  #menu-blog-tabs li {
    display: inline-block;
    padding: 10px;
    background: #c0091d;
    border: 1px solid #c0091d;
    min-width: 80px;
    text-align: center;
    font-size: 0.9em;
    font-style: italic; }
    #menu-blog-tabs li a {
      color: white;
      text-decoration: none; }
    #menu-blog-tabs li:hover, #menu-blog-tabs li.current-menu-item {
      background: white;
      border: 1px solid #c0091d; }
      #menu-blog-tabs li:hover a, #menu-blog-tabs li.current-menu-item a {
        color: #c0091d; }

.pagination {
  clear: both;
  min-height: 40px; }
  .pagination a {
    background: #c0091d;
    color: white;
    padding: 10px;
    margin: 10px 0;
    text-decoration: none;
    font-style: italic; }
    .pagination a:hover {
      background: #fff;
      color: #c0091d; }

/*# sourceMappingURL=main.css.map */