/**
  ElementalWay (ew) Theme
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: arial, sans-serif;
	color : #1a2565; /* navy (body text) */
}

/* PARAGRAPHS */
.typography p, 
.typography a
{ 
 	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0em 0em 1.2em 0em;
}
	 

/* LINKS */
.typography a, .typography .pseudoAnchor { 

 	text-decoration: none; 
 	font-weight : bold;
 	
	color : #ad5b03; /* orange (anchor) */
}

.typography a:hover { 
	color: #ffa100; /* yellow */
	cursor: pointer;
}

.typography a.reverseColor, .pseudoAnchorReverseColor { 
	color : #ed9002; /* yellow (darker, "current") */
}

.typography a.reverseColor:hover { 
	color : #3b4586; /* header blue */
}

.typography blockquote {
	margin: 10px;
	font-size: 1.1em;
	color: #3b4586; /* header blue */	
	font-style: italic;
}	

.typography em,
.typography strong
{
	font-weight : bold;
}

.typography li {
	margin-bottom: 8px;
	margin-left : 8px;
}

/* HEADER STYLES */

.typography h1 {
	font-size: 2.0em;
 	line-height : 2.0em;
	font-weight: bold;
}

.typography h2 { 
 	font-size: 1.8em; 
 	line-height : 2.0em;
	font-weight: bold;
}
	
.typography h3 {
	font-size: 1.6em;
 	line-height : 1.8em;
	font-weight: bold;
}

.typography h4,
.typography h5,
.typography h6
 {
 	font-size: 1.2em;
 	line-height : 1.6em;
 	font-weight : bold;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px solid #777c9d; /* border blue-grey (lighter, for 1px) */
	background : #eee;
}

.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #000;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table 
{
	border-collapse:collapse;
}

.typography td {
	valign : top;
}

/* 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;
	margin-right:0px;
	margin-bottom:10px;
}
.typography img.left {
	float:left;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:10px;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
