/**
  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.05em;
	line-height: 1.6em;
	margin: 0 0 0 0; /* first value should always be 0 for ff... see http://www.search-this.com/2007/03/12/no-margin-for-error/ */
	padding-bottom : 1.2em;
    color: #222; /* dark gray - paragraph */
    text-align: justify;
}

.typography blockquote {
	margin: 10px;
	font-size: 0.9em;
	color: #777;
	font-style: italic;
}	

/* SPECIAL TEXT TWEAK CLASSES */

/* Main text on home page */
.typography .homeText {	
	font-size: 1.1em;
	line-height: 1.5em;
    text-align: justify;
}

/* General-purpose text shrinker, e.g. for footers */
.typography .smallText {	
	font-size: 0.8em;
	line-height: 1.2em;
}

.typography .purple {
	color: #943363;		/* purple */
}

.typography .green {
	color: #5e7e39;		/* green */
}

.typography .orange {
	color: #ca7924;		/* burnt orange */
}

.typography .rust {
	color: #9a4924;		/* rust */
}

.typography .brown {
	color: #af7c30;		/* light brown */
}

.typography .gray {
	color: #999999;		/* light gray */
}

/* LINKS */
.typography .pseudoAnchor,
.typography a,
.typography a:visited {
 	font-weight : bold;
 	text-decoration: none; 
	color : #685482;	/* violet  */
}


.typography a:hover {
	color : #DC8718;	/* orange  */
	cursor: pointer;
}

/* 
.typography a.moreLink {
	font-weight : normal;
}
*/

/*
.typography em,
.typography strong
{	color: #251362; 	/* dark purple */
}
*/

.typography strong
{
 	font-weight : bold;
}


.typography li {
	margin-left : 8px;
	margin-right : 12px;
	line-height : 1.3em;
	padding-bottom: 6px;
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
/*	color: #450141;  purple */
/*	margin-bottom : 8px; */
/* 	clear: both; */
/*	font-weight: bold; */
}
.typography h1 {
	color: #943363; 	/* dark purple */
	font-size: 1.4em;
    font-weight: bold 
	margin-bottom : 1em;
}
.typography h2 { 
	color: #5e7e39;		/* earthy green  */
 	font-size: 1.2em; 
	font-weight: bold; 
    top-bottom : 0.5em;
 	margin-bottom : 0.75em;
}
	
.typography h3 {
	color: #ca7924;     /* burnt orange */
	font-size: 1.1em;
	font-weight: bold; 
	margin-bottom: 0.5em;
}

.typography h4 {
    color: #9a4924;     /* rust */
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.typography h5 {
        color : #af7c30; /* light brown */
        font-weight : bold;
        margin-bottom: 0.3em;
}

.typography h6 {
	color : #999999; /* light gray, small. Used esp for footers. */
        font-size: 0.8em;
        margin-bottom: 0em;
}



/* 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.3em;
}

/* SEARCH */

.typography #SearchResults {
}
