/**
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.typography .truecaps {
	font-variant:small-caps;
}


/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
	font-size:12px;
	margin: 5px 0;
}

.typography .first { 
 	color:#758892;
	font-weight: normal;
	padding: 0px 0 5px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-style: italic;
}

/* ADDRESS
-------------------------------------------- */
.typography address {
	color: #666;
	margin: 5px 0;
}

/* STYLING
-------------------------------------------- */
.typography p strong {
	
}
	.typography p strong em,
	.typography p strong .capital {
		font-weight: bold;
	}
	.typography p em .capital {
		font-style: italic;
	}
	
.typography .uppercase {
	text-transform:uppercase;
}


/* LINKS 
-------------------------------------------- */

.typography a { 
 	color:#6D7D3C;
	text-decoration:underline;
}
.leftsectioncopy a:hover, a:visited {
	color: #454f26;
}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
}
	.typography li {
		list-style-image:none;
		list-style-position:inside;
		list-style-type:disc;
		padding: 5px 0 5px 0;
	}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3 { 
	font-family:Georgia,serif;
}

.typography h1 {
	color:#6A605E;
	font-size:185%;
}
.typography h2 {
	color: #6a605e;
	font-size:130%;
	padding:0 0 5px;
}
	.typography h2 .truecaps {
		font-size:95%;
	}
.typography h3 {
	color: #6a605e;
	font-size:110%;
	padding:10px 0 0;
}
.typography h4 {
	font-size:85%;
	font-weight:bold;
}
	.typography h4 em {
		font-size:100%;
		font-weight:bold;
		font-style: italic;
	}
.typography h5 {

}
.typography h6 {

}

.typography h1 strong em,
.typography h2 strong em,
.typography h3 strong em,
.typography h4 strong em {
	font-weight: bold;
	font-size:85%;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table th, .typography table td {
	border:1px solid #CCCCCC;
	padding:4px;
}

.typography table.directors tr {
	border: 0;
}

.typography table.summary th,
.typography table.tablePeople th
{
	font-weight:bold;
	border: 0;
	border-bottom:1px solid #CCCCCC;
}
.typography table.summary td,
.typography table.tablePeople td
{
	font-size:12px;
	border-right:none;
	border-left:none;
}

.typography table.newseventsitems tr td {
	border: 0;
}
.typography table.newseventsitems tr th {
	border: 0;
	border-bottom:1px solid #CCCCCC;
}
	
.typography .Scorecard {
	margin-top:20px;
	}
.typography .tableHeading {
		color:#758892;
		font-family:Verdana,Helvetica,Arial,sans-serif;
		font-weight:bold;
	}
.typography .Scorecard h3 {
		color:#6A605E;
		font-family:Verdana,Helvetica,Arial,sans-serif;
		font-size:120%;
		font-weight:bold;
	}
.typography .Scorecard tr td {
		border-left:medium none;
		border-right:medium none;
		padding-bottom:3px;
		padding-right:5px;
		vertical-align:top;
	}
.typography .tableBold {
	font-weight:bold;
	padding:0 0 5px;
	vertical-align:top;
	}
.typography .tablePeople {
	border-top: 0;
	}
.typography .tablePeople td {
	border-top: 0;
	border-bottom:1px dotted #CCCCCC;
	padding:10px 0;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: 0;
}
	.typography img.right {
		float: right;
		margin: 2px 0 10px 10px;
	}
	.typography img.left {
		float: left;
		margin: 2px 10px 10px 0;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
