﻿/*

Final Project

Baseball's Best Movies Style Sheet

Filename:      bp.css
Supporting Files:

*/

/* Display HTML5 Structure as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}


/* Set the default page element styles */

body * {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;

}

/* Body Styles */
body {
   
   width: 95%;
   min-width: 800px;
   max-width: 1200px;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: normal;
float: left;
background-color: black;
}



/* Header Styles */

header {
   width: 100%;
 margin-left: 275px;

}

/*Navigation styles*/

nav {
   position: relative;
   top: 0px;
   left: 320px;
	}

nav ul li {
	background-color: green;
   	border: 4px outset white;
   	
   	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;
	}
 h1 {
   float: left;
   width: 100%;
   font-size: 1.4em;
   letter-spacing: 3px;
   font-weight: bold;
   margin-left: 15%;
margin-top: 20px;
color: white;
}

h2 {
font-weight: bold;
padding: 5px;
margin-right: 10%;
font-size: 150%;
align: middle;
}

h3 {
font-weight: bold;
font-size: 60%
background-color: black;
margin-top: 60%;
}


/* Vertical Navigation Styles */
nav.vertical {
display: block;
   float: left;
clear:left;
   width: 5%;
background-color: blue;
color: white;
padding: 25px;
height: 100%; 
position: fixed; 
}

nav.vertical a {
color: black;
padding: 10px;
align: center;
display: block;

}
nav.vertical ul li a:hover {
   color: white;
}
/* Section Styles */
section{
margin-top: 5px;
margin-left: 350px;
float: left;
padding: 5px;
}

article {
background-color: green;
border-radius: 25px;
display: block;

padding: 10px;
margin: 10px;
}

/* Footer Styles */
footer {
   clear: left;
   margin-left: 45%;
   width: 75%;
   
   padding-bottom: 20px;
}







iframe, movie, audio, object {
	border-color: #000;
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 75%;
	}

h4 {
	font-size: 30px;
	color: red;
	width: 425px;
	height: 110px;
	background-color: blue;
	-ms-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	}
		