﻿/*
CSS for HTML and Gaming
*/

* {
padding:0;
margin: 0;
}



body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	background-color: #126396;
	color: white;
	padding-top: 2em;
	padding-bottom: .5em;
	padding-left: .4em;
}

ul {
	list-style-type: none;
	padding-top: 9px;
	padding-bottom: 6px;
}
	
li {
	display: inline;
}

h2 {
	color: blue;
	font-size: 150%;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}

p {
	font-size: medium;
	color: black;
}

#tagline p{
	font-style: italic;
	color:black;
	font-family: Georgia, Times, serif;
	background-color: #f98d2e;
	border-top: 4px solid white;
	border-bottom: 4px solid black;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
}
#banner {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}




/*LINKS, LINKS, LINKS!!!*/

a:link, a:visited {
	color: #FFFFFF;
	background-color: #126396;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:hover, a:active {
	background-color: #084871;
}



a.email:link {
	color: black;
	padding:0;
	background-color: #e2edff;
}
a.email:visited {
	color: purple;
	background-color: #e2edff;
}
a.email:hover {
	text-decoration: none;
	color: blue;
}
a.email:active {
	background-color: #e2edff;
}

/*END OF LINKS, LINKS, LINKS!!!*/




.float {
	float: none;
}

#bodycontent, #navigation, #banner{
	position: absolute;
}

#navigation {
	top: 190px;
	right: 15px;
	z-index: 10;
}

#bodycontent {
	top: 200px;	
}
#banner {
	top:50px;	
	right: 30px;
}