html {
	background: #1e1e1e;
}
body {
	background: transparent url("bg_body.gif") repeat-y 50% 0px;
	font: 14px Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
a[href] {
	color: #2f364d;
}

#wrapper { /* IE workaround */
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
html>body #wrapper {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 750px;
}

#header {
	position: relative;
	background: #d1b886 url("SiteLogo.jpg") no-repeat 0px 0px;
	border-bottom: 4px solid #2f364d;
	height: 113px;
}
#header h1 {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 335px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation {
	background: #2E2E2E url("bg_navigation.gif") repeat-x 0px 0px;
	border-bottom: 1px solid #171717;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
	text-shadow: 0px 2px 4px #000;
}
#navigation li a {
	color: #5c6584;
	text-decoration: none;
}

#intro #navi_intro a,
#buy #navi_buy a,
#screenshots #navi_screenshots a,
#downloads #navi_downloads a,
#contact #navi_contact a,
#navigation li a:hover {
	color: #cdb27b;
}

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content { /* IE workaround */
	margin: 0;
	padding: 25px;
	width: 430px;
	height: 584px;
	background: #fff;
}
html>body #content {
	margin: 0;
	padding: 25px;
	width: auto;
	height: auto;
	max-width: 430px;
	min-height: 584px;
	background: #fff;
}
#content :first-child {
	margin-top: 0px;
}
#content :first-child + h1 {
	margin-top: 0px;
}

#sidebar {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 480px;
	width: 270px;
	background-color: #d1b886;
	position: absolute;
}
#sidebar .item {
	color: #5b5b5b;
	border-bottom: 2px solid #fff;
	padding: 20px;
	min-height: 64px;
}
#sidebar .item * {
	margin: 0px;
}
#sidebar .item h4 {
	margin-bottom: 1em;
	font-size: 120%;
}
#sidebar .item p {
	font-size: 90%;
}
#sidebar .item a {
	text-decoration: none;
}		  
#sidebar .item a:hover {
	text-decoration: underline;
}

#sidebar .item #download,
#sidebar .item #purchase,
#sidebar .item #manual,
#sidebar .item #screenshots,
#sidebar .item #rss_feed {
	display: block;
	overflow: hidden;
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -9999px;
}

#sidebar .item #download		{ background-image: url("Download.png"); background-repeat:no-repeat; height: 96px; }
#sidebar .item #purchase		{ background-image: url("creditcards.png"); }
#sidebar .item #manual			{ background-image: url("Book.png"); }
#sidebar .item #screenshots		{ background-image: url("photo.png"); }
#sidebar .item #rss_feed		{ background-image: url("rss.png"); }

#footer {
	position: relative;
	margin: 0;
	padding: 0.75em 25px 0.75em 25px;
	min-height: 1em;
	clear: both;
	color: #cdb27b;
	background: #2E2E2E;
}
#footer * {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #5c6584;
	text-decoration: none;
}
#footer a:hover {
	color: #cdb27b;
	text-decoration: none;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}


/* ======================== */
/* = Page Specific Styles = */
/* ======================== */

#intro #content > p:first-child {
	font-weight: bold;
	color: #7b7b7b;
}

#intro #content p#gfx_window {
  margin-left: 24px;
}

#intro #content p#hex_window {
  margin-left: 24px;
}

#screenshots #content img#shot {
  margin: 0px;
  border: 0px;
}


#intro #content ul a {
	text-decoration: none;
}
#intro #content ul a:hover {
	text-decoration: underline;
}


.textbox {
	padding: 1em 40px;
}

.graybox {
	border-top: 1px solid #919699;
	border-left: 1px solid #919699;
}
.graybox th {
	background: #E2E2E2;
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	text-align: left;
}
.graybox td {
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
	padding: 8px;
	vertical-align: top;
}
.graybox p {
	margin: 0;
}
.graybox p + p {
	margin-top: 1em;
}

#quotes blockquote {
   font-style: italic;
   margin: 20px 20px 0 20px;
}
#quotes blockquote p {
   margin: 0 0 0 0;
}
#quotes .attribution:before {
   content: "— ";
}
#quotes .attribution {
   color: gray;
   margin: 0.5em 0 0 40px;
   font-size: 90%;
}
