a
{
	border: transparent 0px none;
}

body
{
	background: rgb( 28, 35, 27 );
	
	font-size: 12px;
	font-family: sans-serif;
}

#header
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header a img
{
	border-width: 0px;
}

/* The Content */

#content-wrapper
{
	background: rgb( 175, 200, 130 );

	width: 800px;
	margin-left:  auto;
	margin-right: auto;
	
	line-height: 18px;
	
	min-height: 800px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

#content-inner-wrapper
{
	margin-left: 198px;
}

#content
{
	background: rgb( 201, 221, 159 );
	min-height: 785px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left: rgb( 28, 35, 27 ) 3px solid;
	
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
}

#content h1
{
	font-size: 140%;
	color: rgb( 28, 35, 27 );
	text-align: center;
}

#content img
{
	margin-left: auto;
	margin-right: auto;
	margin: 10px;
}

#content p
{
	padding: 5px;
	text-indent: 30px;
}

#content .alternate
{
	background: rgb( 180, 203, 140 );
}

#content ul
{
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: square;
}

#content a:link, #content a:visited
{
	color: rgb( 20, 100, 20 );
	text-decoration: none;
	padding: 2px 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s;
}

#content a:hover
{
	color: white !important;
	background: green;
}

#content a:visited
{
	color: green;
}

#content dl dt
{
	color: #050;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#content dl dd
{
	text-indent: 0px;
	margin-left: 0px;
}

/* The Sidebar */

#sidebar
{
	background: rgb( 175, 200, 130 );
	width: 198px;
	
	min-height: 800px;
	float: left;
	
	margin-right: 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#sidebar #menu
{
	margin-top: 15px;
}

#sidebar #sponsors
{
	margin-top: 50px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar #sponsors img
{
	display: block;
}

#sidebar a.menuitem
{
	color: inherit;
	text-decoration: none;
	display: block;
	
	padding: 2px 5px 2px 10px;
	
	border-top: transparent 1px solid;
	border-bottom: transparent 1px solid;
}

#sidebar a:link, #sidebar a:visited
{
	color: #000;
}

#sidebar a.menuitem.alternate
{
	background: rgb( 193, 212, 153 );
}

#sidebar a.menuitem.indent
{
	text-indent: 20px;
}

#sidebar a.menuitem:hover
{
	color: white;
	background: rgb( 125, 165, 85 );
	background: -webkit-gradient( linear, left top, left bottom, from( rgb( 140, 180, 100 ) ), to( rgb( 80, 140, 60 ) ) );
	background: -moz-gradient( linear, left top, left bottom, from( rgb( 140, 180, 100 ) ), to( rgb( 80, 140, 60 ) ) );
	border-top: green 1px solid;
	border-bottom: green 1px solid;
	
	text-shadow: black 0px 1px 0px;
}

div.alternate
{
	padding: 5px;
}

form textarea, form input[type="text"]
{
	display: block;
	border: #161 1px solid;
	background: rgb( 205, 230, 160 );
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

form textarea
{
	min-height: 200px;
	padding: 3px;
}

form input[type="text"]
{
	padding: 1px;
}

form label, form .label
{
	font-weight: bold;
}

table.bugs
{
	font-family: monospace;
}

#sponsors img
{
	margin-top: 5px;
}
