/*
Assignment 3
Dave Anhorn

Table of Contents		  
*************************************				  
1. Default Styles	
2. CSS Reset
3. Body Styles
4. Table Styles
5. Header Styles
6. Aside Styles
7. Section Styles
8. Footer styles

/* 1. Default styles */

* {
	margin:0px;
	padding: 0px;
}

/* 2. css reset
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 3. body styles */

body {
margin: auto;
padding: 5px;
line-height: 1em;
background: purple;
		background: -webkit-linear-gradient(left, black, black, purple, purple, black, black);
		background: -o-linear-gradient(right, black, black, purple, purple, black, black);
		background: -moz-linear-gradient(right, black, black, purple, purple, black, black);
		background: linear-gradient(to right, black, black, purple, purple, black, black);
width:100%;
font-family: 'yozakura_jpregular', serif;
}

/* 4. table styles */

table.nav{
	border-spacing: 2;
	margin: auto; 
	background-color: black; 
	color: white; 
	border: 1px solid purple;
	border-radius: 20px;
	width: 100%;
}
button {
	width: 9%;
	border: 1px solid purple;
	border-radius:50px;
} 

button:hover {
		background-color: purple;
		color: white;
		text-decoration: none;
	}

table#navigate {
	border-spacing: 2;
	margin: auto; 
	color: white; 
	border:  purple;
	border-radius: 50px;
	width: auto;
}


td {
	width: auto;
	border-spacing: 2;
	margin: auto; 
	color: white; 
	border: purple;
	border-radius: 50px;
}

table#pics {
	border-spacing: 2;
	margin: auto; 
	color: white; 
	border: purple;
	border-radius: 50px;
	width: auto;
}

a:{
		color: purple;
		text-decoration: none;
	}

a:visited{
		color: white;
		text-decoration: none;
	}

img#god{
	float: right;
	width: 100%;
	border: 1px solid purple;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
img#god2{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid purple;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
img#temple{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid purple;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

img#symbol{
	width: 100%;
	float: left;
	border: 1px solid purple;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
img#minion{
	width: 100%;
	border: 1px solid purple;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* 5. Header styles */
nav  {
		list-style: none;
		width: 100%;
		float: left;
		margin-left: auto;
		margin-right: auto;
	}

	ul {
		list-style: none;
	}

	 nav  li {
		display: block;
		text-decoration: none;
	}

	 nav  li a {
		display: block;
		width: 23%;
		margin-left: auto;
		margin-right: auto;
		float: left;
		height: 30px;
		line-height: 30px;
		background: black;
		color: white;
		text-decoration: none;
		font-size: 12px;
		border: 1px solid;
		border-color: purple;
		-webkit-border-radius: 30px;
	   	-moz-border-radius: 30px;
	        border-radius: 30px;
	}

	 nav li a:hover {
		background-color: white;
		color: black;
		text-decoration: none;
	}


/* 6. aside styles */

aside{
	width: 400px;
	background-color:black;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
	float: right;
	clear: right;
	line-height: 16px;
	border: 3px solid purple;
	-moz-border-radius: 50px;
	border-radius: 50px;
	}

aside h1{
color: white;
	font-size: 1em;
	}

aside figure img#ass{
height: 300px;
}

aside figcaption {
    display: block;
	color: white;
	margin: 20px;
}

/* 7. Section styles */

h1{
	text-align: center;
	margin: auto;
	width: 100%;
	padding-top:25px;
	color:white;
	font-size: 3em;
	}
	
h2:first-of-type{
		text-align: center;
	margin: auto;
	width: 100%;
	padding-top:10px;
	color:white;
	font-size: 2em;
	}	

section {
width: auto%;
margin: 45px;
padding: 30px;
color: white;
border: 3px solid purple;
background-color: black;
 -moz-border-radius: 30px;
 border-radius: 30px;
}

section p::first-letter{
	color: purple;
	font-size: 1.3em;
}

ul.yath{
list-style: none;
}

h2 {
width: 250px;
margin: 25px;
font-size: 1.5em;
color: rgba(0, 0, 0, 1.0);
text-align: center;
}

strong{
color: purple;
	font-size: 1.3em;
}