/*
Filename: archive.css
Date: 11/15/15
Programmer: Scott Birk
*/

body {
	background-image: url(beige009.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
header {
	font-size: 2.75em;
	float: right;
	text-align: center;
	width: 700px;
	height: 100px;
	margin-top: 50px;
}
p {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-bottom: 15px;
	border-bottom: solid 2px;
	font-size: 1.5em;
}
nav {
	font-size: .5em;
	width: 700px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px;
}
nav li {
	display: inline;
}
nav a {
	border: solid 1px;
	border-radius: 3px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
}
nav a:link {
	color: #8B4513;
}
nav a:visited {
	color: #8B4513;
}
nav a:hover {
	background-color: #8B4513;
	color: #FFFFFF;
}
img {
	border-radius: 10px;
}
footer {
	line-height: 125%;
	font-style: italic;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
footer a {
	text-decoration: none;
	color: #8B4513;
}
#wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#footernav {
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
}
.dropcap {
	float: left;
	font-size: 50px;
	line-height: 16px;
	padding-right: 5px;
	padding-top: 16px;
}
#footernav a:link {
	color: #8B4513;
}
#footernav a:visited {
	color: #8B4513;
}
#footernav a:hover {
	background-color: #8B4513;
	color: #FFFFFF;
}
#topimage {
	width: 81.5%;
	height: 300px;
	background-image: url(images/scroll-png-26425.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
#topimage p {
	font-size: 1.2em;
	border-bottom: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 55px;
	font-style: italic;
}
.firstletter {
	font-size: 1.5em;
	font-weight: bold;
}
#qotd {
	width: 70%;
	margin: 30px auto 30px auto;
	padding: 20px 20px 20px 20px;
	font-size: 1.4em;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 10px 12px rgba(255,255,255,0.3), inset 0 -20px 20px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.9);
}
#topic {
	text-align: center;
	margin: 50px auto 30px auto;
	font-size: 30px;
	font-weight: bold;
}
