/**
  ElementalWay (ew) Theme
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: arial, sans-serif;
}

/* PARAGRAPHS */
.typography p
{ 
 	color: #272243; /*purple - body text */
 	font-size: 1.0em;
 	font-weight : normal;
	line-height: 1.6em;
	margin: 0em 0em 1.2em 0em;
}
	 
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	


/* LINKS */
.typography a { 
 	text-decoration: none; 
 	font-weight : bold;
	color : #251362;
}
.typography a:hover { 
	color: #777;		/* a:hover */
	cursor: pointer;
	 }
.typography a:visited {
/* 	text-decoration: none; */
	 }

/* LIST STYLES */


.typography ul, 
.typography ol {
}

.typography em
{
	color : #251362;
	font-style : italic;
	font-weight : bold;
}

.typography strong
{
	color : #251362;
	font-weight : bold;
}



.typography li {
	margin-bottom: 8px;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6
{ 
	color: #251362; 
	font-weight: bold;
	margin-bottom: 1.0em;
}

.typography h1 {
	font-size: 2.0em;
}
.typography h2 { 
	font-size: 1.8em;
}
	
.typography h3 {
	font-size: 1.6em;
}
.typography h4 {
	font-size: 1.4em;
}

.typography h5,
.typography h6 {
	font-size: 1.2em;
}

/* 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 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 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;
	}
