/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: #512a2f;
    background-image: url("../images/twcbackground.png");
	background-repeat: repeat-x cover;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
}

h1, h2 {
    line-height: 1.5;
	font-family: 'PT Sans', sans-serif;
	color: #000;
	letter-spacing: 1.7px;
}

h1 {
    font-size: 1.89em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
    font-size: 0.75em;
    margin: 5px 5px 0px 5px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border-radius: 20px;
    display: inline-block;
	color:#000;
	padding: 3px 10px 3px 12px;
}

h3 {
	font-size: 1.29em;
	font-family: 'PT Sans', sans-serif;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 1.4em;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #f05b89;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	text-decoration:underline;
}



a img, img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

symbols {
	max-width: 455px;
}



.wrapper {
    padding: 20px 5px;
    margin: 0 auto;
    max-width: 620px;
    border-width: 0px;
    margin-bottom: 5px;
	margin-top: 75px;
}

.wrapperInner {
	position: relative;
	margin: -100px;
	margin-bottom: -130px;
}

.wrapperHeader {
	background: transparent;
    padding: 20px 5px;
    margin: 0 auto;
    max-width: 960px;
}

.grouping {
    position: relative;
	clear: both;
	margin-bottom: 0px;
}


#bookinfo {
    width: 100%;
    height: auto;
	align: center;
	background-color: rgba(235,194,199,0.5);
    border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0px 30px;
	color: #000
}


.bookCover {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.bookCover, .bookCover img {
    height: auto;
    max-width: 100%;
    width: 300px;
}

.bookCover img {
    display: block;
}

audio {
    max-width: 100%;
    width: 100%;
}

.buyLinks, .navLinks {
    text-align: center;
}


.navLinks {
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
}

.navLinks li {
	display: inline-block;
}
.navLinks a{
	color: #f05b89;
}
.videoContainer {
    background-color: transparent;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-touch .buyLinks img, .no-touch .footerRight img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.no-touch .buyLinks img:hover, .no-touch .footerRight img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.no-touch.no-csstransforms .buyLinks img, .no-touch.no-csstransforms .footerRight img {
    opacity: 1.0;
    filter: Alpha(Opacity=100);
}

.no-touch.no-csstransforms .buyLinks img:hover, .no-touch.no-csstransforms .footerRight img:hover {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
}

.navLinks a:hover {
    opacity: 0.6;
}

.navLinks a img {
    filter: Alpha(Opacity=100);
}

.navLinks a img:hover {
    filter: Alpha(Opacity=60);
}
.secondaryContent {
    clear: both;
}


.authorPhoto {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}

.listTitle, .listAuthor {
    display: block;
}

.bookList li, .charactersList li {
    float: left;
}

.bookList li:nth-child(odd), .charactersList li:nth-child(odd) {
    clear: both;
}

.bookList a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-weight: normal;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    -webkit-transform: all 0.4s;
    -moz-transform: all 0.4s;
    -o-transform: all 0.4s;
    transform: all 0.4s;
}

.bookList a:hover {
    color: #404040;
    background: #fff;
    background: rgba(255,255,255, 0.4);
}

.listTitle {
    margin-top: 10px;
}


.socialLinks {
    text-align: center;
}

.socialLinks li {
    display: inline-block;
    height: 44px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 44px;
}

small {
    display: block;
    text-align: center;
}

.buyLinks, .navlinks {
    text-align: center;
}
.buyLinks li {
    display: inline-block;
    margin: 0 12px 14px 0;
    width: 98px;
	text-align: center;
}



.buy {
	clear: both;
}

#footer {
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	color: #000;
	font-size: 8pt;
	display: block;
	clear: left;
	width: 100%;
}

.footerContent {
	max-width: 960px;
	margin: 0 auto;
}

.footerLeft {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.footerCenter {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

.footerRight {
	width: 100%;
	text-align: center;
	display: inline-block;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.social  {
	width: 30px;
}


#popup p {
    color: #404040;
}



	

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 370px) {
h2 {
	font-size: 1.75em;
}

}

@media only screen and (max-width: 599px) {


.bookList li {
    width: 100%;
}

.primaryContent .grouping {
	margin-bottom: 10px;
}


}

@media only screen and (min-width: 600px) {

h1 {
	font-size: 2.14em;
}

.authorPhoto {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    width: 200px;
}

.bookList li {
    float: left;
    width: 50%;
}

.lt-ie9 .divTable {
    display: block;
}

.divRow {
    display: table-row;
}

.lt-ie9 .divRow {
    display: block;
}

.divCol {
    display: block;
    float: left;
    width: 46%;
}

.readerPrologue {
	display: block;
	width: 96%;
}

.reader {
    -webkit-border-top-left-radius: 20px ;
    -moz-border-top-left-radius: 20px ;
    border-top-left-radius: 20px ;
    -webkit-box-shadow: inset 8px 4px 8px rgba(0,0,0, 0.2);
    -moz-box-shadow: inset 8px 4px 8px rgba(0,0,0, 0.2);
    box-shadow: inset 8px 4px 8px rgba(0,0,0, 0.2);
    height: 450px;
    *overflow: scroll;
    overflow-y: scroll;
}

.lt-ie9 .divCol {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 2%;
    text-align: center;
    width: 48%;
}

.divCol p:first-child {
    margin-top: 0;
}

.divCol:first-child {
    padding-right: 15px;
}

.lt-ie9 .divCol:first-child {
    padding: 0;
}

.divCol:last-child {
    padding-left: 15px;
}

.lt-ie9 .divRow .last {
    float: right;
    padding-left: 15px;
    text-align: left;
}

.divTable + p {
    margin-top: 30px;
}



}

@media only screen and (min-width: 768px) {
.bookLink, .bookCover {
    left: -328px;
    margin: 0;
    position: absolute;
    top: 0;
}

.primaryContent .grouping {
    margin-left: 328px;
	min-height: 450px;
    overflow: visible;
    position: relative;
	margin-bottom: 5px;
}

h1 {
    margin-top: 0;
}

.aboutAuthor {
    width: 100%;
	margin-bottom: 20px;
}

.aboutAuthorHome {
	float: left;
	width: 45%;
	margin: 15px;
}

.authorPhoto {
    margin: 15px 15px 0 0;
}

.buyMore {
    text-align: center;
}

.bookList li {
    display: inline-block;
    width: 25%;
}

.bookList li:nth-child(odd) {
    clear: none;
}

.charactersList li:nth-child(odd) {
	clear: both;
}

.bookList img {
    margin-left: auto;
    margin-right: auto;
}

.socialLinks {
    margin-left: 330px;
    text-align: left;
}

.socialLinks h2 {
    margin-top: 0;
}

.socialLinks li {
    display: block;
    float: left;
}


#footer {
	padding-bottom: 60px;
	margin-top: 0;
}
.footerLeft {
	width: 33%;
	float: left;
}

.footerCenter {
	width: 33%;
	float: left;
	display: inline-block;
}

.footerRight {
	width: 33%;
	display: inline-block;
}
}
@media only screen and (max-width: 935px) {
body {
background-image: url("../images/mobilebg.png");
background-size: cover;
	-moz-background-size: cover;
		background-repeat:repeat;
}
.wrapper {
    padding: 20px 150px 20px 150px;
}
}
@media only screen and (max-width: 790px) {
.charactersList li {
	width: 100%;
}

}

@media only screen and (min-width: 790px) {
.charactersList li {
	float: left;
	width: 45%;
	margin: 15px;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}