/*

  Style sheet for Dragon.htm
  Created by:  Margaret Mahone
  Date:  11/4/15

*/

/* Setting the background*/

body {
	background: url(burning_woods.jpg)  top right no-repeat;
	background-color: black;
	background-size: 93%;
	min-width: 1000px;
	max-width: 1400px;
	width: 98%;
}

/*article styles*/

article#about {
	border: 7px outset rgb(192, 192, 192);
	background-color: rgba(78, 78, 78, 0.6);

	-moz-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;

	float: left;
	font-family: Georgia, serif;
	display: block;
	margin: 20px 10px 20px 0px;
	color: white;
	font-size: 88.5%;
	padding: 10px 15px 10px 18px;
	text-align: justify;
	width: 45%;
}

article#about a:hover {
	color: green;
}

article#types {
	clear: left;
	border: 7px outset rgb(192, 192, 192);
	background-color: rgba(78, 78, 78, 0.6);

	-moz-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px;
	
	display: block;
	font-family: Georgia, serif;
	font-size: 88.5%;
	line-height: 24px;
	margin: 50px 10px 0px 245px;
	padding: 8px;
	width:28%;
}

article#types h3 {
	text-shadow: -6px -4px 3px black;
}

article#types a {
	color: inherit;
	text-decoration: none;
}

article#types a:visited {
	color: inherit;
}	

/*Header Style*/

header {
	clear: left;
	display: block;
	font-family: Georgia, serif;
	font-size: 1.2em;
	/*text-shadow: 2px 2px black;*/
	text-shadow: -6px -4px 9px black;
}

/*navigation styles*/

nav {
	float: left;
}

nav ul li {
	background-color: rgba(0, 115, 0, 0.5);
	display: block;
	border: 1px solid rgb(192, 192, 192);
	font-family: Georgia, serif;
	margin: 13px 60px 5px 0px;
	padding: 5px;
	font-size: .8em;
	text-align: center;
	width: auto;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	color: green;
}

/*aside styles*/

aside {
	background-color: rgba(78, 78, 78, 0.6);
	color:white;
	display: block;
	clear: left;
	font-size: 88.5%;
	margin: 45px 0px 10px 240px;
	padding: 5px;
	width: 25%;
}

aside#infoRed {
	background-color: rgba(78, 78, 78, 0.8);
	border: 4px solid red;
}

aside#infoGreen {
	border: 4px solid green;
}

aside#infoBlue {
	border: 4px solid blue;
}

aside#infoWhite {
	border: 4px solid silver;
}

aside#infoBlack {
	border: 4px solid gray;
}

aside#infoYellow {
	border: 4px solid yellow;
}


aside a:visited {
	color: inherit;
}

/*footer style*/

footer address {
	clear: left;
	color: yellow;
	margin: 100px 0px 0px 300px;
	text-align: center;
	height: 45px;
	width: 30%;
}

section#dragon {
	display: block;
	float: right;
	margin: 0px 0px 0px 275px;
	width: 40%;
}