html,
body {
	margin: 0;
	padding: 0;
}

html {
	background: #f4f4f4/* url(/splash/bg.gif) no-repeat*/;
}

body {
	font-family: helvetica,arial,sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
}

h1,h2 {
	font-family: helvetica,arial,sans-serif;
	text-align: center;
	text-shadow: 0 1px #fff;
	font-weight: bold;
}

h1 {
	margin: 1.5em 0 .5em 0;
	font-size: 200%;
}
h2 {
	margin: 0 0 2em 0;
	font-size: 140%;
}

img {
	display: block;
	border: 0;
}

#content {
	position: relative;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

#header {
	position: relative;
	overflow: hidden;
	width: 548px;
	margin: 1.5em auto 2em auto;
	max-width: 100%;
}
#header img {
	width: 100%;
}
#header h1 {
	position: absolute;
	top: -100px;
	font-size: 1px;
}


.available-now {
	margin: .5em 0;
	padding: .5em .5em;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;

	font-size: 38px;
	font-family: georgia,serif;
	line-height: 1.3em;
	text-align: center;
	color: #999;

	background-color: #f4f4f4;
	
	background-image: -moz-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* FF 3.6+ */
    background-image: -ms-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* IE10 */
    background-image: -webkit-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* Opera 11.10 */
    background-image: linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* the standard */
}

.product-container {
	width: 100%;
	margin: 0 auto;
}
.product-container:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

a.product {
	display: block;
	width: 47%;
	max-width: 313px;
	margin: 0 auto;
	
	text-align: right;
	color: #333;
	text-decoration: none;
}
a.product:hover {
	color: #777;
}

a.kindle {
	float: right;
	
}
a.book {
	float: left;
}

a.kindle img,
a.book img {
	width: 100%;
}

a.product div.button {
	/*font-size: 30px;
	color: #ccc;
	text-align: center;
	text-shadow: 0 1px #fff;
	margin-top: .2em;
	font-family: georgia,serif;*/
	
	
	margin: 0 auto;
	margin-top: .5em;
	width: 75%;
	
	padding: .5em 0;
	font-size: 18px;
	color: #999;
	font-weight: bold;
	text-align: center;
	
	text-shadow: 0 1px #fff;
	
	border: 1px solid #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	box-shadow: 0 1px 4px #ccc;
	
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); /* FF 3.6+ */
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee); /* IE10 */
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee); /* Opera 11.10 */
    background-image: linear-gradient(top, #ffffff, #eeeeee); /* the standard */
}

#quote {
	margin: 3em 0;
	padding: 1.5em 1em 1.5em 1em;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;

	font-size: 130%;
	font-family: georgia,serif;
	line-height: 1.3em;
	text-align: left;
	color: #666;

	background-color: #f4f4f4;
	
	background-image: -moz-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* FF 3.6+ */
    background-image: -ms-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* IE10 */
    background-image: -webkit-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* Opera 11.10 */
    background-image: linear-gradient(left, #f4f4f4, #ffffff, #f4f4f4); /* the standard */
}
#quote .author {
	font-size: 70%;
	color: #888;
	margin-top: 1em;
	padding-left: 1em;
	line-height: 1.2em;
}


#nav {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
#nav:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
#nav li {
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
#nav li a {
	position: relative;
	top: 0;
	display: block;
	padding: .7em 2em .5em 2em;
	
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	
	background-color: #e0e0e0;
	
	-webkit-border-radius: 1em 1em 0 0;
	-moz-border-radius: 1em 1em 0 0;
	border-radius: 1em 1em 0 0;
}
#nav li a.active {
	top: 1px; /* Push down so it covers the top border of the content. */
	background-color: #fff;
	color: #333;
}


#content-secondary {
	width: 100%;
	padding-bottom: 2em;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}
#content-secondary .inner {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}


#content-synopsis {
	margin-top: 3em;
}

#content-preview {
	margin-top: 3em;
}
#content-preview .installment-header {
	margin-top: 2em;
	font-weight: bold;
	font-size: 120%;
}
#content-preview .scene {
	font-size: 80%;
	font-family: monospace;
	border: 1px solid #999;
	padding: .5em 1em;
	margin: 2em 0;
}
#content-preview img.episode {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
#content-preview .episode-header {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3em;
}

#footer {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 2em 0;
	
	font-size: 80%;
	text-align: center;
	//color: #999;
	font-family: georgia,serif;
}


#social {
	margin: 0 auto;
	width: 80px;
	height: 30px;
	margin-bottom: 1em;
}
#social a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

@media (max-width: 650px) {
	body {
		font-size: 14px;
	}
	.available-now {
		font-size: 30px;
	}
	a.product div.button {
		font-size: 15px;
	}
	#nav li a {
		font-size: 90%;
	}
}

@media (max-width: 450px) {
	.available-now {
		font-size: 22px;
	}
	a.product div.button {
		font-size: 11px;
	}
	#nav li a {
		font-size: 80%;
		padding: .5em 1em .3em 1em;
	}
}

/*@media (max-width: 500px) {
	a.product {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}*/



/* ************************************************************************** */
/*                     Hide Text for Image Replacement                        */
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
/* ************************************************************************** */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}