﻿/* ----------- RESET CODE ------------ */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


/* ----------- GENERAL LAYOUT ------------ */
img {
  max-width: 100%;
  display: block;
}

body {
  background: #516AAF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
 }
 
 a:link {
   color: #006633;
   text-decoration: none;
   font-weight: bold;
  }
  
 a:hover {
   color: #66FF99;
   text-decoration: none;
  }
  
 a:visited {
   color: #6699CC;
   text-decoration: none;
   font-weight: bold;
  }
  
 a:active {
   color: #6699CC;
   text-decoration: none;
  }
 
#wrapper {
  position: relative;
  width: 1024px;
  background: #FFFFFF url(../images/TopStar-bg.gif) no-repeat center top;
  margin-left: auto;
  margin-right: auto;
 }
 
 #topBanner {
   position: relative;
   zoom: 1;
 }
 
 #social {
position: absolute;
left: 10px;
top: 10px;
z-index: 1001;
}

#topBanner #logo {
  position: absolute;
  left: 15px;
  top: -2px;
  display: block;
  z-index: 1000;
  zoom: 1;
 }
 
.noscript {
font-size: 18px;
float: right;
margin-right: 20px;
margin-top: 10px;
color: #FFFF00;
 }
 
#browserVersion {
  visibility: hidden;
  display: block;
 }
 
 /* ----------- TOP NAVIGATION ------------ */
    #topNav {
      float: right;
      width: 100%;
      font-size: 17px;
      font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height:normal;
	 /* border-bottom:1px solid #6B78A9; */
      }
    #topNav  ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #topNav  li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topNav  a {
      float:right;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #topNav  a span {
      float:right;
      display:block;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    #topNav .reda {
      background:url("../images/redtableft4.gif") no-repeat left top;
      }     
    #topNav .redb {
      background:url("../images/redtabright4.gif") no-repeat right top;
      }   
    #topNav .orangea {
      background:url("../images/orangetableft4.gif") no-repeat left top;
      }     
    #topNav .orangeb {
      background:url("../images/orangetabright4.gif") no-repeat right top;
      }   
    #topNav .yellowa {
      background:url("../images/yellowtableft4.gif") no-repeat left top;
      }     
    #topNav .yellowb {
      background:url("../images/yellowtabright4.gif") no-repeat right top;
      }   
    #topNav .greena {
      background:url("../images/greentableft4.gif") no-repeat left top;
      }     
    #topNav .greenb {
      background:url("../images/greentabright4.gif") no-repeat right top;
      }   
    #topNav .bluea {
      background:url("../images/bluetableft4.gif") no-repeat left top;
      }     
    #topNav .blueb {
      background:url("../images/bluetabright4.gif") no-repeat right top;
      }   
    #topNav .purplea {
      background:url("../images/purpletableft4.gif") no-repeat left top;
      }     
    #topNav .purpleb {
      background:url("../images/purpletabright4.gif") no-repeat right top;
      }   
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topNav  a span {float:none;}
    /* End IE5-Mac hack */
    #topNav  a:hover span {
      color:#FFFFFF;
      }
    #topNav  a:hover {
      background-position:0% -42px;
      }
    #topNav  a:hover span {
      background-position:100% -42px;
      } 
 
/* ----------- TOP BANNER ------------ */
 
#kids {
  float: right;
  width: 1020px;
  height: 410px;
  background-image: url("https://mycreateabook.com/images/KidsReading.png");
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 20;
  zoom: 1;
 }
 
.kidsimg {
  padding: 15px 0 0 315px;
 }

 .notice {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	color: #FF0000;
}

#topInfo.home {
  margin-left: 10px;
  margin-top: 40px;
  width: 700px;
  z-index: 10;
 }
 
#topInfo.inner {
  margin-left: 10px;
  margin-top: 40px;
  width: 670px;
  z-index: 10;
 }
 
 #topInfo.individual {
  margin-left: 20px;
  margin-top: 20px;
  width: 650px;
  float: left;
  z-index: 10;
 }
 
#topInfo h1 {
  font: bold 19px "Comic Sans MS", Impact, "Arial Black", sans-serif;
  color: #000000; 
  margin: 10px 0;
 }
 
 
#topInfo p {
  font-weight: bold;
  color: #516AAF;
 }
  
#topInfo.individual p {
  font-size: 12px;
  color: #516AAF;
  margin-top: 15px;
 }
 
 #topInfo h2 {
  font: 14px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #000000; 
  margin-bottom: 5px;
 }
 
 .productPhoto {
 float: left;
 margin-right: 20px;
 margin-left: 20px;
 }
 
 
 /* ----------- MAIN LEFT NAVIGATION ------------ */  
  
#mainNav {
  float: left;
  width: 200px;
  margin-left: 10px;
  margin-top: 0px;
  border-right: 1px dashed #A9D5F2;
  border-left: 1px dashed #A9D5F2;
  background: url('../images/fadedrainbowbg.jpg') 0 51px no-repeat;
  overflow: visible;
  z-index: 1001;
 }
 
 .lastli {
  border-bottom: 1px dashed #A9D5F2;
 }
 
 
#sideItem {
 width: 190px;
 }
 
#sideItem p {
 text-align: center;
 margin: 20px 5px 20px 5px;
 }
 
 .facebook {
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FF0000;
}
 
 #facebook2 {
  margin: auto !important;
  margin-left: 20px !important;
  margin-top: -12px !important; 
 }
 
#google {
  margin-top: -19px !important;
  margin-left: 120px !important; 
 }
 
  /* ----------- TESTIMONIALS------------ */  
 
#testimonial {
  width: 200px;
  margin-top: 15px !important;
 }
 
.reviewText {
  width: 150px;
  margin: auto;
  padding: 35px 10px;
  font-size: 12px;
  line-height: 115%;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #FFF6D9;
 }
 
 #testimonial .bottom {
  margin-top: -55px;
  margin-bottom: 25px;
  text-align: center;
 }
 
 #testimonial .top {
  margin-bottom: -35px;
 }

 
 
 /* ----------- MAIN CONTENT ------------ */  
 
#mainContent {
  float: left;
  width: 600px;
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 5px;
  font: 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
 }
 
#mainContent h2{
  font: bold 17px "Comic Sans MS", Impact, "Arial Black", sans-serif;
  color: #546FB3; 
  margin-bottom: 10px;
  text-align: center;
 }
 
#mainContent h3{
  font: bold 17px "Comic Sans MS", Impact, "Arial Black", sans-serif;
  color: #FF0000; 
  margin-bottom: 10px;
  text-align: center;
 }
 
 #mainContent h5{
  font: bold 17px "Comic Sans MS", Impact, "Arial Black", sans-serif;
  color: #FF0000; 
  margin-bottom: 10px;
  text-align: left;
 }
 
#mainContent p {
  margin-bottom: 25px;
 }
 
#mainContent .noRightBar{
  float: left;
  width: 700px;
  font: 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
 }
 
 
.center620 {
  width: 620px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
 }
 
.center600 {
  width: 600px;
  margin: auto;
  margin-top: -20px;
  padding-bottom: 10px;
 }
 
.bear {
 float: right;
 margin-left: 20px;
 margin-right: 0px;
 margin-top: 25px;
 }
 
#mainContent h1{
  font: 15px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #000000; 
  margin-bottom: 10px;
  text-align: center;
}

#mainContent h5{
  font: bold 17px "Comic Sans MS", "Futura XBlkCn BT", Arial, sans-serif;
  color: #FF0000; 
  margin-bottom: 10px;
  text-align: left;
 }
 
.prodListing {
  float: left;
  width: 600px;
  font: 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-top: 1px solid #A9D5F2;
 }
 
.copywrite {
  font: italic 10px "Comic Sans MS", "Futura XBlkCn BT", Arial, sans-serif;
   }

.redLink {
  font: bold 17px "Comic Sans MS", "Futura XBlkCn BT", Arial, sans-serif;
  margin-bottom: -20px;
 }
 
.redLink a:link  {
  color: #FF0000 !important;
 }

.redLink a:hover {
  color: #FD7100 !important;
 }
 
 .redLink a:visited  {
  color: #FF0000 !important;
 }
 
 #bookPreview {
  float: left;
  width: 585px;
  height: 375px;
  padding: 5px;
  border: 2px solid #A9D5F2;
  overflow: scroll;
  margin-bottom: 20px;
  line-height:225%;
scrollbar-arrow-color: #f4f4f0;
scrollbar-face-color: #516AAF;
scrollbar-track-color: #A9D5F2;
}

#bookPreview TD {
border-top:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #999;
padding: 8px;
}
 
/* ----------- PRODUCT QUICK VIEW ------------ */  

.productWrapper {
  position: relative;
  float: left;
  width: 180px;
  height: 350px;
  border: 1px solid #000000;
  background: #FFFFFF url('../images/ProductBoxbg.jpg') no-repeat;
  margin-left: 18px;
  margin-bottom: 18px;
}

.product {
 padding: 20px 5px;
 text-align: center;
 margin: auto;
 }
 
.product p {
  margin-bottom: 0px !important;
  text-align: center;
 }

.product img {
  display: block;
  margin: auto;
 }
 
.product h4 {
  font: 16px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
 }
 
.price  {
  font: 18px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #FF0000;
  margin-top: 5px;
 }
 
.hoverHand {
  position: absolute;
  top: 50px;
  left: 100px;
 }
 
.button {
  position: absolute;
  top: 304px;
  left: 18px;
 }
 
.box {
  display:none;
  position: absolute;
  top: -40px;
  left: 130px;
  background: #FFFFFF url('../images/yellowgradbg.gif') bottom repeat-x;
  width: 200px;
  padding: 15px;
  border: 1px dashed #A9D5F2;
  font: 12px Arial, Helvetica, sans-serif; 
  text-align: justify;
  z-index: 1001;
}

.box strong {  
  display: block;
  margin-bottom: 10px;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-align: center;
}


 
a:hover + .box {
  display:block;   
}

 
/* ----------- RIGHT PRODUCT LIST ------------ */  

#rightList {
  float: right;
  width: 115px;
  margin-right: 10px;
  margin-top: 50px;
  border-right: 1px dashed #A9D5F2;
  border-left: 1px dashed #A9D5F2;
  padding: 15px 15px 0px 15px;
  font: 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  background-color: #FFF6D9;
  position: relative;
  z-index: 1000;

 }
 
 #rightList.frame {
  margin-top: 0px !important;
  z-index: 1000;
  
  }
 
#featured {
  position: absolute;
  left: 0px;
  top: -75px;
  display: block;
  zoom: 1;
 }

 #rightList p {
  margin-bottom: 20px;
  text-align: center;
 }

span.c1 {font-size: 70%}	
	
 /* ----------- FOOTER INFO------------ */  
 
#footer {
 width: 1024px;
 height: 200px; 
 clear: both;
 background-image: url('../images/BottomStar-bg.gif');
 background-position: bottom;
 background-repeat: no-repeat;
 position: relative;
 display: block;
 }
 
#footerText {
  position: absolute;
  width: 1000px;
  margin: 115px 12px 0 12px;
  color: #000000;
  font-size: 12px;
  display: block;
 }
 
 #footerText a:link, #footerText a:visited {
  color: #FFF43A;
 }
 
 #footerText p {
  margin-bottom: 12px;
  text-align: center;
 } 
 
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
 }
 
.clear {
  zoom:1;
 }
 
 .clearA {
  zoom:1;
  clear: both;
 }
 
 /* ----------- FORM FORMATTING ------------ */  
 
.plainForm {
  background: transparent !important;
  border: hidden !important;
  width:auto !important;
  margin: auto !important;
  margin-bottom: auto !important;
  }

form {
  background:#A9D5F2; 
  width:575px; 
  padding:10px; 
  border:1px solid #3399FF; 
  margin: auto;
  margin-bottom: 20px;
  }
 
form fieldset {
  width:560px; 
  display:block; 
  border:1px solid #FFFFFF; 
  padding:5px; 
  font-family: arial, helvetica, sans-serif; 
  margin-bottom:0.5em; 
  line-height:1.5em;
  }
  
form legend {
  font-family: "Comic Sans MS", arial, helvetica, sans-serif;  
  text-align: center;
  font-size:1.1em; 
  font-weight:bold; 
  border:3px solid #FFFFFF; 
  margin-bottom:5px; 
  padding:3px; 
  width:300px; 
  background:#FFFFFF url('../images/form.gif') repeat-x center left;
 }

form label {
  clear:left; 
  display:block; 
  float:left; 
  width:165px; 
  text-align:right; 
  padding-right:10px; 
  color:#000000; 
  margin-bottom:0.5em;
 }

form input {
  border:1px solid #A9D5F2; 
  font-size: 14px;
  background:#fff; 
  padding-left:0.5em; 
  margin-bottom:0.6em;
 }

form select {
  margin-bottom: 0.5em;
  font-size: 14px;
 }

form textarea {
  width:410px; 
  height:15em; 
  border:1px solid #FFFFFF; 
  padding:0.5em; 
  overflow:auto; 
  background:#FFFFFF;
 }

form option {
  background:#FFFFFF; 
  color:#000000;
  font-size: 14px;
 }

/* ----------- Player ------------ */

@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";

@charset "UTF-8";
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.disabled {
  color: #666;
  cursor: default;
}

.show {
  display: inline-block !important;
}



body .container {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  margin: 0 auto;
  width: 500px;
}
body .container .player {
  height: 60px;
  margin: 0;
  position: relative;
  width: 400px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  *zoom: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .container .player {
    width: 470px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  body .container .player {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  body .container .player {
    width: 470px;
  }
}
body .container .player .large-toggle-btn {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  float: left;
  font-size: 1.5em;
  height: 50px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 5px 0 0 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 54px;
}
body .container .player .large-toggle-btn .large-play-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -14%;
}
body .container .player .large-toggle-btn .large-play-btn:before {
  content: "";
  font: 1.5em/1.75 "FontAwesome";
}
body .container .player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -13%;
}
body .container .player .large-toggle-btn .large-pause-btn:before {
  content: "";
  font: 1.5em/1.75 "FontAwesome";
}
body .container .player .info-box {
  bottom: 10px;
  left: 65px;
  position: absolute;
  top: 15px;
}
body .container .player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 0 0 6px 0;
  visibility: hidden;
  width: 400px;
  *zoom: 1;
}
body .container .player .info-box .track-info-box .track-title-text {
  display: inline-block;
}
body .container .player .info-box .track-info-box .audio-time {
  display: inline-block;
  padding: 0 0 0 5px;
  width: 80px;
}
body .container .player .info-box .track-info-box:before, body .container .player .info-box .track-info-box:after {
  content: " ";
  display: table;
}
body .container .player .info-box .track-info-box:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body .container .player .progress-box {
  float: left;
  min-width: 270px;
  position: relative;
}
body .container .player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
body .container .player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 8px;
  position: relative;
  width: auto;
}
body .container .player .progress-box .progress-cell .progress .progress-buffer {
  background: #337ab7;
  height: 100%;
  width: 0;
}
body .container .player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 22px;
}
body .container .player .controls-box {
  bottom: 10px;
  left: 350px;
  position: absolute;
}
body .container .player .controls-box .previous-track-btn {
  cursor: pointer;
  display: inline-block;
}
body .container .player .controls-box .previous-track-btn:before {
  content: "";
  font: 1em "FontAwesome";
}
body .container .player .controls-box .next-track-btn {
  cursor: pointer;
  display: inline-block;
}
body .container .player .controls-box .next-track-btn:before {
  content: "";
  font: 1em "FontAwesome";
}
body .container .player:before, body .container .player:after {
  content: " ";
  display: table;
}
body .container .player:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body .container .play-list {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
}
body .container .play-list .play-list-row {
  display: block;
  margin: 10px 0;
  width: 100%;
  *zoom: 1;
}
body .container .play-list .play-list-row .track-title .playlist-track {
  color: #000;
  text-decoration: none;
}
body .container .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
body .container .play-list .play-list-row .small-toggle-btn {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
body .container .play-list .play-list-row .small-toggle-btn .small-play-btn {
  display: inline-block;
}
body .container .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  content: "";
  font: 0.85em "FontAwesome";
}
body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn {
  display: inline-block;
}
body .container .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  content: "";
  font: 0.85em "FontAwesome";
}
body .container .play-list .play-list-row .track-number {
  display: inline-block;
}
body .container .play-list .play-list-row .track-title {
  display: inline-block;
}
body .container .play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
}
body .container .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
body .container .play-list .play-list-row .track-title.active-track {
  font-weight: bold;
}
body .container .play-list .play-list-row:before, body .container .play-list .play-list-row:after {
  content: " ";
  display: table;
}
body .container .play-list .play-list-row:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

 /* ----------- FEATURE BOXES (NOT USED)
#featureWrap {
  width: 750px;
  margin: 10px;
  margin-bottom: 20px;
 }
 
#feature1, #feature2, #feature3 {
  float: left;
  width: 200px;
  height: 200px;
  padding: 5px;
  margin: 19px;
  border: 1px #000000 solid;
  overflow: scroll;
 }
 ------------ */  
 
