/* Ember Hagan
12/15/2021 */

/* headings */

h1 {
	background-color: lemonchiffon;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: .5em;
	letter-spacing: .2em;
	text-align: center;
	border-top-style: solid;
	border-top-color: wheat;
	border-top-width: thick;
	border-bottom-style: solid;
	border-bottom-color: wheat;
	border-bottom-width: thick;
}

h2 {
	font: Times New Roman;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16;
	background-color: wheat;
	color: maroon;
	background-image: url(images/parchment.jpg);
}

h1, h2, h3, h4, h5, h6 {
	color: maroon;
}

/* body */

body {
	background-color: oldlace;
	background-image: url(images/betterparchment.jpg);
	background-repeat: repeat;
}

P {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: brown;
	line-height: 2;
	margin: 0;
}

strong {
	font-weight: bold;
	font-variant: small-caps;
}

em {
	font-weight: 700;
}

strong em {
	color: indianred;
}

/* lists */

li {
	color: maroon;
	background-image: url(images/parchment.jpg);
	line-height: 1.5em;
	padding-left: 5px;
	padding-bottom: 5px;
}

ul {
	color: indianred;
	list-style-type: circle;
}

/* classes */

p.alignleft {
	text-align: left;
}


img.left {
	float: left;
	margin: 7px 7px 7px 7px;
}

img.right {
		float: right;
		margin: 7px 7px 7px 7px;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
}

.advertisement {
	text-align: center;
	color: white;
	background-color: black;
	float: right;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

/* links */

a {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	color: firebrick;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	background-color: wheat;
	color: firebrick;
}

/* selectors and sections */

* {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: -.5em;
	padding: 1em;
	border-style: solid;
	border-width: 1em;
	border-color: maroon;
}

nav {
	border-width: thick;
	border-style: double;
	border-color: maroon;
	border-radius: 10px;
}

nav p {
	text-align: center;
}

header {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	border-style: dotted;
	border-color: lightcoral;
	border-width: medium;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 10em;
}

aside {
	width: 300px;
	float: left;
	margin: .25em;
	padding: .25em;
	border: none;
}

#main {
	border-width: medium;
	border-style: dashed;
	border-color: wheat;
	border-radius: 2em;
	float: right;
	width: 300px;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: .25em;
	margin-right: .25em;
	padding: .25em;
	padding: 1em;
}

footer {
	clear: both;
	border-width: thick;
	border-style: double;
	border-color: maroon;
	border-radius: 10px;
	margin: .25em;
	padding: .25em;
}

footer p {
	text-align: center;
}