/* *************************************************************************
This is the typography css for CreativeByline.com. NOTE: I have not added 
much besides font-size (i.e. weight) 
************************************************************************  */

/* This style is the header for each non-logged in page; it follows the 
styles.css h1 tag.  This title MUST be georgia. */
.public_title{font: 25px/normal georgia,serif;}

/* These are the body header tags for each non-logged in page; they are 
taken from h3 and h6 */
.public_heading1{font: 20px/normal georgia,serif;margin:10px 0;}
.public_heading2{font: 16px/normal georgia,serif;margin:10px 0;}

/* These styles replicate the main calls to action on the homepage 
(i.e. the large red links) */
.public_super_cta{font-size:23px;color:#cc0000;font-weight:bold;}
.public_sub_cta{font-size:20px;color:#cc0000;}

/* These are general styles for the copy.  Basic small, normal, medium, and 
large.  These are taken from styles.css.  */
.public_large_text{font-size:17px;line-height:normal;}
.public_medium_text{font-size:14px;line-height:normal;}
.public_normal_text{font-size: 12px;line-height:16px;}
.public_small_text{font-size:10px;line-height:16px;}
