/*

  Style sheet for Margaret's site
  Created by:  Margaret Mahone
  Date:  10/15/15

*/

/* Setting the background*/

body {
	background: url(main_background.jpg)  top center no-repeat;
	background-color: black;
	background-size: 93%;
	min-width: 1000px;
	max-width: 1600px;
	width: 98%;
}

article {
	border: 7px outset rgb(192, 192, 192);
	background-color: rgba(78, 78, 78, 0.6);
	background-image: url(StaffForsworn.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 35%;
	float: left;
	font-family: "Century Gothic", sans-serif;
	display: block;
	margin: 20px 10px 0px 50px;
	color: white;
	font-size: 88.5%;
	height: 390px;
	padding: 10px 80px 15px 18px;
	text-align: justify;
	width: 28%;
}

aside {
	display: block;
	float: left;
	margin: 21px 0px 10px 10px;
}

section {
	border: 7px outset rgb(192, 192, 192);
	background-color: rgba(78, 78, 78, 0.6);
	float: right;
	font-family: "Century Gothic", sans-serif;
	display: block;
	margin: 20px 10px 0px 220px;
	color: white;
	font-size: 90%;
	height: 365px;
	padding: 10px 38px 15px 38px;
	text-align: justify;
}

section h2 {
	text-align: center;
}

/*Header Style*/

header {
	clear: left;
	color: white;
	display: block;
	text-align: center;
	text-decoration: underline;
	font-family: Georgia, serif;
	font-size: 1.6em;
}

/* Formatting the vertical nav list*/

nav {
	float: left;  /*positioning nav at the left margin*/
}

nav ul li {
	display: block;
	border: 1px solid rgb(192, 192, 192);
	font-family: Georgia, serif;
	margin: 13px 0px 5px 0px;
	padding: 5px;
	font-size: 1.0em;
	text-align: center;
	width: auto;
}

/*Setting text color and getting rid of link underlining*/

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	color: green;
}

footer address {
	clear: left;
	color: yellow;
	margin: 100px 0px 0px 300px;
	text-align: center;
	height: 45px;
	width: 30%;
}
