/*
TYPOGRAPHY
This typography file is included in the WYSIWYG editor
Any alterations to these styles should be made in /themes/knzb/css/tweaks.css

Author: Justin Waddell, http://www.justinwaddell.com
Created: April 2009
-----------------------------------------------------
*/

.typography td {
	vertical-align: top;
}

/*
LINKS
-----
*/

.typography a {
	color: #161B31;
}
.typography a:hover {
	color: #BA0913;
}


/*
HEADINGS
--------
*/

.typography h1 {
	clear: both;
	display: inline-block;
	zoom: 1;
    *display: inline;
	padding: 0 0 6px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.8em;
	letter-spacing: -0.04em;
	line-height: 110%;
	color: #BA0913;
}
.typography h1.rss {
	float: left;
}
.typography h2 {
	font-size: 2em;
	letter-spacing: -0.04em;
	line-height: 110%;
	color: #BA0913;
}
.typography h3 {
	margin: 0;
	font-size: 1.6em;
	letter-spacing: -0.04em;
	line-height: 110%;
	color: #161B31;
}
.typography h4 {
	font-size: 1.6em;
	letter-spacing: -0.04em;
	line-height: 110%;
	color: #BA0913;
}
/* COLUMN 2 & 3 */
.columns h1 {
	margin: 0 0 10px 0;
	font-size: 2.2em;
	letter-spacing: -0.04em;
	line-height: 110%;
	color: #161B31;
}


/*
LISTS
-----
*/

.typography ul, .typography ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	font-size: 1.3em;
	line-height: 140%;
}
.typography ul li, .typography ol li {
	margin: 0 0 15px 0;
}
.typography .Bullets {
	list-style: none;
	font-size: 14px;
}
.typography li.Bullets {
	margin: 5px;
	padding-left: 10px;
	background: url(../images/arrow_grey.png) no-repeat 0 7px;
}


/*
OTHER STUFF
-----------
*/

.typography hr, .columns hr {
	margin: 0 0 20px 0;
	border: none;
	border-bottom: 1px solid #F5F5F5;
	height:1px;
	background: none;
}

/*
STYLES
------
*/

.typography .Large-Copy {
	font-size: 16px;
	font-style: italic;
	color: #666;
}
.typography .Small-Copy {
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.typography .Red-Bold {
	font-weight: bold;
	color: #BA0913;
}
.typography .Blue-Bold {
	font-weight: bold;
	color: #161B31;
}
.typography .Highlight {
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 120%;
	color: #999;
}
.typography a.PDF-Link {
	display: inline-block;
	padding: 0 0 0 80px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	background: url(../images/icon_pdf.png) no-repeat 0% 0%;
}
.typography a:hover.PDF-Link {
	color: #BA0913;
}
/* TABLES */
.typography .Table-Lines {
	float: left;
	margin: 0 30px 30px 0;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	color: #666666;
	background: #F5F5F5;
}
.typography .Table-Lines td {
	padding: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #999;
	font-size: 12px;
}
.typography .Table-Merchandise {
	margin: 0 0 30px 0;
	border-right: 1px dashed #DDD;
}
.typography .Table-Merchandise td {
	padding: 0 33px 0 33px;
	border-left: 1px dashed #DDD;
}
/* IMAGES */
.typography .captionImage {
	display: block;
	margin: 0 0 20px 0;
	padding: 8px !important;
	border: 1px solid #EEE;
	background: #F5F5F5;
}
.typography .caption {
	margin: 8px 0 5px 0;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
/*
WYSIWYG EDITOR ALIGNMENT CLASSES
--------------------------------
*/

.typography .left {
	text-align: left;
	padding: 0 20px 20px 0;
}
.typography .leftAlone {
	padding: 0 0 20px 0;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
	padding: 0 0 20px 20px;
}
.typography img.right {
	float: right;
	padding: 0 0 20px 20px;
}
.typography img.left {
	float: left;
	padding: 0 20px 20px 0;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}