body {
	background-color: #FFF;
	margin: 0; 
	padding: 45px 0 0 0;
	color: #000000;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 10.5pt;
}

p
{
	margin-top: 0px;
}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	color: #993300;
	text-decoration: none;
}

.normal
{
	font-style: normal;
}

.italics
{
	font-style: italic;
}

.centered
{
	text-align: center;
}

.video
{
	width: 600px;
	height: 338px;
}

.video iframe
{
	width: 100%
	height 100%;
}


body.home
{
	background-color: #a03629;
	color: #FFF;
}

.mobile-only, #mobile-nav
{
	display: none;
}

#container {
	width: 100%;
	margin: 0px auto;
	padding-top: 0px;
}

body.home #container
{
	padding-bottom: 40px;
}

#container .content
{
	width: 960px;
	margin: 0px auto;
}

#container .content.header
{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 45px;
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

body.reviews .content.main, body.books .content.main, body.excerpt .content.main, body.about-page .content.main
{
	padding-top: 80px;
}



.logo
{
	font-family: 'Times New Roman', serif;
	position: absolute;
	top: 7px;
	left: 40px;
	font-size: 20pt;
	letter-spacing: 1px;
}

.logo a, .logo a:hover, .logo a:visited
{
	color: #a03629;
	text-decoration: none;
}

#navigation {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 0;
	position: absolute;
	top: 14px;
	right: 25px;
}

#navigation li {
	float: left;
	width: auto;
	margin: 0px 1px .25em 0px;
	list-style-type: none;
	padding: 0px;
}

#navigation ul {
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 18px;
	z-index: 10000;
	font-size: 10px;
	text-align: left;
}

#navigation ul.visible
{
	display: block;
	padding-bottom: 10px;
}


#navigation a {
	display: block;
	text-decoration: none;
	/*color: #993300; */
	color: #000;
	line-height:1;
	padding: 4px 10px 4px 10px;
	text-align: center;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, #container ul li.current > a {
	background-color: #CC6600;
	color: #FFFFFF;
}


#navigation a:hover
{
	background-color: #CC6600;
	color: #FFFFFF;
}

#navigation ul li {
	float: none;
}

#navigation ul, #navigation ul li {
	width: 200px;
	letter-spacing: 0.1em;
	padding: 3px 0px 0px 0px;
}

#navigation ul a
{
	text-align: left;
}

.indeximg {
	width: 960px;
	margin: 75px auto 0px auto;
}

.fleft
{
	float: left;
}

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

.book_cover
{
	width: 421px;
}

.book_cover img
{
	width: 100%;
}

.indexpraise {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	margin-left: 60px;
	margin-top: 60px;
	margin-right: 0px;
	font-weight: lighter;
	letter-spacing: 1px;
	width: 460px;
}

blockquote
{
	margin: 0px;
	padding: 0px;
}

body.reviews blockquote, body.about-page blockquote
{
	margin-bottom: 4em;
	
}

body.books blockquote
{
	padding-top: 20px;
}

blockquote footer
{
	color: #000;
	text-align: right;
	font-style: normal;
	padding-right: 10px;
}

blockquote footer cite
{
	font-style: normal;
}

body.reviews blockquote footer cite, body.about-page blockquote footer cite, body.books blockquote footer cite
{
	color: #993300;
	font-style: italic;
}

body.books .review
{
	margin-bottom: 130px;
}

.buy-links
{
	margin-top: 60px;
	height: 33px;
	overflow: hidden;
	vertical-align: text-top;
}

.buy-links div
{
	-webkit-transform: translate(-190px);
	-webkit-transition: -webkit-transform .35s ease-in-out;
}

.buy-links div.expanded
{
	-webkit-transform: translate(0px);
	-webkit-transition: -webkit-transform .35s ease-in-out;
}
	
a.buy-button
{
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: 91px auto;
	width: 91px;
	height: 33px;
	display: inline-block;
	font-family: 'Helvetica', sans-serif;
	font-size: 80%;
	text-align: center;
	padding: 0px;
	/*padding: .9em 3em .9em 3em;*/
}

a.buy-button span
{
	display:inline-block; 
	vertical-align:middle;
	margin-top: 5px;
}

a.buy-button.buy
{
	background-color: #000;
	color: #FFF;
	background-image: none;
	margin-left: -2px;
}

a.buy-button.amazon
{
	background-image: url('../images/amazon.jpg');
	opacity: 0;
	-webkit-transition: opacity .7s ease-in-out .25s;
}

.expanded a.buy-button.amazon
{
	opacity: 1;
	-webkit-transition: opacity .7s ease-in-out .25s;
}

a.amazon span, a.graywolf span
{
	visibility: hidden;
}

a.buy-button.graywolf
{
	background-image: url('../images/graywolf.jpg');
	opacity: 0;
	-webkit-transition: opacity .7s ease-in-out .25s;
}


.expanded a.buy-button.graywolf
{
	opacity: 1;
	-webkit-transition: opacity .7s ease-in-out .25s;
}


#buy-links
{
	
}

.buy-links img
{
	height: 33px;
	
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	font-weight: normal;
}

.titleheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #993300;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-bottom: 40px;
}

h2.titleheader
{
	margin-top: 26px;
}

h1.titleheader span, h2.titleheader span
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


body.reviews .titleheader, body.about-page h1.titleheader
{
	margin-left: 355px;
}

body.about-page h2.titleheader.first
{
	margin-top: 0px;
}

.text 
{
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	color: #888888;
	width: 601px;
	padding-top: 80px;
	padding-bottom: 40px;
	line-height: 1.4em;
	padding-right: 0px;
	float: left;
}

body.essays .text
{
	line-height: 1.6em;
}

.text.centered-div
{
	float: none;
	margin: 0px auto;
	width: 600px;
}

body.essays .text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 1.4em;
}

body.essays .text h2 .date
{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	letter-spacing: 0.4em;
	padding-bottom: 5px;
	line-height: 28px;

}

.item
{
	margin-bottom: 60px;
}

.bookcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888888;
	margin-left: 0px;
	width: 601px;
	padding-bottom: 40px;
	line-height: 1.45em;
	padding-right: 0px;
}

body.about-page .bookcontent
{


}

p.purchase-links
{
	word-spacing: 10px;
	margin: 0px;
}

.purchase {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	padding: 3px 5px 1px 5px;
}

.about
{
	padding: 0px 0px 0px 0px;
	width: 355px;
	text-align: center;
}

.about img
{
	width: 278px;
}

body.events .text, body.contact .text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888888;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 90px 0px 40px 0px;
	margin: 0px auto;
	width: 470px;
	float: none;
}

#balloonists
{
	min-height: 800px;
}

#mobile-nav-switch
{
	display: none;
}

.credit
{
	color: #D1D1D1;
	font-size: 8pt;
}

.credit a
{
	color: #D1D1D1;
}

@media all and (max-width: 800px) {
	
	
	.book_cover
	{
		width: 250px;
		margin: 50px auto 50px 50px;
	}
	
	.indeximg
	{
		width: 100%;
	}
	
	.indexpraise
	{
		width: 350px;
	}
	
	.bookcontent
	{
		width: 400px;
	}
	
	#container .content
	{
		width: 100%;
	}
	
	.bookinfo
	{
		width: 100%;
	}
	
	body.reviews .titleheader
	{
		width: auto;
		margin: 0px auto 0px 355px;
	}
	
	.about
	{
		margin-left: 40px;
		width: 278px;
		
	}
	
	body.about-page .bookcontent
	{
		margin-left: 39px;
	}
	
	.bookcontent, .readingsdiv
	{
		padding-bottom: 40px;
	}	
	
	.title
	{
		/*margin-top: 1.8em;
		margin-bottom: 1em;*/
		line-height: 1.45em;
	}
}


@media all and (max-width: 700px) {
	
	body
	{
		padding: 0px 0px 0px 0px;
	}
	
	body.home
	{
		background-color: #F2F2F2;
	}
	
	body.events .content
	{
		
	}
	
	body.reviews .titleheader
	{
		width: 100%;
	}
	
	body.reviews .bookcover.top, .top
	{
		margin-top: 40px;
	}
	
	.bookinfo
	{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.titleheader
	{
		margin-left: 0px;
	}

	
	a:hover {
		text-decoration: none;
	}

	
	.content.main
	{
		padding-top: 80px;
	}
	
	#container
	{
		width: 100%;
		margin: 0px auto;
		padding-top: 0px;
		background: #FFFFFF;
	}
	
	ul#navigation
	{
		display: none;
	}
	
	#container
	{
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}	
	
	body.home #container
	{
		background-color: #a03629;
	}
	
	body.contact #container
	{
		min-height: 500px;
	}
	
	#container .content
	{
		width: 90%;
		margin: 0px auto;
		position: relative;
	}
	
	#container.open
	{
		-webkit-transform: translate(-80%);
		-moz-transform:    translate(-80%);
		-ms-transform:     translate(-80%);
		-o-transform:      translate(-80%);
		transform:         translate(-80%);
		
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		
		-moz-box-shadow:    1px 5px 5px 2px #AAA;
		-webkit-box-shadow: 1px 5px 5px 2px #AAA;
		box-shadow:         1px 5px 5px 2px #AAA;
		
		overflow: hidden;
		
	}
	
	#container .content.header
	{
		z-index: 10;
	}
	
	#mobile-header
	{
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 1;
		background-color: #FFF;
		height: 45px;
		border-bottom: 1px solid #CCC;
	}
	
	#mobile-nav-switch
	{
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 45px;
		height: 45px;
		color: #000;
		text-align: center;
		font-size: 18pt;
	}
	
	#mobile-nav-switch img
	{
		margin-top: 17px;
		width: 20px;
	}
	
	.logo
	{
		left: 10px;
	}
	
	.top
	{
		margin-top: 40px;
	}
	
	.fleft
	{
		float: none;
	}
	
	.text, .text.centered-div, body.events .text, body.contact .text
	{
		width: 100%;
		padding-top: 0px;
	}
	
	.video
	{
		width: 288px;
		height: 162px;
	}

	
	.bookcover
	{
		float: none;
		margin-top: 0px;
	}
	
	.title
	{
		margin-top: 1.8em;
		margin-bottom: 1em;
		line-height: 1.45em;
	}
	
	body.books blockquote
	{
		padding-top: 0px;
	}
	
	img.bookcovertest
	{
		width: 220px;
		height: auto;
	}
	
	blockquote footer
	{
		color: #000;
		text-align: right;
		font-style: normal;
		padding-right: 0px;
	}

	
	.bookcontent
	{
		margin: 0px;
		padding-bottom: 40px;
		width: 100%;
		float: none;
	}
	
	body.about-page .bookcontent
	{
		margin-left: 0px;
		padding-top: 0px;
	}
	
	body.about-page .titleheader
	{
		margin-bottom: 40px;
	}
	
	
	.book_cover
	{
		width: 220px;
		margin: 0px auto 50px auto;
	}
	
	.book_cover img
	{
		width: 100%;
	}
	
	.indeximg
	{
		width: 100%;
		margin: 0px auto 0px auto;
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.indexpraise
	{
		width: 100%;
		margin: 0px auto;
	}
	
	.mobile-only
	{
		display: block;
	}
	
	#mobile-nav
	{
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #F2F2F2;
		z-index: -1;
		color: #000;
		opacity: 0;
		
	}
	
	#mobile-nav a:hover
	{
		text-decoration: none;
	}
	
	#mobile-nav ul
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
		text-align: right;
		text-transform: uppercase;
		font-size: 9pt;
		letter-spacing: 1px;
	}
	
	#mobile-nav ul li
	{
		padding: 1.7em 1em 1.7em 0em;
		border-bottom: 1px solid #CCC;
		font-size: 7pt;
	}
	
	#mobile-nav ul li ul
	{
		height: 0px;
		overflow: hidden;
		position: relative;
		left: 1em;
		padding: 0px 1em 0px 0px;
		margin: 0px;
		background-color: #E5E5E5;
		-webkit-transform: translateY(1.7em);
		-moz-transform: translateY(1.7em);
		transform: translateY(1.7em);
		
		-webkit-transition: height .35s ease-in-out;
		-moz-transition: height .35s ease-in-out;
		transition: height .35s ease-in-out;
		
	}
	
	#mobile-nav ul li ul.visible
	{
		height: 174px;
		-webkit-transition: height .35s ease-in-out;
		-moz-transition: height .35s ease-in-out;
		transition: height .35s ease-in-out;
	}
	
	#mobile-nav ul li ul li
	{
		padding: 1.5em 0em 1.5em 0em;
		margin: 0px;
		border: 0px;
		font-size: 9pt;
	}
	
	#mobile-nav ul a
	{
		color: #000;
	}
	
	.readingsdiv
	{
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	
	body.events .readingsdiv
	{
		padding-bottom: 60px;
	}
	
	.bookcontent.centered-div
	{
		width: 100%;
	}
	
	body.reviews h1.titleheader, body.about-page h1.titleheader
	{
		margin-left: 0px;
	}
	
	.about
	{
		float: none;
		margin-bottom: 40px;
		margin-left: auto;
		text-align: center;
		padding-top: 0px;
	}
	
	.about img
	{
		width: 220px;
	}
	
	.readingsdiv, body.essays .bookcontent
	{
		padding-top: 0px;	
	}
	
	.bookcover .bookcover
	{
		margin-top: 0px;
	}
	
	#excerpt
	{
		position: fixed;
		padding-top: 30px;
		top: 100%;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: #FFF; 
		opacity: 1;
		-webkit-transition: top .35s;
		-moz-transition: top .35s;
		-o-transition: top .35s;
		transition: top .35s;
		overflow: hidden;
		z-index: 99;
	}
	
	#excerpt iframe;
	{
		width: 100%;
		border: 0px;
		overflow: scroll;
	}

	#excerpt.visible
	{
		top: 45px;
		-webkit-transition: top .35s;
		-moz-transition: top .35s;
		-o-transition: top .35s;
		transition: top .35s;
	}
	
	#excerpt p.close_button
	{
		display: block;
		margin: 0px;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 25px;
		height: 25px;
		text-align: center;
	}
	
	#excerpt p.close_button img
	{
		width: 12px;
	}
	
	#balloonists
	{
		min-height: 0px;
	}

}