/* typography.css */

body { 
  font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
  color : #000000; 
  }

h2, h3, h4, p, ul, blockquote { 
  margin : 0 20px .75em; 
  }

h2, h3 { 
  margin-bottom : .15em;
  font : 200% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
  font-weight : bold; 
  letter-spacing : -1px; 
  }
  
p { 
  font-size : 100%; 
  }

h2, h3 { 
  color : #2f3c47;
  }

h2+p { 
  font-size : 110%; 
  }

li > h4 { 
  margin-left : 0; 
  }

div#nav_main p { 
  font-size : 160%;
  color : #000000; 
  }

li > p { 
  margin-left : 0; 
  }

a:link, a:visited { 
  text-decoration : underline;
  color : #000000; 
  }

.activity_date {
  font-size : 160%;
  color : #3b4b5b;
  }

li.activity_details h4 {
  font-size : 130%;
  }
 
 .activity_hymn, .activity_scripture, .activity_resource, .activity_book {
   font-size : 130%;
   }
 
 .activity_hymn_tag, .activity_scripture_tag, .activity_resource_tag, .activity_book_tag {
   font-weight : bold;
   }

  #product_details, #author_info {
   font-size : 130%;
   }   

  #product_details h3 {
   font-size : 125%;
   } 
   #product_details ul, .bullet_list {
   list-style : disc;
   padding-left : 2em;
   }
   
  .product_price, .product_addtocart {
   font-size : 125%;
   }
   
  #content_main h4 {
   font-size : 150%;
   font-style : italic;
   color : #3b4b5b;
   }

  .activity_ h5 {
    font-size : 125%;
    font-style : italic;
    }
   
   .product_quote {
   font-style : italic;
   float : left;
   margin-left : 3%;
   width : 35%;
   }
   