body {
    background: #161616;
    color: #666666;
    text-align: left;
    font-size: 90%; /* 14px */
    line-height: 1.3em; /* 14(90%) x 1.3 = 18 */
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0.889em;
	margin-bottom: 0.889em;
	padding: 0 5px 0 5px;
	}
	
/* NAV */

ul.nav {
	text-decoration:none;
	font-size:1em;
	}

.nav li{
	text-align: center;
	}
	
.nav li a{
	text-decoration:none;
	text-transform:uppercase;
	}
	
/* HEADER */ 
	
#twitterbar a {
	color: #92083E;
	text-decoration: none;
	font-weight: bold;
}

#twitterbar a:hover {
	border-bottom: 1px solid #92083E;
}
	
/* POSTS */
	
h3.entrytitle {
	font-size: 2em;
	line-height: 2.5em;
	font-weight: bold;
	padding-left: 5px;
	}

h3.entrytitle a {
	text-decoration: none;
	}

h3.entrytitle a:hover {
	border-bottom: 1px solid #2E5244;
	}
	
h3.entrytitle span {
	font-family: "HelveticaNeue-UltraLight", Arial, Helvetica, sans-serif;
	}

.metainfo {
	font-family: "HelveticaNeue-UltraLight", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 5px;
	}
	
/* ASIDES */
	
.linklog a:hover {
	border-bottom: 1px solid #777;
	}
	
.linklog li span {
	font-family: "HelveticaNeue-UltraLight", Arial, Helvetica, sans-serif;
	font-size:0.85em;	
}

.linklog li span a {
	text-decoration: none;
}

/* JUST ABOVE THE FOOTER */

.postnoline a {
	color: #999;
	text-decoration: none;
}

.postnoline a:hover {
	text-decoration: none;
	border-bottom: 1px solid #777;
}

/* FOOTNOTES & VARIOUS CLASSES*/

#footnote {
	font-size: 0.75em;
}

blockquote {
	font-family: Times, serif;
	font-style: italic;
	border-left: 1px solid #666666;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0.889em;
	margin-bottom: 0.889em;
}