/*
Theme Name: Christopher Fowler 2014
Author: Random House Digital Studio
Description: Christopher Fowler 2014
Version: 1.0
Text Domain: christopherfowler

*/
@charset "utf-8";
/* Christopher Fowler CSS */

html, body {
    height: 100%;
}
body { 
	margin: 0;
	background-color:#f4f4f4;
	font-family: 'Roboto Slab', Georgia, serif;
	font-size: 90%;
	color: #1e1e1e;
	height: 100%;	
}
body.bio {
	background-image: url(images/bio-page-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

a {
	color: #fa4a41;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/** 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; }
.clear30px{ height:30px; clear:both; }
.clear40px{ height:40px; clear:both; }
.clear50px{ height:50px; clear:both; }
.clear100px{ height:100px; clear:both; }
.clearnone{ clear:none; }

#header, #main, #footer {
	padding: 0 10px 0 10px;
	max-width: 957px;
	margin: auto;
}

#header {
	margin-top: 31px;	
}
#mainInner {

}

.introtext {
	float: left;
	padding: 65px 0 0 52px;
	font-weight: 300;
	font-size: 14px;
	max-width: 350px;
}
.bamIntro {
	margin-left: -31px;
}
#socialLinks {
	float: right;	
}

.socialLabel {
	font-size: 10px;
	float: left;
	margin-right: 17px;	
}
.socialIcon {
	float: left;
	margin-right: 10px;
	width: 18px;
	height: 13px;
	background-image: url(images/social-links-sprite.png);
	background-position: 0 0;	
	text-indent: -999999px;
}
.socialIcon a {
	display: block;
	width: 100%;	
}
.fb { background-position: 36px 0; }
.rs { background-position: 18px 0; }
.socialIcon:hover { background-position: 0 -13px;	}
.fb:hover { background-position: 36px -13px;	}
.rs:hover { background-position: 18px -13px;	}

.headerBioImg {
	margin-left: -6px;
	margin-top: -11px;	
}
.headerBioBam {
	margin-left: -8px;
	margin-top: 19px;	
}

#nav {
	float: left;
	max-width: 200px;
	padding-top: 40px;
}
#nav ul {
	padding: 0;
	margin: 0;	
}
#nav ul li {	
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 8px;
	width: 90px;
	list-style-type: none;
	display: inline;
	padding-bottom: 10px;
}
#nav ul li a {
	color: #000;
	font-weight: bold;
	font-size: 14px;	
}
#nav ul li a:hover, #nav ul li.active a { 
	color: #fa4a41;
	text-decoration: none;
}

#mainFeature {
	float: left;
	max-width: 699px;	
}
#featureRight {
	float: right;
	max-width: 233px;	
}

.feature {
	float: left;
	width: 233px;
	height: 146px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#666;
	background-size: 100% auto;
}
.fInr {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 1000px;
	text-transform: uppercase;
	color: #fa4a41;
	font-size: 12px;	
}
.fInr h2 {
	padding: 0 0 8px 0;
	margin: 36px 0 6px 0;
	background-image: url(images/sep-dot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #fa4a41;
}
.fInr a {
	position: absolute;
	top: 0;
    	left: 0;	
	width: 100%;
	height: 100%;	
	text-indent: -999999px;
}
.fInr:hover {
	background-image: url(images/feature-hover.png);	
	line-height: inherit;
}

.featuredPost {
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;	
}
.featuredPostRight { float: right; }

.featureText {
	background-color: #fff;	
}
.featureText .fInr {
	line-height: inherit;
	color: #000;
}
.featureText .fInr h2 {
	padding: 35px 0 0 0;
	margin: 0;
	background: none;
	color: #000;
	font-weight: 700;
}
.featuredPost .fInr:hover {
	background-image: none;
	line-height: inherit;
}
.featuredPost:hover .fInr {
	background-image: url(images/feature-hover.png);
}
.textFull {
	width: auto;
	padding: 0 15px 0 15px !important;	
	text-transform: none;
	color: #7E7E7E !important;
}
.textFull h2 {
	padding: 10px 0 4px 0 !important;	
}
.subTitle, .bookMiddleCol h3, .postCatList {
	color: #fa4a41;
	text-transform: uppercase;
	text-decoration: none; 	
	font-weight: normal;
}
.postCatList {
	text-align: center;
	line-height: 150%;	
}

#footerInner {
	background-image: url(images/london-scene-white.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 49px;	
	float: left;
	width: 100%;
}
#footerCopy {
	margin-top: 49px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 75%;
	color: #7E7E7E;
}

#footer ul {
	padding: 0;
	margin: 0;	
}
#footer ul li {	
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style-type: none;
	display: inline;
}
#footer ul li a {
	color: #7E7E7E;	
}
#footer ul li a:hover {
	text-decoration: underline;
}

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#featureRight .feature:last-child {
	display: none;
}


.bookLeftCol {
	float: left;
	width: 263px;
}
.bookMiddleCol {
	float: left;
	margin: 0 3px 0 3px;
	text-align: center;
	max-width: 486px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	font-size: 85%;
	line-height: 180%;
	color: #7E7E7E;	
}
.singlePageLeft {
	width: 233px;	
}
.singlePageMiddle {
	max-width: 516px;
}
.middleFull {
	max-width: 752px;
	width: 752px;
	margin-left: 0;	
}

h1 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 200%;
	line-height: 120%;
}
.contentCol {
	text-align:left;	
}
.contentCol h1, .contentCol h2, .contentCol h3, .colInner h1 {
	text-align:center;	
}

.colInner {
	padding: 0px 30px 20px 30px;	
}
.bookRightCol {
	float: left;
	width: 200px;	
}

.usContent { display: none; }

.subtitle { color: #fa4a41; text-transform: uppercase; }

.button, #searchsubmit, .comments-area #submit {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 2px;
	-webkit-appearance:none;
}
.button:hover, #searchsubmit:hover, .comments-area #submit:hover { 
	background-color: #fa4a41;
	color: #fff;
}
.button a, #searchsubmit a {
	font-weight: bold;
	color: #000;
	display: block;
}
.button:hover a, #searchsubmit:hover a, .comments-area #submit:hover a { 
	color: #fff;
	text-decoration: none;
}
.buttonSmall {
	width: 48%;	
}
.buttonRed {
	background-color: #fa4a41;
	color: #fff;	
}
.buttonRed a {
	color: #fff;	
}

.textBoxGrey {
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	font-size: 80%;
	line-height: 180%;
	color: #7E7E7E;
	padding: 15px;		
}
.textBoxGrey h2 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 135%;
	line-height: 200%;
	text-align: center;	
	margin: 0 0 15px 0;
	padding: 0;	
}
.textBoxGrey p {
	padding: 0;
	margin: 20px 0 0 0;	
}
.textBoxGrey blockquote {
	color: #fa4a41;
	display: inline;
	padding: 0;
	margin: 0;	
	font-weight: normal;
}
.textBoxGrey blockquote p {
	margin: 0;
	padding: 0;	
}

.pageLeftCol {
	float: left;
	max-width: 752px;	
	background-color: #fff;
	border: 1px solid #e5e5e5;
	font-size: 85%;
	line-height: 180%;
	color: #7E7E7E;
	/*color: #1e1e1e;*/
}
.pageLeftColInner {
	padding: 25px;	
}
.pageLeftColInner h2 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
	font-size: 150%;
	line-height: 200%;
	padding: 0;
	margin: 0;	
}
.pageLeftColInner .wp-post-image {
	border: 0;
	float: left;
	margin: 2px 26px 4px 0;	
}

.pageRightCol {
	float: right;
	max-width: 200px;	
	width: 200px;	
}
.pageRightCol .textBoxGrey { 
	margin-bottom: 3px; 
	text-align: center;
}
.pageRightCol .textBoxGrey h2 { 
	margin-bottom: 5px; 
}
.pageRightCol .textBoxGrey ul {
	padding: 0;
	margin: 0;
}
.pageRightCol .textBoxGrey ul li {
	list-style-type: none;
	width: 100%;
	padding: 5px 0 5px 0;
	color: #fa4a41;
	font-weight: bold;
}
.pageRightCol .textBoxGrey ul li:hover {
	background-color: #fff;
}
.pageRightCol .textBoxGrey ul li a {
	color: #7E7E7E;
}
.whiteBg {
	background-color: #fff;	
}

.postSep {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 20px 0 25px 0;
	background-color: #f9f9f9;	
}

.postMeta, .postTags {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}
.postSnippet {
	margin-top: 10px;	
}
.postSnippet p {
	margin-top: 0;	
	padding-top: 0;	
}
.readMore {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/arrow-long-orange.png);
	background-repeat: no-repeat;
	background-position: right center;		
}
.readMore a {
	display: block;
	padding-right: 33px;	
}

.pagination {
	margin-top: 20px;
	text-align:center;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;	
}
.pagination a {
	line-height: 280%;	
}
.pagination .page-numbers {
	padding: 0 8px 0 8px;	
}
.pagination a.prev, .postPrev {
	float: left;
	padding: 0;	
}
.pagination a.next, .postNext {
	float: right;	
	padding: 0;	
}
.paginateButton {
	float: left;
	background-color: #fff;
	width: 77px;
	height: 29px;	
	background-color: #fff;
	border: 1px solid #e5e5e5;
	background-image: url(images/arrow-long-black-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 7px;	
	-webkit-appearance:none;		
}
.nextButton {
	float: right;
	background-image: url(images/arrow-long-black-right.png);
	margin-right: 0;	
	margin-left: 7px;
	-webkit-appearance:none;
}
.prevNone, .nextNone {
	float: left;
	width: 120px;	
}
.nextNone { float: right; }

.booksContainer {
	margin-left: -18px;	
}
.booksContainer h1 {
	margin-left: 18px;	
}
.book {
	float: left;
	width: 121px;
	height: 187px;
	margin: 9px 0 9px 18px;	
	overflow: hidden;
	background-color: #F4F4F4;
	font-family: 'Oswald', sans-serif;
	color: #fa4a41;
	text-transform: uppercase;
	font-size: 200%;
	line-height: 120%;	
}
.book a {
	display: block;
	width: 100%;
	height: 100%;	
}
.book a.bookNoImg {
	padding: 5px;	
}

.featuredTagline {
	text-align: center;
	font-size: 90%;	
}

.rightNavSearch {
	margin: -15px;	
}
.rightNavSearch input {
	float: left;
	border: none;
	background-color: #fff;
	width: 122px;
	height: 34px;
	padding: 0;
	margin: 0;
	font-family: 'Roboto Slab', Georgia, serif;
	padding-left: 5px;	
	color: #7E7E7E;
}
.rightNavSearch #searchsubmit, .comments-area #submit {
	float: left;
	padding: 0;
	margin: 0;	
	border: none;
	background: none;
	background-color: #fa4a41;
	color: #fff;
	outline: none;
	cursor: pointer;
	font-weight: bold;	
	width: 70px;
	height: 34px;	
}

.noContent .rightNavSearch {
	float: left;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.noContent .rightNavSearch input {
	width: 200px
}

.comments-area #submit {
	float: right;
	width: auto;
	padding: 0 20px 0 20px;	
}
.comments-area #comment {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 130px;
}
.comments-area input, .comments-area #comment {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;	
}
.comments-area input {
	float: left;
	max-width: 162px;
	width: 50%;
	height: 22px;	
	margin-right: 10px;
}

.faqPage h3 {
	margin-top: 30px;
	margin-bottom: 0;	
	text-align: left;
}
.comment-respond {
	color: #393939;	
}

.comments-area ol {
	padding: 0;
	margin: 0;	
}
.comments-area ol li {
	list-style-type: none;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	padding: 10px;
}

.comments-area ol li:nth-child(even) {
	background-color: #fff;
}
.comments-area ol li .avatar  {
	float: left;
	margin: 0 14px 14px 0;	
}
.comments-area ol li .says {
	display: none;
}
.comments-area ol li .fn {
	font-style: normal;
	color: #393939;
}
.comments-area ol li .commentmetadata a, .comment-author a {
	text-decoration: none;
	color: #595959;
}
.comments-area ol li  {
	line-height: 160%;
	color: #393939;	
}
.comments-area h3 {
	text-transform: none;
	text-align: left;
	color: #393939;
	font-weight: bold;
	font-size: 120%;
	margin-top: 40px;	
}
.comments-area .form-allowed-tags, .comments-area .reply {
	display: none;	
}
.comments-area ol li.bypostauthor {
	background-color: #4a4a4a;
	color: #fff;
}
.comments-area ol li.bypostauthor .fn {
	color: #FFFFFF;
}
.comments-area ol li.bypostauthor .commentmetadata a, .comments-area ol li.bypostauthor .comment-author a {
	color: #F4F4F4;
}


.postDate {
	font-size: 90%;
    	font-weight: bold;
    	text-transform: uppercase;	
	color: #7E7E7E;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*------------ Media Queries ------------- */

@media only screen and (max-width: 1360px) {
	body.bio {
		background-image: none;
	}	
}

@media only screen and (max-width: 1024px) {
	.bookMiddleCol, .pageLeftCol {
		font-size: 100%;	
	}
}


@media only screen and (max-width: 1000px) and (min-width: 800px) {
	.middleFull {
		width: 60%;
	}	
	#mainFeature, #featureRight {
		float: none;
		margin: auto;
		max-width: 699px;
		overflow: auto;	
	}
	#featureRight {
		float: none;
		max-width: 699px;
		margin-top: 40px;
	}
	.bookMiddleCol, #mainLeft {
		width: 78.5%;	
	}
	.contentCol {
		width: 48%;		
	}
	.middleFull {
		width: 78%;	
	}
	.bookRightCol, .pageRightCol {
		float: right;
		width: 21%;	
	}
	.bookRightCol .pageRightCol {
		width: auto;	
	}	
	.rightNavSearch input {
		width: 57%;
	}
	.rightNavSearch #searchsubmit, .comments-area #submit {
		padding: 0 0 0 10px;
		width: auto;
	}
	.rightNavSearch {
		background-color: #FA4A41;
	}
}

@media only screen and (max-width: 972px) {
	.featureText {
		width: 464px;
	}
	.featuredPost {
		float: none;
		margin: auto;
		max-width: 699px;	
	}
	.featuredPostRight { 
		margin-top: 20px;		 	
	}
	#postContent img {
		width: 100%; 
        	height: 100%;
	}
}
@media only screen and (max-width: 900px) {
	.bookRightColRs #rsBreak {
		clear: both;
		margin-top: 40px;
	}
	.bookMiddleCol {
		max-width: none;
		float: none;
		width: auto;
		margin-left: 272px;
	}
	.middleFull {
		margin-left: 0;	
	}
	.bookRightColRs {
		float: none;
		width: 200px;
		margin: auto;		
		margin-top: 40px;
	}
	.rightNavSearch #searchsubmit, .comments-area #submit {
		padding: 0 3px;
	}		
	
}

@media only screen and (max-width: 800px) {
	#mainFeature, #featureRight {
		float: none;
		margin: auto;
		max-width: 699px;
		overflow: auto;	
	}
	#featureRight {
		float: none;
		max-width: 699px;
		margin-top: 40px;
	}	
	#rsBreak {
		clear: both;
	}	
	.introtext {
		display: none;	
	}
	.bookMiddleCol {
		width: auto;
		display: inline-block;
	}
	.bookRightCol, .pageRightCol {
		float: none;
		width: 200px;
		margin: auto;		
		margin-top: 40px;
	}
	
	.bookMiddleCol {		
		display: block;
		margin-left: 172px;
	}
	.middleFull {
		margin-left: 0;	
	}		
	#ukOption, #usOption {
		float: left;
		width: 100%;	
	}
	.bookLeftCol {
		width: 163px		
	}
	.bookLeftCol img {
		width: 100%;
		height: auto;		
	}				
}

@media only screen and (max-width: 735px) {
	.featureText {
		width: 231px;
	}
	#mainFeature .feature:last-child {
		display: none;
	}
	#featureRight .feature:last-child {
		display: inline;
	}
	.middleFull {
		width: auto;
	}
	#mainFeature, #featureRight, .featuredPost {
		max-width: 466px;	
	}					
}
@media only screen and (max-width: 520px) {
	.bookMiddleCol {
		margin-left: 0;
	}
	.bookLeftCol {
		float: none;
		width: 263px;
		margin: auto;
		margin-bottom: 40px;	
	}
}
@media only screen and (max-width: 502px) and (min-width: 340px) {
	.feature {
		width: 150px;
		height: 94px;
	}		
	#mainFeature, #featureRight, .featuredPost {
		max-width: 300px;	
	}
	.fInr h2 {
		padding: 0 0 4px 0;
		margin: 12px 0 4px 0;
		font-size: 16px;			
	}
	.fInr {
	    font-size: 10px;
	}	
	.textFull { font-size: 8px; }
}
@media only screen and (max-width: 450px) {
	.postSnippet img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 390px) {
	#header {
		text-align: center;	
	}
	#headerLogo {
		float: none;
		margin: auto;	
	}
	#navContainer {
		float: none;	
		text-align: center;
		width: 180px;
		margin: auto;
	}
	#nav {
		float: none;
		padding-top: 10px;	
	}
	#nav ul li { margin: 0; }
	#socialLinks {
		float: none;
		padding-left: 10px;
	    	width: 132px;
		margin: auto;	
	}
}
@media only screen and (max-width: 340px) {
	.feature {
		width: 100%;
		min-width: 286px;
		background-color: #F4F4F4;
		height: 179px;
	}
	.bookLeftCol {
		width: 100%;	
	}			
}