/** 
 * 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 
-------------------------------------------- */
 
body.mceContentBody {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	width: 560px;/*Match design*/
	padding: 20px;/*Match design*/
	border-right: 1px #ccc dashed;
	background: #0b0b0b;
	color: #818181;
	}

.typography strong {
	color: #fff;
	}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
 	line-height: 1.5em;
	font-size: .8125em; /* 13px */
	margin: 0 0 10px 0;
	/* opacity: .999; */ /* Makes text render lighter */
	}
.typography p.intro {
	font-size: 1.0635em; /* 17px */
 	line-height: 1.4em;
	}

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

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

a { 
 	text-decoration: none;
 	color: #1186ef;
	}
	a:focus,
	a:hover,
	a:active { 
 		color: #fff;
		}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/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(/themes/jono2010/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(/themes/jono2010/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(/themes/jono2010/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(/themes/jono2010/images/icons/application.png) no-repeat left center;
		}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 1.5em 1.5em;
	color: #333;
	}
	.typography li {
 		line-height: 1.5;
		font-size: 0.8125em; /* 13px */
		margin: .5em 0;
		}
	.typography ol li {
		list-style-type: decimal;
		}
	.typography ul li {
		list-style-type: disc;
		}
		.typography li ul,
		.typography li ol {
			margin-top: .25em;
			margin-bottom: .5em;
			}
		.typography li li {
			font-size: 1em;
			}
		.typography li ol li {
			list-style-type: lower-roman;
			}
		.typography li ul li {
			list-style-type: square;
			}
			.typography li li ol li {
				list-style-type: lower-alpha;
				}
			.typography li li ul li {
				list-style-type: circle;
				}

		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 {
	margin: 2em 0 1em 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	line-height: 1.3em;
	color: #fff;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #2c2c2c;
	}
#Breadcrumbs p {
	margin: 2em 0 1em 0;
	}

#Header h1,
#Header h2 {
	font-weight: 300;
	font-size: 1.0625em; /* 17px */
	margin: 35px 0 22px 18px;
	}
	#Header h1 strong,
	#Header h2 strong {
		font-size: 1.1765em; /* 20px */
		font-weight: 500;
		}

.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography h7 {
	margin: 10px 0 0 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	color: #fff;
	line-height: 1.5em;
	}

#GalleryPage h1,
#FlickrPage h1,
#ProjectPage h1 {
	margin: 12px 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	line-height: 1.2em;
	}

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

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 1.22em 0;
	border-collapse: collapse;
	}
	.typography  td,
	.typography  th {
		color: #666;
		font-size: 0.8125em; /* 13px */
		border: 1px solid #BABABA;
		padding: .385em .692em; /* 5px 9px */
		line-height: 1.5em;
		}

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

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin: 0 0 1.22em 0;
	font-size: 0.8125em; /* 13px */
	}
	.typography img.right,
	.typography div.right {
		float: right;
		margin: 0 0 1em 2em;
		}
	.typography img.left,
	.typography div.left {
		float: left;
		margin: 0 2em 1em 0;
		}
	.typography div.captionImage img {
		float: none;
		margin: 0;
		}
	.typography div.captionImage p {
		text-align: left;
		margin: 0;
		font-size: 12px;
		color: #666;
		}
	.typography img.leftAlone {
		}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}

/* FORMS (Basic only)
-------------------------------------------- */

label {
	font-size: 0.8125em; /* 13px */
	}

/* HACKS / FIXES
-------------------------------------------- */

.typography p  td,
.typography  p th,
.typography p ul li,
.typography p ol li,
.typography p label {
	font-size: 1em; /* 13px - to account for incorrectly nested elements in CMS output */
	}