@charset "UTF-8";
@font-face {
    font-family: 'flavorsregular';
    src: url(../fonts/Flavors-Regular.ttf);
}

body 
{
    margin:0;
    padding:0;
    font-size: 14px;
    line-height: 18px;
}

h1 {font-size: 2em; font-weight:normal; color: #a6430a; margin: 0 0 .5em 0;}
h2 {font-size: 1.7em; margin: 0 0 1em 0;}
h3 {font-size: 1.5em; margin: 0 0 1em 0;}
p { margin: 0 0 .75em 0; }

a:link 
{
  text-decoration:none;
  color: Navy; 
  font-weight:bold;
}
a:hover 
{
  text-decoration:none;
  color:red;
}
a:visited 
{
  text-decoration:none;
  color:Navy;
}
#bcover 
{
  background: url("../images/book2.jpg") no-repeat;
  width: 247px; /* Width of new image */
  height: 439px; /* Height of new image */
  border-width:5px;
  border-color :Silver;
  border-style :inset;

}


#newt 
{
 display:none;   
}

p
{
 text-align:center;   
    
}
#tocbottom 
{
    margin-left:40px;
    font-size:14pt;  
    
}
table 
{
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-width:7px;
  border-style:groove;
  border-color:Gray;
  padding: 15px;
  height:40%; 
}
#togdesc, #togauth, #togpoem, #togreviews
{
 width:250px;
 height:25px;
 color:Maroon;
 background-color:silver;
 border-width:3px;
 border-color:Silver;
 border-style:inset;
 text-align:center;
 margin-top:-20px;
}

#togcontent 
{
 display: none;   
}

#togamazon
{
 width:250px;
 height:25px;
 color:Maroon;
 background-color: #FBF3BC;
 border-width:3px;
 border-color:Silver;
 border-style:inset;
 text-align:center;
}
#desc{
 float:left;
 -moz-border-radius: 15px;
 border-radius: 15px;
 padding: 4px 2px 4px 2px;
 width:250px;
 background-color:#B9CBDF;
}

#poem {
 float:left;
 -moz-border-radius: 15px;
 border-radius: 15px;
 padding: 4px 2px 4px 2px;
 font-size:14px;
 width:250px;
 background-color:#B9CBDF;
}

#reviews 
 {
  float:left;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 2px 4px 2px;
  width:250px;
  background-color:#B9CBDF;
  font-size:12px;
}

#kirkus, #obc, #tbr
{
 float:left;
 -moz-border-radius: 15px;
 border-radius: 15px;
 padding: 4px 2px 4px 2px;
 width:250px;
 background-color:#B9CBDF; 
}

#bioimage 
{
 -moz-border-radius: 15px;
  border-radius: 15px;
  background: url("../images/ahirsch.jpg");
  margin-left:50px;
  margin-bottom:10px;
  float:left;
  width:150px;
  height:180px;     
}

#biocontent 
{
  float:left;
  -moz-border-radius: 15px;
  border-radius: 15px; 
  padding: 4px 2px 4px 2px;
  width:250px;
  background-color:#B9CBDF;   
}
/* toc */
.bdr 
{
    border-style:solid;
    border-color:yellow;
    border-width:2px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
    width: 100px;  
    height: 100px;     
}
div#tocbottom a
{
    color: navy blue;    
}
div#tocbottom a:hover
{
    color: #a2041a;    
}

#homelink
{
  color: maroon; 
  font-size:14pt;
  text-decoration: none;
}

