/*
		
	GwyddionGames Employee Style Sheet
	Author:	JP Dhabolt
	Date: 8/29/2015
	
	Filename:			employee.css
	Supporting Files:
	
*/

/* Display HTML5 structural elements as blocks */

section {
	border: 5px solid black;
	float: left;
	height: 600px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: -5px;
	text-align: center;
	width: 68%;
}

section img {
	float: left;
	width: 40%;
}

section p {
	float: left;
	margin: 40px auto;
	margin-left: 10%;
	text-align: left;
	width: 40%;
}

aside {
	border: 5px solid black;
	float: left;
	width: 28%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}

aside p {
	margin: 10px;
}

figure {
	margin: 10px auto;
}

figure:first-of-type{
	margin-top: -5px;
}

figure img {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	width: 100%;
}

figcaption {
	color: orange;
	text-align: center;
	font-weight: bold;
}

figcaption#first {
	color: rgb(0, 100, 0);
}

footer {
	border: 5px solid black;
	margin-top: -5px;
	padding-right: 5px;
	width: 96%;
}