/* === FONTS & TEXT === */
body {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.4em;
}
.search-form input {
	font-family: Georgia,serif;
	font-size: 14px;
    line-height: 24px;
}
#header h1 { 
	font-family: 'Raleway','Arial Black',sans-serif; 
	text-transform: uppercase;
	font-weight: 900; 
	font-size: 78px;
}
#header h1 a { 
	font-family: 'Raleway','Arial Black',sans-serif;
	font-weight: 900;
	font-size: 78px;
	line-height: 0.8em; 
	letter-spacing: -0.05em;
	text-transform: uppercase;
	text-decoration: none;
}
#site-menu ul.menu li {
	font-family: 'Raleway',Helvetica,Arial,sans-serif; 
	font-weight: 700;
	font-size: 22px;
	line-height: 46px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#site-menu ul.menu li a {
	white-space: nowrap;
}
#site-menu ul.menu li a:first-letter {
	font-weight: 900;
}
.date { 
	font-size: 1.2em; 
	font-variant: small-caps; 
	line-height: 1.25;
	text-decoration: none; 
	text-transform: lowercase; 
}
.date .month { 
	font-size: 1.3em; 
	line-height: 1.15;
}
.post-type-container a {
	text-indent: -9999px;
}
.post h3 { 
	font-size: 1.5em; 
}

.caption-audio { 
	font-size: 1.2em; 
}

.quote .big { 
	font-size: 6em; 
	font-weight: bold; 
	line-height: 0.5em; 
}
.quote .quote-words { 
	font-size: 1.4em; 
}

.reblogged { 
	font-size: 0.8em; 
	font-style: italic; 
}

#notes-container h4 { 
	font-size: 1.3em; 
	line-height: 1.15; 
}

.post-footer { 
	font-size: 0.75em; 
}