/* GameKorps Stylesheet */
/* 1-2-2008 Author: Todd Davison */

html,body
{
	font-family: Tahoma, Verdana, arial;
	font-size: 12px;
	height:100%;
}

table
{
	font-family: Tahoma, Verdana, arial;
	font-size: 12px;
}

body
{
	background: #2F3530;
	margin:0px; 
	padding:0px;  
	width: 100%;
	text-align: center;
	color: white;
}

form
{
	display: inline;
}

h1
{
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #5F820C;
}

h2
{
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #5F820C;
}

h3
{
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: white;
}

a:link, a:active, a:visited
{
	color: #A9D64B;
	text-decoration: none;
	display: inline;
	font-size: 11px;
}

a:hover
{
	text-decoration: underline;
}

/* elemental classes */
a.learn:link, a.learn:active, a.learn:visited
{
	color: #A9D64B;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #749341;
	margin-bottom: 8px;
}

a.learn:hover
{
	text-decoration: underline;
}

a.mainNav:link, a.mainNav:active, a.mainNav:visited
{
	color: #ffffff;
	text-decoration: none;
	display: inline;
	font-size: 11px;
}

a.mainNav:hover
{
	color: #A9D64B;
	text-decoration: none;
}

a.mainNavSel:link, a.mainNavSel.active, a.mainNavSel:visited
{
	color: #A9D64B;
	text-decoration: none;
	display: inline;
	font-size: 11px;
}

a.sun:link, a.sun:active, a.sun:visited
{
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../images/tech_sun.jpg);
	background-repeat: no-repeat;
}

a.sun:hover
{
	background-image: url(../images/tech_sun_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.wind:link, a.wind:active, a.wind:visited
{
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../images/tech_wind.jpg);
	background-repeat: no-repeat;
}

a.wind:hover
{
	background-image: url(../images/tech_wind_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.water:link, a.water:active, a.water:visited
{
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../images/tech_water.jpg);
	background-repeat: no-repeat;
}

a.water:hover
{
	background-image: url(../images/tech_water_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.fire:link, a.fire:active, a.fire:visited
{
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../images/tech_fire.jpg);
	background-repeat: no-repeat;
}

a.fire:hover
{
	background-image: url(../images/tech_fire_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.earth:link, a.earth:active, a.earth:visited
{
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../images/tech_earth.jpg);
	background-repeat: no-repeat;
}

a.earth:hover
{
	background-image: url(../images/tech_earth_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.footerContent
{
	color: #E9EADB;
	font-size: 9px;
	font-family: verdana, arial;
}

.quote
{
	font-style: italic;
	color: #AAA9A9;
	margin-bottom: 8px;
	display: block;
}

.press
{
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px dotted #7B9E40;
	margin-bottom: 10px;
}

.show
{
	display: block;
}

.hidden
{
	display: none;
}


/* positional Divs */
div#container
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	width:800px;
	display:table;
	height:100%;
	min-height:100%;
	margin-bottom:-50px;
	background: #2F3530;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #7B9E40;
}

div#content
{
	display: block;
	width: 800px;
	background: #2F3530;
	padding-bottom: 10px;
}

div#contentContainer
{
	padding-left: 22px;
	padding-right: 22px;
}

div#feature
{
	width: 800px;
	background: #2F3530;
}

div#footer
{
	background: #7B9E40;
	width: 800px;
	height: 40px;
	border-top: 1px solid #5F820C;
	color: #A9D64B;
	font-size: 9px;
}

div#footer a
{
	font-size: 10px;
}

div#header
{
	display: block;
	background-image: url(../images/bknd.gif);
	height: 100px;
	border-bottom: 1px solid #5F820C;
}

div#nav
{
	display: block;
	height: 22px;
	background-image: url(../images/bknd_nav.gif);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	text-align: center;
}
