/* typography.css - iprc typographic styles for live site and admin text editor */



/* @group General Text Elements
============================= */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #6e6e6e;
	}

p, ul, ol, table, blockquote {
	margin-bottom: 1.5em;
	}

p, table  {
	line-height: 1.5;
	}

p, li, dt, dd, th, td {
	font-size: 12px;
	}

ul, ol {
	margin-bottom: 1.9em;
	}

.content ul, .content ol {
	margin-left: 3.5em !important;
	}

.content td ul, .content td ol {
	margin-left: 1.5em !important;
	}

li {
	margin: 0 0 .75em;
	line-height: 1.35;
	}

p.intro {
	font-size: 14px;
	line-height: 1.6;
	/*font-weight: bold;*/
	color: #418747;
	}

.content li strong {
	font-weight: bold;
	color: #418747;
	}

p.intro {
	margin: 1.539em 0;
	}

li *, dt *, dd *, td *, th * { font-size: 1em; }

p + ul, p + ol { margin-top: 0; } /* override default.css */



blockquote, q { padding: 0; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: #ddd; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

a {
	text-decoration: underline;
	color: #6e6e6e;
	}
a:hover {
	color: #3a7b40;
	}
a:focus {}
a:active {
	text-decoration: underline;
	color: #000;
	}

hr {
	height: 1px;
	overflow: hidden;
	margin: 20px 0 !important;
	margin: -2px 0 13px;
	padding: 0;
	border: none;
	color: #8f8f8e;
	background-color: #8f8f8e;
	}
*:first-child+html hr {
	margin: -2px 0 13px !important;
	}


div.highlight {
	margin-bottom: 23px;
	padding: 10px 15px 9px;
	background: #e2e8dc;
	}

div.highlight p:last-child {
	margin-bottom: 0;
	}

div.highlight ul,
div.highlight ol {
	margin-bottom: 0;
	}

div.highlight li {
	line-height: 1.5;
	}

table {
	color: #63706a;
	}

table caption {
	padding: 7px 0 0;
	border: 1px solid #b0b6b0;
	border-width: 1px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #3a7b40;
	}

table th {
	padding: 7px 7px 2px 0;
	}

table thead th {
	border: 0;
	font-weight: bold;
	color: #3a7b40;
	}

table tbody th {
	border: 1px solid #b0b6b0;
	border-width: 0 0 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a7b40;
	}

table td {
	padding: 4px 0 0;
	line-height: 1.5;
	}

table p {
	margin: 0;
	}


table.listing {
	color: #6e6e6e;
	}

table.listing th {
	padding: 2px 0 0;
	border-bottom: 1px solid #97b796;
	font-weight: bold;
	color: #3a7b40
	}

table.listing thead th {
	padding-left: 73px;
	}

table.listing td {
	padding-top: 1px;
	padding-left: 73px;
	}

table.listing td p {
	margin: 0;
	border-bottom: 1px solid #b1b0ae;
	}



table.columnar {}

table.columnar caption {
	padding: 0 6px 6px 0;
	border: 0;
	}

table.columnar thead th {
	padding: 0px 6px 4px;
	border: 1px solid #969696;
	border-width: 0 1px 1px;
	font-weight: bold;
	color: #3a7b40;
	}

table.columnar td {
	padding: 5px 6px;
	border: 1px solid #969696;
	font-size: 12px;
	line-height: 14px;
	}

table.columnar td.hilite {
	background: #e3e9dd;
	}

table.columnar td.col-first,
table.columnar th.col-first {
	border-left-width: 0;
	}

table.columnar td.col-last,
table.columnar th.col-last {
	border-right-width: 0;
	}

table.columnar td li {
	padding: 5px 0;
	font-size: 12px;
	line-height: 14px;
	}


/* @end General Text Elements
--------------------- */


/* @group Headings (H1-H6)
============================= */

h1 {
	font-size: 1em;
	}
h1 a {
	display: block;
	}
h1 img {
	display: none;  /* hide for screen. Show for printing in print.css */
	}

h2, h3, h4, h5, h6 {
	line-height: 1.25;
	}

h2 {
	margin: 0 0 .313em;
	font-size: 16px;
	color: #5f5f5f;
	}
#primary h2.pageTitle {
	margin-top: 47px;
	margin-bottom: 21px;
	}
#primary.illustrated h2.pageTitle,
#primary.illustrated h2.sectionTitle {
	margin-top: 0;
	margin-bottom: 23px;
	}
#primary h2.sectionTitle {
	margin-top: 48px;
	margin-bottom: 23px;
	color: #3a7b40;
	}
#primary h2.subPageTitle {
	margin: 0 0 3px;
	border-bottom: 1px solid #aaa9a6;
	font-size: 14px;
	color: #5f5f5f;
	}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #3a7b40;
	margin-bottom: .35em;
	}
.sidebar #login h3 {
	padding: 0 !important;
	background: transparent !important;
	}

h4 {
	font-size: 11px;
	}


h5 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3a7b40;
	}


h6 {

	}


/* @end Headings (H1-H6)
--------------------- */


/* EOF */

