/*

Final Project Stylesheet

Author: James Parker
Date:	3/23/16

Filename:	final.css

*/




/* header style */
#header
{
	height: 0px;
	width: 0px;
	background: black url() no-repeat top center;
	
}

/* H1 title style */
h1
{

	color: blue;
	text-align: right;
}
/*displays horizontal navigation inline */


ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: rgb(37, 56, 60);
	font-family: "Comic Sans MS", Times, sans-serif;
	font-size: 22px;
}


li a
{
	display: block;
	color:	white;
	text-align: center;
	padding:	8px 0  8px 16px;
	text-decoration: none;
}

li a:hover
{
	background-color: rgb(61, 42, 38);
}

/* Sidebar settings */

.topbar
{
	background-color: rgb(37, 56, 60);
	width: 1300px;
	height: 100px;
	position: absolute;
	left: 9px;
	top: 95px;
	bottom: -200px;
	padding: 14px;
	border-right: 1px solid #bbb;
}

p
{
	font-size: 22px;
	font-family: "Comic Sans MS";
	margin-left: 120px;
	padding: 20px;
}

/* Footer Style */
footer
{
	margin-top: 450px;
	width: 800px;
	text-align: right;
	font-family: Times, sans-serif;
	font-size: 22px;
}
