

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Verdana, Lucida, Arial, sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	font-size:80%;
	line-height:140%;
}

.mceContentBody p {
	font-size:110%;
	}


/* LINKS 
-------------------------------------------- */

	.typography a, .typography a:visited, .typography a:active{ 
		color:#75affb;
	}
	.typography a:hover { 
 		text-decoration: none; 
		color:#9FC9EB;
	}

	/* 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 {
	font-size:85%;
}
	
		
/* HEADER STYLES 
-------------------------------------------- */

	
.typography h3 {
	font-size:100%;
	margin-top:0;
	}

.typography h4 {
	color:#2b67b2;
	font-size:90%;
	}

.typography h5 {
	font-size: 90%;
}
.typography h6 {
	color:#2b67b2;
	font-size:85%;
	font-weight:normal;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	font-size:80%;
	width:98%;
	border:1px #2b67b2 solid;
	}
.typography tr {}
	
.typography th {
	background-color:#2b67b2;
	color:#fff;
	padding: 5px 5px 5px 0
	}
	
.typography td {
	padding: 5px 5px 5px 0;
	vertical-align:top;
	}

.typography caption {
	color:#2b67b2;
	text-align:left;
	font-weight:bold;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */

.typography img.right { 
	float: right;
	margin-left: 8px;
	margin-bottom:8px;
}
.typography img.left {
	float: left;
	margin-right: 8px;
	margin-bottom:8px;	
}
	
.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

.username {
	color:#2B67B2;
	}
