/*

Final Project

Two of Baseballs Greatest Players
Author: Trevor Slay
Date: 03/23/2016

Filename:      bp.css
Supporting Files:

*/

/* Body styles */

body  {
background-image: url("fieldbackground.jpg");
 
}

/* Header Styles */

header {
   width: 100%;
 margin-left: 275px;

}

h1 {
color: white;
text-align: center;
font-size: 300%;
}

h2 {
color: white;
text-align: center;
}

p {
font-family: Verdana, Geneva, sans-serif;
color: white;
}

img#babe {
 margin-left: 350px;
}

iframe, movie, audio, object {
	border-color: #000;
	display: block;
	margin: 10px auto;
	text-align: center;
	}


/*Navigation styles*/

nav {
   position: relative;
   top: 0px;
   left: 320px;
	}

nav ul li {
	background-color: #136BB8;
   	border: 4px outset #EE174B;
   	
   	display: block;
	float: left;
   	height: 30px;
   	line-height: 30px;
   	font-size: 14px;
	font-weight: bold;
   	text-align: center;
   	
	min-width: 50px;
   	padding: 0px 20px;
       margin-left: 25px

	}
	
nav ul li a {
   	color: #FFF;
	font-family: 'Lucida Grande', Verdana, sans-serif;
   	text-decoration: underline;
	}

article {
background-color: black;
border-radius: 25px;
display: block;

padding: 10px;
margin: 10px;
}