body {
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 800px;
  font-family: "Trebuchet MS", "Lucida Console", monospace;
}
#hidehead {
  position: absolute;
  top: -1000px;
  left: -1000px;
}


#frame {                                               
  position: relative;
  width: 85%;
  height: 100%;
  margin: 0 auto;
  min-width: 800px;
  min-height: 880px;
  background-color: #333;
  background-image: url('/images/home_bg.png');
  background-repeat: no-repeat;
/* Not sure why this was needed, but currently it is messing up forum display.
  display: table; */
  width: 85%;
}

#page {
  position: relative;
  background-color: #333;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

#header {
  background-image: url('/images/bg_stripe.png');
  background-repeat: repeat-x;
  position: relative;
  width: 100%;
  height: 97px;
}
#logoduo {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 0;
}
#logoduo a {
  border: 0;
}


#zigzag {
  background-image: url('/images/bg_stripe_zigzag.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 160px;
  width: 285px;
  height: 97px; 
}


img.menulabel {
  position: absolute;
  right: 78px;
  margin: 0;
  padding: 0;
}
#slider {
  background-image: url('/images/bg_slider_hole_purple.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 73px;
  height: 17px;
  top: 62px;
  right: 22%;
  margin: 0;
  padding: 0;
}
#slider a {
  background-image: url('/images/slider_purple.png');
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 73px;
  height: 17px;
  margin: 0;
  padding: 0;
}
#slider a:hover {
  background-position: 23px 0px;
}
#slider a img {
  border: 0;
}

img.loginlabel {
  position: absolute;
  right: 52px;
  margin: 0;
  padding: 0;
}
#busy {
  position: absolute;
  width: 50px;
  height: 17px;
  top: 61px;
  right: 40%;
  margin: 0;
  padding: 0;
}
#busy a {
  background-image: url('/images/busy_light.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 17px;
  margin: 0;
  padding: 0;
}
#busy a:hover {
  background-position: 0px -17px;
}
#busy img {
  border: 0;
}


#search {
  background-image: url('/images/bg_stripe_search.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 156px;
  height: 120px;
  top: 0px;
  right: 0px;  
}
#search fieldset {
  border: 0;
}
#search a {
  background-image: url('/images/search_button_purple.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  width: 84px;
  height: 84px;
  top: 32px;
  right: 15px;
  border: 0;
}
#search a:hover {
  background-position: 0px -84px;
}
#search a:active {
  background-position: 0px -84px;
}
#search img {
  border: 0;
}
#searchbox {
  background-color: #111;
  color: #777;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  top: 30px;
  right: 110px;
  width: 250px;
  border-top-color: #272727;
  border-right-color: #4d4d4d;
  border-bottom-color: #4d4d4d; 
  border-left-color: #272727;
  border-radius: 10px 10px 10px 10px;
  padding: 0 3px;
}
#q {
  background-color: #111;
  color: #777;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  top: 30px;
  right: 110px;
  width: 250px;
  border-top-color: #272727;
  border-right-color: #4d4d4d;
  border-bottom-color: #4d4d4d; 
  border-left-color: #272727;
  border-radius: 10px 10px 10px 10px;
  padding: 0 3px;	
}


#left {
  background-image: url('/images/bg_leftside.png');
  background-repeat: repeat-y;
  background-position: right bottom;
  position: absolute;
  width: 50px;
  top: 0px;
  left: -50px;
  height: 100%;
}
#right {
  background-image: url('/images/bg_rightside.png');
  background-repeat: repeat-y;
  background-position: left bottom;
  position: absolute;
  width: 50px;
  top: 0px;
  right: -50px;  
  height: 100%;
}






#dpcontent {
  left: 0px;
  padding: 30px 12px;
  min-height: 600px;
  color: silver;
  position: relative;
  z-index: 666;
  overflow: hidden;
}
#dpcontent p {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 1em;
}
#dpcontent p.larger {
  font-size: 1.4em;	
}
#dpcontent h2 {
  color: orange;
  text-shadow: 3px 3px 2px rgb(17, 17, 17);
  margin: 0 0 12px 0;
}
#dpcontent h2.intro {
  font-family: Impact,"Trebuchet MS","Lucida Console",monospace;
  margin-top: 0;
  letter-spacing: 4px;
  display: inline;
}
#dpcontent p.intro {
  font-size: 10pt;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-family: "Trebuchet MS","Lucida Console",monospace;
}
#dpcontent h3 {
 
  margin-bottom: 12px;
  letter-spacing: 2px;
  font-size: 11pt;
  text-shadow: 3px 3px 2px rgb(17, 17, 17);
}
#dpcontent > * {
  vertical-align: top;
}
#dpcontent blockquote {
  margin-right: 24px;
  padding: 9px 27px;
  color: silver;
}
#dpcontent div.homecontent blockquote {
  margin: 12px 39% 12px 3%;
  padding: 9px 27px;
  font-weight: strong;
  letter-spacing: 1px;
}
a {
  color: white;
  text-decoration: underline;
}
#dpcontent div.forumwrap {
  margin: 0 0 0 6px;
  padding: 6px;
  background-image: url('/images/forumwrap_bg.png');
  background-color: #262626;
  background-repeat: repeat-x;
  border-radius: 11px 11px 11px 11px;
  z-index: 200;
  position: relative;
  opacity: .8;
  border: 2px solid;
  border-color: #111 #444 #444 #111;
}
#dpcontent div.forumwrap h2 {

  font-family: "Trebuchet MS","Lucida Console",monospace;
  font-weight: bold;
}
div.homecontent h3 {
   margin-right: 36%;
}
div.news {
  float: right;
  width: 33%;
}
#dpcontent div.news h2 {
  line-height: .7;
  margin-top: 12px;
}
#dpcontent div.news h2 a {
  color: orange;
  font-size: 10pt;
}
#dpcontent div.news p.author {
  margin: 0 0 2px 0;
}
#dpcontent .homecontent ul
{
  margin: 12px 39% 12px 6%;
}
#dpcontent .homecontent li
{
  margin: 12px 36px 12px 0;
  font-size: 9pt;
  line-height: 1.2em;
  letter-spacing: 1px;
  list-style: none;
  
}
#dpcontent .homecontent p {
  font-size: 10pt;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-family: "Trebuchet MS","Lucida Console",monospace;
}

#dbinfo {
  width: 63%;
  margin-left:7px;
}
#dpcontent #dbinfo ul {
  width: 63%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

#dpcontent #dbinfo span.dbcount {
  color: orange;
  font-family: impact,"Trebuchet MS","Lucida Console",monospace;
  text-shadow: 3px 3px 2px rgb(17, 17, 17);
  font-size: 12pt;
}


#dpcontent ul.breadcrumbs, #dpcontent ul.breadcrumbs a {
  color: orange;	
}
#dpcontent ul.breadcrumbs li {
  display: inline-block;
  list-style: square;
  margin: 0 6px 6px 0px;
  background-color: black;
  padding: 4px;
  border-radius: 0px 6px 0px 6px;
}
#dpcontent blockquote div {
  color: white;	
}
#dpcontent blockquote div cite {
  color: orange;	
}

#gamedisplay {
  position: relative;
  padding: 8px 8px 20px;
  background-image: url('/images/gamedisplay_content_bg3.png');
  background-repeat: repeat-x;
  background-color: #262626;
  border-radius: 11px 11px 11px 11px;
  vertical-align: top;
  border: 2px solid;
  border-color: #111 #444 #444 #111;
}
#sgx_ad {
  position: relative;
  padding: 8px;
  background-image: url('/images/gamedisplay_content_bg3.png');
  background-repeat: repeat-x;
  background-color: #262626;
  border-radius: 11px 11px 11px 11px;
  vertical-align: top;
  border: 2px solid;
  border-color: #111 #444 #444 #111;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}

#gamedir {
  font-size: 10pt;
  text-align: center;
}
#gamedir_length label {
	color: gray;	
}
#gamedir_filter label {
	color: gray;	
}
div.gametitle {
  width: 469px; 
  vertical-align: top;
}
div.gametitle h2 {
  display: inline-block;
  font-family: impact,"Trebuchet MS","Lucida Console",monospace;
  font-size: 24pt;
  margin-top: 0px;
}
#dpcontent .homecontent h2 {
  font-family: impact,"Trebuchet MS","Lucida Console",monospace;
  font-size: 24pt;
  margin-top: 0px;
  display: block;
  text-align: center;
}
#gamedisplay ul, #gamedisplay li {
  margin-left: 12px;	
}
#gameforum ul, #gameforum li {
  margin-left: 0;	
}


div.details {
	
	max-width: 100%;
	margin: 0;
	padding: 0;
	/* background-color: navy; */
	vertical-align: top;
}
div.detailsinner {
	width: 100%;
	min-width: 300px;
	
	
}


div.tvwrap {
/*
	float: right;
	width: 48%;	
	min-width: 469px;
	margin: 0 2% 0 0;
	padding: 0;
	background-color: black;
*/
	float: right;
	width: 60%;	
	min-width: 469px;
	margin: 0;
	padding: 0;
	/* background-color: black; */
}
div.turboviewer {
  width: 469px;
  height: 370px; 
  background-image: url('/images/turbo_viewer.png'); 
  line-height: 370px; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div.turboviewer .screen {
  border: 9px solid; 
  border-color: #222 #444 #444 #222; 
  border-radius: 8px; 
  width: 256px; 
  height: 224px; 
  vertical-align: middle; 
  margin-right: 9px; 
  margin-top: 9px;	
}




#sgxslide {
  width: 300px;
 /* width: 100px for hidden sidebar */
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  z-index: 1000000;
}
#sgxleftmenu {
  width: 300px;
  margin:  28px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  left: 0px;
}
.sgxleft {
  background-image: url('/images/sgx-bar-2.png');
  background-repeat: no-repeat;
  position: relative;
  max-width: 300px;
  min-height: 25px;
  padding: 105px 85px 0px 12px;
  margin-top: -20px;
  z-index: 150;
}
.sgxleft h2 {
  position: absolute;
  top: 23px;
  right: 110px;
  font-size: 12pt;
  /* font-family: Verdana, Helvetica, Arial, sans-serif; */
  font-family: Tahoma, Geneva, sans-serif;
  font-family: "Trebuchet MS", "Lucida Console", monospace;
  color: white;
  text-shadow: 3px 3px 2px #111;
  font-weight: bold;
  letter-spacing: 1px;
}
.sgxleft a.title {
  /* color: #00ffa8; */
  position: absolute;
  top: 36px;
  right: 110px;
  font-size: 12pt;
  /* font-family: Verdana, Helvetica, Arial, sans-serif; */
  font-family: Tahoma, Geneva, sans-serif;
  font-family: "Trebuchet MS", "Lucida Console", monospace;
  color: white;
  text-shadow: 3px 3px 2px #111;
  font-weight: bold;
  letter-spacing: 1px;
}


.sgxleft .btn {
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: .4;
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
}
.sgxleft .btncomm {
  background-image: url('/images/btn_community.png');
  background-repeat: no-repeat;
}
.sgxleft .btngame {
  background-image: url('/images/btn_games.png');
  background-repeat: no-repeat;
}
.sgxleft .btnmedia {
  background-image: url('/images/btn_media.png');
  background-repeat: no-repeat;
}
.sgxleft .btncomm:hover, .sgxleft .btngame:hover, .sgxleft .btnmedia:hover {
  background-position: 0px -65px;
}
.sgxleft .btn img {
  border: 0;
}


#sgx_community, #sgx_games, #sgx_media {
  margin: 0.1%;
  padding: 0;
  position: relative;
  top: -18px;
  text-align: right;
}


.sgxleft p {
  font-size: 10pt;
  margin-top: -18px;
  font-family: Tahoma, Geneva, sans-serif;
  font-family: "Trebuchet MS", "Lucida Console", monospace;
  color: #bcbcbc;
  overflow: hidden;
}
#sgxleftmenu li.sgxleft p a {
  color: orange;	
}











#footer {
  position: absolute;
  bottom: -54px;
  left: 0px;
  width: 100%;
  height: 150px;
  background-image: url('/images/bg_bottom.png');
  background-repeat: repeat-x;
  color: #333;
  font-size: 8pt;
  z-index: 100;
}
#footer img {
  border: 0;	
}
#w3c {
  position: absolute;
  bottom: -17px;
  left: 0px;
  height: 67px;
  margin: 0;
  padding: 0;		
}
#logos {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 61px;
  margin: 0;
  padding: 0;	
}
#logos div {
  width: 210px;
  text-align: right;
  margin: 4px 8px;
  float: left;
}


#fl {
  position: absolute;
  bottom: -54px;
  left: -75px;
  width: 75px;
  height: 150px;
  background-image: url('/images/bg_leftbottom.png');
  background-repeat: no-repeat;
  z-index: 100;
  
}
#fr {
  position: absolute;
  bottom: -54px;
  right: -75px;
  width: 75px;
  height: 150px;
  background-image: url('/images/bg_rightbottom.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 100;
}











#wrapper {
  margin: auto;
  width: 75%;
  border: 3px solid white;
  background-color: black;
  opacity: 0.5;
  text-align: center;
}
#main {
  opacity: 1.0;
}

#main p {
  color: white;
  font: 50px verdana,arial,sans-serif;
  opacity: 1.0;
}

.shadow {
  box-shadow: 10px 10px 5px #111;
}
