@charset "UTF-8";

body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	margin: 0px;
	line-height: 1.1em;
	letter-spacing: 2px;
	background-color: #8FC28E;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited   {
	color: #8FC28E;
	text-decoration: none;
	font-size: 1.1em;
}
a:hover, a:active   {
	color: #FFEEFF;
	text-decoration: none;
	font-size: 1.1em;
}
h1, h2, p {
	margin-top: 0px;
	margin-left: 25px;
}
ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

nav {
	padding-top: 100px;
}

nav ul  {
	text-align: right;
	list-style-type: none;
}

.HeadToes {
	background-color: #826A4E;
	margin: 0px;
	color: #690000;
	position: relative;
}
.HeadToes a:link, .HeadToes a:visited   {
	color: #FFEEFF;
	font-size: 1.1em;
	text-decoration: none;
}
.HeadToes a:hover, .HeadToes a:active   {
	color: #690000;
	font-size: 1.1em;
	text-decoration: none;
}
.HeadToes img {
	margin-right: 25px;
	margin-left: 25px;
	float: left
}
.HeadToes h1 {
	padding-top: 50px;
	width: 500px;
}

main {
	background-color: #101C13;
	color: #FFEEFF;
	font-size: 1.1em;
	margin: 0px;
	border-top: 5px dashed #690000;
}
main h1  {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}
main h2 {
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
}
main section {
	border-bottom: 5px dashed #690000;
	position: relative;
}
#HomeIntro img {
	float: right
}
.HomeNav {
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 10px;
}

.BackToTop   {
	font-size: 0.75em;
	text-align: right;
  	position: absolute;
  	bottom: 0px;
	margin-left: 800px;
}

.Odd .BackToTop   {
	font-size: 0.75em;
	text-align: right;
  	position: relative;
  	bottom: 0px;
	margin-left: 350px;
}

.Even .BackToTop   {
	font-size: 0.75em;
	text-align: left;
  	position: relative;
  	bottom: 0px;
	margin-right: 300px;
}

.HomeNav p {
	margin-top: 180px;
	margin-left: 10px;
	margin-right: 10px;
}

#HomeIntroText {
	width: 510px;
	margin-top: 110px; 
	margin-left: 50px;
	margin-right: 25px;
	float: left;
}

#HomeIntroText h1, #HomeIntroText h2, #HomeIntroText p {
	margin-bottom: 25px;
}

#HomeIntro img {
	width: 300px;
	margin-top: 25px; 
	margin-bottom: 50px;
	margin-left: 25px;
	margin-right: 50px;
	float: right;
}

#HomeNavText {
	margin: 25px;
}

#PhotoNav {
	margin-left: 174px;
}

#PoetryNav img, #ProjNav img {
	float: left
}

#PoetryNav p, #ProjNav p {
	float: right
}

#PhotoNav img, #AboutNav img {
	float: right
}

#PhotoNav p, #AboutNav p {
	float: left
}
.Odd h1, .Odd p {
	width: 575px;
	margin-left: 25px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
}
.Odd img {
	width: 200px;
	margin-left: 50px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
}
.Even h1, .Even p {
	width: 575px; 
	margin-left: 50px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.Even img {
	width: 200px;
	margin-left: 25px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
}

.Poem p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#Copyright {
	font-size: 0.75em;
	text-align: right;
	padding-bottom: 50px;
	margin: 15px;
}

header:after {
	content: "";
	display: table;
	clear: both;
}

main:after {
	content: "";
	display: table;
	clear: both;
}

section:after {
	content: "";
	display: table;
	clear: both;
}

#HomeIntro:after {
	content: "";
	display: table;
	clear: both;
}
