/*////////// THEME TYPOGRAPHY ////////
///////////////////////////////////*/


body {
	font-family: 'Verdana', arial, sans serif;
	font-size: .875em;
	color: #514949;		/*///////theme color change/////*/
	}
h1,h2,h3,h4 {
	font-weight: normal;
	}
h1 {
	font-size: 1.4em;
	color: #a6110a;   /*///////theme color change/////*/
	letter-spacing: 5px; 
	font-variant: small-caps;
	}
h2 {
	font-size: 1.3em; 
	font-variant: small-caps;
	letter-spacing: -1px;
	}
h3 {
	font-size: .875em;
	}
h4 {
	font-size: 1em;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin: 20px 0 10px 0;
	}
p {  
	padding: 10px;
	font-size: .875em; 
	letter-spacing: 1px; 
	line-height: 1.4em;  
	}
a {
	text-decoration: none;
	color: #877D7D;     /*///////theme color change/////*/
	}
a:hover {
	text-decoration: underline;
	color: #a6110a;    /*///////theme color change/////*/
	}
a:visited {}
abbr, acronym {
	cursor: help;
	}
address {
	margin-top: 15px;
	font-size: .875em;
	font-style: normal;
	font-variant: small-caps;
	}
blockquote { 
	margin: 0 auto;  
	font-size: 1em; 
	color: #877D7D;  /*///////theme color change/////*/
	font-variant: small-caps; 
	letter-spacing: 1px; 
	}
cite { 
	padding-left: 180px;
	font-size: .875em; 
	color: #a6110a;  /*///////theme color change/////*/
	font-variant: normal; 
	font-style: italic; 
	}
ul,ol { 
	list-style-type: none; 
	font-size: .75em;
	} 
li {}
strong {
	font-weight: normal;
	font-variant: small-caps;
	}
em {
	letter-spacing: 3px; 
	}