/**
  Eathville ("ev") theme
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0 0 1.2em 0; /* first value should always be 0 for ff... see http://www.search-this.com/2007/03/12/no-margin-for-error/ */
}

.typography p {
 	color: #272243; /* grey - paragraph */
}
	 
.typography blockquote {
	margin: 10px;
	font-size: 0.9em;
	color: #777;
	font-style: italic;
}	


/* LINKS */
.typography a,
.typography a:visited {
 	font-weight : bold;
 	text-decoration: none; 
	color : #634685;	/* light purple (darker) */
}


.typography a:hover {
	color : #DC8718;	/* orange  */
	cursor: pointer;
}


.typography em,
.typography strong
{
	color: #251362; 	/* dark purple */
}

.typography strong
{
 	font-weight : bold;
}


.typography li {
	margin-bottom: 8px;
	margin-left : 8px;
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
/*	color: #450141;  purple */
/*	margin-bottom : 8px; */
/* 	clear: both; */
/*	font-weight: bold; */
}
.typography h1 {
	color: #251362; 	/* dark purple */

	font-size: 1.8em;
 	margin-bottom : 1em;
}
.typography h2 { 
	color: #9a4b1f;		/* rust */

 	font-size: 1.2em; 
	font-weight: bold; 
 	margin-bottom : 1em;
}
	
.typography h3 {
	color: #787703;     /* olive */

	font-size: 1.1em;
	font-weight: bold; 
	margin-bottom: 0.5em;
}

.typography h4 {
        color: #DC8718;     /* orange */
        
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 0.3em;
}

.typography h5 {
        color : #251362; /* dark purple */
        font-weight : bold;
}

.typography h6 {
	color : #999999; /* gray, small. Used esp for footers. */
         font-size: 0.8em;
}



/* ADDRESS 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 
{
	border-collapse:collapse; 
	border-spacing : 0px;
	empty-cells : hide;
	border : none;
}

.typography td {
	valign : top;
}

.typography tr {
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
/*  Breaks forms
.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;
}

.typography #Byline {
	font-size : 0.8em; /*rel to parent tag! */
}


/* 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;
	}

/* LISTS */
li {
        position: relative; left: 1em;  /* For a cleaner left margin */
        line-height: 1.2em;
}
