
/* -------------------------------------------------------------- 
  
   Adapted by Carl Roose from
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
-------------------------------------------------------------- */

   
/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}
*/ 

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #AAA; 
  color: #AAA;
  clear: both; 
  float: none; 
  width: 100%; 
  margin: 0.5em 0 1.5em; /* bottom: 1.5em */
  border: none; 
  /* height: 0.25em; */
  height: 0.1em;   
}
hr.space {
  background: #fff;
  color: #fff;
}

.clearfix { overflow: auto; } /* this makes floated DIVs inside a DIV.clearfix clear properly */
.hide { display: none; }


/*  BLOG STYLES (WORDPRESS) */
.postmeta { padding: 0.5em 1.5em; background-color: #DDD; color: #666; clear:both; }
.meta { color: #666; }

ul.feeds
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

ul.feeds li
{
padding-left: 20px;
background-image: url(/images/feed-icon-14x14.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}

.alignleft { float: left; }
.alignright { float: right; }



/*  (end BLOG STYLES) */

i cite, em cite { font-style: normal; } /* unitalicizes titles if surrounding text italicized */
.photo { border: 1px solid #333; }
.quote {  }
.attribution { text-align: right; }
.attribution .author {  }
.attribution .credentials { font-size: 83.3333%; color:#555; font-weight: normal;  } /* color: #989590; */
#press p.quote { margin: 21px 0 0 0; text-indent:-0.4em; } 
#press p.attribution { margin: 0; font-weight: bold; } 


.coming-soon { display: block; width: 100%; text-align: center; color: #630; background-color: #FE8; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; padding: 0.5em 0; }
.advance-praise { color: #360; background-color: #9C9; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; padding: 0.5em 1em; }
.light { color: #6E6957; }

img.alignright { float: right; margin: 0 0 1em 2em; }
img.alignleft { float: left; margin: 0 2em 1em 0; }


#header p { font-size: 120%; margin-top: 1.5em; }

#title-container,
#teaser-container { position: relative; height: 55px; } /* This lets us bottom-align the elements within */
#title img,
#teaser { position: absolute; bottom: 0; margin-bottom: 21px; }
#teaser b { padding-left: 24px; background: transparent url(/images/feed-icon-14x14.gif) no-repeat top left; }
#title img#blog-title { margin-bottom: 5px; }
#teaser a#feed-link { font-size: 150%; }
.main-content { font-size: 110%; }
.main-content ul li { padding-bottom: 0.5em; }

.small-caps {
	/* font-weight: bold; */ 
 	font-size:80%;
	letter-spacing:1px;
	text-transform:uppercase;
}
.drop-cap {
	display:inline;
	float:left;
	font-size:5.2em;
	font-weight:400;
	line-height:0.8em;
	margin:0.05em 0.14em 0 -3px;
	padding-left:4px;
	text-transform:uppercase;
}
.drop-cap.sm {
	color: black;
	display:inline;
	float:left;
	font-size:3.4em;
	font-weight:400;
	line-height:0.8em;
	margin:0.05em 0.14em 0 -3px;
	padding-left:4px;
	text-transform:uppercase;
}
.q-cap { 
	display: block; 
	float: left;
	width: 54px;
	height: 46px;
	margin:5px 1em 5px 0;
	background: url(/images/Q-small.gif) no-repeat top left;
}
.q-cap b { 
	display: none; 
}

#book-photo { display: block; float: left; margin:0 18px 8px 0; }
#book-photo .offset { margin-left: -53px; }
.order-button { margin: 0.5em 0; }

.blue.box.no-header .button i,
#book-photo dl { font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#book-photo dt,
#book-photo dd { padding-left: 42px; }
#book-photo dt { font-size: 140%; }
#book-photo dd { color: #777; }
dt#excerpt { background: transparent url(/images/bg-icon-excerpt.gif) no-repeat left top; }
dt#press { background: transparent url(/images/bg-icon-press.gif) no-repeat left top; }
dt#extras { background: transparent url(/images/bg-icon-extras.gif) no-repeat left top; }
dt#excerpt, dt#press, dt#extras { background: transparent url(/images/bg-icon-arrow.gif) no-repeat left 4px; }

.box { 
  padding: 0.3em 1.5em; 
  margin-bottom: 1.5em;  
}
.green.box, .span3 > .green.box { background: transparent url(/images/bg-3col-green.gif) no-repeat top center; }
.blue.box, .span3 > .blue.box { background: transparent url(/images/bg-3col-blue.gif) no-repeat top center; }
.gold.box, .span3 > .gold.box { background: transparent url(/images/bg-3col-gold.gif) no-repeat top center; }
.span2 > .green.box { background: transparent url(/images/bg-2col-green.gif) no-repeat top center; }
.span2 > .blue.box { background: transparent url(/images/bg-2col-blue.gif) no-repeat top center; }
.span2 > .gold.box { background: transparent url(/images/bg-2col-gold.gif) no-repeat top center; }
.span2 > .blue.box.no-header { background: transparent url(/images/bg-2col-blue-noheader.gif) no-repeat top center; }
.span2 > .gold.box.no-header { background: transparent url(/images/bg-2col-gold-noheader.gif) no-repeat top center; }
.span3 > .gold.box.no-header { background: transparent url(/images/bg-3col-gold-noheader.gif) no-repeat top center; }
.blog-sidebar { background: #F9F3E4 url(/images/bg-blog-sidebar-gold.gif) no-repeat top center; }

.box h4 { font-weight: normal; font-size: 140%; }
/*
.blue.box.no-header .button { display: block; width: 100%; }
.blue.box.no-header .button i { float: left; width: 83px; }
.blue.box.no-header .button img { position: relative; top: -7px; }
.button#facebook { margin-top: 15px; }
.button#twitter { margin-top: 6px; }
*/
.blue.box.no-header .button { display: block; width: 100%; }
.blue.box.no-header .button i { float: left; padding-top: 0.5em; font-style: normal; color: #5C4020 }
.blue.box.no-header .button img { float: right; }
.button#facebook { margin-top: 10px; }
.button#twitter { margin-top: 6px; }

.page-links { font-size: 140%; }
.page-links .next { display: block; float: right; }

.excerpt h3 { text-align: center; }
#quote-holder { height: 28em; }

/* Site parameters: color key, grid size, etc. 

Dark brown text: 
Link colors:     #XXXXXX (up) / #XXXXXX (over) / #XXXXXX (visited)
Menu background: 
Top of page: 
Buttons:         #XXXXXX (bg) / #XXXXXX (outline)

*/

/* Reset styles, set sitewide defaults */

/* RESETS and BASELINE STYLES */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	background:#FFF none repeat scroll 0 0;
	color: #312B21;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:400;
	text-align:left;
}
blockquote:before, 
blockquote:after, 
q:before, q:after {
	content:"";
}
blockquote, q { quotes:"" ""; }
a img,
a:link img { border: medium none; } 
a:active, :focus { outline: none; -moz-outline-style: none; } /* Hides dotted outlines around clicked links */

.box h4,
#teaser,
#footer,
.sans-serif { font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif; } /* "Adobe Caslon Pro", "Adobe Caslon", Caslon,  */
.intro { font-size: 120%; padding-top: 1em; }
p.intro { font-size: 100%; }
.intro em { font-style: normal; }
/*
h1 { font-size: 600%; font-weight: normal; line-height: 1.2; }
h2 { font-size: 280%; font-weight: normal; line-height: 1.2; }
h3 { font-size: 210%; font-weight: normal; line-height: 1.2; }
h4 { font-size: 180%; font-weight: bold; }
h5 { font-size: 160%; font-weight: normal; font-style: italic; }
h6 { font-size: 140%; font-weight: normal; text-transform: uppercase; letter-spacing: 0.2em; }
*/
h1 { font-size: 480%; font-weight: normal; line-height: 1.2; }
h2 { font-size: 240%; font-weight: normal; line-height: 1.2; }
h3 { font-size: 180%; font-weight: normal; line-height: 1.2; }
h4 { font-size: 160%; font-weight: bold; }
h5 { font-size: 140%; font-weight: normal; font-style: italic; }
h6 { font-size: 120%; font-weight: normal; text-transform: uppercase; letter-spacing: 0.2em; }

/* body.large-page h1, */
body.large-page h2, 
body.large-page h3, 
body.large-page h4, 
body.large-page h5, 
body.large-page h6,
body.large-page p,
body.large-page ul,
body.large-page dd,
body.large-page #content-columns { 
	margin-bottom: 21px; /* 21px */
}
#sidebar h6 { margin-top: 21px; margin-bottom: 21px;}
/* #sidebar h6:first-child { margin-top: 0; } */

ul {
	padding-left: 1em; 
	/* Q: how to get list items uniformly flush left?
	position: relative; 
	left: 1em;
	*/
}
ul.nobullets {
	padding-left: 0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
ul.nobullets li {
	padding-left:1em;
	margin-left: -1em;
	/* text-indent:-1em; */
}
ul.spaced li { margin-bottom: 0.5em; }
.small { font-size:80%; }
.low-leading { line-height: 0; }
.no-margin { margin-bottom: 0; }

/* LINK STYLES */

/* Basic 
a { text-decoration:underline; }
a:link { color:#369; }
a:visited { color:#656; }
a:hover { color:#039; }
*/
a { text-decoration: none; }
a:link { color: #734E06; border-bottom: 1px dotted #734E06; }
a:visited { color: #726655; border-bottom: 1px dotted #98887B; }
a:hover { color: #9E6B08; border-bottom: 1px solid #9E6B08; }

a#feed-link { text-decoration: none; }
a#feed-link:link { color: #390; border-bottom: 1px dotted #390; }
a#feed-link:visited { color: #726655; border-bottom: 1px dotted #98887B; }
a#feed-link:hover { color: #390; border-bottom: 1px solid #390; }

.addtoany_share_save_container a:link,
a:link.a2a_dd addtoany_share_save,
a:visited.a2a_dd addtoany_share_save,
a:hover.a2a_dd addtoany_share_save,
#book-photo a:link,
#book-photo a:visited,
#book-photo a:hover,
a:link.no-underline,
a:visited.no-underline,
a:hover.no-underline { border-bottom: none; }

/* Nav triggers */
#nav a { text-decoration: none; border: none; } /* position: relative; left: -16px; */
#nav a:link, 
#nav a:visited { color:#FFF; }
#nav a:hover { color: #D5C797; }

#nav { text-align: right; }
#nav h3 { display: inline; padding-right: 3em; padding-left: 0.17em; } /* ~5 items */
/* #nav h3 { display: inline; padding-right: 2.1em; padding-left: 0.2em; }  ~6 items */
/* #nav .span1 { width: auto; } */ /* evens the spacing between nav items */

#nav ul {
	position: absolute; 
	top: 11.75em; 
	list-style: none; 
	line-height: 2;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
}
#nav { text-align: right; }
#nav h3 { display: inline; padding-right: 2em; }




/* PAGE LAYOUT */
html, body {
	/* height:100%; */
}
#container {
	height:auto;
	margin:0 auto;
	min-height:100%;
	position:relative;
	voice-family:inherit;
	
	padding: 0 3em;
}
body.large-page #container { padding-top: 42px; }
body.large-page #header { padding-top: 10px; }
/*
#no-nav { 
	display: block; 
	height: 9px;
	background: transparent url("/images/bg-header-span-no-nav.gif") no-repeat top left;
}
*/
#nav { 
	display: block; 
	height: 34px;
	background: transparent url("/images/bg-jonah-nav.gif") no-repeat top left;
	color: white;
}
#nav h3 { 
	line-height: 1.7; 
	font-size: 180%; 
	padding-right: 2em;
	padding-left: 0.5em;
}
#nav a.jonah:hover { 
	color: #CCFBFE; 
}

#header,
#page-title,
#footer {  } /* font-family: "Arno Pro Display", Palatino,"Book Antiqua",Georgia,Cambria,"Lucida Bright",serif; */
#header h1 { color: #322C21; left: -0.05em; } /* position: relative; */
#nav { clear: both; color: #333; }
#page-title { font-style: italic; color: #D0C7A3; margin-bottom: 13px; } /* color: #69C; */
#footer { font-size: 100%; color: #989590; }





/*
- images 
- h1, h2, h3 etc. 
- form elements

- sIFR styles
- clearfix 
- 

*/


/* A container should group all your columns. */

div#container,
div#message {
	margin: 0 auto;	
	/* position: absolute; 
	overflow: auto;  should make nested floats clear properly? */
  
	/* outline: 1px solid #eee; for debugging */
}

/* each column floats left and each except the last gets a gutter after it: */
div#content-columns > div,
.column { float: left; }

/*
div#content-columns { padding-bottom: 21px; }
*/
div#content-columns { margin-top: 2em; }
div#page {
	
}


/*   SPECIFIC PAGE STYLES   */



/* 
SMALL PAGE
785px wide; 85px column 15px gutter; 18px line height, font size 12px
*/

body.small-page { }
body.small-page div#container,
body.small-page div#message { width: 785px; }
body.small-page div#content-columns { font-size: 120%; } 
body.small-page .column { float: left; margin-right: 15px; }

body.small-page .span1 { width: 85px; }
body.small-page .span2 { width: 185px; }
body.small-page .span3 { width: 285px; }
body.small-page .span4 { width: 385px; }
body.small-page .span6 { width: 585px; }
body.small-page .span8,
body.small-page div.span8 { width: 785px;  margin-right: 0; }

body.small-page .append1 { padding-left: 100px; }
body.small-page .append2 { padding-left: 200px; }
body.small-page .append3 { padding-left: 300px; }
body.small-page .append4 { padding-left: 400px; }
body.small-page .append4 { padding-left: 500px; }
body.small-page .append6 { padding-left: 600px; }

/* 
LARGE PAGE:
926px wide; 100px column 18px gutter; 21px line height; font size 14px
*/
body.large-page {  }
body.large-page div#container,
body.large-page div#message { width: 926px; }
body.large-page div#content-columns { font-size: 120%; } /* 140% */
body.large-page .column { float: left; margin-right: 18px; }

body.large-page .span1 { width: 100px; }
body.large-page .span2 { width: 218px; }
body.large-page .span3 { width: 336px; }
body.large-page .span4 { width: 454px; }
body.large-page .span5 { width: 572px; }
body.large-page .span6 { width: 690px; }
body.large-page .span8,
body.large-page div.span8 { width: 926px; margin-right: 0; }

body.large-page .append1 { padding-left: 118px; }
body.large-page .append2 { padding-left: 236px; }
body.large-page .append3 { padding-left: 354px; }
body.large-page .append4 { padding-left: 472px; }
body.large-page .append5 { padding-left: 590px; }
body.large-page .append6 { padding-left: 708px; }

body.large-page .last { margin-right: 0; }


