/*
	Final Project
	Author: Tres (Ira) Johnson
	Date: 8/30/2015
	
	Tres (Ira) Johnson
	IT-270
	Professor Philomena Cato
	8/30/2015

   Filename:         all.css
   Supporting Files: none
*/

/*Font Style */
@font-face 
	{ 
	font-family: Tandelle;
	src: url(tandelle.ttf) format('truetype'); 
	font-weight: regular;
	}


/* Default styles */
* 
	{

	}

header, nav, section, footer 
	{
	display: block;
	
	}

/* Header Style */
header
	{
	text-align: center;
	}

/* Body styles */
body 
	{
	font-family: Verdana, Geneva, sans-serif, Tandelle;
	font-weight: normal;
	background-color: rgb(188, 167, 184);
	width: 95%;
	min-width: 1000px;
	max-width: 1400px;
	font-size: 100%; 
	font-weight: inherit; 
	line-height: 1.2em; 
	list-style: none; 

	}

	
/* Navigation list */

nav 
	{
	}

nav ul li 
	{
	background-color: rgb(188, 188, 152);
	border: 3px solid rgb(114, 60, 48);
	display: block;
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	margin: 5px 5px;

	padding: 0px 10px;
	}

nav ul li a 
	{
	color: rgb(152, 49, 52);
	text-decoration: none;
	}

nav ul li:hover 
	{
	background-color: rgb(189, 208, 215);
	}

/* Generic Grouping */	
	
div
	{
	display: block;
	text-align: center;	
	color: rgb(152, 49, 52);
	margin: 10px;
	line-height: 30px;
	}
	
div strong
	{
	line-height: 50px;
	}
div img
	{
	text-align: center;
	width: 30%;
	height: 30%;
	}
div p img
	{
	text-align: center;
	width: 503px;
	height: 389px;
	}
/* Ordered List */	
div ol 
	{
	text-align: left;
    display: block;
    list-style-type: decimal;
	line-height: 20px;
    margin-left: 0;
    margin-right: 0;
	}	

/* Story Style */
section
	{	
	border: 2px solid rgb(114, 60, 48);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;	
	border-radius: 40px;
	font-size: 1em;
	display: block;
	float: left;
	line-height: 1em;
	padding: 15px;
	margin-left: 20%;
	margin-bottom: 10px;
	background-color: white;
	overflow: auto;
	}
	
section h1
	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	}
section img
	{
	clear: right; 
	float: left; 
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-right: 5px;
	width: 75px;
	height: 100px;
	}

	
/* Table Style */

table
	{
	font-size: 16px;
	float: left;	
	border-collapse: collapse;
	}
table td
	{

	}
table caption
	{

	}
table thead
	{
	position: center;
	color: rgb(0, 0, 204);
	text-shadow: black 5px 5px 10px;
	}
table thead th
	{

	}
table tfoot tr
	{
	position: center;
	color: rgb(0, 0, 204);
	text-shadow: black 5px 5px 10px;
	}
table tbody tr
	{
	font-family: Tandelle;
	font-size: 35px;
	height: 50px;
	position: center;
	color: rgb(0, 0, 204);
	background-color: white;	
	}
table col.firstColumn
	{
	}

/* Multimedia control styles */
video 
	{
	background-color: white;
	margin: 0px;
	text-align: center;
	width: 500px;
	}
	
/* Footer Style */
footer
	{
	display: block;
	position: relative;
	width: 100%;
	clear: left;
	margin-top: 30px;
	font-size: 0.8em;
	text-decoration: small-caps;
	text-align: center;
	color: rgb(118, 97, 68);
	border-top: 2px solid brown;
	}
footer hr 
	{

	}






















