/*
Website: 		Magic Rat Books
URI: 			http://siteName.com/
Version: 		1.0
Author: 		Andrew Canham
Author URI: 	http://andrewcanham.com
*/

/* --------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
	
	CONTENTS:
	
	1. RESET - from HTML5 Boilerplate
	
	2. FONT-FACE
			
	3. PAGE STRUCTURE
		3.1 General
		3.2 Header
			3.2.1 main navigation
			3.2.1 books navigation
		3.3 Main
			3.3.1 home page
			3.3.2 book page
		3.4 Footer

			
	4. BROWSER SPECIFIC
	
	5. MEDIA QUERIES
	
	6. PRINT STYLES
	
	7. HELPER CLASSES
	

/* 1. RESET - from HTML5 Boilerplate
-----------------------------------------------------------------------------------------------
===============================================================================================*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: 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; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin: 0; }
ol { list-style-type: decimal; }
ul, li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.clear { clear:both; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * Font normalization by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body{font:13px/1.231 "Helvetica Neue", Helvetica, Arial, sans-serif;*font-size:small;*font:x-small}select,/*input*/,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

body, select, input, textarea {
  color: #444;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* 2. FONT-FACE
-----------------------------------------------------------------------------------------------
===============================================================================================*/

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

}

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

}

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

}

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

}

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

}

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

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}



/* 3. PAGE STRUCTURE
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	background: url(../img/mainBG.jpg) #eaeaea;
	color: #4e4e4e;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: "PTSerifRegular", Georgia;
	font-size: 14px;
	line-height: 24px;
}

/* 3.1 General */
a {
	text-decoration: none;
}
.inner {
	margin: auto;
	padding: 0 48px;
	position: relative;
	width: 896px;
}
h2 span {
	display: block;
}
h2.red span.strapline {
	color: #be3617;
}
h2.green span.strapline {
	color: #979c18;
}
strong {
	color: #000;
	font-weight: normal;
}
em {
	color: #000;
	font-style: italic;
}
.drop8px {
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.drop8px:hover {
		-moz-box-shadow: 0px 0px 8px #fff;
		-webkit-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}
.readMore a {
	color: #fff;
	display: block;
	font-family: "PTSansNarrowBold", arial;
	font-size: 18px;
	margin: auto;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.readMore.large a {
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
	border-radius:12px;
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	margin: 60px auto;
	padding: 8px 0;
	width: 224px;
}
.readMore.red a {
	background: #d52f09;
		background-image: -moz-linear-gradient(top, #b83011, #d52f09);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#b83011), to(#d52f09));
		background-image: -o-linear-gradient(top, #b83011, #d52f09);
	background-image: linear-gradient(top, #d52f09, #b83011);
}
.readMore.small a {
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	border-radius:8px;
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	font-size: 14px;
	margin: 30px auto;
	padding: 6px 0;
	width: 170px;
}
.readMore.green a {
	background: #a3a724;
		background-image: -moz-linear-gradient(top, #979a4a, #a3a724);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#979a4a), to(#a3a724));
		background-image: -o-linear-gradient(top, #979a4a, #a3a724);
	background-image: linear-gradient(top, #979a4a, #a3a724);
}
.readMore a:hover {
	background: #706765;
		-moz-box-shadow: 0px 0px 8px #fff;
		-webkit-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}
blockquote {
	font-family: "PTSerifItalic", arial;
}

/* 3.2 Header */
.header {
	background: url(../img/headerBck.jpg) repeat-x bottom #343434;
		-moz-box-shadow:0px 0px 20px #000000, 0px 0px 4px #000000;
		-webkit-box-shadow:0px 0px 20px #000000, 0px 0px 4px #000000;
	box-shadow:0px 0px 20px #000000, 0px 0px 4px #000000;
	padding-bottom: 20px;
}
.nav {
	background: url(../img/navBck.jpg) bottom repeat-x;
		-moz-box-shadow:0px 0px 6px #000000;
		-webkit-box-shadow:0px 0px 6px #000000;
	box-shadow:0px 0px 6px #000000;
	height: 100px;
}
.logo {
	background: url(../img/bookmarkShadow.png) no-repeat bottom;
	left: 0;
	padding-bottom: 17px;
	position: absolute;
}
.logo h1 {
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,.6);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,.6);
	box-shadow:0px 0px 6px rgba(0,0,0,.6);
}

/* 3.2.1 main navigation */
.mainNav {
	font-family: 'PTSerifBold';
	padding-top: 26px;
}
.topNav {
	float: right;
	margin-left: 40px;
}
.topNav a, .topNav.checkout .submitCheckout {
	color: #d1d1d1;
	display: block;
	height: 28px;
	padding: 10px 0 0 44px;
	text-decoration: none;
}
.topNav a:hover, .topNav.checkout .submitCheckout:hover {
	color: #fff;
}
.topNav.ourBooks a {
	background: url(../img/navBooks.jpg) no-repeat bottom left;
}
.topNav.ourBooks a:hover {
	background: url(../img/navBooks.jpg) no-repeat top left;
}
.topNav.ourBooks a.on {
	background: url(../img/navBooks.jpg) no-repeat top left;
}
.topNav.checkout a {
	background: url(../img/navCheckout.jpg) no-repeat bottom left;
}
.topNav.checkout a:hover {
	background: url(../img/navCheckout.jpg) no-repeat top left;
}
.topNav.checkout .submitCheckout {
	background: url(../img/navCheckout.jpg) no-repeat bottom left transparent;
	border: 0;
	font-family: 'PTSerifBold';
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 28px;
}
.topNav.checkout .submitCheckout:hover {
	background: url(../img/navCheckout.jpg) no-repeat top left transparent;
}
.topNav.contact a {
	background: url(../img/navContact.jpg) no-repeat bottom left;
}
.topNav.contact a:hover {
	background: url(../img/navContact.jpg) no-repeat top left;
}

/* 3.2.2 books navigation */
.subMenu {
	padding: 30px 60px 30px 0;
}
.close {
	opacity:0.6;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
		filter: alpha(opacity=60);
	position: absolute;
	right: 40px;
	top: 24px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 42px;
	z-index: 1000;
}
.close:hover {
	opacity:1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		filter: alpha(opacity=100);
}
.close a {
	background: url(../img/close.png) no-repeat top;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -10000px;
	width: 42px;
}
.close a:hover {
	background: url(../img/close.png) no-repeat bottom;
}
.subNav {
	float: right;
	margin-left: 64px;
	position: relative;
}
.subNav a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.subNav a img {
	border: 10px solid rgba(0,0,0,.1);
	opacity:0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		filter: alpha(opacity=70);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.subNav a:hover img {
	border: 10px solid rgba(255,255,255,.0);
		-moz-box-shadow:0px 0px 6px rgba(0,0,0,.3);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,.3);
		box-shadow:0px 0px 6px rgba(0,0,0,.3);
	opacity:1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);	
}
.subNav a span {
	background: url(../img/labelBck.jpg) repeat-x 0 1px #ababab;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
	border-radius:12px;
	bottom: 0;
		-moz-box-shadow:0px 0px 16px #000000;
		-webkit-box-shadow:0px 0px 16px #000000;
	box-shadow:0px 0px 16px #000000;
	display: block;
	left: -4px;
	opacity:0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	padding: 10px 4px 8px;
	position: absolute;
	text-align: center;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
}
.subNav a:hover span {
	bottom: -60px;
	opacity:1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	filter: alpha(opacity=100);
}
.subNav.fromJavaToNagasaki {
	width: 129px;
}
.subNav.iFoughtThemAll {
	width: 129px;
}
.subNav.landOfHopeAndDreams {
	width: 209px;
}
.booksNav {
	/*display: none;*/
	font-family: 'PTSansBold', arial;
	font-size: 12px;
	text-transform: uppercase;
}
.booksNav a {
	color: #000;
}

/* 3.3 Main */
.content {
	padding: 70px 0 30px;
}


/* 3.3.1 home page */
.mainArticle {
	border-right: 1px solid #cbcbcb;
	font-size: 24px;
	float: left;
	line-height: 30px;
	padding: 0 67px 0 50px;
	width: 502px;
}
.mainArticle h2 {
	color: #353535;
	font-family: "PTSansBold", arial;
	font-size: 48px;
	line-height: 54px;
	padding-bottom: 30px;
}
.mainArticle h2 span.strapline {
	font-size: 24px;
	line-height: 30px;
}
.mainArticle h2 span.author {
	color: #737373;
	font-family: "PTSansRegular", arial;
	font-size: 18px;
	line-height: 24px;
}
.mainArticle div.bookInfo {
	padding-left: 204px;
}
.mainArticle img {
	float: left;
	margin-left: -204px;
}
.mainArticle blockquote {
	background: url(../img/quote.jpg) no-repeat top right;
	clear: both;
	padding-right: 116px;
}
.rightColumn {
	float: left;
	width: 276px;
}
.rightBook {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 23px;
	padding: 18px 0 24px 48px;
}
.rightBook h2 {
	color: #353535;
	font-family: "PTSansBold", arial;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
}
.rightBook h2 span.strapline {
	font-size: 14px;
	line-height: 18px;
}
.rightBook h2 span.author {
	color: #737373;
	font-family: "PTSansRegular", arial;
	font-size: 14px;
	line-height: 18px;
}
.rightBook div.bookInfo {
	font-size: 12px;
	line-height: 18px;
	padding-left: 90px;
}
.rightBook div.bookInfo img {
	float: left;
	margin-left: -90px;
}
.rightBook:last-child {
	border-bottom: none;
}

/* 3.3.2 book page */

.bookPage {
	font-size: 18px;
	line-height: 24px;
	padding-left: 92px;
	width: 804px;
}
.bookPage p {
	margin-bottom: 24px;
}
.bookPage h2 {
	color: #353535;
	font-family: "PTSansBold", arial;
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 36px;
	text-shadow: 0 1px 0 #fff;
}
.bookPage h2 .strapline {
	color: #be3617;
	font-size: 30px;
	line-height: 36px;
}
.bookPage h2 .author {
	color: #be3617;
	font-family: "PTSansRegular", arial;
	font-size: 18px;
	line-height: 24px;
}
.bookPage h2 .author strong {
	color: #000;
}
.bookPage .intro {
	color: #353535;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 48px -68px;
}
.pullLeft {
	float: left;
	margin: 0 36px 0 -92px;
}
.bookPageLeft {
	float: left;
	width: 344px;
}
.bookPageRight {
	float: left;
	margin-left: 68px;
	width: 436px;
}
.bookMainImg {
	position: relative;
	text-align: right;
}
.quotes {
	border-top: 1px solid #7f7f7f;
	margin-top: 120px;
	padding-top: 36px;
	width: 412px;
}
.quotes li {
	padding-bottom: 24px;
}
.quotes blockquote {
	background: url(../img/quoteSmall.jpg) no-repeat top right;
	clear: both;
	font-size: 24px;
	line-height: 30px;
	min-height: 44px;
	padding: 0 98px 24px 0;

}
a.buyNow {
	bottom: -68px;
	display: block;
	height: 148px;
	position: absolute;
	right: -68px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .1s ease-in-out;
	width: 147px;
}
a.buyNow:hover {
	bottom: -62px;
		-moz-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
	transform: rotate(5deg);
}
div.extraInfo {
	font-size: 14px;
	line-height: 21px;
	padding: 70px 0 0 68px;
}
div.bookPageBottomContainer {
	clear: both;
	padding-top: 24px;
}
div.bookPageBottom {
	background: url(../img/bookPageBottom.jpg) no-repeat top;
	padding: 96px 0 96px 184px;
}
div.bookPageBottom h3 {
	color: #353535;
    font-family: "PTSansBold",arial;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
    text-shadow: 0 1px 0 #fff;
}
div.bookPageBottom h3 span {
	color: #be3617;
}
div.bookPageBottom h4 {
	letter-spacing: .3em;
	padding-bottom: 12px;
	text-transform: uppercase;
}

div.bookPageBottom .submit {
	background: #d52f09;
		background-image: -moz-linear-gradient(top, #b83011, #d52f09);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#b83011), to(#d52f09));
		background-image: -o-linear-gradient(top, #b83011, #d52f09);
	background-image: linear-gradient(top, #d52f09, #b83011);
    border: 0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    border-radius: 6px;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,.5);
    clear: both;
    color: #fff;
    display: block;
    font-family: "PTSerifRegular",arial;
    font-size: 12px;
    letter-spacing: .2em;
    margin: 24px 0 0;
    padding: 6px 0;

		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    width: 144px;
}
div.bookPageBottom .submit:hover {
	background: #706765;
		-moz-box-shadow: 0px 0px 8px #fff;
		-webkit-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}

/* 3.4 Footer */
.footer {
	background: url(../img/footerBck.jpg) #f2f2f2;
	color: #3e3e3e;
	font-family: 'PTSerifRegular';
	padding: 70px 0;
}
.footer h3 {
	color: #000;
	margin-bottom: 1em;
}
.footer p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.footer a {
	color: #000;
	font-family: 'PTSerifBold';
	text-decoration: none;
}
.footer a:hover {
	color: #be3617;
}
.footer-left {
	float: left;
	font-size: 18px;
	padding: 0 92px 0 22px;
	text-align: center;
	width: 394px;
}
.footer-left h3 {
	font-size: 24px;
}
.footer-right {
	float: left;
	font-size: 14px;
	padding-left: 154px;
	width: 232px;
}
.footer-right h3 {
	font-size: 18px;
}
.footer-contact {
	padding-bottom: 3.8em;
}
.footer-logo {
	border-top: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-top: 2em;
	padding: 2em 0 2.2em;
	text-align: center;
}
.siteCredit {
	clear:both;
	background: #000;
	padding: 10px;
	text-align: center;
}
.siteCredit a {
	color: #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.siteCredit a:hover span, .siteCredit a span {
	color: #ffaf31;
}
.siteCredit a:hover {
	color: #5b5959;
}



/* 4. BROWSER SPECIFIC	
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 5. MEDIA QUERIES
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 6. PRINT STYLES
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 7. HELPER CLASSES
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
