/* 
   Southern New Hamphire University
   IT-270 Web Site Design
   Author: Kevin Tsukroff
   Due Date: 08/30/2015

   Filename:       celtic_KevinTsukroff.css
   Supporting files: 

*/

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}

/* Body styles */

body {
	color: rgb(0,102,0);
	min-width: 800px;
	max-width: 1200px;
	font-family: "Times New Roman", "Times", sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	border: 1px solid rgb(0,102,0);
}

/* Header styles */

header img {
	display: block;
	width: 100%;
}

h2 {
	background-color: rgb(0, 102, 0);
	color: rgb(153,255,153);
	color: rgba(153,255,153,0.8);
	text-align: center;
}

nav li {
	font-size: 0.9em;
	float: left;
	text-align: center;
	width: 10%;
}

/* Body styles */

body nav {
	display: block;
}

/* Footer styles */

footer {
	background-color: rgb(0, 102, 0);
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

/* Multimedia control styles */

audio {
	background-color: white;
	display: block;
	margin: 5px auto;
	text-align: center;
	width: 95%;
}
