/*===========================================================================
	Typography (Enagements)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

div#primary-content h5 {
	font-size: 1.167em; /* 14px relative to 12px */
	font-weight: normal;
}

div#primary-content ul li p,
div#primary-content h2 {
	font-size: 1.167em; /* 14px relative to 12px */
	font-weight: normal;
}

div#primary-content ul li a,
div#primary-content a#return-link {
	font-size: .75em; /* 9px relative to 12px */
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

div#primary-content ul#pagination li a {
	font-weight: normal;
}

body.individual-story div#primary-content ul li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}

body.individual-story div#primary-content h2 {
	font-size: 1.4em; /* 14px relative to 12px */
}
