@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
a {
	color: #003366;
}
a:hover {
	color: #600;
}
#footer a, .latest a { color: #8ac1e7; }
#footer a:hover, .latest a:hover { color: #FFC; }
h1, h2, h3, h4, h5, .specs, .the-tab, .editiontext b {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	line-height: 1.3em;
}
h1 {
	padding-top: 1px;
	margin-top: 1px;
}
h4 {
	margin: 20px 0 5px;
}
h5 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px 0 5px;
}
.home-book, #menu a, #social a, .footer-left, .footer-right, .oneedition, .onechoice {
	display: inline-block;
	vertical-align: top;
}
/* Menu */
#menu {
	float: left;
	height: 55px;
	margin-left: 50px;
}
#menu a {
	background-image: url(images/menu-divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 55px;
	color: #cfaf72;
	text-decoration: none;
	width: auto;
	padding: 0 16px;
	text-transform: uppercase;
	margin: 0px;
}
#menu a:first-child {
	background-image: none;
}
#menu a:hover {
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}

/* Social */
#social {
	float: right;
	width: 156px;
	margin-right: 50px;
	padding-top: 10px;
}
#social a {
	overflow: hidden;
	background-position: left top;
	background-repeat:none;
	text-indent: -5000px;
	text-align: left;
	height: 30px;
	margin: 0 2px;
}
#social a:hover {
	background-position: left bottom;
}
a.twitter {
	background-image: url(images/1-social.png);
	width: 31px;
}
a.facebook {
	background-image: url(images/2-social.png);
	width: 29px;
}
a.tumblr{
	background-image: url(images/3-social.png);
	width: 30px;
}
a.cafepress {
	background-image: url(images/4-social.png);
	width: 31px;
}

/* Styles */
#header {
	background-image: url(images/top-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	position: fixed;
	width: 100%;
	background-color: #000;
	z-index: 999999;
}
#callout {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 40px;
	padding: 120px 0 0;

}
#callout.inside {
	padding: 70px 0 0;
}
@media only screen and (max-width: 1299px) {
	#callout {
		background-size: auto;
	}
}
.logo {
	max-width: 577px;
	width: 90%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 12px;
	margin: 0 auto;
}
.logo img {
	max-width: 518px;
	width: 90%;
}
#callout.inside .logo {
	border-bottom: none;
	padding-bottom: 0px;
}
.body-content {
	text-align: left;
	font-size: 116%;
	line-height: 1.4em;
}
.tagline {
	color: #bedfff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	text-shadow: 0px 0px 2px #000;
}
.black .tagline, .darkred .tagline, .darkblue .tagline {text-shadow: 0px 0px 2px #FFF;}
.latest {
	color: #FFF;
	margin: 30px auto 20px;
	max-width: 650px;
	width: 96%;
	font-size: 115%;
	line-height: 1.4em;
}
.black .latest, .darkred .latest, .darkblue .latest { color: #000; }

.lightgold .latest a, .lightgold .tagline {color: #dab458;}
.lightgold .latest a:hover { color: #fbeed0; }
.white .latest a, .white .tagline {color: #aaaaaa;}
.white .latest a:hover { color: #DDD; }
.black .latest a, .black .tagline {color: #202020;}
.black .latest a:hover { color: #000; }
.darkred .latest a, .darkred .tagline {color: #4e221f;}
.darkred .latest a:hover { color: #000; }
.darkblue .latest a, .darkblue .tagline {color: #273646;}
.darkblue .latest a:hover { color: #000; }

.black .logo, .darkred .logo, .darkblue .logo {
    border-bottom: 1px solid #000;
}

.divider {
	background-image: url(images/divider.jpg);
	background-size: 100% 19px;
	height: 19px;
}
#mainbody {
	background-image: url(images/main-bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
}
.pretend-bar-top {
	width: 95%;
	max-width: 940px;
	margin: 60px auto 0;
	background-color: #c2c2c2;
	height: 20px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 20px 0 0 0;
	text-align: left;
}
.breadcrumbs {
	margin: -5px 0 0 30px;
	font-size: 12px;
	padding-bottom: 16px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: center bottom;  
}
#callout.inside .pretend-bar-top {
	margin: 10px auto 0;
	height: 30px;
}
.pretend-bar {
	width: 95%;
	max-width: 940px;
	margin: 0 auto;
	background-color: #c2c2c2;
	height: 25px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.sneaky-gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0 1px;
	width: 95%;
	max-width: 940px;
	margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
	.sneaky-gradient {
		width: 96%;
		margin: 0 auto;
	}
	.pretend-bar, .pretend-bar-top {
		width: 96%;
	}
}
.middle {
	background-image: url(images/gradient-2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	max-width: 860px;
	padding: 0 40px 40px;
	background-color: #9a9a9a;
}
.home-book {
	width: 44%;
	margin: 0px 8% 50px 0 ;
}
.home-book.even {
	margin: 0px 0 50px 0;
}
.book-info {
	max-width: 180px;
	float: right;
}
.home-book h2 {
	margin: 0px;
	text-align: left;
	color: #093b5b;
	font-size: 22px;
}
.home-book img {
	float: left;
	display: block;
	border: 8px solid #d7d7d7;
	box-shadow: 0px 0px 12px #999;
	width: 159px;
}
.home-book img:hover {
	box-shadow: 0px 0px 12px #000;
}
.home-book p {
	text-align: left;
	margin: 0px;
}
.home-book p b {
	font-size: 16px;
}
a.boxed-link {
	background-color: #093b5b;
	padding: 5px 10px;
	text-align: center;
	display: block;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #c2c2c2;
	letter-spacing: 1px;
	margin-top: 10px;
}
a.boxed-link:hover, a.redbg:hover  {
	background-color: #000;
}

h2.red { color: #571809; }
a.redbg { background-color: #571809; }


a.one-book, a.one-series {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	background-color: #CCC;
	width: 130px;
	padding: 15px 10px;
	border-radius: 4px;
	color: #000;
	margin: 0 5px 20px;
}
a.one-book:hover, a.one-series:hover {
	box-shadow: 0px 0px 10px #000;
	background-color: #FFF;
}
a.one-book img, a.one-series img {
	height: 190px;
	width: auto;
}
a.one-series {
	width: 380px;
	text-align: left;
	margin: 0 10px 20px;
}
a.one-series img {
	float: left;
	margin-right: 20px;
}
a.one-series h2 {
	margin: 0px 0 5px;
}
a.one-series p {
	margin-top: 0px;
}
.fake-button {
	display: inline-block;
	border-radius: 8px;
	background-color: #DEDEDE;
	border: 1px solid #BBB;
	width: auto;
	padding: 3px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.one-series:hover .fake-button {
	background-color: #FFF;
}
.book-col, .left-col {
	width: 200px;
	float: left;
	background-color: #DEDEDE;
	border-radius: 12px;
	text-align: center;
	margin-right: 30px;
}
.left-col {
	background-color: transparent;
}
.book-col img {
	display: block;
	margin: 20px auto;
}
.right-column {
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 240px;
}
.right-column h2 {
	padding-top: 2px; margin-top: 0px;
}
.complete-list {
	border: 1px solid #666;
	color: #333;
	border-radius: 6px;
	margin: 20px;
	padding: 15px;
	text-align: center;
	background-color: #CCC;
}
.smallprint {
	font-size: 12px;
	color: #333;
	margin: 10px 20px;
}
.excerpt-buttons {
}
.excerpt-buttons a {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	border-radius: 4px;
	background-color: #3f5b6c;
	width: auto;
	padding: 3px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 6px;
}
.excerpt-buttons a:hover {
	background-color: #000;
}
#jumpMenu {
	padding: 5px 30px 5px 5px;
	background-image: url(images/purchase-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	border-radius: 4px;
	border: 0px;
}
#jumpMenu:hover {
	cursor: pointer;
}
#jumpMenu option {
	
}
.top-area {
	margin-bottom: 30px;
}
#bottomcontent {
	clear: both;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 1px;
	margin-top: 30px;
	padding-top: 20px;
}
.oneedition {
	width: 40%;
	max-width: 400px;
	text-align: left;
	margin: 0 20px 30px 0;
	font-size: 90%;
	line-height: 1.3em;
	background-color: #AFAFAF;
	border-radius: 10px;
	padding: 15px;
}
@media only screen and (max-width: 850px) {
	.oneedition {
		width: 90%;
	}
}
.onebook {
	float: left;
	margin-right: 20px;
}
.editiontext {
	line-height: 1.5em;
}
.editiontext b {
	font-size: 16px;
}
.editiontext b.purchase {
	font-size: 14px;
	display: block;
	margin: 10px 0 5px;
}
.rightssold {
	margin: 0px;
	text-align: left;
}

/* Footer */
#footer {
	width: 96%;
	margin: 20px auto;
	max-width: 960px;
}
.footer-left, .footer-right {
	width: 35%;
	color: #FFF;
	padding: 50px 5%;
	
}
.footer-left h4 {
	color: #8a9f70;
	border-bottom: 1px solid #8a9f70;
}
.footer-right h4 {
	color: #904e34;
	border-bottom: 1px solid #904e34;
}
.footer-left h4, .footer-right h4 {
	line-height: 42px;
	margin: 0px 0 20px 0;
	padding: 0px 0px 14px 0;
	font-size: 17px;
	letter-spacing: 2px;
}
#footer img {
	vertical-align: top;
	margin-right: 20px;
}
/* Flow chart */
#outside { position: relative; height: 1200px;}
#fantasy, #world, #pick, #thriller, #anything, #lookingfor {display:none;}
button {
	width: 500px;
	display: block;
	margin: 10px auto;
	border: 2px solid #333;
	background-color: #CCC;
	padding: 6px;
	font-size: 120%;
	border-radius: 12px;
}
button:hover {
	cursor: pointer;
	background-color: #FC6;
	border: 2px solid #660;
	-webkit-transition: 0.2s;
	-moz-transition:    0.2s;
	transition:         0.2s;
}
#pick, #choices {
	position: absolute;
	margin: 0 auto;
	width: 100%;
}
#choices p {
	font-size: 20px;
}
.the-choice {
	clear: both;
	margin: 20px;
}
.the-choice h2 {
	text-align: left;
	margin-bottom: 5px;
}
.onechoice {
	width: 150px;
	border: 2px solid #666;
	border-radius: 10px;
	padding: 10px 0;
	margin: 0 20px 20px 0 ;
	float: left;
}
.onechoice img {
	width: 130px;
	height: auto;
}
.onechoice:hover {
	background-color: #CCC;
}
#pick p {
	text-align: left;
	margin: 10px 30px;
	font-size: 18px;
}
#redo {
	clear: both;
}
#pick p.specs {
	line-height: 38px;
	font-size: 15px;
}
.specs b {
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #444;
}
.specs b.q-age {
	padding-left: 32px;
	background-image: url(images/quiz-age.jpg);
}
.specs b.q-genre {
	padding-left: 37px;
	background-image: url(images/quiz-genre.jpg);
	margin-left: 18px;
}
.specs b.q-fantasy {
	padding-left: 35px;
	background-image: url(images/quiz-fantasy.jpg);
	margin-left: 18px;
}

h1 .smprint {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
}
.feature-img {
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #333;
}
.keep-together {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 666px) {
	.keep-together {
		display: inline;
		margin: 0 auto;
	} 
}
.one-top {
	text-align: left;
}
.one-top .short-desc {
	display: none;
}
.books-page .long-desc {
	display: none;
}
.all-books {
	clear: both;
	padding-top: 25px;
}
.the-tab {
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 150px;
	text-align: center;
	float: right;
	padding: 30px 0 ;
}
.the-tab img {
	display: block;
	margin: 0 auto;
}
.caption {
	width: 90%;
	margin: 0 auto 20px;
	background-color: #FFF;
	background-color: rgba(255,255,255,.3);
	text-align: center;
	padding: 20px;
	border-radius: 14px;
}
.caption img {
	display: block;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 975px) { 
	.home-book {
		width: 96%;
		margin: 0 auto 30px;
	}
	.home-book img {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.book-info {
		display: inline-block;
		vertical-align: middle;
		float: none;
		width: 60%;
		margin-left: 40px;
		max-width: 60%;
		
	}
}
@media only screen and (max-width: 750px) { 
	#header {
		height: 95px;
		background-color: #000;
		background-image: none;
	}
	#menu {
		float: none;
		height: 45px;
		margin: 0 auto;
	}
	#social {
		float: none;
		width: 156px;
		margin: 0 auto;
		padding-top: 10px;
	}
	#callout {
		padding-top: 135px;
	}
	#callout.inside {
		padding: 100px 0 0;
	}
	
}
@media only screen and (max-width: 711px) {
	.home-book img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.book-info {
		display: block;
		float: none;
		width: 96%;
		margin-left: 0px;
		margin-top: 30px;
		max-width: 96%;
		
	}
}
@media only screen and (max-width: 675px) {
	.footer-left, .footer-right {
		width: 90%;
		display: block;
		padding: 50px 1%;
	}
}
@media only screen and (max-width: 600px) {
	.book-col, .left-col {
		width: 80%;
		float: none;
		margin: 0 auto 30px;
		padding-top: 20px;
	}
	.right-column {
		padding-left: 0px;
	}
	.middle {
		padding: 30px 40px 40px;
	}
}
@media only screen and (max-width: 500px) {
	#menu a {
		padding: 0 8px;
	}
	#menu {
		min-width: 400px;
	}
}