@charset "utf-8";
/* CSS Document */
.container {
  width: 920px;
  padding: 10px 0px 0px 0px;
}
.wrapper {
  border-bottom-width: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
body {
  font-family: Ariel;
  max-width: 920px;
  /* [disabled]margin-top: auto; */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  /* [disabled]margin-top: 5px; */
  border: thin solid black;
  background-color: hsla(60, 49%, 88%, 1.00);
}
.h_footer {
  overflow: auto;
  border: thin solid black;
}
.h_footer p {
  padding-top: 100px;
  align-content: center;
  font-family: Ariel;
  color: green;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  font-style: italic;
}

/*============================================================================================*/

/* grid - start */


.new_book_grid {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto auto;
/*  grid-template-columns: 310px 300px 310px;*/
  grid-template-rows: auto auto;
/*  grid-template-rows: 70px 420px;*/
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  margin-top: 20px;
}


.new_book_hdr {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.new_book_image {
  background-color: transparent;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 5px;
  font-size: 30px;
  text-align: center;
}

.new_book_text {
/*  text-align: center;*/
/*  font-family: Arial;*/
/*  color: black;*/
/*  font-size: 36pt;*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 5px;
  background-color: transparent;
}

.new_book_text h1{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
/*  padding: 5px;*/
/*  background-color: transparent;*/
}

.new_book_text p{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
/*  padding: 5px;*/
/*  background-color: transparent;*/
}

.description {
  padding: 5px;
  background-color: transparent;
}

.description h1{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
}

.description p{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
}

.blog_hdr {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.blog_text {
/*  text-align: center;*/
/*  font-family: Arial;*/
/*  color: black;*/
/*  font-size: 36pt;*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
  
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.blog_text h1{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
/*  padding: 5px;*/
/*  background-color: transparent;*/
}

.blog_text p{
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
/*  padding: 5px;*/
/*  background-color: transparent;*/
}

.coming_book_grid {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto auto;
/*  grid-template-columns: 310px 300px 310px;*/
  grid-template-rows: auto auto auto;
/*  grid-template-rows: 70px 420px;*/
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  margin-top: 20px;
}


.coming_book_hdr {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.coming_book_image {
  background-color: transparent;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 5px;
/*  font-size: 30px;*/
/*  text-align: center;*/
}

.coming_book_image h1{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
}

.coming_book_image h2{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

.series_book_grid {
  display: grid;
  grid-column-gap: 2px;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  margin-top: 20px;
}


.series_book_hdr {
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.series_book_hdr h1 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
}

.series_book_image {
  background-color: transparent;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 2px;
/*  font-size: 30px;*/
/*  text-align: center;*/
}

.series_book_image h1{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
}

.series_book_image h2{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

.header_12 {
  grid-row-start: 1;
  grid-row-end: 3;

}

.header_34 {
  grid-row-start: 3;
  grid-row-end: 5;

}


.recent_grid {
  display: grid;
  grid-column-gap: 2px;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  margin-top: 20px;
}


.recent_hdr {
  grid-column-start: 1;
  grid-column-end: 6;
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  background-color: transparent;
}

.recent_hdr h1 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
}

.recent_image {
  background-color: transparent;
/*  border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 2px;
/*  font-size: 30px;*/
/*  text-align: center;*/
}

.recent_image h1{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
}

.recent_image h2{
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}


/* grid - end */

/*============================================================================================*/


header {
  text-align: center;
  height: 192px;
  /* [disabled]background-color: #fff; */
  /* [disabled]color: #fff; */
  margin-bottom: 5px;
  background-repeat: no-repeat, repeat-x;
  background-position: 50% top, 0 0;
  background-image: url("../images/KJF2_Banner_TXT_920x192.jpg")
}
header h2 {
  margin-top: 0pt;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  color: black;
  line-height: 2.0;
  font-family: Arial;
  font-size: 30pt;
  font-weight: bold;
}
header h3 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  color: black;
  line-height: 0.75;
  font-family: Arial;
  font-size: 18pt;
  font-weight: bold;
}
header p {
  margin: 0;
  font-family: Arial;
  color: black;
  line-height: 3.0;
  font-size: 12pt;
  font-weight: bold;
}
nav u1 {
  margin-left: -2.5em;
}
nav li {
  list-style-type: none;
  width: 120px;
  text-align: center;
  float: left;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
}
nav a {
  text-decoration: none;
  color: black;
  display: block;
  background-color: #A36F34;
  box-shadow: 5px 5px 5px black;
  margin-bottom: 2px;
  margin-right: 3px;
  /* border-radius: 5px; */
  border: 1px outset black;
  /*    -webkit-box-shadow: 5px 5px 5px black;*/
}
nav a:hover {
  background-color: #A37E54;
  box-shadow: 3px 3px 3px black;
  border: none;
  /*    -webkit-box-shadow: 3px 3px 3px black;*/
}
main {
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  overflow: auto;
}
main h1 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  color: black;
  font-family: Arial;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}
main h2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0px 0px 0px 0px;
  color: black;
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
}
main h3 {
  border: 3px solid thick red;
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  color: red;
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  font-style: italic;
}
.home_header h1 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  color: black;
  font-family: Arial;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  float: center;
  clear: both;
}
.home_header h2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0px 0px 0px 0px;
  color: black;
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  float: center;
  clear: both;
}
.home_footer h3 {
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  color: red;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  float: center;
  clear: both;
}
footer {
  /* [disabled]padding-top: 1em; */
  /* [disabled]padding-right: 1em; */
  /* [disabled]padding-left: 1em; */
  /* [disabled]padding-bottom: 1em; */
  clear: both;
  /* [disabled]margin: 10px 0; */
  /* [disabled]border-top: solid 3px #666; */
}
footer p {
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  padding-top: 30px;
}
.top_columns {
  width: 303px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* margin-left: 3px; */
  /* margin-right: 3px; */
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 0px;
  margin-right: 0px;
}
.top_columns h1 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.top_columns h2 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.top_columns h4 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.columns {
  width: 221px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* margin-left: 3px; */
  /* margin-right: 3px; */
  padding-left: 4px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.columns h4 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.columns_133 {
  width: 133px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* margin-left: 3px; */
  /* margin-right: 3px; */
  padding-left: 4px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.columns_133 h4 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.double_columns {
  width: 454px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* margin-left: 3px; */
  /* margin-right: 3px; */
  padding-left: 2px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.double_columns h4 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/**** Book ****/
/**** Book Cover Side ****/
/**** Book Cover ****/
.book_cover {
  float: left;
}
.book_cover h3 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
.featured_book_cover {
  /*    border: thin black solid;*/
  width: 360;
  float: left;
}
.featured_book_cover h1 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
.featured_book_cover h2 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
.featured_book_cover h3 {
  text-align: center;
  font-family: Arial;
  color: red;
  font-size: 24pt;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
.book_header {
  /*    border: thin black solid;*/
  width: 920;
  /*    float: left;*/
}
.book_header h1 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
.book_header h2 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 20 0;
  margin: 0 0 20 0;
}
/**** Book Sales Links ****/
.book_sellers {
  border: thin black solid;
  float: left;
}
.book_sellers img {
  border: thin black solid;
  float: left;
}
.book_seller_amazon {
  width: 125px;
  height: 60px;
  float: left;
  border: thin black solid;
  margin: 5px 5px 5px 5px;
}
.book_seller_amazon img {
  align-content: center;
  padding: 4px 2px 1px 14px;
}
.book_seller_smashwords {
  width: 125px;
  height: 60px;
  float: right;
  border: thin black solid;
  margin: 05px 5px 5px 5px;
}
.book_seller_smashwords h3 {
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
}
.book_seller_smashwords h4 {
  text-align: left;
  font-family: Courier;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  padding: 0px 2px 0px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
}
.book_seller_kinky_literature {
  width: 450px;
  height: 100px;
  float: left;
  border: thin black solid;
  margin: 5px 5px 5px 5px;
}
.book_seller_kinky_literature h3 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
}
.book_seller_kinky_literature h4 {
  text-align: center;
  font-family: Palatino;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
}
.book_seller_kinky_literature h5 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
}
.book_seller_filler {
  width: 125px;
  height: 60px;
  float: left;
  clear: both;
  border: thin black solid;
  margin: 5px 5px 5px 5px;
}
.book_seller_filler h3 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.book_seller_filler_2 {
  width: 262px;
  height: 60px;
  float: left;
  clear: both;
  border: thin black solid;
  margin: 5px 5px 5px 5px;
}
.book_seller_filler_2 h3 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.book_seller_filler_3 {
  width: 450px;
  height: 60px;
  float: left;
  clear: both;
  border: thin black solid;
  margin: 5px 5px 5px 5px;
}
.book_seller_filler_3 h3 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
/**** Book Description Side ****/
.book_description {
  width: 450px;
  margin-left: 40px;
  float: left;
}
.book_description h1 {
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
}
.book_description h2 {
  text-align: left;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
}
.book_description p {
  text-align: justify;
  font-family: Arial;
  color: black;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
}
/* * * Chapter * * */
.chapter_text {
  width: 920px;
}
.chapter_text p {
  text-align: justify;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  text-indent: 25px;
  /* line-height: normal; */
  padding: 0px 10px 0px 10px;
}
.chapter_text .first_line {
  text-align: justify;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  text-indent: 0px;
  padding: 0px 10px 0px 10px;
}
.chapter_text .break {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  text-indent: 0px;
  padding: 0px 10px 0px 10px;
}
.chapter_text .center_24 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: normal;
  text-indent: 0px;
  padding: 0px 10px 0px 10px;
}
.chapter_text .center_36 {
  text-align: center;
  font-family: Arial;
  color: black;
  font-size: 36pt;
  font-weight: bold;
  font-style: normal;
  text-indent: 0px;
  padding: 0px 10px 0px 10px;
}
.chapter_nav {
  width: 920px;
}
.chapter_arrow_left {
  float: left;
}
.chapter_footer_text {
  float: left;
  width: 790px;
  height: 100px;
  border: thin solid black;
}
.chapter_footer_text p {
  font-family: Arial;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
}
.chapter_arrow_right {
  float: left;
}
/* * * Stories * * */
.wrapper main .new_stories {
  font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold", Century, "Century Gothic", "Century Schoolbook", "Times New Roman";
  width: 95%;
  margin-bottom: 2em;
  font-size: 90%;
  border-collapse: collapse;
}
.alert h1 {
  text-align: center;
  font-family: Arial;
  color: red;
  font-size: 48pt;
  font-weight: normal;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
}
.alert h2 {
  text-align: center;
  font-family: Arial;
  color: red;
  font-size: 24pt;
  font-weight: normal;
  font-style: normal;
  padding: 4px 2px 1px 4px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
}
/* * * Page * * */
tbody tr .title {}
tbody tr .desc {}
tbody tr .book {}
tbody tr .part {}
tbody tr .post {}