/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography. */

/* Typography */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
	font-size:100.01%;
}
body {
	color: BLACK;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 1.8em;
}
.white { color: WHITE; }

/* Featured */
#featured-sticker {
        font-style: italic;
        font-weight: bold;
        font-size: 14px;

        color: white;
}
#featured-post h3 {
	line-height: 27px;
}
/* comments */
#commentlist p {
        margin: 0px;
        font-size: 11px;
}
/* Headings */

h1, h2, h3, h4, h5, h6, #nav ul li a, #home_intro, #footer h2, #searchform input#s, input#searchsubmit  {
	color: #072646; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold;
}
#container_3 h1, #container_3 h2, #container_3 h3, #container_3 h4, #container_3 h5, #container_3 h6 {
	color: #185b31;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: WHITE;
}
h1 {
	font-size: 24px;
	letter-spacing: -2px;
	line-height: 1.4em;
	margin: 0px 0px 10px;
	padding: 0 0 3px 0;
}
#container_2 h1 {
	color: WHITE!important;
}
h2 { font-size: 2em; margin: 10px 0; padding: 5px; color: #185b31; margin-bottom: .5em; }
    #home_side h2 { font-size: 2.4em; padding: 0px; color: WHITE; text-align: center; }
    #city_biz_listings h2 { font-size: 3em; mar