h1, h2, h3, h4, h5, h6 { letter-spacing:.1em;}
/*26px*/
h1 { font-size: 1.1em; letter-spacing:.10em; font-weight:lighter; }
/*24px*/
h2 { font-size: 1.2em; margin-bottom:1.5em;
	margin-left:.5em;
}
/*22px*/
h3 { font-size: 1.15em;  margin-bottom:1.5em;
	margin-left:1.5em;
}
/*20px*/
h4 { font-size: 1.2em; letter-spacing:.10em; font-weight:lighter;}
/*18px*/
h5 { font-size: 1.125em; }
/* default font size 16px our body will be 14px*/
h6 { font-size: 1em; }



/*all our main text should be about 14px*/
p {
	font-size: 1em;
	text-align:left;
	line-height: 1.5em;
	margin-bottom:1.5em;
	margin-left:1.5em;
	margin-right:1.5em;
	word-wrap:break-word;
	/*letter-spacing: 0.2px;*/
}

a, a:link, 
.post, ul, ol, dl, dd, li {
}

a, a:link { color: #888; text-decoration: none; }

a:active, a:visited:active { color: #fff; }

a, a:visited {color: #888;}

a:hover, a:visited:hover { color: #333; }

ul li {list-style:none; padding: 0px 0 .2em 0; }

code { display: block; white-space: pre; background-color: #fbfbfd; border: 1px solid #dae0e4; font-size: 11px; color: #7d7d7d; margin: 10px 4px; overflow: auto; padding: 8px; font-family: courier new, sans-serif; }

