/*
Reset stylesheet based on:
  html5doctor.com Reset Stylesheet
  v1.4.1
  2010-03-01
  Author: Richard Clark - http://richclarkdesign.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
:focus { outline:1; }
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display:block; }
nav ul { list-style:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title],dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input,select { vertical-align:middle; }

/*
Project styles
*/
html {
  background-color: #20201c;
  background-repeat: no-repeat;
  background-position: center top;
  overflow-y: scroll;
}
html.home {
  height: 100%;
  background-image: url(../img/backgrounds/world_map.jpg);
}
html.news {
  background-image: url(../img/backgrounds/07.jpg);
  }
html.reviews,
html.books {
  background-image: url(../img/backgrounds/05.jpg);
  }
html.sound-and-vision {
  background-image: url(../img/backgrounds/03.jpg);
  }
html.author {
  background-image: url(../img/backgrounds/04.jpg);
  }
html.error_404 {
  background-image: url(../img/backgrounds/02.jpg);
  }
body {
  height: 100%;
  color: #dcdcdc;
  font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
  line-height: 20px;
}
#wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
}

div.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 1;
}

/**
 * Clouds canvas
 */
canvas#clouds {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/**
 * Site name
 */
.site-name {
  position: absolute;
  top: 38px;
  left: 0;
  font-size: 65px;
  margin-bottom: 20px;
  width: 322px;
  height: 61px;
}
.site-name a {
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  width: 322px;
  height: 61px;
  background: transparent url(../img/logo.png);
}

/**
 * Text
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}
p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

p,ul, ol {
  margin-bottom: 20px;
}

blockquote {
  font-size: 16px;
  font-style: italic;
  color: #757252;
  margin: 0 40px;
}

/**
 * Links
 */
a {
  color: #d1ca81;
  text-shadow: 0 0 1px rgba(0,0,0,0);
}

  a,
  a h1,
  a h2 {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  a:hover,
  a:hover h1,
  a:hover h2 {
/*     text-shadow: 0 0 30px rgba(209,202,129,0.75); */
  }

  a p {
    color: #dcdcdc;
    opacity: .99;
}

  .buy-now {
    background: url(../img/sprite.png) no-repeat 49px -315px;
    color: #fff;
    padding-right: 20px;
    text-transform: uppercase;
    }

article + .pagination {
  margin-top: -15px;
  }
.pagination {
  position: relative;
  text-align: right;
  }

.pagination ul {
  display: inline;
  padding: 0 0 5px;
  }
.pagination li {
  list-style-type: none;
  display: inline;
  color: #858585;
  font-size: 12px;

  padding: 0;
  text-align: center;
  }
.pagination li:after {
  content: " |";
  }
.pagination li:last-child:after {
  content: "";
  }
#main .pagination li a {
  background: none;
  color: #252525;
  }
/**
* Header
*/
/**
 * Main navigation
 */
header nav {
  position: absolute;
  top: 38px;
  right: 0;
  text-align: right;
}

  header nav ul {
    overflow:hidden;
    display: inline-block;
    padding: 12px 10px;
    margin-bottom:6px;
    background: transparent url(../img/alpha.png) repeat 0 0;
    background: rgba(0,0,0,0.33) none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
  }

  header nav li {
    list-style-type: none;
    float: left;
  }

    header nav a {
      color: #dcdcdc;
      padding: 0 8px;
      display: block;
    }

    header nav a:hover,
    header nav .active a{
      color: #d1ca81;
      text-decoration: none;
    }

  .b-featured-book__button {
    background: transparent url(../img/alpha.png) repeat 0 0;
    background: rgba(0,0,0,0.33) none;
    padding:0 8px;
    height:32px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
  }

  .b-featured-book__button:hover {
    background-color:rgb(0,0,0);
  }

  .b-featured-book__book-title--img {
    vertical-align:middle;
    display:inline-block;
    margin:0 4px;
  }

  .b-featured-book__trailer-teaser-holder,
  .b-book-purchase {
    display:none;
  }

   .b-featured-book__trailer-teaser--video,
   .YT_player_holder {
    width:100%;
    height:100%;
  }

  .b-featured-book__call-to-action {
    display:none;
    margin:10px 0 0;
    font-size:42px;
    line-height:1;
    letter-spacing: -0.03em;
    text-align:center;
    color:#dcdcdc;
    text-transform:uppercase;
  }
  
  .b-book-purchase {
   position:relative;
   background-color: #F2F2F2;
   color: #252525;
   padding:40px;
  }

  .b-book-purchase__book-widget {
    text-align:center;
    width:186px;
    margin:0 auto;
  }

  .b-book-purchase__book-cover {
    border: 1px solid #E1E1E1;
    padding: 9px;
    margin-bottom: 10px;
  }

  .b-book-purchase__buy-button {
    display:inline-block;
    overflow:hidden;
    margin-bottom:10px;
    width: 162px;
    padding-right:20px;
    background: #20201c url(../img/sprite.png) no-repeat 14px -380px;
    color: #f2f2f2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size:24px;
    text-transform:uppercase;
  }

  .b-book-purchase__buy-button span {
    float: left;
    padding: 10px 20px 10px 18px;
  }

  .b-book-purchase__territory-info {
    font-size:11px;
    width:162px;
    margin:0 auto;
    text-align:left;
  }

  .b-book-purchase__territory-info a.lightbox {
    display: block;
    color: #837F54;
    font-size: 12px;
    padding: 4px 0 4px 28px;
    background: url("../img/sprite.png") -284px -390px no-repeat;
  }

  .b-book-purchase__quotes {
    position:absolute;
    top:50px;
    left:40px;
    width:260px;
  }

  .b-book-purchase__quotes--b {
    right:40px;
    left:auto;
  }

  .b-book-purchase__quotes blockquote {
    margin:0;
    font-size:14px;
  }

  .b-book-purchase__quotes--a blockquote {
    
  }
  
  .b-share-links {
    position:absolute;
    right:5px;
    bottom:5px;
    padding:4px;
    text-align:right;
   }
  
  .b-share-links__call-to-action {
    float:left;
    margin-right:0;
    font-weight:bold;
    font-size:14px;
  }

  .b-share-links__widgets {
    float:left;
    width:150px;
  }
  
  .b-share-links .fb_iframe_widget {
    padding:0;  
  }
  
  .b-share-links .fb_iframe_widget,
  .b-share-links iframe {
    margin-right:4px;
  }

/**
 * Homepage footer
 */
html.home body > footer {
  background-color: #20201c;
  -moz-box-shadow: 0 0 25px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.75);
  box-shadow: 0 0 25px rgba(0,0,0,0.75);
  padding: 15px 20px 0px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

html.home body.short {
  min-height: 0;
}

html.home body.short  > footer {
  position: relative;
  overflow: hidden;
}

html.home body.short #interceptions {
  position: relative;
  margin-top: 135px;
  top: 0;
}

html.home body.short #wrapper {
  min-height: 420px;
  height: auto;
}


/**
 * Blocks, as found commonly in footers
 */
.block {
  float: left;
  width: 225px;
  margin-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
}

.block:first-child {
  margin-left: 0;
}

  .block h1 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .block article h1,
  .block h2 {
    color: #d1ca81;
    font-size: 13px;

    line-height: 19px;
    margin-bottom: 3px;
    text-transform: none;
    opacity: .99;
  }
  .block p {
    font-size: 13px;

  }
html.home body > footer .block h1 {
  line-height: 18px;
}
html.home body > footer .block article h1 {
  font-size: 13px;
}
html.home body > footer .block p {
  font-size: 12px;
  line-height: 17px;
  color:#DCDCDC;
}
html.home body > footer .block p strong {
  color:#D1CA81;
}
html.home body > footer .block blockquote {
  display: block;
  padding-left: 110px;
  margin: 0;
  font-size:14px;
  font-style: normal;
  color: #fff;
  opacity: .99;
}
  .more,
  .block .more {
    color: #6a6a6a;

    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .home footer .block .more {
  font-size: 11px;
    }
  nav .more {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 12px;
    }
  .block article {

  }


    .block img {
      float: left;
      margin: 0 10px 10px 0;
    }

  /* Quick connect block */
  .block.quick-connect li a {
    background: transparent url(../img/sprite.png) no-repeat 0 10px;
    height: 19px;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
  }

    .block.quick-connect li a h2,
    .block.quick-connect li a p {
      display: inline;
      line-height: 19px;
    }

    .block.quick-connect li.twitter a {
      background-position: 0 -81px;
    }

    .block.quick-connect li.facebook a {
      background-position: 0 -46px;
    }


/**
 * Homepage "Interceptions"
 */
html #interceptions {
  position: absolute!important;
  top: 54%; /* Vertical centering */
  margin-top: -205px;
  height: 312px;
  text-align: center;
  width: 960px;
  overflow: hidden;
}

  #interceptions  ul {
    display: inline-block;
    text-align: left;
    width: 836px;
    margin-left: 20px;
    height: 284px;
    overflow: hidden;
  }

  #interceptions .jcarousel-container .jcarousel-clip {
    display: inline-block;
    text-align: left;
    width: 816px;
    overflow: hidden;    
  }

    #interceptions li {
      float: left;
      width: 167px;
      height: 272px;
      margin: 0 20px 20px 0;
      background: transparent url(../img/interception.png) no-repeat 0 0;
      background: rgba(0,0,0,0.1) none;
      border: 1px solid rgba(255,255,255,0.1);
    }

    #interceptions li:last-child {
      margin-right: 0;
    }

    #interceptions time {
      text-transform: uppercase;
    }

    #interceptions .jcarousel-prev,
    #interceptions .jcarousel-next {
      border: 0 none;
      padding: 0;
      background: transparent url(../img/alpha.png) repeat 0 0;
      background: rgba(0,0,0,0.4) none;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      margin-top: -20px;
    }


    #interceptions .jcarousel-prev-disabled,
    #interceptions .jcarousel-next-disabled {
      opacity: 0;
    }

    #interceptions .jcarousel-prev span,
    #interceptions .jcarousel-next span {
      background: transparent url(../img/sprite.png) no-repeat 10px 23px;
      text-indent: -10000px;
      display: block;
      width: 31px;
      height: 67px;
      overflow: hidden;
      outline: 0;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear;
      cursor: pointer;
		}

		#interceptions .jcarousel-next:hover,
    #interceptions .jcarousel-prev:hover {
			background-color: rgba(0,0,0,0.5);
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
	    }

        #interceptions .jcarousel-next {
          right: 0;
          left: auto;
        }

          #interceptions .jcarousel-next span {
            background-position: -69px 24px;
          }
          .restricted del {
            color: #d2cc86;
            background-color: #c9c37c;
            text-decoration: none;
            -webkit-user-select:none;
            -moz-user-select:none;
            cursor: not-allowed;
          }

          .restricted del:hover {
            opacity: 0.1;
          }

          .tweet img {
            width: 48px;
            height: 48px;
          }

          #interceptions img {
            position: absolute;
            bottom: 10px;
            right: 10px;
          }

          #interceptions li {
            list-style-type: none;
            padding: 10px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
          }
            #interceptions li.tweet {
              background-image: url(../img/icons.png) no-repeat 10px 250px;
              padding-bottom: 0px;
            }
            #interceptions li.external {
              background-image: url(../img/icons.png) no-repeat -197px 250px;
              padding-bottom: 0px;
            }
            #interceptions time {
              border-bottom: 1px solid rgba(255,255,255,0.1);
              display: block;
              padding: 10px;
              margin: -10px -10px 10px -10px;
              font-size: 15px;
              overflow: hidden;
              white-space: nowrap;
              opacity: 1;
            }
            #interceptions h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
            #interceptions h2,
            #interceptions p,
            #interceptions time {
              opacity: 1;
              font-size: 14px;
              line-height: 19px;
              word-wrap: break-word;
            }
            #interceptions h2 {
              margin-bottom: 0;
            }

/**
 * Sidebars
 */
 .sidebar {
  width: 225px;
  margin-top: 158px;
  position: relative;
  z-index: 1;
}
.sidebar#left {
  float: left;
}
.sidebar#right {
  float: right;
}
html.listing .sidebar#left {
  margin-top: 137px;
}
  .sidebar h1 {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
  }

  .sidebar #news {
    background: #dfdbb9 url(../img/recent-news.jpg) repeat-y 0 0;
    position: relative;
    margin-right: -20px;
    color: #20201c;
    padding: 20px;
  }
  .books .article .sidebar #news {
    background: #dfdbb9 url(../img/recent-news.jpg) repeat-y 0 0;
    margin-right: auto;
    margin-left: -21px;
  }
  .books .listing #right {
    float: left;
  }
  .sidebar #news h2 {
    text-transform: uppercase;
    margin: 20px 0;
    }
  .sidebar #news li a {
    padding: 0;
    }
  .books .article .sidebar #news h2 {
    margin: 0;
    text-transform: none;
    }
  .books .article .sidebar #news p {
    font-size: 13px;
    font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
    opacity: 1;
    color:#20201C;
    }
  .books .article .sidebar #news li h2,
  .books .article .sidebar #news li p {
    float: left;
    font-weight: bold;
    }
  .books .article .sidebar #news li p {
    clear: both;
    margin: 0 0 6px;
    font-weight: normal;
    }
  .sidebar #news li {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    }
    .sidebar #news li ul {
      margin-top: 5px;
      }
    .sidebar #news li li {
      font-size: 14px;
      margin: 0 0 5px 10px;
    }
    .sidebar #news li a,
    .sidebar #news li span {
font-weight: bold;
    }
    .sidebar #news li li a {
font-weight: normal;
    }
    .sidebar #news a {
      color: #20201c;
      padding: 2px;
    }
    .sidebar #news .active a,
    .sidebar #news .active a h2,
    .sidebar #news a:hover {
      background: #bebca2;
      }
    .sidebar #news a.more {
      background: #bcb99b;
      color: #20201c;
      padding: 2px;
    }
    .sidebar #news .category li {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 16px;
      margin-bottom: 5px;
      }
    .sidebar #news .category li a {
      background: #f3f3f3;
      padding: 2px;
      font-weight: normal;
      }
    .sidebar #news .category li.active a,
    .sidebar #news .category li a:hover {
      color:#6A6A6A;
      }
  .sidebar article {
    border-bottom: 0px solid #7d7d7d;
    margin: 20px 0 30px 0;
    padding-bottom: 0;
    }
  .sidebar article blockquote {
    margin: 0 10px 0 0;
    }
    .sidebar article blockquote p {
      color: #e9e9e9;
      margin-bottom: 0;
      opacity: .99;
      }
    .sidebar article time {
      border-bottom: 1px solid #444;
      display: inline-block;
      color: #d1ca81;
      font-size: 11px;
      width: 100%;
      padding: 0 0 10px 0;
      }
    .sidebar article time + a {
      position: relative;
      display: block;
      color: #6a6a6a;
      font-size: 12px;

      margin-top: 10px;
      }
  .sidebar nav {
    margin-bottom: 30px;
    }
  .sidebar nav li {
    font-size: 13px;
    }
  .sidebar nav li a {

    }
  .sidebar nav.quick-connect li {
    background: #2d2d2d url(../img/sprite.png) no-repeat 0 0;
    border: 1px solid #2d2d2d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 10px 10px 60px;
    }
    .sidebar nav.quick-connect li h2 {
      color: #f2f2f2;
      font-size: 14px;
      opacity: .99;
      }
    .sidebar nav.quick-connect li p {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      margin-bottom: 0;
      }
    .sidebar nav.quick-connect li.facebook {
      background-position: -250px 10px;
      }
    .sidebar nav.quick-connect li.twitter {
      background-position: -250px -90px;
      margin-top: 10px;
      }

    .sidebar nav.sound-vision li {
      background: url(../img/sprite.png) no-repeat 0 0;
      margin-bottom: 10px;
      padding: 0 0 0 30px;
      }
    .sidebar nav.sound-vision li.vision {
      background-position: 0 -126px;
      }
    .sidebar nav.sound-vision li.sound {
      background-position: 0 -200px;
      }
/**
 * Main body of articles
 */
#main {
  background: #f2f2f2 url(../img/folds.jpg) repeat-y 0 0;
  color: #252525;
  float: right;
  margin-top: 137px;
  width: 460px;
  padding: 40px 215px 40px 40px;
  position: relative;
  z-index: 3;
}
.books .article #main {
  float: left;
  padding: 40px 40px 40px 240px;
  width: 435px;
  position: relative;

  }
html.article #wrapper .inner:before,
html.listing #wrapper .inner:before {
  position: absolute;
  top: 120px;
  left: 228px;
  width: 726px;
  height: 471px;
  z-index: 2;
  content: '';
  background: transparent url(../img/shadow-article-top.png) no-repeat 0 0;
}
html.books .article #wrapper .inner:before {
  right: 228px;
  left: auto;

}
  #main h1 {
    margin-right: -100px;
    position: relative;
    letter-spacing: -0.03em;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .books .article #main h1 {
    margin-right: 0px;
  }

  #main header p {
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Free Sans", Helvetica, "Microsoft Sans Serif", sans-serif;
  }
  #main img,
  .books .article #main aside img {
    border: 1px solid #e1e1e1;
    padding: 9px;
    margin-bottom: 20px;
  }
  .books .article #main header {
    float: right;
    width: 432px;
  }
  .books .article #main figure#jacket {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  #main a {
    background-color: #d3cc87;
    color: #252525;
    padding: 0 2px;
  }
  #main a.image {
    background: transparent none;
    padding: 0;
  }
  #main a:hover {
/*     -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15); */
  }
  #main a.more {
    background: #d8d8d8;
    padding: 2px;
    }
  #main a.review-credit,
  #main a.read-more {
    background: none;
    font-size: 13px;
    font-style: italic;
    }
  #main a.read-more {
    font-style: normal;

    }

  .news .category #main h2,
  .article #main h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;

    }

/* Asides */
  #main aside {
    color: #6a6a6a;
    font-size: 11px;
    float: right;
    margin-right: -179px;
    width: 146px;
    height: auto;
    position: relative;
  }
  .books .article #main aside {
    float: left;
    margin-right: auto;
    margin-left: -214px;
    width: 176px;
  }
  .books .article #main aside.related {
    clear: none;
    float: left;
    left: 0px;
    margin: 260px 0 0 -210px;
  }
  .books .article #main footer {
  text-align: left;
  font-size:14px;
  clear: none;

  }
  .books .article #main footer time {
  color: #999;
  }
  .books .article #main footer a {
background-color:#CAEEFA;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
padding:2px 1px;
  }
  .books .article #main aside.book-info img {
    }
  #main aside.item1 {
    height: 332px;
    }
  .listing #main.news-listing aside {
    position: absolute;
    top: 0;
    right: 146px;
    height: auto;
    text-align: right;
    }
  .listing #main.news-listing article {
  font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
    }
  .listing #main.news-listing article section {
font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
    }
  #main aside.related {
    clear: both;
    }
  #main aside.twitter p {
    display: inline;
    background: #d7d7d7;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    padding: 0;
    text-transform: lowercase;
    }
    .article #main aside h2,
    .listing #main article aside h2 {
      font-size: 11px;
      font-weight: normal;
      margin: 0;

      }
    #main aside h2 + a {
      padding: 0;
      }
    #main aside.related h2 {
      margin-bottom: 5px;
      }
    #main aside time {
      display: block;
      }
    #main aside time + a {
      clear: both;
      float: left;
      padding: 0;
      }
    #main.news-listing aside time + a {
      float: none;
      padding: 0;
      }
    #main aside a {
      display: inline-block;
      background: transparent;
      color: #252525;
      margin-bottom: 5px;
      }
    #main aside a.more {
      position: relative;
      float: left;
      clear: both;
      background-color: #caeefa;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 16px;
      margin-top: 5px;
      padding: 2px 1px;
    }
    #main aside a.back {
background: none;
    }
    #main aside a.back span {
display: inline;
background-color:#D3CC87;
    }
    #main aside p a.more {
      position: relative;
      display: inline;
      padding: 0;
      float: none;
      }
    #main aside a:hover {
/*       -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15); */
    }
    #main aside .category {
      background: #d7d7d7;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      padding: 3px;
      }
    #main aside.related h3,
    #main aside.related h3 a {
      font-size: 13px;

      }
    #main aside.related h3 + p {
      margin-bottom: 5px;
      }
    #main aside.related a.buy-now {
      background: url(../img/sprite.png) no-repeat 54px -345px;
      font-size: 16px;
      padding-right: 20px;
      }
    .article #main aside.related a.buy-now {
			color: #f2f2f2;
			-moz-border-radius: 8px;
            -webkit-border-radius: 8px;
			border-radius: 8px;
			font-size:24px;
			margin-top:30px;
			text-transform:uppercase;
			width: 162px;
			background: #20201c url(../img/sprite.png) no-repeat 14px -380px;
      }
    .article #main aside.related a.buy-now span {
			float: left;
			padding:10px 20px 10px 18px;

      }

    #main aside img {
      border: none;
      float: left;
      clear: left;
      padding: 0;
      }
    #main aside img + p {
      line-height: 15px;
      margin-left: 53px;
      }
    #main ul,
    #main ol {

      padding-left: 40px;
    }
   #main img + .caption,
   figcaption {
    display: block;
    color: #6a6a6a;
    font-size: 11px;
    margin: -15px 0 5px 0;
    text-align: right;
    }
    #main .excerpt {
      background: #333;
      border: 1px solid #333;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 12px;
      padding: 0 3px;
      margin: 20px 0 30px;
      }
      #main .excerpt a {
        background: transparent url(../img/sprite.png) no-repeat 0 -265px;
        color: #f2f2f2;
        font-size: 12px;
        padding: 0 0 0 20px;
        }
    #fb-comments {
      margin: 40px 0 30px -40px;
      width: 715px;
      }
    #fb-comments h2 {
      background: rgba(222,222,222,0.27);
      font-size: 22px;
      padding: 13px 40px;
      }
.fb_iframe_widget {
  padding-left: 40px;
}


/**
* Book listing
*/
.listing #main {
  padding-right: 40px;
  width: 635px
  }
.listing #main article {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  clear: left;
  padding: 0 146px 10px 0;
  margin-bottom: 20px;
  overflow: hidden;
  }
  .listing #main article img {
    float: left;
    border: none;
    padding: 0;

    }
  .listing #main article h2 {
    margin: 0 0 5px 120px;
    font-size: 16px;
font-weight: bold;

    }
    .listing #main article h2 a {
      background: none;

      }
  .listing #main article p {
    margin: 0 0 10px 120px;
    font-size: 15px;
    color:#252525;
    opacity: 1;
    }
  .listing #main article p .more {
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: normal;
    background-color:#D3CC87;
    color:#252525;
    padding:0 2px;
    }
  .listing #main article a {
    opacity: 1;
    }
  .listing #main article aside + a {
    background: none;
    padding: 0;
    }
  #main .audio-extract,
  #main .video-clip,
  .listing #main article .select-territory {
    background: url(../img/sprite.png) no-repeat -283px -201px;
    color: #837f54;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 25px;
    }
  #main .video-clip {
    background-position: -283px -279px;
    }
  .listing #main article .select-territory {
    background-position: -288px -342px;
    padding: 0 0 2px 20px;
    }
  .listing #main article aside {
    float: right;
    width: 132px;
    height: auto;
    margin-right: -146px;
    }
    .listing #main article aside p {
      margin: 0;
      }
  .listing #main article .buy-now {
    background: #e5e5e5 url(../img/sprite.png) no-repeat -35px -330px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #000;
    font-size: 24px;
    margin-top: 30px;
    padding: 10px 40px 10px 14px;
    text-transform: uppercase;
    }
/**
* Event listing
*/
  #main.event-listing article {
    position: relative;
    padding: 0;
    }
  #main.event-listing .pagination + article {
    border-top: 1px solid #e2e2e2;
    }
  .event-listing section {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    padding-right: 30px;
    }
  .event-listing .pagination + article section {
    top: 20px;
    }
  .event-listing article section + section {
    position: relative;
    width: 310px;
    min-height: 120px;
    margin-left: 317px;
    padding: 0;
    }
  .event-listing .dd-m {
    display: inline-block;
    float: left;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 22px;

    padding: 20px 15px 10px;
    width: 37px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
    .event-listing .dd-m span {
      font-size: 49px;
      letter-spacing: 1px;
      }
    .event-listing h2 {
      margin: 0 0 0 63px;
      }
    .event-listing .hh-mm {
      display: inline-block;
      font-size: 16px;
      color: #6a6a6a;
      margin: 0 0 0 20px;
      width: 200px;
      }
  #main.event-listing article h2 {
    margin-left: 86px;
    }
  .event-listing .meta {
    display: inline-block;
    margin-left: 20px;
    width: 200px;
    }
  .event-listing .meta.city {
    color: #837f54;
    font-size: 16px;

    }
  .event-listing .meta.street {
    display: inline-block;
    color: #252525;
    font-size: 16px;

    }
  #main.event-listing article p {
    color: #252525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    margin-left: 0;
    }

/**
* News listing
*/
  #main.news-listing .pagination + article {
    border-top: 1px solid #e2e2e2;
    }
  #main.news-listing .pagination + article aside {
    top: 20px;
    }
  .news-listing .pagination + article section {
    margin-top: 20px;
    }
  #main.news-listing article section h2 {
    font-size: 16px;

    margin: 0 0 10px;
    }
  #main.news-listing article section p {
    margin-left: 0;
    }

/**
* End of pages
*/
#extra {
  border-top: none;
  clear: both;
  margin: 30px 0 0;
  text-align: left;
  }
  #extra section {
    margin-bottom: 20px;
    }
  #extra .listening-post {
    background: url(../img/listening-post.jpg) no-repeat 0 51px;
    height: 385px;
    }
  #extra .listening-post article {
    position: relative;
    background: url(../img/icons.png) no-repeat 10px 248px;
    border: 1px solid rgba(255,255,255,0.2);
    width: 183px;
    height: 241px;
    margin: 30px 20px 20px;
    padding-bottom: 50px;
  }
  #extra .listening-post article time {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 10px 0 5px 10px;
    text-transform: uppercase;
    }
  #extra .listening-post article img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    }
  #extra h1 {
    color: #fff;
    font-size: 16px;

    text-transform: uppercase;
    }
  #extra h2 {
    text-transform: capitalize;
    }
  #extra p {
    border-bottom: 1px solid #7e7e7e;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 15px 0;
    padding-bottom: 15px;
    }
  #extra article p {
    border: none;
    padding: 0 10px;
    }
  #extra .movie-news p,
  #extra .the-author p {

    }
  #extra .latest-book p a {
    }
  #extra h3 {
    color: #6a6a6a;
    font-size: 12px;
    }
  #extra h3 + p {

    }
  #extra a.more {
    position: relative;
    }
  #extra a.more + a {
    display: block;
    }

  .upcoming-events,
  #extra .latest-book {
    }
  .upcoming-events ul,
  #extra .latest-book ul {
    border-bottom: 1px solid #7e7e7e;
    margin-bottom: 10px;
    padding-bottom: 10px;
    }
  #extra li {
    list-style-type: none;
    font-size: 13px;
    }
  .upcoming-events li {
    margin-bottom: 10px;
    line-height: 14px;
    }
  #extra .latest-book li:last-child {
    margin-bottom: 15px;
    }
  #extra .latest-book li a {
    color: #fff;
    }
  .upcoming-events .dd-m {
    display: inline-block;
    float: left;
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;

    margin-bottom: 17px;
    padding: 10px 10px 5px;
    width: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    }
    .upcoming-events .dd-m span {
      font-size: 33px;
      letter-spacing: 1px;
      }
    .upcoming-events h2 {
      font-size: 13px;
      line-height: 15px;
      margin: 0 0 0 63px;
      }
    .upcoming-events .hh-mm {
      font-size: 10px;
      color: #9a9a9a;
      margin: 0 0 0 15px;
      }
    #extra .upcoming-events .hh-mm {

      }
    #extra .the-press p {
      padding: 0;
      }
    #extra .the-press article.last {
      border-bottom: 1px solid #7e7e7e;
      margin-bottom: 15px;
      }

    #book-list {
		background:none repeat scroll 0 0 #2C2C28;
		clear:both;
		height:275px;
		padding:27px 55px;
		text-align:center;
		width:852px;
      }
      #book-list nav {
        margin: 0 auto;
        }
      #book-list h1 {
		font-size:13px;
		line-height:18px;
		margin-bottom:2px;
		text-transform:none;
		padding-right: 20px;
        }
      #book-list h1 a {
        opacity: 1;
        font-weight:normal;
        }
      #book-list nav img {
        background: url(../img/book-shadow-bottom.png) no-repeat bottom center;
        padding: 0 0 10px 0;
        }
      #book-list li {
			float:left;
			/*margin-left:40px;*/
			text-align:left;
			width:150px;
        }
      #book-list li:first-child {
        margin-left: 0;
        }
      #book-list .buy-now {
				background-position: 75px -315px;
				font-size:15px;
				padding:0 30px 0 0;
			}
/**
* Territories lightbox
*/
  #territories li {
    list-style-type: none;
    float: left;
    width: 195px;
    margin-bottom: 20px;
    padding-right: 30px;
    }
    #territories li a {
      color: #6a6a6a;
      margin-left: 10px;
      }
    #territories li a span {
      background: url(../img/icon_flags.png) no-repeat 0 0;
      display: inline-block;
      float: left;
      height: 36px;
      width: 48px;
      overflow: hidden;
      }
    #territories li#uk a span {
      background-position: 0 0;
      }
    #territories li#fr a span {
      background-position: 0 0;
      }
    #territories li#usa a span {
      background-position: -75px 0;
      }
    #territories li#de a span {
      background-position: -149px 0;
      }
/**
* Meta info
*/
.meta {
  font-size: 12px;
  }
  .upcoming-events .meta {
    display: inline-block;
    margin-left: 15px;
    width: 162px;
    line-height: 12px;
    }
.meta.location {
  color: #fff;
  }
.meta.street {
  color: #9a9a9a;
  }
/**
* Footer
*/
footer {
/*  border-top: 1px solid #766f66; */
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding: 30px 0 20px;
  }
#footer {
  font-size: 13px;
  min-height: 200px;
  margin-top: 0;
  }
  footer .inner {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    }
    #footer .block h1 {
      color: #6a6a6a;
      font-size: 13px;
      line-height: 26px;
      margin-bottom: 0;
      text-transform: none;
      }
  #footer a {
    color: #fff;
opacity: .99;

    }
  #footer h2 a {
    font-weight: bold;
    opacity: 1;
    }
  #footer p {
    font-size: 12px;
    }
  #footer p:first-child {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    }
    #footer p a {

      }
  #footer ul {
    margin-bottom: 10px;
    }
  #footer li {
    font-size: 12px;
    }
  #footer section {
    margin-left: 0;
    }
  #footer .site {
    width: 490px;
    }
  #footer .connect {
    width: 245px;
    }
    #footer .block .col {
      float: left;
      width: 115px;
      margin-left: 10px;
      }
    #footer .block .col:first-child {
      margin-left: 0;
      }
    #footer .block .block {
      width: 100%;
      }


/**
* Carousel
*/
.carousel {
  position: relative;
  }
  .carouselInner {
    overflow: hidden;
    height: 236px;
    min-height: 236px;
    position: relative;
    margin: auto;
	width:900px;
    }
  .carousel li {
    float: left;
    height: auto !important;
    text-align: center;
    font-size: 87.5%; /* 14px */
    margin-bottom: 30px;
    }
    .carousel li .loader,
    .carousel li .placeholder {
    	}
    .carousel li h3 {
      font-weight: bold;
      margin-bottom: 2px;
      }

	/*book list carousel*/
	.carousel .scrollbarWrapper {
		background:url("../img/scrollbarBG.gif") repeat-x scroll 0 0 transparent;
		height:26px;
		left:50%;
		position:absolute;
		top:250px;
		}
.ie8 .carousel .scrollbarWrapper {
    top:-80px;
    }
		.carousel .scrollbarTarg {
			height: 26px;
			position: relative;
			}
			.six .scrollbarTarg { margin: 0 22px; }
			/*.two .scrollbarTarg { margin: 0 15px; }
			.four .scrollbarTarg { margin: 0 30px; }*/
			.carousel .ui-slider-handle {
					background:url("../img/scrollbarBG2.gif") repeat-x scroll -1px 5px transparent;
					border:1px solid #D1CA81;
					display:block;
					height:26px;
					left:0;
					margin:0;
					position:absolute;
					top:-6px;
				}
				.six .ui-slider-handle { width: 130px; margin: 0 0 0 -22px;  }
				/*.four .ui-slider-handle { width: 130px; margin: 0 0 0 -22px;  }
				.two .ui-slider-handle { width: 28px; margin: 0 0 0 -15px;  }*/

	.carouselInner {
		overflow: hidden;
		}
	.carousel ul {
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: hidden;
		}
	.carouselLeftArrow, .carouselRightArrow	{
		background:url("../img/sprite.png") no-repeat scroll 1px -169px transparent;
		height:16px;
		outline:0 none;
		overflow:hidden;
		position:absolute;
		text-indent:-10000px;
		top:250px;
		width:72px;
		z-index:300;
		}

  .ie8 .carouselLeftArrow, .ie8 .carouselRightArrow {
    top:-80px;
    }
	.carouselLeftArrow {
		left: 0px;
		}
  .ie8 .carouselLeftArrow {
    left: 50px;
    }
	.carouselRightArrow {
		background-position:-70px -169px;
		right:0;
		width:48px;
		}

  .ie8 .carouselRightArrow {
    right: 50px;
    }

/* Carousel */
#fullLibraryLink {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 100px;
  font-size: 87.5%; /* 14px */
  margin-left: -50px;
  }


/**
* Colorbox styles
*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {

  }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
/*#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}*/
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{
background: url(../img/icon_ajax_loader.gif) no-repeat scroll 50% 50%;
position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{
  background: rgba(0,0,0,0.3);
  }
#colorbox {
  }

    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter{display: none;}
    /*
    #cboxTopLeft{
      width:21px;
      height:21px;
      background:url(../img/controls.png) -100px 0 no-repeat;
      }
    #cboxTopRight{
      width:21px;
      height:21px;
      background:url(../img/controls.png) -129px 0 no-repeat;
      }
    #cboxBottomLeft{
      width:21px;
      height:21px;
      background:url(../img/controls.png) -100px -29px no-repeat;
      }
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) -129px -29px no-repeat;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    */
    #cboxContent {
      background: #fff;
      color: #333;
      font-family: "Helvetica Neue", Arial, "Free Sans", Helvetica, "Microsoft Sans Serif", sans-serif;
      border: 10px solid #333;

      -moz-box-shadow: 0 0 11px rgba(0,0,0,0.75);
      -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.75);
      box-shadow: 0 0 11px rgba(0,0,0,0.75);
      }
      #cboxContent h2 {
        font-size: 24px;
        margin-bottom: 20px;
        }
        #cboxLoadedContent{
          margin-bottom: 0;
          padding: 40px;
          }
        #cboxTitle{
          position:absolute;
          bottom: 20px; left:0;
          text-align:center;
          width:100%;
          color:#000;
          }
        #cboxCurrent{
          position:absolute;
          bottom:4px;
          left:58px;
          color:#000;
          }
        #cboxSlideshow{
          position:absolute;
          bottom:4px;
          right:30px;
          color:#0092ef;
          }
        #cboxClose{
          position:absolute;
          top: 5px;
          right: 5px;
          background:url(../img/controls.png) -25px 0px no-repeat;
          width:25px;
          height:25px;
          text-indent:-9999px;
          }
        #cboxClose.hover{
          background-position:-25px -25px;
          }
        /*
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        */

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* Colorbox overrides*/

#cboxClose{
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none;
  text-indent:0;
  color:#000;
  font-weight:bold;
  font-size:22px;
  }

.trailer-colorbox #cboxContent {
  background-color:#000;
}

.trailer-colorbox #cboxClose {
  color:#fff;
  }

#main #audio ul,
#main #audio li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
#main #audio li {
  margin: 0 0 20px 0;
}

#audio a.sm2_link {
  display: block;
  min-height: 16px;
  background: #333333 url("../img/audio-play.gif") no-repeat left center;
  padding: 3px 3px 3px 23px;
  margin: 0 0 6px 0;
  color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#audio a.sm2_link:hover {
  background-color: #666666;
  text-decoration: none;
}
#audio a.sm2_playing,
#audio a.sm2_link.sm2_playing,
#audio a.sm2_playing:hover,
#audio a.sm2_link.sm2_playing:hover {
  background: #D3CC87 url("../img/audio-pause.gif") no-repeat left center;
}

#buy-panel #tabs img{
			float: left;
			margin-right: 20px;
		}
		#buy-panel #tabs ul.details {
			float: left;
			width: 200px;
		}

		#colorbox #buy-panel {
			display: block;
			float: left;
			width: 500px;
		}

html.js #buy-panel,
html.js #change_territory,
html.js .b-book-purchase__change-territory,
html.js .b-bookshops-links{
  display: none;
}
#colorbox #change_territory,
#colorbox .b-book-purchase__change-territory,
#colorbox .b-bookshops-links {
  display: block;
}
#colorbox #change_territory .inner ul,
#colorbox .b-bookshops-links .inner ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  overflow: hidden;
}

#colorbox .b-bookshops-links .inner ul {
  text-align:center;
  padding:0;
}

#colorbox #change_territory .inner li {
  float: left;
  width: 220px;
  text-align: center;
}
#colorbox .b-bookshops-links .inner li {
  display:inline-block;
  width: 130px;
}
#colorbox #change_territory .inner li a,
#colorbox .b-bookshops-links .inner li a {
  color: #7a7a7a;
}
#colorbox .b-bookshops-links .inner li a small {
  font-size:12px;
}
#main .change_territory a.lightbox {
  display: block;
  color: #837f54;
  font-size: 12px;
  padding: 4px 0 4px 28px;
  background:url("../img/sprite.png") -284px -390px no-repeat;
}
.books .listing #main header {
  position: relative;
}

.books .listing #main .change_territory {
  position: absolute;
  top: -0px;
  right: 0;
  font-size: 11px;
  text-align: right;
  color:#6A6A6A;
}

.books .article #main section {
  border-top:1px solid #ddd;
  margin-top: 0px;
  padding: 20px 0;
}
.books .article #main section h1 {
  font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
  font-size:14px;
  line-height:14px;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 20px;
  color:#6A6A6A;
}
.books .article #main section h2 {
  font-size:18px;

  margin:0 0 20px;
}
#featured-review h1  {
  position: absolute;
  left: -999em;
}
#featured-review cite  {
  display: block;
  font-style: normal;
  font-size:13px;
  font-weight:400;
}
/* Jquery UI */
.ui-widget-header {
	color:#222222;
	font-weight:bold;
}
.ui-helper-clearfix {
	display:block;
}
.ui-helper-clearfix {
	display:inline-block;
}
.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
	border-bottom:0 none !important;
	float:left;
	list-style:none outside none;
	margin:0 0 1px;
	padding:0.5em 2em;
	position:relative;
	top:1px;
	white-space:nowrap;
}
	.ui-tabs .ui-tabs-nav li a{
        color: #7a7a7a;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected {


	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
  background: none;
		color: #000;
	}
.ui-tabs .ui-tabs-hide {
	display:none !important;
}
.ui-tabs .ui-tabs-panel {
	background:none repeat scroll 0 0 transparent;
	border-width:0;
	display:block;
	margin:  0 0;
	padding: em 0;
  border-top: 1px #ddd solid;
  text-align: center;
}
.ui-tabs .ui-tabs-panel ul,
.ui-tabs .ui-tabs-panel li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-panel li {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px #eee solid;
}

#left .latest-interviews,
#right .latest-news,
#right .latest-reviews {
  margin: 0 0 20px;
  border-bottom:1px solid #7D7D7D;
}
.latest-interviews p,
.latest-news p,
.latest-reviews p {
  opacity: .99;
}

/* Review pages */

.books .listing #main .book-item  {
  overflow: hidden;
  margin: 0 0 20px;
  border-bottom:1px solid #E2E2E2;
}
.books .listing #main .book-item header {
  float: left;
  width: 180px;
  padding: 0;
}
.books .listing #main .book-item a {
  padding: 0;
  background: none;
}
.books .listing #main .book-item h1 {
  font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
  font-size: 16px;
  line-height:20px;
  float: right;
  margin: 3px 0 20px;
  width: 420px;
  font-weight: bold;
}
.books .listing #main .book-item a img {
  float: left;
}
.books .listing #main .book-item article {
  clear: none;
  float: right;
  padding: 0;
  width: 420px;
  border-bottom: 0;
}
.books .listing #main .book-item article h1 {
  float: none;
  display: inline;
font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.books .listing #main .book-item article .read-more {
background-color:#D3CC87;
color:#252525;
font-size:14px;
font-weight:normal;
left:0;
padding:0 2px;
font-family:Georgia,"Times New Roman",Times,serif;
}
.books .listing #main .book-item article blockquote,
.books .listing #main .book-item article blockquote p {
  font-size: 18px;
  line-height:20px;
  margin: 0;
  padding: 0;
}
.books .listing #main .book-item article blockquote p {
  margin: 0 0 4px;
}
.books .listing #main .book-item article cite {
font-size:14px;
font-style:normal;

}
.books .article #main aside a {
/*  background: none;
  display: inline;
  margin: 0;
  padding: 0;
*/
}
.books .article #main aside h1 {
  font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
  font-size:15px;
  line-height:15px;
  margin-top: 20px;
  color:#252525;
  border-top:1px solid #DDDDDD;
  margin: 20px 0 0 0;
  padding: 10px 0;
}
.books .article #main aside p {
  color: #252525;
  opacity: 1;
}
.books .article #main aside nav h1 {
  font-family:"Helvetica Neue",Arial,"Free Sans",Helvetica,"Microsoft Sans Serif",sans-serif;
  font-size:15px;
  line-height:15px;
  text-transform:uppercase;
  letter-spacing: 1;
}
.books .article #main aside nav ul,
.books .article #main aside nav ul li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}
.books .article #main aside nav ul li {
  margin: 0 0 4px;
}
.books .article #main aside nav ul li a {
  font-weight: bold;
}
.books .article #main aside nav ul li.active a {
  color: #999;
}

.books .article #main .source {
  margin: 0 0 10px;
}
.books .article #main footer {
  padding-top: 0;
}
.source dt,
.source dd {
  color: #999;
  display: inline;
}
.source dd {
  font-weight: bold;
  padding-right: 4px;
}
.source a {
  font-weight: normal;
}

