/**
  Mesq Typography file. Allows styles to travel between
  front end <===> backend
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Lucida, sans-serif; 
}

.typography .style1 {
		font-family: Geneva,Arial,Helvetica,sans-serif
	}
	
.typography .style2 {
	color: Red;
}

.typography .style3 {
	color: #0066FF;
	font-weight: bold;
}

.typography .style4 {
	color: #009900;
	font-weight: bold;
}

.typography .style5 {
	color: #009900
}
.typography .style6 {
	color: #0066CC
}
.typography .style8 {
	color: #FF6600
}
.typography .style9 {
	color: #0066FF
}
.typography .style10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF6600;
}
.typography .style11 {
	color: #9966CC;
	font-weight: bold;
}
.typography .style12 {
	color: #996666;
	font-weight: bold;
}
.typography .style13 {
	font-family: Geneva, Arial, Helvetica, sans-serif; color: #FF0000; 
}

/* PARAGRAPHS */
.typography p { 
 	color: #414141;
 	line-height: 1.6em;
 	font-size: 11px;
	margin-bottom: 18px;
}
.typography blockquote {
	margin: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #777;
	font-style: italic;
}	
.typography small {
	color: #a6a6a6;
	font-size: 10px;
}
.typography strong {
	color: #000;
	font-weight: 700;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	/*font-size: 1.2em;*/
}

/* HEADER STYLES */

.typography h2 {
	color: #000000; 
	margin-bottom: 0.8em;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
	
.typography h3 {
	color: #fb981f;
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.typography h4 {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 12px 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.typography h5 {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	margin:0 0 8px 0;
}
.typography h6 {
	font-size: 12px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 4px 0;
}

/* ADRESS 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;;
}
.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
/* LINKS */
.typography a { 
 	text-decoration: none;
	color: #4099ff;
	font-weight: 700;
}
.typography a:hover { 
 	text-decoration: underline;
	color: #4099ff;
}

/* ICONS */
.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;
}


/* font */
.typography .red {
	color: #f00;
}
.typography .blue {
	color: #0066FF;
}
.typography .orange {
	color: #FF6600;
}
.typography .green {
	color:#009900;
}
.typography .large {
	font-size: 14px;
}

