/*
Theme Name: Bill Bryson
Author: Random House Digital Studio
Description: Bill Bryson 2013
Version: 1.0
Text Domain: billbryson

*/
@charset "utf-8";

html { overflow-y: scroll; height: 100%; }

body { 
	margin: 0;
	background-color:#fff;
	background-image: url(images/bg-tile.gif);
	background-position: left top;
	background-attachment:fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%; 
	color: #000;	
}

a {
	color: #749ed3;
	outline: none;
}
a:hover { text-decoration: none; }

p { padding: 0; margin: 10px 0 20px 0; }

h1 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 160%;
	text-transform: uppercase;
}
h1.bookTitle {
	font-size: 200%;
	text-transform: none;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 150%;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 160%;
	text-transform: uppercase;	
}
h3 a { color: #000; text-decoration: none; }
h3.inline { display: inline; }
h3.inactive a { color: #749ed3; }
h3 a:hover  { color: #000; }

.large { font-size: 140%; }

/** floats **/
.floatleft{ float:left;	}
.floatright{ float:right; }

/** clears **/
.clear{ height:0px; clear:both; }
.clear2px{ height:2px; clear:both; }
.clear5px{ height:5px; clear:both; }
.clear10px{ height:10px; clear:both; }
.clear15px{ height:15px; clear:both; }
.clear20px{ height:20px; clear:both; }
.clear25px{ height:25px; clear:both; }
.clear30px{ height:30px; clear:both; }
.clear40px{ height:40px; clear:both; }
.clear50px{ height:50px; clear:both; }
.clear100px{ height:100px; clear:both; }
.clearnone{ clear:none; }

#outer {
	width: 970px;
	background-color: #e3dee0;
	margin: auto;
}

#header {
	text-align: center;
	padding-top: 40px;	
}

#subnav {
	margin-left: 255px;	
}
#nav ul, #subnav ul, .bookSubnav ul {
	padding: 0;
	margin: 0;
}
#nav ul li, #subnav ul li, .bookSubnav ul li {
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	display: inline;
	padding-right: 18px;
	margin-right: 18px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;	
}
#subnav ul li {
	padding-right: 0;
	margin-right: 8px;
	color: #000;
}
.bookSubnav ul li {
	padding-right: 0;
	padding-left: 18px;
	text-transform: none;
	border-left: 2px solid #000;	
}
.bookSubnav ul li.first {
	padding-left: 0;
	border-left: none;	
}
#nav ul li a, #subnav ul li a, .bookSubnav ul li a {
	color: #749ed3;
	text-decoration: none;	
}
#nav ul li a:hover, #nav ul li.active a, #subnav ul li a:hover, #subnav ul li.active a, .bookSubnav ul li a:hover, .bookSubnav ul li.active a { color: #000; }

.content {
	width: 938px;
	margin: auto;
}
.site-content {
	min-height: 400px;	
}

.snIcon {
	float: left;
	width: 31px;
	height: 32px;
	margin-left: 6px;
	text-indent: -1000px;
	background-image: url(images/fb-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;	
}
.yt { background-image: url(images/yt-sprite.png); }
.snIcon:hover { background-position: 0 -32px; }
.snIcon a {
	display: block;
	width: 100%;
	height: 100%;	
}

#mainBanner {
	width: 938px;
	height: 322px;
	background-repeat: no-repeat;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;	
}
.alignright {
	float: left;
	margin: 0 15px 15px 0;	
}

.greyBorder {
	border: 1px solid #909092;	
}

.introText {
	float: left;
	width: 570px;
	line-height: 150%;
}

h2.newsTitle {
	text-transform: uppercase;
	border-bottom: 1px solid #ABABAB;
	margin: 0 0 10px 0;	
	padding: 0 0 9px 0;
}
.fbBox, .homeNewsBox {
	text-align: left;
	background-color: #fff;
	border: 1px solid #ababab;
	padding: 0 6px 0 0;	
}
.homeNewsBox {
	padding: 10px;
	width: 338px;
	height: 398px;
	overflow: auto;	
}
.homeNewsBoxContent {
	height: 338px;
	overflow: auto;		
}

.colright {
	margin: 0 0 0 30px;
}

.divider {
	width: 966px;
	height: 20px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 25px;	
	background-image: url(images/divide-strip.png);
	background-repeat: no-repeat;
	clear: both;
	
}

#footer {
	font-size: 75%;	
}
.footerContent a { text-decoration: none; }
.footerContent a:hover { text-decoration: underline; }
.footerContent {
	width: 500px;	
}

a.publisher {
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}
a.publisher:hover { text-decoration: none; }
a.inactive {
	color: #749ed3;
}
a.inactive:hover { color: #000; }

.bannerTitles {
	float: right;
	margin: 20px 20px 0 0;	
}
.bannerBook {
	float: left;
	margin-left: 20px;	
}
.bannerBook img {
	border: 1px solid #909092;	
}
.bannerBook a {
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}
.bannerBook a:hover { text-decoration: underline; }

.book {
	float: left;
	margin: 7px;
	font-size: 120%;
	text-align: center;
	width: 219px;
	height: 380px;
}
.book img {
	border: 1px solid #929294;	
}
.book a { text-decoration: none; }
.book a:hover { color: #000; }

.coverLarge {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #909092;	
}

.buyLinks p {
	padding: 0;
	margin: 0 0 6px 0;	
}
.buyLinks a {
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;	
}
.buyLinks a:hover { color: #000; }

.topBanner {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;	
}



/* Image Carousel ------------------------------------------------------------------------------------------------------------ */
.carouselOuter {
	width: 958px;
	margin: auto;	
}

.carousel {
	float: left;
	padding: 0;
	height: 275px;
}
.hidden {
	height: 1px;
	overflow: hidden;	
}

.bookshelf{
	text-align:center;
	position: relative;
	padding: 18px 0 0 0px;
}
.carouselContainer { margin-top: 0; margin-bottom: 0;  }

.carleftuk, .carleftus {
	float:left;
	width:50px;
	height:auto;
	margin-right:16px;	
	cursor: pointer;
	background-position: left top; 
}
.carrightuk, .carrightus {
	float:right;
	width:50px;
	height:auto;
	cursor: pointer; 
	background-position: center top; 
	margin-left: -10px;
}
.carrightuk, .carleftuk, .carrightus, .carleftus { top: 100px; position: relative; }

.carbooksuk, .carbooksus { 
	float: left; width: 898px; height: 250px; overflow: hidden; overflow-y: scroll; 
}

ul.bookscroller { margin: 0; padding: 0; }
ul.bookscroller li { list-style-type: none; float: left; display: inline; width: 160px; height: 255px; margin-top: 2px; padding: 0 10px 0 0 !important; }

ul.bookscroller li img { border: 1px solid #909092; min-height: 170px; }

.carouselOuter ul.bookscroller li { padding: 0 10px 0 0 !important; }
/* -------------------------------------------------------------------------------------------------------------------------- */

input[type="text"],
select {
	display: inline-block !important;
	width: 230px;
	padding: 4px !important;
	border-width: 1px !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	height: 18px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
}
select {
	height: 30px !important;
	width: 240px !important;
}
label {
	margin-bottom: 5px;
	display: inline-block;
}
.amf-el-inner label {
	display: inline;
}

.button {
	background: #749ed3;
	outline: none;
	border: 0px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 10px;
}

.picBorder {
	border: 1px solid #ABABAB;
	padding: 3px;	
}


.eventinfo {
	font-weight: bold;	
	font-family: 'Open Sans', sans-serif;
	font-size: 120%;	
}

h2.event {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 3px 0;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 150%;
}
.eventDetails {
	font-size: 80%;	
}
a.eventlink {
	font-weight: bold;
	text-decoration: none;	
}
a.eventlink:hover { text-decoration: underline; }

.backLink {
	margin-left: -48px;
	padding-top: 2px;
	float: left;
}

#the_iframe {
	border: 1px solid #938f91;
	padding: 5px;	
}


  #goodreads-widget {
    font-family: georgia, serif;
    padding: 18px 0;
    width:930px;
  }
  #goodreads-widget h1 {
    margin-bottom: 6px;
  }
  #goodreads-widget a {
    text-decoration: none;
    color:#000;
  }
  iframe{
    background-color: #E3DEE0;
  }
  #goodreads-widget a:hover { text-decoration: underline; }
  #goodreads-widget a:active {
    color:#000;
  }
  #gr_footer {
    width: 100%;
    text-align: right;
  }
  #goodreads-widget .gr_branding{
    color: #382110;
    font-size: 11px;
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
  }