body{
	max-width: 600px;
	margin: 0 auto;
	font-family:Georgia, serif;
	font-size: .65em;
	padding: 3em 4em;
	background-color: #fefefe;
	border-right: 1em solid #a0864d;
	border-left: 1em solid #a0864d;
}

tt, code, kbd, samp {
font-family: monospace;
font-size: 1.3em;
}

header{
	display:block;
	border-bottom: 4px double #a0864d;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

header nav ul{
	list-style:none;
	padding-left: 0;
	font-size: 1.2em;
	color: #a0864d;
	font-weight: bold;
	text-align:center;
}

header nav ul li{
	display:inline-block;
	padding: 0 1.5em;
}

header p{
	font-size: 1.2em;
	line-height: 1.6em;
	text-indent: 0px;
	margin-bottom: .5rem;
}

p{
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 0px;
	text-indent: 25px;
}

a{
	text-decoration:none;
	color: #063145;
}

a:hover{
	color: #a0864d;
}

h1, h2, h3{
	text-align:center;
	margin: 0px;
	font-weight: normal;
}

h1{
	font-size: 4.6em;
	margin-bottom: .4rem;
	color:#063145;
}

h2.author{
	text-align: center;
	font-size: 1.6em;
	font-style:italic;
}

.ornament{
	margin: .5rem;
	font-style:normal;
	color: #a0864d;
}

p.first{
	font-size: 2.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #a0864d;
	padding-bottom: .6em;
	margin-bottom: .6em;
	text-indent: 0;
}

p.second{text-indent: 0px;}

div.line{
	display:block;
	content: '';
	background-color: #a0864d;
	width: 50%;
	height: 1px;
	margin: 1rem auto .75rem;	
}

h3{
	font-size: 2.4em;
	margin-bottom: 1em;
	border-bottom: 4px double #a0864d;
	padding-bottom: 1rem;
	margin-bottom: .5rem;
	font-variant: small-caps;
	text-transform:lowercase;
	letter-spacing: .2rem;
	font-weight: bold;
	color:#063145;
}

.dropcap{
	font-size: 3.15em;
	line-height: 1em;
	text-align:center;
	color: #a0864d;
	background-color: #063145;
	width: 1em;
	height: 1em;
	float:left;
	margin-right: .2em;
	margin-top: .15em;
	border: .3rem double #fff;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inner 0 0 5px #000;
}


.run-in{
	font-variant: small-caps;
	letter-spacing: .15rem;
}



@media screen and (max-width:550px){
	body{
		font-size: .5em;
		padding: 20px;
	}
	
	header nav ul{
		margin-bottom: 2em;
	}
	
	header nav ul li{
		display:block;
		margin-bottom: 1em;
		font-size: 1.6em;
	}
}
