﻿/*
Devin Schnackenberg
Final Project StyleSheet

   Filename:   styles.css
   Supporting Files: none

*/

/* Section Styles */

body {
 margin: 0px auto;
 padding: 0px;
 line-height: 1.5em;
 width: 98%;
 max-width: 980px;
 min-width: 250px;
 font-family: Verdana, Geneva, sans-serif;
 color: black;
 background-image: url("bloodsp1.png");
 background-repeat: no-repeat;
}

header {
width: 100%;
text-align: center;
}

/* Article Styles */
article {
width: 100%;
float: left;

}

article h2 {
	float: center;
}

/* Footer Styles */
footer {
clear: left;
width: 100%;
text-align: center;
margin-top: 5px;
}

footer address {
width: 100%;
clear: left;
font-size: 0.8em;
font-style: normal;
font-variant: small-caps;
border: 3px outset black;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background-color: red;
color: white;
}


/* Navigation list */

nav {
   position: relative;
   top: -60px;
   left: 200px;
}

nav ul li {
   background-color: red;
   border: 3px outset black;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   letter-spacing: 2px;
   display: block;
   float: left;
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   text-align: center;
   margin: 0px 5px;
   min-width: 60px;
   padding: 0px 10px;
}

nav ul li a {
   color: white;
   text-decoration: none;
}
