/* 
Title:   RGCD (website) stylesheet for screen media
Author:  Elliot J Taylor, www.ejtstudios.com
Updated: 10 Nov 2008
Version: 1.05
*/
body {
	margin: 0; 
	padding: 0;
	background: #000000 url(/images/main-bodybg.gif) 0 149px repeat-x;
	font: 70% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #ddd;
	text-align: center;
}
.hide { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
img { border: none; }
h1, h2, ul { margin: 0; }
a {
	color: #8fd1f7;
	text-decoration: none;
	border-bottom: solid 1px #73737b;
	padding-bottom: 1px;
}
a:hover {
	color: #fff;
	border-bottom: solid 2px #73737b;
	padding-bottom: 0;
}

/* Header
-------------------------------------- */
#header {
	height: 113px;
	padding-top: 7px;
	background: #000000 url(/images/headerbg.png) top left repeat-x;
}
#header a {
	border: none;
}

/* Nav
-------------------------------------- */
#nav {
	background: #71c5f4 url(/images/navbg.gif);
	height: 29px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#navbar {
	background: url(/images/navctrbg.png) top center no-repeat;
	height: 29px;
	text-align: center;
}
#navbar ul {
	width: 667px;
	height: 29px;
	padding: 0;
	margin: 0 auto;
	background: url(/images/nav.png) top left no-repeat;
}
#navbar li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;	
}
#navbar a {
	float: left;
	height: 29px;
	padding: 0;
	margin: 0;
	border: none;
	text-indent: -9999px;
}
#n-about a { width: 69px; }
#n-news a { width: 62px; }
#n-currentissue a { width: 138px; }
#n-rgcdonline a { width: 131px; }
#n-contact a { width: 86px; }
#n-links a { width: 64px; }
#n-rgcdshop a { width: 61px; }
#n-rgcdcd32 a { width: 56px; }
#n-about a:hover, body#about #n-about a { background: url(/images/nav.png) 0 -29px no-repeat; }
#n-news a:hover, body#news #n-news a { background: url(/images/nav.png) -69px -29px no-repeat; }
#n-currentissue a:hover, body#currentissue #n-currentissue a { background: url(/images/nav.png) -131px -29px no-repeat; }
#n-rgcdonline a:hover, body#rgcdonline #n-rgcdonline a { background: url(/images/nav.png) -269px -29px no-repeat; }
#n-contact a:hover, body#contact #n-contact a { background: url(/images/nav.png) -400px -29px no-repeat; }
#n-links a:hover, body#links #n-links a { background: url(/images/nav.png) -486px -29px no-repeat; }
#n-rgcdshop a:hover, body#rgcdshop #n-rgcdshop a { background: url(/images/nav.png) -550px -29px no-repeat; }
#n-rgcdcd32 a:hover, body#rgcdcd32 #n-rgcdcd32 a { background: url(/images/nav.png) -611px -29px no-repeat; }

/* Main Body
-------------------------------------- */
#main-body {
	width: 742px;
	margin: 20px auto;
	text-align: left;
}
#main-body a.thumbnail { border: none; padding-bottom: 0; }
#main-body a.thumbnail:hover { padding-bottom: 0; }

/* Content
-------------------------------------- */
#content {
	width: 494px;
	background: url(/images/contentbg.gif) top left no-repeat;
	float: left;
	line-height: 1.6em;
	margin-bottom: 2em;
}
#content p {
	margin: 1.6em 0;
	padding: 0 15px;
}
#content h1 {
	clear: both;
	margin: 15px;
	padding: 5px 0 5px;
	border-bottom: solid 1px #73737b;
}
#content h2 {
	clear: both;
	margin: 15px;
	padding: 30px 0 5px;
	border-bottom: solid 1px #73737b;
	color: #fff;
}
#content h3 {
	margin: 1em 15px 0;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
#content h4 {
	margin: 0 15px;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color: #aaa;
}
#content .inline-right {
	float: right;
	margin-bottom: 10px;
}
#content .inline-left {
	float: left;
	margin-bottom: 10px;
}
#content .rgcdcontents h4 {
	clear: left;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
#content .rgcdcontents ul {
	float: left;
	padding: 0;
	margin: 0 15px 1em;
	list-style: none;
}
#content .rgcdcontents li {
	float: left;
	list-style: none;
	background: url(/images/bullet.gif) no-repeat left 0.7em;
	padding: 0 8px 0 10px;
	margin-left: 0;
	white-space: nowrap;
}
#content.wide {
	width: 742px;
	background: url(/images/wide-contentbg.gif) top left no-repeat;
}

/* Additional Content
-------------------------------------- */
#additionalcontent {
	clear: left;
	line-height: 1.6em;
	margin-bottom: 2em;
}
#additionalcontent h2 {
	clear: both;
	margin: 15px;
	padding: 30px 0 5px;
	border-bottom: solid 1px #73737b;
}
#additionalcontent h3 {
	margin: 1em 15px 0;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
#additionalcontent p {
	margin: 1.6em 15px;
}
#additionalcontent p.screens a {
	margin-left: 50px;
}
#additionalcontent p.screens a.first {
	margin-left: 0;
}

/* Sidebar
-------------------------------------- */
#sidebar {
	float: right;
}
#sidebar .box {
	width: 237px;
	margin-bottom: 20px;
	padding: 0;
}
#sidebar .box .head {
	background: url(/images/slimbox-top.png) top left no-repeat;
	margin: 0;
	padding: 1px 15px;
}
#sidebar .box .head h3 {
	margin: 15px 0 15px;
	padding: 0;
}
#sidebar .box .body {
	background: url(/images/slimbox-bottom.png) bottom left no-repeat;
	margin: 0;
	padding: 1px 15px;
	line-height: 1.6em;
}
#sidebar .box .body p {
	margin: 0 0 1em;
}
#sidebar hr {
	margin: 1em 0;
	border: none;
	border-bottom: solid 2px #53535b;
}

/* Footer
-------------------------------------- */
#footer {
	clear: both;
	width: 742px;
	margin: 0 auto;
	border-top: solid 2px #53535b;
	color: #999;
}
#footer p { margin: 1.5em 15px; }

/* Forms
-------------------------------------- */
form {
	margin: 0;
}
form p { clear: both; }
form label {
	font-size: 0.95em;
	font-weight: bold;
	color: #efe;
}
input, textarea {
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 2px solid #43434b;
	color: #eee;
	background-color: #22222b;
}
input:focus, textarea:focus {
	border-color: #73737b;
}
form .button {
	width: auto;
	border: none;
	background: none;
	padding: 0;
	margin: -13px;
}
form .text {
	display: block;
	width: 300px;
}
form textarea {
	display: block;
	width: 455px;
	height: 200px;
}
form .checkbox {
	margin: 0 5px 0 0;
	border: none;
	background: none;
}
form .error {
	display: block;
	color: red;
	background: url(/images/warning.gif) 0 3px no-repeat;
	padding-left: 17px;
	padding-bottom: 3px;
}
form#donate {
	text-align: center;
}
form#donate input {
	border: none;
}

/* Review Pages
-------------------------------------- */
#review .score {
	clear: both;
	float: left;
	background: url(/images/alt-slimbox-bottom.png) bottom left repeat-x;
	margin-top: 2em;
	padding: 0;
}
#review .score .scorebreakdown, #review .score .overalscore {
	float: left;
	width: 237px;
}
#review .score .scorebreakdown .head, #review .score .overalscore .head {
	background: url(/images/alt-slimbox-top.png) top left no-repeat;
	margin: 0;
	padding: 1px 15px;
}
#review .score .scorebreakdown .head h3, #review .score .overalscore .head h3 {
	margin: 15px 0 15px;
	padding: 0;
}
#review .score .scorebreakdown .body, #review .score .overalscore .body {
	padding: 0 15px 1em;
	line-height: 1.2em;
}
#review .score .scorebreakdown table {
	border-collapse: collapse;
	width: 205px;
}
#review .score .scorebreakdown th {
	font-weight: bold;
	padding: 0;
}
#review .score .scorebreakdown td {
	text-align: right;
	padding: 0;
}
#review .score .overalscore {
	margin-left: 20px;
}
#review .score .overalscore .body {
	text-align: center;
}
#review .date {
	margin-top: 0;
	font-style: italic;
	color: #aaa;
}
#review .question {
	font-weight: bold;
	color: #fff;
}
#review #sidebar .box .body .buy {
	text-align: center;
}
#review #sidebar .box .body .buy p {
	margin: 0.25em 0;
}
#review #sidebar .box .body .buy {
	margin: 0 0 2.5em;
}
#review #sidebar .box .body .buy input {
	border: none;
}

/* RGCD Online Page
-------------------------------------- */
#rgcdonline .issues {
	width: 742px;
	background: none;
}
#rgcdonline .issue {
	margin-bottom: 20px;
	padding: 0;
}
#rgcdonline .issue .head {
	background: url(/images/widebox-top.png) top left no-repeat;
	margin: 0;
	padding: 1px 15px;
}
#rgcdonline .issue .head h2 {
	margin: 15px 0 15px;
	padding: 0;
	border: none;
}
#rgcdonline .issue .body {
	background: url(/images/widebox-bottom.png) bottom left no-repeat;
	margin: 0;
	padding: 1px 0 10px;
	line-height: 1.6em;
}
#rgcdonline .issue .body p {
	margin: 0 0 1em;
}

/* Links Page
-------------------------------------- */
#links dl {
	margin: 0 15px 1em;
}
#links dt, #links dd {
	margin-left: 0;
}

/* News Page
-------------------------------------- */
#news .date {
	margin-top: 0;
	font-style: italic;
	color: #aaa;
}
#newsarchive {
	margin: 0 0 1em;
}
#newsarchive dt, #newsarchive dd {
	margin-left: 0;
}
#newsarchive dd {
	margin-bottom: 0.5em;
}

/* Home Page
-------------------------------------- */
#home #main-body {
	margin: 50px auto;
	text-align: center;
}

/* RGCD Shop
-------------------------------------- */
#rgcdshop #content {
	width: 742px;
	background: none;
}
#rgcdshop #content h3 {
	margin: 1em 0 0;
}
#rgcdshop #content h4 {
	margin: 0;
}
#rgcdshop .product, #rgcdshop .shopinfo {
	margin-bottom: 20px;
	padding: 0;
}
#rgcdshop .product .head, #rgcdshop .shopinfo .head {
	background: url(/images/widebox-top.png) top left no-repeat;
	margin: 0;
	padding: 1px 15px;
}
#rgcdshop .product .head h2, #rgcdshop .shopinfo .head h2 {
	margin: 15px 0 5px;
	padding: 0;
	border: none;
}
#rgcdshop .shopinfo .head h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #73737b;
}
#rgcdshop .product .body, #rgcdshop .shopinfo .body {
	background: url(/images/widebox-bottom.png) bottom left no-repeat;
	margin: 0;
	padding: 1px 0 10px;
	line-height: 1.6em;
}
#rgcdshop .product .body p, #rgcdshop .shopinfo .body p {
	margin: 1em 0;
}
#rgcdshop .product .thumbnail img {
	border: solid 2px #000;
}
#rgcdshop .product .buy {
	clear: both;
	text-align: center;
	width: 100%;
}
#rgcdshop .product .buy td, #rgcdshop .product .buy th {
	padding: 0 10px;
	vertical-align: top;
}
#rgcdshop .product .buy th {
	color: #fff;
}
#rgcdshop .product .buy form input {
	border: none;
}
#rgcdshop .product .buy.borderbottom {
	border-bottom: solid 1px #3d3d45;
}

/* About
-------------------------------------- */
#about #additionalcontent h3 span.active {
  color: #3c3;
  font-size: 75%;
  display: block;
}
#about #additionalcontent h3 span.inactive {
  color: #c33;
  font-size: 75%;
  display: block;
}
#about #additionalcontent h3 span.mia {
  color: #f60;
  font-size: 75%;
  display: block;
}

/* RGCD CD32
-------------------------------------- */
#rgcdcd32 #content {
	width: 742px;
	background: none;
}
#rgcdcd32 #content h3 {
	margin: 1em 0 0;
}
#rgcdcd32 #content h4 {
	margin: 0;
}
#rgcdcd32 .product, #rgcdcd32 .shopinfo {
	margin-bottom: 20px;
	padding: 0;
}
#rgcdcd32 .product .head, #rgcdcd32 .shopinfo .head {
	background: url(/images/widebox-top.png) top left no-repeat;
	margin: 0;
	padding: 1px 15px;
}
#rgcdcd32 .product .head h2, #rgcdcd32 .shopinfo .head h2 {
	margin: 15px 0 5px;
	padding: 0;
	border: none;
}
#rgcdcd32 .shopinfo .head h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #73737b;
}
#rgcdcd32 .product .body, #rgcdcd32 .shopinfo .body {
	background: url(/images/widebox-bottom.png) bottom left no-repeat;
	margin: 0;
	padding: 1px 0 10px;
	line-height: 1.6em;
}
#rgcdcd32 .product .body p, #rgcdcd32 .shopinfo .body p {
	margin: 1em 0;
}
#rgcdcd32 .product .thumbnail img {
	border: solid 2px #000;
}
#rgcdcd32 .product .buy {
	clear: both;
	text-align: center;
	width: 100%;
}
#rgcdcd32 .product .buy td, #rgcdcd32 .product .buy th {
	padding: 0 10px;
	vertical-align: top;
}
#rgcdcd32 .product .buy th {
	color: #fff;
}
#rgcdcd32 .product .buy form input {
	border: none;
}
#rgcdcd32 .product .buy.borderbottom {
	border-bottom: solid 1px #3d3d45;
}