/* 
	Module Four Homework – Multimedia Design
	CSS Page 1 for Final Project 
	Author: Lucas Gordon
	Date: 1/24/16
										*/
										
	
										
	body {
	background-image: url(parch2alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family: 'Times New Roman', Times, serif;
	margin: 0px;
	font-size: 14pt;
	}
	
	h1 
	{font-family: Arial, Helvetica, sans-serif;
	position: justify;
	}
	
	div#header {
	margin-top: 75px;
	margin-left: 40px;
	float: float;
	position: absolute;
	top:0px;
	height: 80px;
	text-align: center;
	}
	
	div#links {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	margin: 5px;
	padding: 0px
	}
	
	div#links li {
    display: inline;
	float: left;
	font-size: 14px;
	margin-right: 5px;
	}

	div#links ul {
	list-style-type: none;
	margin: 5px;
	}

	div#links a {
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	width: 225px;
	height: 20px;
	background-color: rgb(99,185,255);
	border: 6px outset black;
	}

	div#links a:visited {
	color:black;
	}

	div#links: hover {
	color: white;
	background-color: (192,192,192);
	}
	
	aside {
		text-align: right;
		width:400px;
		float: left;
		margin-top: 100px;
		margin-left: 50px;
		
		}
		
	aside h1 {
		margin: 5px;
		padding: 40px;
		text-align: center;
		font-weight: 80px;
		font-size: 20pt;
		letter-spacing: 2px;
		color: rgb(64-224-208);
	}
	
	aside img{
	-ms-transform: skew(5deg, 5deg); 
    -webkit-transform: skew(5deg, 5deg); 
    transform: skew(5deg, 5deg);
	transform: rotateY (5deg);
	}
	
	/* Div setting */
	
	div#bowie {
	margin-top: 900px;
	margin-left: 30px;
	border: 2px solid black;
	width: 425px;
	}
	
	article.story {
	padding: 10px;
	border-radius: 5px;
	background-image: url(parchalter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	margin: 3px 3px;
	border-radius: 3px;
		}
		
	article.story p{
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
	article.story img{
	width: 200px;
	height: 150px;
	float: right;
	margin: 5px;
	}
	
	article.story h1{
		margin: 0px;
		font-size: 20pt;
		color: rgb(0,0,0);
	}
	
	div#laura {
	margin-top: 40px;
	background-image: url(parch2alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	float:right;
    border: 10px solid green !important;
    transition: all 8s ease-in-out;
    box-shadow: 12px 9px 13px rgba(255, 0, 255, 0.75);
	font-size: 25px;
	}
	
	div#bvid {
	margin-top: 40px;
	background-image: url(parch4alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	float:right;
    border: 10px solid blue !important;
    transition: all 8s ease-in-out;
    box-shadow: 12px 9px 13px rgba(255, 0, 255, 0.75);
	font-size: 25px;
	}
	
	div#images {
	margin-top: 40px;
	background-image: url(parch5alter.jpg);
	no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	float:left;
	padding-left: 345px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
    border: 5px solid black !important;
    transition: all 8s ease-in-out;
	font-size: 10px;
	}
	
	footer {
		border-top: 2px solid black;
		clear: left;
		background-color: rgb(100,149,237);
		font-size: 12pt;
		color: white;
		font-style: italic;
		text-align: center;
		margin-top: 15px;
		height: 40px;
		}