/* Master Font Size - ie 1em; 1.1em; 1.2em; etc */
.typography{font-size: 1.1em;}

/* Link */
.typography a {font-weight: bold;}
.typography a:link, .typography a:visited {color: #AB7E27; }
.typography a:hover {color: #bf933d; text-decoration: none;}
.typography a:active {color: #bf933d; }


/* NON-SIFR Headings */
.typography h1, .typography h2{color: #73320e; font-weight: bold; text-transform: uppercase; margin: 1.5em 0 0.4em 0;}
	.typography h1.pageTitle{margin: 0 0 0.4em 0;}
	.typography h1{font-size: 1.5em;}
	.typography h2{font-size: 1.5em;}
.typography h3, .typography h4{color: #ab7e27; font-weight: bold; margin: 1.2em 0 0.3em 0;}
	.typography h3{font-size: 1.4em;}
	.typography h4{font-size: 1.2em; text-transform: uppercase; font-weight: normal;}
.typography h5, .typography h6{color: #785c4c; font-size: 1.2em; text-transform: uppercase; font-weight: normal; margin: 1em 0 0.3em 0;}

/* Main Text Styles */
.typography p{color: #483300; font-size: 1.2em; margin: 0.5em 0; line-height: 1.4;}
.typography strong{font-weight: bold;}
.typography em{font-style: italic;}
.typography u{text-decoration: underline;}

/* Lists */
.typography li{font-size: 1.2em; line-height: 1.4; margin-bottom: 8px;}
	.typography ul{}
		.typography ul li, .typography dt{list-style-type: disc; margin-left: 14px;}
	.typography ol{list-style-type: decimal; list-style-position: inside;}
		.typography ol li{}
	.typography dl{font-size: 1.2em; padding: 0.4em 0 1em 0; margin-bottom: 4px;}
		.typography dd{font-weight: bold; margin: 1em 0 0.2em 0;}

/* Images */
img.right{float: right; padding: 2em 0 2em 2em;}
img.left{float: left; padding: 2em 2em 2em 0;}

.typography img[align~=right]{float: right; padding: 2em 0 2em 2em;}
.typography img[align~=left]{float: left; padding: 2em 2em 2em 0;}
/* Tables */
.typography table{font-size: 1.2em; margin-bottom: 15px;}
	.typography th, .typography td{padding: 5px; vertical-align: middle; text-align: left;}
	.typography th{background: #cdb17d; border: 1px solid #f6ead0; font-weight: bold; color: #483300;}
	.typography td{background: #eee5d4; border: 1px solid #f6ead0;}
		.typography table p{color: #333; font-size: 1em; line-height: 1.2; margin: 0;}

/* Misc */
.typography address{font-style: italic; font-size: 1.3em; padding: 2.5em;}
.typography pre{border-left: 5px solid #AB7E27; margin-bottom: 15px;}
.typography blockquote{border-left: 5px solid #AB7E27; padding-left: 15px;}

