html, body
{
	background-color: #000000;
	background-image: url('bg_gas_repeat.jpg'); /* changed to lower-case filename */
	background-position: top center;
	color: #EEEEEE;
	font-family: "Tahoma", "Liberation Sans", sans;
	padding: 0px;
	margin: 0px;
}

body
{
	padding: 22px 0px;
}

/* newer look, hopefully this works */
#content p, #content h2, #content h3, #content h1
{
	padding: 0px 10px;
}
/* end of new content code - though there are a -few- edits below */

img { border: 0; }

a:link, a:visited, a:active
{
/*	color: #1B98E0; */
	text-decoration: underline;

	color: #A0CD78;
}

a:visited
{
/*	color: #007AC0; */

	color: #4CB035;
}

hr
{
	color: #4CB035;
	background-color: #4CB035;
	width: 90%;
	border: 0;
	height: 1px;
	size: 1;
}

.head
{
	margin: 0px auto;
	height: 187px;
	width: 100%;
	min-width: 600px;
	max-width: 955px;

/*	width: 955px; */
}
.head ul li a:link, .head ul li a:active, .head ul li a:visited
{
	padding-left: 32px;
	color: #4CB035;
	text-decoration: none;
	display: block;
}
.head img
{
	display: block;
	margin: 0px auto;
	width: 955px;
	height: 187px;
	border: 0;
}
.head ul
{
	color: #4CB035;
	position: absolute;
	top: 20px;
	font-size: 18pt;
	list-style: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.head ul li
{
	width: 161px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	margin: 2px;
	margin-bottom: -19px;
}
.head ul li.r
{
	position: relative;
	top: -17px;
	left: 785px;
}
.head ul li.download
{
	top: -62px;
}

/* this is old code that was commented out before I touched it */
/*.head ul li.download:before
{
	left: -56px;
	top: 46px;
	position: relative;
	content: url('Icon_Down.png');
}*/

.head a.IRC:link, .head a.IRC:active, .head a.IRC:visited
{
	color: #EEEEEE;
	position: absolute;

	text-decoration: none;
	display: block;
	font-size: 12pt;

	top: 151px;
	margin-left: 10px;
	width: 253px;
	height: 46px;
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 8px;

	overflow: hidden;

/*	top: 157px;*/
/*	margin-left: 15px;*/
/*	width: 260px;*/
}
.head a.IRC:before
{
	float: right;
	content: url('Icon_Chat.png');

	position: relative;
	left: -10px;

/*	left: -20px;*/
}
.head a.DLatest:link, .head a.DLatest:active, .head a.DLatest:visited
{
	color: #EEEEEE;
	position: absolute;

	text-decoration: none;
	display: block;
	font-size: 12pt;

	top: 151px;
	margin-left: 686px;
	width: 253px;
	height: 46px;
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 8px;

	overflow: hidden;

/*	top: 155px;*/
/*	margin-left: 690px;*/
/*	width: 260px;*/
}
.head a.DLatest:before
{
	float: right;
	position: relative;
	top: -2px;
	left: -10px;

/*	left: -20px;*/
}
.head a.DLatest.win:before { content: url('Icon_OS_Windows.png'); }
.head a.DLatest.ubu:before { content: url('Icon_OS_Ubuntu.png'); }
.head a.DLatest.osx:before { content: url('Icon_OS_Mac.png'); }
.head a.DLatest.bsd:before { content: url('Icon_OS_BSD.png'); }
.head a.DLatest.tux:before { content: url('Icon_OS_Linux.png'); }

/* fancy schmancy thing that nobody will notice! */
.head a.DLatest:link, .head a.DLatest:link {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.ticker
{
	background-color: #1F140A;
	background-image: url('Header_Event_Ticker.png');
	background-position: top center;
	text-align: center;
	vertical-align: middle;
	color: #4CB035;
	font-size: 12pt;
	margin-bottom: 39px;

	white-space: nowrap;
	overflow : hidden;
	text-overflow: ellipsis;

/*	height: 58px;*/
/*	color: #E0941B;*/

/* use these to enable 2 ticker rows */
	/* original settings */
	max-height: 58px;
	line-height: 58px;

	/* 2 row settings */
/*	height: 42px;
	max-height: 58px;
	padding: 8px;
*/
/*	overflow: auto;
*/
}
.tracker a:link, .tracker a:visited, .tracker a:active, .tracker a:hover
{
	color: #E0941B;
	text-decoration: none;
}
.tracker a:hover
{
	text-decoration: underline;
}

#content
{
	background: url('Body.png') repeat scroll center -428px;
	min-width: 600px;
	min-height: 200px;
	border-top-left-radius: 10px;
	margin: 0px 128px; /* hopefully this makes the page show up properly */
	
	padding: 12px 18px;

/*	margin: 0px 128px; */
/*	padding: 10px; */
}
#content h2
{
	color: #4CB035;
	font-size: 175%;
	margin: 5px 0px;
}
#content h3
{
	color: #FFFFFF;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
}
#content p
{
	margin: 5px 0px;

	text-indent: 0.8em;
	line-height: 1.2em;
}

#spacetv
{
	float: right;
	position: relative;
	top: -39px;
	right: 60px;
	width: 490px;
	height: 280px;
	overflow: hidden;
	z-index: 1;
	margin-left: 60px;
	margin-bottom: -32px;
}
#spacetv img
{
	position: relative;
	top: -248px;
	left: 32px;
	z-index: -1;
}
#spacetv .overlay
{
	background-image: url('Content_SpaceTV_Overlay.png');
	background-position: left top;
	width: 100%;
	height: 100%;
	color: #1B98E0;
}
#spacetv .overlay div
{
	padding-top: 185px;
	padding-left: 65px;
	width: 365px;
	height: 52px;
	overflow: hidden;
}
#spacetv .overlay a:link, #spacetv .overlay a:active, #spacetv .overlay a:visited
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #B3CDDB;
	width: 84%;
	overflow: hidden;
	text-decoration: none;
}
#spacetv .overlay h2, #spacetv .overlay h2 a:link, #spacetv .overlay h2 a:active, #spacetv .overlay h2 a:visited
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	color: #A0CD78;

/*	color: #1B98E0; */
}
#spacetv .overlay a.lft, #spacetv .overlay a.rgt
{
	text-indent: -10000px;
	background-image: url('Content_SpaceTV_Arrows.gif'); /* this now animates */
	background-position: right top;
	width: 29px;
	margin-right: -29px;
	float: left;
	height: 44px;
	outline: 0;
	position: relative;
	top: 64px;
}
#spacetv .overlay a.lft
{
	left: 52px;
}
#spacetv .overlay a.rgt
{
	background-position: left top;
	float: right;
	height: 44px;
	right: 78px;
}

#eventad
{
	margin: -16px 538px 28px 128px;
}
#eventad p
{
	margin: 0px auto 0px auto;
	background-color: #686868;
	color: #FFFFFF;
	width: 470px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	vertical-align: middle;
}

.decor
{
	margin: 0px 128px;
	min-width: 600px;
	padding-top: 13px;
	height: 195px;
	background-position: center top;
	background-image: url('Body_Bottom.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
.decor hr
{
	border: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.decor hr.r2
{
	background-position: center top;
	background-image: url('Footer_MoreGreen.png');
	height: 100px;
}
.decor hr.r3
{
	background-position: center top;
	background-image: url('Footer_Green.png');
	height: 48px;
}
.decor .edgel
{
	position: relative;
	top: -148px;
	margin-bottom: -190px;
	background-image: url('Footer_Edge.png');
	width: 476px;
	height: 190px;

	z-index: 500;
}
.decor .edger
{
	position: relative;
	top: -148px;
	margin-bottom: -190px;
	float: right;
	width: 476px;
	height: 190px;
	background-image: url('Footer_Edge.png');
	background-position: right top;

	z-index: 100;
}
.decor p
{
	font-size: 75%;
	margin: 0px 0px 0px 16px;
	position: relative;
	color: #8F8F8F;
	width: 340px; /* was 400px */
}
#footer_credits_fix {
	white-space: nowrap;
	width: 356px;
	position: relative;

	z-index: 600;
}
#footer_links_title {
	float: left;
	position: relative;

	z-index: 200;
}
.decor .friends
{
	position: relative;
	top: 5px;
	font-size: 80%;
	font-weight: bold;
	float: right;
	color: #4CB035;

	width: 340px; /* was 400px */
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;

	z-index: 400;

/*	line-height: 29px;*/ /* this shouldn't be needed any more */
/*	vertical-align: right;*/ /* non-standard css */
/*	text-align: center;*/
}
.decor .friends ul
{
	float: right;
	list-style: none;

	height: 24px; /* was 29px; */
	width: auto; /* was 238px; */

	padding: 0px 0px 0px 8px;
	padding-right: 8px;
	margin-top: -4px;
	margin-right: 18px; /* was 48px */

	background-image: url('Body.png'); /* makes it easier to maintain */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; /* recreates the round edges of the old graphic */

/*	margin: -4px 48px;*/ /* was 0px 32px */
/*	background-image: url('Footer_FriendZone8.png');*/
/*	background-repeat: no-repeat;*/
}
.decor .friends ul li
{
	margin: 4px 2px 0px 3px;
	padding: 0px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 0%;
}
.decor .friends ul li img
{
	border: 0;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

.os
{
	width: 400px;
	min-height: 45px;
	margin: 5px 0px 5px 64px;
	padding: 5px;
	background-image: url('/res/Bugnote-pub.png');
}
.os:before
{
	content: " ";
	position: relative;
	left: -50px;
	float: left;
	margin-right: -40px;
	width: 40px;
	height: 40px;
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.os.windows:before { background-image: url('/res/Icon_OS_Windows.png'); }
.os.freebsd:before { background-image: url('/res/Icon_OS_BSD.png'); }
.os.macosx:before { background-image: url('/res/Icon_OS_Mac.png'); }
.os.debian:before { background-image: url('/res/Icon_OS_Debian.png'); }
.os.ubuntu:before { background-image: url('/res/Icon_OS_Ubuntu.png'); }
.os.linux:before { background-image: url('/res/Icon_OS_Linux.png'); }
.os.linuxserver:before { background-image: url('/res/Icon_OS_LinuxServer.png'); }
.os.source:before { background-image: url('/res/Icon_ODSN.png'); }
.os a
{
	display: block;
}
