/* typography */

h1{font-size:1.8em;}
h2,#website-slogan{font-size:1.5em;}
h3{font-size:1.4em;}
h4{font-size:1.3em;}
h5{font-size:1.2em;}

.site-content h1{
	margin-top:5px;
	margin-bottom:5px;
	}


#content h1{line-height:1.1em;}
#content h2{line-height:1.2em;}

blockquote{
	padding:10px;
	border:1px solid #e2e2e2;
	color:#666;
	}
	
.title-like{
	text-transform:uppercase;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:3px 3px 3px 3px;
	font-style:normal;
	font-size:0.9em;
	}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}

	
#website-title,
#website-slogan{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:lighter;
	}



