@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 30px;
	line-height: 42px;
	background: #eee;
}

body.white {
	background: #fff;
}

body.home {
    background: #ddd;
}

div {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 30px;
	line-height: 42px;
}




a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}


div#menu {
	position: absolute;
	top: 19px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	letter-spacing: .05em;
	text-shadow: 2px 2px rgba(255, 255, 255, 0.6);
	font-weight: 400;
	z-index: 21;
}

div#menu-fixed {
	position: fixed;
	top: 19px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	letter-spacing: .05em;
	text-shadow: 2px 2px rgba(255, 255, 255, 0.6);
	font-weight: 400;
	z-index: 21;
}

p.menu-co {
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .05em;
}

p.menu-item {
	margin: 0;
	padding: 0;
	color: #666;
}


a.menu-co:link {
	color: #333;
	text-decoration: none;
}

a.menu-co:visited {
	color: #333;
	text-decoration: none;
}

a.menu-co:hover {
	color: #000;
	text-decoration: none;
}

a.menu-co:active {
	color: #000;
	text-decoration: none;
}

a.menu:link {
	color: #666;
	text-decoration: none;
}

a.menu:visited {
	color: #666;
	text-decoration: none;
}

a.menu:hover {
	color: #333;
	text-decoration: none;
}

a.menu:active {
	color: #333;
	text-decoration: none;
}



a.active-page {
	font-weight: 500;
	color: #333;
	text-decoration: none;
}





/* REVERSE MENU (on dark) */

div#menu2 {
	position: absolute;
	top: 19px;
	left: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	letter-spacing: .05em;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6); /* transparency different than above */
	font-weight: 400;
	z-index: 21;
}

p.menu-co2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .05em;
}

p.menu-item2 {
	margin: 0;
	padding: 0;
	color: #aaa;
}


a.menu-co2:link {
	color: #fff;
	text-decoration: none;
}

a.menu-co2:visited {
	color: #fff;
	text-decoration: none;
}

a.menu-co2:hover {
	color: #fff;
	text-decoration: none;
}

a.menu-co2:active {
	color: #fff;
	text-decoration: none;
}

a.menu2:link {
	color: #bbb;
	text-decoration: none;
}

a.menu2:visited {
	color: #bbb;
	text-decoration: none;
}

a.menu2:hover {
	color: #eee;
	text-decoration: none;
}

a.menu2:active {
	color: #eee;
	text-decoration: none;
}



a.active-page2 {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}






/* lower-left corner
div#product {
	position: fixed;
	bottom: 38px;
	left: 36px;
	margin: 0;
	padding: 0;
	width: 250px;
	letter-spacing: .05em;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
	z-index: 20;
}
*/



div#product {
	position: absolute;
	top: 19px;
	right: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	letter-spacing: .05em;
	text-shadow: 2px 2px rgba(255, 255, 255, 0.6);
	z-index: 20;
	text-align: right;
}

div#product2 {
	position: absolute;
	top: 19px;
	right: 30px;
	margin: 0;
	padding: 0;
	width: 300px;
	letter-spacing: .05em;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
	z-index: 20;
	text-align: right;
}


p.product-title {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

p.product-title2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
}

p.product-author {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

p.product-edition {
	margin: 0;
	padding: 0;
	color: #333;
}

p.product-price {
	margin: 0;
	padding: 0;
	color: #666;
}

span.oop {
	color: #c00;
	font-weight: 400;
}

p.strikethrough {
	text-decoration: line-through;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -.45em;
	font-size: 66%;
	line-height: 0;
	padding: 0 0 0 .1em;
	font-weight: 500;
}

span.onewithsup {
	letter-spacing: -.1em;
}


span.q {
	color: #bbb;
	font-weight: 400;
}

span.q2 {
	color: #eee;
	font-weight: 400;
}

p.q {
	color: #bbb;
}

p.q2 {
	color: #eee;
}




a.q:link {
	color: #bbb;
	text-decoration-color: #bbb;
}

a.q:visited {
	color: #bbb;
}

a.q:hover {
	color: #000;
	text-decoration-color: #000;
}

a.q:active {
	color: #bbb;
}





p.center {
	text-align: center;
}

span.italic {
	font-style: italic;
}

span.sup-mini {
	vertical-align: baseline;
	position: relative;
	top: -.7em;
	font-size: 50%;
	line-height: 0;
}


p.footnote {
	margin: 60px 0 12px 0;
	font-size: 18px;
    line-height: 24px;
}

span.bold {
	font-weight: 500;
}





/* --------- P A G E ------ S H I T --------- */



div.page-book {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	height: 100%;
	left: 0;
	top: 0;
	background: #eee;
}

img.book-page {
	display: block;
	margin: 30px auto;
	padding: 0;
	/*height: 480px;*/
	width: 80%;
	height: 80%;
	max-height: 80%;
	max-width: 80%;
}

div.page-book-info {
	margin: 0;
	padding: 40px 0 0 0;
	background-color: #fff;
}

div.page-book-info-text {
	margin: 0 auto;
	max-width: 400px;
}

hr.book-info {
	margin: 40px 0 80px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #ccc;
	overflow: visible;
}



div.book-photo {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	/*height: 100%;*/
	left: 0;
	top: 0;
	background: #ddd;
}


img.book-3d {
	display: block;
	margin: 0px auto;
	padding: 0;
	/*height: 480px;*/
	width: 100%;
}

div#book-info {
	margin: 0;
	padding: 40px 36px 40px 36px;
	background-color: #fff;
}

div#artist-info {
	margin: 0;
	padding: 19px 36px 40px 36px;
	background-color: #fff;
}

div.book-description {
	margin: 0 auto;
	padding: 0 36px;
	width: 60%;
	max-width: 600px;
}

div.book-details {
	margin: 36px auto;
	padding: 36px 36px 0px 36px;
	width: 60%;
	max-width: 600px;
	border-top: 2px solid #ccc;
	text-align: center;
}

p.info {
	margin: 0 0 12px 0;
}

ol {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

ul {
	margin: 0 0 12px 1em;
	padding: 0 0 0 2em;
}

.price {
	font-weight: 600;
}

div#more-from {
	margin: 0;
	padding: 18px 60px 36px 60px;
	background-color: #ccc;
	text-align: center;
}

div#more-from-artist {
	margin: 0;
	padding: 36px 60px 36px 60px;
	background-color: #ccc;
	text-align: center;
}

div#books-home {
	margin: 0;
	padding: 18px 240px 36px 240px;
	background-color: #eee;
	text-align: center;
}

img.more-from {
	margin: 9px;
}

p.more-from {
	margin: 9px 0 18px 0;
}




/* book cover stuff from inferieur social */

.container {
  position: relative;
  height: 325px;
  display: inline-block;
  background-color: #000;
  margin: 10px 7px; /* there's an additional built-in 7px h space, and 11px v space between divs for some reason */
  padding: 0;
}

.image {
  opacity: 1;
  display: inline-block;
  /*width: 100%;
  height: auto;*/
  transition: .3s ease; /*This is the one that affects hover */
  backface-visibility: hidden;
  z-index: 1;
  position: relative; /* THIS MUST BE HERE FOR Z-INDEX TO WORK, for outlines on TDs to work */
	margin: 0;
	padding: 0;
}


.middle {
  opacity: 0;
  position: absolute;
  /*
  top: 50%;
  left: 50%;
  */
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  margin: 0;
  padding: 0;
}

.container:hover .image {
  opacity: .33;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0px 18px 0px;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}


/* end of social stuff */


span.spoiler {
	color: transparent;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

span.spoiler2 {
	color: transparent;
	text-shadow: 0 0 9px rgba(0,0,0,0.5);
}
