/*- Typography */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	}


/* THE SIZE OF STUFF IN SIDEBAR, ETC ORIG FONT-SIZE=1em color #666 */

.secondary {
	width: 200px;
	float: left;
	font-size: 1.14em;
	line-height: 1.5em;
	color: #000;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}


/* HEIGHT OF TOP NAV MENU ITEMS - ORIGINALLY 1.0em */

ul.menu li a {
	font-size: 1.3em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}



/* H1 IS THE MAIN CRITTIX TITLE: h1 was oringinally 3em */

h1 {
	font-size: 3.5em;
	}


/*LETTER-SPACING IN THE MAIN CRITTIX HEADING TITLE: ORIGINALLY -1px */

h1.blog-title {
	font-weight: bold;
	letter-spacing: 0px;
	padding: 75px 40px 0;
	}


/* TAGLINE HEIGHT - ORIGINALLY 1em */

#header .description { /* Description in header */
	font-size: 1.3em;
	margin: 0 40px;
	}



/* SIDEBAR HEADER SIZE ORIGINALLY 1.5em*/

.secondary h4 { 
	font-size: 1.7em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}


/* BLOG ENTRY TITLE ORIGINALLY font-size=2.4em   */

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: 0px;
	}


/* TIME AND CATEGORY LINE ABOVE BLOG ENTRIES font-size orig 1.0em  */

.entry-meta {
	font-size: 1.1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}


/* BLOG POSTS - ORIG FONT-SIZE=1.2em COLOR= #444 Line-height 1.8em */

.entry-content {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	color: #111;
	}
