/*

  Style sheet for Margaret's wizard page
  Created by:  Margaret Mahone
  Date:  10/15/15

*/

/* Style for the body background*/

body {
	background: url(crow_trees.jpg) top right no-repeat;
	background-color: rgb(83, 83, 83);
	background-size: 88%;
	min-width: 1000px;
	max-width: 1400px;
	width: 100%;
}

/*Styles for the section element*/

section {
	background: rgba(255, 255, 255, 0.7);
	display: block;
	
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;
	box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;
	
  	-moz-border-radius: 30px;
  	-webkit-border-radius: 30px;
   	border-radius: 30px;

	float: left;
	font-family: Georgia, serif;
	margin: 0px 30px 0px 30px;
	padding: 12px;
	width: 28%;
}

section a {
	color: blue;
	text-decoration: none;
}

section a:hover {
	color: green;
}

section object {
	display: block;
	float: right;
	padding: 15px 87px 25px 5px;
	width: 45%;
}

/*Header Style*/

header {
	clear: left;
	color: black;
	display: block;
	text-align: center;
	text-decoration: underline;
	font-family: Georgia, serif;
	font-size: 1.8em;
}

/* Formatting the vertical nav list*/

nav {
	float: left;  /*positioning nav at the left margin*/
}

nav ul li {
	background-color: rgb(92, 92, 92);
	display: block;
	border: 3px solid rgb(192, 192, 192);
	/*border-radius: 20px;*/
	font-family: Georgia, serif;
	margin: 3px 25px 15px 0px;
	padding: 3px;
	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;
}



/*Style for aside with movie link embedded*/

aside.aMovie {
	background: rgba(255, 255, 255, 0.8);
	
-moz-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	border-radius:30px;
	display: block;
	float: left;
	font-family: Georgia, serif;
	line-height: 1.3em;
	margin: 5px 0px 30px 35px;
	padding: 15px;
	height: 310px;
	width: 500px;
	
}

/*Heading and link style for both asides*/

aside h2 {
	display: block;
	font-family: Georgia, serif;
	padding: 8px 5px 0px;
	margin: 0px 2px 5px 2px;
	text-align: center;
	text-decoration: underline;
}

aside a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

aside a:hover {
	color: green;
}

audio {
	background-color: black;
	display: block;
	margin: 5px auto;
	width: 90%;
}
	
/*Style for aside with book link embedded*/

aside.books {
	background: rgba(255, 255, 255, 0.8);
	
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	box-shadow: rgba(0, 0, 0, 0.7) 8px 8px 10px, inset rgb(103, 103, 103) 18px 8px 25px, inset rgb(10, 10, 10) -18px -18px 75px;

	border-radius:30px;
	display: block;
	float: left;
	font-family: Georgia, serif;
	line-height: 1.4em;
	margin: 8px 0px 0px 35px;
	padding: 3px 3px 0px 28px;
	height: 360px;
	width: 420px;
}


footer address {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	color: yellow;
	clear: left;
	float: right;
	text-align: center;
	width: 35%;
}	
