@charset "UTF-8";
/* $Id$ */

ul#deepnav {
    clear: right;
    float: right;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
ul#deepnav li {
    margin: 2em 0 0.25em 1ex;
    padding: 0;
    list-style-type: none;
    float: right;
}
/* The first bit is for IE/Win; the second is
   for IE5/Mac. \*/
* html ul#deepnav li a {
    display: block;
}

div.book { float: left; width: 500px; }

div.book h1 { font-size: 26px; line-height: 1.3; text-align: center; }

div.book div.lauren_and_devon {
	background-image: url(../../images/lauren-devon.png); 
    background-size: 190px 110px;
	background-repeat: no-repeat;
    width: 190px;
    height: 110px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    font-family: 'Cookie', cursive;
    font-size: 24px;
	color: white;
}

div.book .badge {
  text-align: center;
}

div.book div.badge img {
	width: 200px;
}

div.book div#blurb p.time { font-style: italic; }

div.book div#crosslink a {
	height: 150px;
	width: 150px; 
	text-align: center; 
	font-family: 'Cinzel', serif; 
/*	font-size: 2em; 					*/
	margin-right: 2px;
	margin-top: 5px;
	color: white;
	border-radius: 10px;
	padding: 0 5px;
	display: inline-block; 
	border: 0;
}
div.book div#crosslink img { width: 100%; }

div.book div#series_info a { border-bottom: none;}

div.book div#series_info img { width: 19%; margin: 0 2.5px 5px; }

div.book div#book_info a, div.book div#book_info a:visited { border-bottom: 1px solid #6F269F; color: #6F269F; }
div.book div#book_info a:hover { color: #8B221C; border-bottom: 1px solid #8B221C }

div.book div.quote p { background-color: #f5efe0; border-radius: 10px; padding: 5px; }

div.book div.quote p q { margin-left: 0; }

div.cover {
  margin-left: 500px;
  float: none;
  clear: none;
  width: 280px;
  margin-top: 10px;
}

div.sticky {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  background-color: white;
}

div.cover.sticky {
  margin-top: -20px;
  padding-top: 30px;
  top: 0px;
}

div.cover img#cover { margin-left: 30px; clear: none; float: none; width: 230px; height: auto; }

div.cover h2, div.cover h3 { clear: none; text-align: center; }

div.cover div.buy_buttons { margin-top: 20px; margin-left: 20px; text-align: center; margin-right: 10px; }

div.cover div.buy_buttons h3 { margin-top: 0;  width: 250px; }

/*div.cover .amazonStore { position: absolute; width: 125px; margin-left: -125px; margin-top: 42px; visibility: hidden; z-index: 1; }
*/
div.cover .amazonStore { background: #eee; font-size: 11px; left: 0; right: 0; margin-top: 0; border: 1px solid lightgray; border-radius: 5px; 
						box-shadow: 0 0 10px lightgray; line-height: 1.3; width: 125px; padding: 0 10px; position: absolute; margin: 0 auto; 
						visibility: hidden; }
						
div.cover .amazonStore p { margin: 5px; }

div.cover .amazonStore a { display: block; }

div.cover .amazonStore a:hover { background-color: #6F269F; color: white; }

div.cover p { text-align: center; }

div.cover ul {list-style-type: none; text-align: center; margin-top: 0; padding-left: 0; }

div.cover ul li { display: inline; }

div.cover ul li a { border-bottom: 0; }

.pretext { text-align: center; }

#tagline, #status, #crosslink, #crosslink div {
    text-align: center;
}
#tagline, #status, #crosslink {
    font-weight: bold;
	font-size: larger;
}

#excerpt .place, #excerpt .time 
{
/*    padding-left: 6ex; */
    font-style: italic;
}