/** 
 * Eclipse Theme
 *
 * 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, Arial, Helvetica, "DejaVu Sans Condensed", sans-serif; 
}

/* HEADER STYLES 
-------------------------------------------- */

.typography h1, h2, h3, h4, h5, h6 {
	color : #5E88A2;
	margin : 0;
	padding : 0px;
	font-weight : normal;
}

.typography h1 {
	font-size: 3.2em;
}
.typography h2 {
	font-size: 2.1em;
}
.typography h3 {
	margin: 0 0 0.4em 0;
	letter-spacing : -0.03em;
}
.typography h4 {
	font-size : 1.4em;
}
.typography h5 {
	font-size: 1.4em;
}
.typography h6 {
	font-size: 1.25em;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
 	line-height: 1.57em;
	letter-spacing : -0.03em;
	margin: 0;
	font-family : Verdana, Arial, Helvetica, "DejaVu Sans Condensed", sans-serif;
}

.typography p, .typography li {
	font-size: 1.1em;
}

.typography h2,
.typography p {
	margin-bottom : 26px;
}

.typography em,
.typography i,
.typography span.emphasis {
	font-style : normal;
	font-size : 100%;
}

.typography #Blurb h2,
.typography #FeatureBlurb h2,
#Main h3 {
	/* medium text and subheadings */
	font-size : 2.3em;
	font-weight : 100;
	font-family : Verdana, Arial, Helvetica, "DejaVu Sans Condensed", sans-serif;
	letter-spacing : 0.02em;
	color : #5E88A2;
	line-height : 1.3em;
}

.HomePage .typography #FeatureBlurb h2 {
	text-transform : uppercase;
	font-size : 2.05em;
	line-height : 1.1em;
	letter-spacing : -0.03em;
}

.typography .gallery .caption h4.title,
.typography .gallery .caption a {
	/* title of image */
	font-size : 1.4em;
	text-transform : uppercase;
	font-weight : bold;
	letter-spacing : -0.03em;
}

.typography .gallery .caption em {
	/* see more */
	color : #5E88A2;
}

/* LINKS 
-------------------------------------------- */

a {
 	text-decoration: none; 
	color: #5E88A2;
}

a:hover { 
	text-decoration: underline;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin : 0 0 26px 0;
	padding-left : 0px;
}
.typography li {
	margin: 4px 0px 2px 0px;
	padding : 0px 0px 0px 22px;
 	line-height: 1.57em;
	letter-spacing : -0.03em;
	background-image : url("../images/list-item.png");
	background-repeat : no-repeat;
	background-position : left 4px;
	list-style-type : none;
}
.typography li li {
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 1.1em;
	color: #666;
	border-collapse:collapse;
}
.typography tr {}
	
.typography td {
	border:0px solid #999;
	padding:5px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}

.typography img.right {
	float: right;
	margin-left: 20px;
}

.typography img.left {
	float: left;
}

.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



/* 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;
}
*/

/* QUOTES
-------------------------------------------- */
/*
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}
*/