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


.typography em {
	font-weight : bolder;
}

.typography strong {
	font-weight : bolder;
}


	 
.typography blockquote {
	margin: 0.6em;
	font-size: 1.4em;
	font-style: italic;
}	


/* LINKS */
.typography a, 
.typography .pseudoAnchor { 
 	font-weight : bold;
 	text-decoration: none; 
	color : #533a1b;	/* brown - darker nav current */
}

.typography a:hover { 
	color: #6a7544 ;  /* sage - heading */
	cursor: pointer;
}

.typography a.reverseColor, .pseudoAnchorReverseColor { 
	color : #6a7544 ;  /* sage - heading */
}

.typography a.reverseColor:hover { 
	color : #533a1b;	/* brown - darker nav current */
}




.typography li {
	margin-left : 3em;
}

.typography ul,
.typography ol
 {
	margin-bottom : 1em;
	line-height: 1.6em;
	list-style-position : outside;
}


/* HEADER STYLES */

.typography h1,
.typography h2, 
.typography h3, 
.typography h4,
.typography h5,
.typography h6
{ 
	font-family : "Trebuchet MS", sans-serif; 
	color : #533a1b;	/* brown - darker nav current */
}

.typography h1 {
	font-size: 2.0em;
	margin-bottom : 0.5em;
}

.typography h2 { 
 	font-size: 1.8em; 
	margin-bottom : 0.4em;
}
	
.typography h3 {
	font-size: 1.6em;
	margin-bottom : 0.3em;
}

.typography h4,
.typography h5,
.typography h6
{
 	font-size: 1.2em;
	margin-bottom : 0.2em;
}

.typography h5,
.typography h6 {
	color : #6a7544 ;  /* sage - heading */
}

.typography h6 {
	text-align : center;
}


.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin: 1.4em 1.4em;
	padding:0.5em;
	padding-left:1.2em;
	border:1px solid #886d3c; 	/* brown (lighter) - anchor hover */
	background	: #d5cdb6; /* TESTING */
}

.typography address {
	font-style : normal;
	
}


.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #46321f; 	/* brown - body text */
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px solid #46321f; 	/* brown - body text */
}

/* 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;
	}
