@import url("http://fonts.googleapis.com/css?family=Cormorant+Garamond|Playfair+Display|PT+Sans+Narrow|Great+Vibes|EB+Garamond&subset=latin,latin-ext");

body {
	font-family: "Playfair Display" "PT Sans Narrow", "Futura", "Gotham", "Century Gothic", "Avant Garde", "Corbel",  serif;
        max-width: 800px;
	margin: auto;
	background-color: #fed;
	border: 1px solid #240;
}
h1 {
	font-family: "Great Vibes", serif;
	font-size: 2em;
	font-weight: 100;
	color: #fff;
	text-shadow: 0 0 6px #8a4;
	background-color: #531;
	padding: .5em; 
}
h1 img {
	float:right;
	padding: 5px;
	background: #fff;
        border: 1px solid #000;
}
pre {
	font-family: "Cormorant Garamond",  serif;
        padding: 0 0 0 2em;
}

p {
	text-indent: -1em;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #a62;
}
a:hover {
	text-shadow: 2px 2px 2px #aaa;
	position: relative;
	bottom: 2px;
	right: 2px;
}
a:visited {color: #531; }
span.sc {
	font-variant: small-caps;
	font-variant-numeric: oldstyle-nums diagonal-fractions;
}
span.E {
	position:relative;
	font-size: .8em;
	top:0.5ex;
	margin: 0 -.05em 0 -.1em;
}
