/*Style sheet for foe.htm
    Author: Margaret Mahone
    Date:  11/02/15
*/

/*table style */

table.evilKin { 
	border: 10px outset rgb(83, 83, 83);
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	clear: left;
	margin: 0px 0px 0px 225px;
	
}

table.evilKin caption {
	background-color:rgba(0, 115, 0, 0.4);
	text-align: center;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
}

table.evilKin th, table.evilKin td {
	border: 1px solid black;
	padding: 10px;
}

table.evilKin th {
	background-color: rgba(0, 115, 0, 0.5);
	
	
	
}


/*table.evilKin tr {
	height: 55px;
}*/

/*body style*/

body {
	background: url(forest_myst.jpg) top right no-repeat;
	background-color: rgb(102, 81, 44);
	background-size: 88%;
	color: white;
	font-family: Georgia, serif;
	min-width: 1000px;
	max-width: 1400px;
	width: 95%
}

header {
	display: block;
	text-align: center;
	font-size: 1.4em;
	text-decoration: underline;
	width: 100%;
}

article {
	background: rgba(102, 81, 44, 0.8);
	border-radius:30px;
	float: left;
	display: block;
	font-family: Georgia, serif;
	line-height: 1.4em;
	margin: 105px 0px 25px 80px;
	padding: 12px;
	width: 65%;
}

article a {
	color: white;
	
}

article a:hover {
	color:red;
}



nav {
	
	float: left;
	margin: 55px 25px 0px 2px;
	padding: 10px;
	position: relative;
	width: 18%;
}

nav ul li {
	background: rgba(102, 81, 44, 0.6);
	display: block;
	border: 2px solid rgb(192, 192, 192);
	margin: 3px 0px 8px 0px;
	padding: 5px;
	font-size: 1.0em;
	text-align: center;
	width: auto;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	color: green;
}

footer address {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	color: yellow;
	float: right;
	text-align: right;
	width: 35%;
}

#HideOrc h1 {
	float:left;
	color: rgb(225,83,0);
}

#HideOrc {
	float:right;
	margin: 200px 0px 0px 50px;
}

	