* {
	margin: 0;
	padding: 0;
}
html {
	background:#000 url(starfield.jpg) repeat;
	font-size: 100%;
/*	height: 100%; /**/
}

body {
/*	height:100%; /**/
	margin:0;
	padding:0;
	background:#000 url(starfield.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10pt;
}
#body {
	border-top:1px solid #000;
	margin:0;
	padding:8px 8px !important;
	width:1028px;
	min-width:800px;
	min-height:650px; /* minimum height to display the sun */
/*	min-height:900px; /**/
/*	background:url(sun2.jpg) no-repeat 194px 50px; /* 1028 - 160 = 868; 868 - 800 = 68; 68 / 2 = 34; 160 + 34 = 194 */
/*	background:url(sun.gif) no-repeat 234px 50px; /* 1028 - 160 = 868; 868 - 800 = 68; 68 / 2 = 34; 160 + 34 = 194 */
/*	background:url(sun2.jpg) no-repeat 194px 40px; /* 1028 - 160 = 868; 868 - 800 = 68; 68 / 2 = 34; 160 + 34 = 194 */
	background:url(sun-640x599.jpg) no-repeat 264px 40px;
}
p {
	margin:1em 0;
}
.clear {
	clear:both;
}
.section_content ul {
	margin-left:0.5em;
	padding-left:0.5em;
}
.center {
	text-align:center; margin-left:auto; margin-right:auto;
}


div.page_header {
	margin:8px 0 52px 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2em;
}
h1 a {
	display:block;
	width:200px;
	height:35px;
	background:url(sunsoft_logo.png);
}
h1.logo span {
	display:none;
}

div.navigation {
	float:left;
	width:162px;
	padding:8px 0;
	position:absolute;
}
ul.navigation {
	color:#FFF;
	list-style-type:none;
	margin:-8px 0 0 0;
	padding:0;
	/*position:relative;top:-8px;*/
}
ul.navigation li {
	margin:8px 0;
	height:28px;
}
ul.navigation li div {
/*	background:url(navigation_bg.png) no-repeat 16px 0;*/

}
ul.navigation a, ul.navigation a:visited {
	height:24px;
	line-height:26px;
	font-size:20px;
/*	background:url(navigation_bullet.png) no-repeat top left;*/
	background:url(navigation.png) no-repeat top left;/**/
	display:block;
	padding:2px;
	padding-left:30px;
	color:#FFF;
	text-decoration:none;
}

ul.navigation a:hover {
/*	margin-left:2px;*/
	/*padding-left:28px;*/
	/*background:url(navigation_bullet.png) no-repeat bottom left;/**/
	background:url(navigation.png) no-repeat bottom left;/**/
}



div.main {
	/* background:url(sun-dark.jpg) no-repeat 50% 50%; /* */
	/* background:url(content_bg_black.png) repeat; padding: 8px 0; /* */
	background:url(content_bg_black.png) repeat;
	margin:0 8px 0 168px;
	padding:8px 0;
}
div.page_footer {
	text-align:left;
	margin:0 8px 0 168px;
	padding:0;
}

div.section_content, div.forum_content {
	/*border:1px solid #999; /* */
	/*background:url(translucent_starfield.png); /* */
	background:url(content_bg_blue.png); /* */
	min-height:500px;
	padding: 2px 8px;
}

div.section_content p {
	text-align:justify;
}
.forum_content a:link, /**/
.section_content a:link, div.page_footer a:link {
	color:#9CF;
}
.forum_content a:visited, /**/
.section_content a:visited, div.page_footer a:visited {
	color:#BBF;
}

.forum_content a:link:hover, div.forum_content a:visited:hover, /**/
.section_content a:link:hover, div.section_content a:visited:hover, div.page_footer a:hover {
	color:#F66;
	text-decoration:underline;
}
div.section_header h2 {
	border:2px solid #FFF;
	background-color:#0066B3;
}
div.section_header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22pt;
	font-weight:bold;
	color:#FFF;
	padding:0 2px;
	margin:0;
}

div.page_footer .copyright {
	text-align:left;
	font:9px Verdana,Helvetica,Arial,sans-serif;
	color:#FFF;
}

div.section_content blockquote {
	font-style:italic;
}

/* Screenshots 
---------------------------*/
div.rightside_column {
	float:right;
	margin-left:8px;
}

ul.thumb {
	list-style: none;
	margin: 0;
}
ul.thumb li {
	margin: 5px 0;
	padding: 5px;
	/*float: left;*/
	position: relative;  /* Set the absolute positioning base coordinate */
/* set with JavaScript since image sizes may differ
	width: 133px;
	height: 130px;
*/
}
ul.thumb li img {
	border:2px solid #FFF;
	background:#0066B3;
	padding:6px;

/* set with JavaScript since image sizes may differ
	width: 128px;
	height: 120px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	/*padding: 5px;*/
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

ul.press_releases {
	margin-top:1em;
	list-style-type:none;/* */
}
ul.press_releases li {
/*
	border:1px solid #FFF;
	background:url(content_bg_blue.png);
	padding:0 4px;
	margin:0 0 4px 0;
*/
}
ul.press_releases span.date {
	display:inline-block;
	width:100px;
}
ul.press_releases a {
}

p.breadcrumbs {
	font-size:small;
	margin:0.5em 0;
	clear:right;
}


ul.breadcrumbs { 
	display: block; 
	padding: 0; 
	margin: 0.5em 0 0.5em 0; 
	border-left: 1px solid #FFF; 

	background: transparent url(bg-breadcrumb-li.gif) no-repeat right 1px; 
	padding-right: 10px; 
	float: left; 
	clear:right;
	list-style-type:none;
}
ul.breadcrumbs li { 
	color: #FFF !important; 
	font-weight: normal; 
	text-transform: uppercase; 
	padding: 0px 12px 0 16px; 
	font-size: 11px; 
	line-height: 18px; 
	background: #336 url(bg-breadcrumb-li.gif) no-repeat left 47%; 
	float: left; 
	height: 17px; 
	border-bottom: 1px solid #fff; 
	border-top: 1px solid #fff; 
}
ul.breadcrumbs li.first { 
	background-image: none; 
	padding-left: 16px; 
}
/*ul.breadcrumbs li.last-child { background: #e3bf80 url(../images/bg-breadcrumb-li-lastchild.png) no-repeat right top; padding-right: 9px; }*/
ul.breadcrumbs li a, ul.breadcrumbs li span.search-result { 
	color: #FFF !important; 
	font-weight: normal; 
	text-transform: uppercase; 
	display: -moz-inline-block; 
	display: inline-block; 
	height: 15px; 
	font-size: 11px; 
	line-height: 14px; 
	text-decoration: none;
}
ul.breadcrumbs li a:hover { text-decoration: none; }


/* Rounded Box
-------------------------------------*/
.rounded_box {width:100%;margin:1em 0;color:#000;}
/*
div.rounded_box a:link {color:#369;text-decoration:none;}
div.rounded_box a:visited {color:#559;text-decoration:none;}
*/
.rounded_box a:link {color:#44F;text-decoration:none;}
.rounded_box a:visited {color:#55E;text-decoration:none;}
.rounded_box a:link:hover, div.rounded_box:visited:hover {color:#c33;text-decoration:none;}
	
.rounded_box .tl { height:12px;width:10px;background:url('rounded_box.png') no-repeat left top;float:left;}
.rounded_box .tr { height:12px;width:10px;background:url('rounded_box.png') no-repeat right top;float:right;}
.rounded_box .tm { height:12px;margin:0 10px;background:url('rounded_box_tb.png') repeat-x left top;}

.rounded_box .ml { padding-left:10px;background:url('rounded_box_left.png') repeat-y left top;}
.rounded_box .mr { padding-right:10px;background:url('rounded_box_right.png') repeat-y right top;}
.rounded_box .mm {background:url('rounded_box_middle.png');margin:0;}

.rounded_box .bl { height:12px;width:10px;background:url('rounded_box.png') no-repeat left bottom;float:left;}
.rounded_box .br { height:12px;width:10px;background:url('rounded_box.png') no-repeat right bottom;float:right;}
.rounded_box .bm { height:12px;margin:0 10px;background:url('rounded_box_tb.png') repeat-x left bottom;}

ul li div.rounded_box {margin:0.5em 0;}

/* LAUNCHES (Games)
-------------------------------------*/
div.launches a {
	display:inline-block;
	width:100%;
	padding:0;
}
div.launches span.logo, div.launches span.platform, div.launches span.cost, div.launches span.availability {
	display:inline-block;
	width:25%;
	float:left;
	color:#000;
	font-size:20pt;
	text-align:center;
}
div.launches span.logo img {border:0;}
div.launches span.logo			{width:20%;font-size:6px;}
div.launches span.platform		{width:25%;}
div.launches span.cost			{width:25%;}
div.launches span.availability	{width:30%;}

div.esrb {
	width:250px;
	padding:4px;	
	background-color:#FFF;
	border:4px solid #000;
	color:#000;
}