p { 
    color: #111; 
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 12px 0; 
    }

p.first:first-letter { 
    float:left;
    font-family: baskerville,"palatino linotype",serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 6px 4px 0 0;
    }

pre { 
    line-height: 16px;
    padding: 0 0 12px 0; 
}
    
p img.right { 
    float: right; 
    margin: 0 0 12px 12px; }

/* LINKS */

a, a:link, a:active {
	color: #1f6893;
	text-decoration: underline;
	}

a:visited {
	color: #1f6893;
	}

a:hover {
	color: #1f6893;
	text-decoration: none;
	}

/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
    color: #1f6893;
    font-family: Georgia, serif; 
    font-weight: normal;
	margin-bottom: 8px;
    /*text-transform: capitalize;*/
    margin-top: 16px;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5,h6 { font-size: 14px; }

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6 {
    color: #bb7909;
    border-bottom: 1px solid #bb7909;
    text-transform: capitalize;
}

.storyTitle {
    margin-top: 0px;
}

#twitterThreads h1,#twitterThreads h2,#twitterThreads h3,#twitterThreads h4,#twitterThreads h5,#twitterThreads h6 {
    border-bottom: none;
}

/* MISC CONVENIENCES */

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }

blockquote { 
    color:#333;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    font-style: italic;
    line-height: 16px;
    margin: 18px;  
    }

.caps {
    text-transform: uppercase;
    }
.big { 
    font-size: 14px; 
    }
.small { 
    font-size: 11px; 
    }
.oldbook { 
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px; 
    }
.oldbook { 
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px; 
    }
.note { 
    color:#333;
    font-family:Georgia, "Times New Roman", Times, serif; 
    font-size: 11px; 
    font-style: italic; 
    margin: 16px;  
    } 
.mono { 
    font-family:"Courier New", Courier, monospace;
    }
