/**
  Eathville ("ev") theme
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: arial, 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: #fffffd; 	/* white - main nav current */
 	/*color: #000; 	/* TODO for CMS */
}
	 
.typography blockquote {
	margin: 10px;
	font-size: 0.9em;
	color: #777;
	font-style: italic;
}	


/* LINKS */
.typography a,
.typography a:visited {
 	font-weight : normal;
 	text-decoration: none; 
	color : #8181d7;	/* lighter purple - main nav */
}


.typography a:hover {
	color : #eee; 		/* white - nav current (darker for thin text) */
	cursor: pointer;
}


.typography em,
.typography strong
{
}

.typography strong
{
 	font-weight : bold;
}


.typography li {
	margin-bottom: 8px;
	margin-left : 8px;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight : normal;
}

.typography h1 {
	color:  #8181d7;	/* lighter purple - main nav */

	font-size: 2.2em;
 	margin-bottom : 1em;
}
.typography h2 { 
	color:  #8181d7;	/* lighter purple - main nav */

 	font-size: 1.8em; 
 	margin-bottom : 1em;
}
	
.typography h3 {
	color:  #8181d7;	/* lighter purple - main nav */

	font-size: 1.6em;
	font-weight: bold; 
	margin-bottom: 0.5em;
}

.typography h4 {
    color:  #8181d7;	/* lighter purple - main nav */
    
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

.typography h5 {
    color : #8181d7;	/* lighter purple - main nav */
}

.typography h6 {
	color : #fffffd; 	/* white - nav current */
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight : bolder;
	margin-bottom: 0.3em;
}



/* 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;
}
