
/* BASICS */

html
{
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
	background-color: #93cd1f;
	color: #666;
}

h1
{
	font-style:normal;
	font-weight:normal;
	font-size:2.0em;
	margin: 0 0 0em 0.5em;
	color:#5e8314;
}

a {
	text-decoration:none;
	color: #5e8314;
	font-weight:bold;
}

a.stale
{
	color: #796656;
}

a:hover,
a.stale:hover
{
	color: #E9F08F;
}


fieldset,img,abbr {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


/* BASIC POSITIONING */

.container
{
	background-color: #FFF;
	color: #626262;
	border-top: 4px solid #80b21b;
	border-bottom: 4px solid #80b21b;
	padding: 0 0 3.0em;
}

.content
{
	position: relative;
}

.inner
{
	position: relative;
	width: 1010px;
	margin: 0 auto;
}

/* CLEAR FLOATS */

.content:after,
.sign-up:after,
.inner:after,
.a-btn-row:after,
.release_notes:after,
.screenshots ul:after
{
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* SIGN UP */

.sign-up
{
	padding: 10px 0px 0px 0px;
}

.sign-up p,
.sign-up ul.errors
{
	float: left;
	width: 548px;
	margin: 0 0px 0 0;
	color: #547511;
}

.sign-up ul.errors li
{
	background-image: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.sign-up strong
{
	color: #FFF;
	font-weight: normal;
}

.sign-up a
{
	color: #fff;
}

.sign-up a:hover
{
	color: #E9F08F;
}

.sign-up form
{
	float: left;
	width: 255px;
	background: #80b21b;
}

.sign-up form fieldset /* makes space b/w form and border */
{
	padding: 4px 3px 4px 4px;
}

.sign-up form thead
{
	display: none;
}

.sign-up form .p
{
	width: 104px;
	padding: 0 0px 0 0;
}

.sign-up form span
{
	border-color: #80b21b;
}


/* Navigation */

	#navcontainer {
		position:relative;
		float: left;
		margin:0px; 		
		padding:1px 0 0 0; 
		font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
		text-align: right;
		border-left:1px solid #80b21b;
		height:50px;
		}

	#navcontainer p	{
		padding: 0px 12px 0px 0px;
		font-size: 12px;
		font-weight: bold;
		}

 /* to stretch the container div to contain floated list */ 
	#navcontainer:after {
		content: "."; 
		display: block; 
		line-height: 1px; 
		font-size: 1px;
		/*color: transparent; */
		clear: both; 
		} 

	#navcontainer	img	{
		margin: 0px;
		padding: 0px 0px 1px 0px;
		}

	ul#navlist {
		list-style: none; 
		padding:0px; 
		margin: 0px; 
		background-color: #000;
		font-size: 12px;
		}

	ul#navlist li {
		text-align: left;
		float: left; 
		height: 50px; 
		margin:0px; 
		border-left: 1px solid #80b21b;
		padding:0px; 
		background-color:#93cd1f;
		font-weight: bold;
		}

	ul#navlist li { width: 100px; voice-family: "\"}\""; voice-family:inherit; width: 99px;} 
	html>body ul#navlist li { width: 99px; } 
		

	ul#navlist li a {
		display: block; 
		padding: 7px 5px 19px 7px; 
		color: #fff; 
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		height: 1%;
		}

	#navcontainer>ul#navlist li a { width: auto; height: auto; } 

	ul#navlist li#active a {
		background: #ffffa0; 
		color: #ffffa0; 
		}

	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
		color: #FFF;
		background-color:#80b21b;
		}
		
	ul#navlist li.home	{
		border-left: none;
		}

	ul#navlist li#empty	{
		width: 99px;
		}


/* GENERAL LAYOUT */

.content p
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin:0 0 0 1em;
}

.left-column {
	float:left;
	width:197px;
	margin:0px;
	padding:100px 0px 0px 0px;
}

.left-column h1
{
	margin: 0;
	color:#5e8314;
	font-size:1.5em
}

.left-column p
{
	font-size: 1em;
	line-height: 1.2em;
	margin:0;
}

.mid-column {
	float: left;
	width: 473px;
	margin: 0 20px 0 20px;
}

.mid-column a {
color:#5e8314;
}


.right-column
{
	float: left;
	width: 300px;
	margin: 0px;
	padding: 100px 0 0 0;
}

.right-column h1
{
	margin: 0;
	color:#5e8314;
	font-size:1.5em
}

.right-column p
{
	font-size: 1em;
	line-height: 1.2em;
	margin:0;
}

.mid-col-sponsors {
	float: left;
	width: 242px;
	margin: 0 12px 0 0;
}

.right-col-sponsors {
	float: left;
	width: 548px;
	margin: 0px 0px px 10px;
	padding: 10px 0 0 0;
}


.footer
{
	position: relative;
	margin: 3px 0 0 0;
	color: #547511;
}

.footer a
{
	color:#fff;
}

/* FORMS GENERAL */

form {border:1px solid #5e8314;}

form table
{
	width: 100%;
	margin: 0;
}

form span
{
	display: block;
	margin: 0;
	padding: 1px;
	border: 1px solid #fff;
	background-color: #FFF;
}

form span input,
form span textarea,
form span select
{
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}

textarea
{
	font-family: inherit;
}

form span.inline
{
	display: inline-block;
	float: left;
	margin-right: 0.4em;
}

form span.inline input
{
	width: auto;
}

form span textarea
{
	height: 216px;
}

input.btn
{
	width: 62px;
	height: 22px;
	margin-left:8px;
}


form img
{
	margin-bottom: 0;
}




