/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*font: 13px/1.5 'Georgia',Palatino,Arial,FreeSans,serif;*/
	font-family: 'Georgia',Palatino,Arial,FreeSans,serif;
   font-size: 90%; /* 16px */
    line-height: 135%; /* 24px */
    color: #373737;
}
h1, h2, h3, h4, h5, h6{
  color:#373737;
  font-weight:normal;
  line-height:135%;
}
a{
text-decoration:none;
color:#4e2213;
}
.quote p{
color: #666;
    font-size: 2em;
    line-height: 1em;
    padding: 10px 0 0 10px;
    position: relative;
    margin-top: 25px;
    margin-right: 20px;
    }
.quote span.symbol{
font-size: 3em;
    color: #E7E7DE;
    position: absolute;
    right: 0px;
    top: 35px;
   
    }
.quote span.author{
position: absolute;
    right: 0px;
    bottom: -40px;
    font-size: 0.6em;
    font-variant: small-caps;
    }
a:focus {
	
}

hr {
	border: 0 #d2ac40 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 2.em; /* 36px / 16px */
    }

h2 {
    font-size: 1.75em; /* 32px / 16px */
    }

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.item-page h2 {
    margin: 0;
    border: none;
  
    margin-bottom: 0.65em;
  
    letter-spacing: 0.5px;
    font-family: Georgia,Palatino,Garamond,serif;
}