/* The Best Breast 2 | Print CSS
   Last Updated: Feb 8, 2008
   ------------------------------------- */

@import url('book.css');

/* Content
   ------------------------------------- */

body, #book-content{
  color:#000;
  font-family:'Times New Roman', Times, serif;
}
#book-content h2, #book-content h3, #book-content h4, #book-content blockquote{
  /* override font to something more print friendly */
  font-family:Arial,sans-serif;
}


/* Header
   ------------------------------------- */

#header{ margin:0 0 2em; }
#header h1{
  float:left;
  margin:0 0 .5em;
}

ul#contact-numbers{
  font-style:italic;
  font-size:.9em;
  float:right;
  margin:0;
  list-style:none;
}
ul#contact-numbers li, ul#nav li{
  padding:0;
  margin:0;
}

#search-box{ display:none; }


/* Navigation
   ------------------------------------- */

ul#nav{
  clear:both;
  list-style:none;
  margin:0 0 1em;
  padding:0;
  font-size:1.1em;
}
ul#nav li{
  display:inline;
  margin:0 1em 0 0;
}
ul#nav li a{
  color:#000;
  text-decoration:none;
}
body#home ul#nav li.home a,
body#about-us ul#nav li.about-us a,
body#book ul#nav li.book a,
body#news ul#nav li.news a,
body#reviews ul#nav li.reviews a,
body#press ul#nav li.press a,
body#order ul#nav li.order a,
body#contact-us ul#nav li.contact-us a{  font-weight:bold; }


/* Sidebar
   Neat trick to display chapter
   from TOC above the text
   ------------------------------------- */

#sidebar p, #sidebar ul li{ display:none; }
#sidebar img{
  display:block;
  float:left;
  margin:0 3em 2em 0;
}

body.preface #sidebar ul li.preface,
body.introduction #sidebar ul li.introduction,
body.chapter-1 #sidebar ul li.chapter-1,
body.chapter-2 #sidebar ul li.chapter-2,
body.chapter-3 #sidebar ul li.chapter-3,
body.chapter-4 #sidebar ul li.chapter-4,
body.chapter-5 #sidebar ul li.chapter-5,
body.chapter-6 #sidebar ul li.chapter-6,
body.chapter-7 #sidebar ul li.chapter-7,
body.chapter-8 #sidebar ul li.chapter-8,
body.chapter-9 #sidebar ul li.chapter-9,
body.chapter-10 #sidebar ul li.chapter-10,
body.chapter-11 #sidebar ul li.chapter-11,
body.chapter-12 #sidebar ul li.chapter-12,
body.chapter-13 #sidebar ul li.chapter-13,
body.chapter-14 #sidebar ul li.chapter-14,
body.chapter-15 #sidebar ul li.chapter-15,
body.chapter-16 #sidebar ul li.chapter-16,
body.appendix-1 #sidebar ul li.appendix-1,
body.appendix-2 #sidebar ul li.appendix-2,
body.appendix-3 #sidebar ul li.appendix-3
{
  display:block;
}

#sidebar ul {
  margin:2em 0 0;
  padding:0;
}
#sidebar ul li{
  padding:0;
  margin: 0 0 1em;
}

#sidebar ul li a{
  font-size:1.2em;
  text-decoration:none;
  color:#000;
  font-style:italic;
}
#sidebar ul li a:after{ 
  content: " \003E"; 
  font-style:italic;
}


/* Footer
   ------------------------------------- */

#footer{
  clear:both;
  border-top:1px solid #000;
  margin:2em 0 0;
  padding:1em 0;
  text-align:center;
}
#footer ul{ display:none; }