/* BASE TAGS */
html, body {
	height:100%;
}

a {
	text-decoration: none;
	outline-width: 0px;
}

a:link {
        color: #FFFF00;
}

a:hover {
        color: #00FF00;
}

a:visited {
	color: #999933;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;	/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

img {
	border: 0px;
	outline-width: 0px;
}

h2 {
	color: lime;
	margin: 0px;
	font-style: italic;
}

h3 {
	color: yellow;
	margin: 1em 0px 0px 4px;
}

h4 {
	font-size: 14px;
	color: lime;
	margin: 1em 2px 0.2em 4px;
}

hr {
	background-color: #A2A2A2;
	border: 0px black solid;
	width: 75%;
	height: 1px;
	margin: 1em auto;
}

p {
	margin: 0px 2px 12px 4px;
}

pre {
	font-size: 12px;
	border: 1px gray dashed;
	margin: 4px;
	padding: 4px;
}

td {
	margin: 0px;
	padding: 0px;
}


p.body {
	margin-left: 4px;
	text-align:left;
	line-height:150%;
	}

/* FONT */

body, td, div, p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: white;
}

.large {
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.monospace {
	font-family: monospace;
	font-size: 12px;
	border: 1px gray dashed;
	margin: 4px;
	padding: 4px;
}



/* GENERAL LAYOUT */
#page_width {
	width: 1016px;
	margin: auto;
	z-index: 0;
}

/*** The Essential Code ***/
#page_header {
	width: 1020px;
	margin: 0px auto 10px auto;
	padding: 0px;
	height: 72px;
	font-size: 0px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}

#page_header img {
	padding: 0px;
	margin: 0px 1px 0px 0px;
	float: left;
}

#google_ad {
	padding: 5px 0px 4px 0px;
	text-align: center;
	z-index: 1;
}

#container_2_col, #container_3_col {
	padding-left: 169px;	/* LC fullwidth */
	overflow: hidden;	/* Equal Height Cols */
	z-index: 1;
	background-color: #222222;
}

#container_2_col {
	padding-right: 0px;
	border-right: 2px #333333 solid;
}

#container_3_col {
	padding-right: 160px;     /* RC fullwidth + CC padding */
}

#container_2_col .column, #container_3_col .column {
	padding-bottom: 1000em;     /* X + padding-bottom; Equal Height Cols */
	margin-bottom: -1000em;     /* X; Equal Height Cols */
	position: relative;
	float: left;
}

#center {
	padding: 0px;	/* CC padding */
	width: 100%;
	background-color: #222222;
}

#left {
	width: 169px;               /* LC width */
	padding: 0px;               /* LC padding */
	right: 169px;               /* LC fullwidth + CC padding */
	margin-left: -100%;
	background: #888888 url(left_bg_grad.png) repeat-y;
}

#right {
	width: 160px;			/* RC width */
	padding: 0px 4px 0px 4px;	/* RC padding */
	margin-right: -100%;
	background-color: #333333;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#footer {
	clear: both;
	background: #333333 url(footerbgd.jpg) no-repeat;
	position: static;
	right: -128px;
}

#footer p {
	font-size: 11px;
	text-align: right;
	padding: 4px;
}

/*** IE Fix ***/
* html #left {
	left: 160px;              /* RC fullwidth */
}

/*** Footer Fix ***/
* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background-color: #000000;         /*** Same as body background ***/
}


/*** Just for Looks ***/
#left, #center {
	border-color: #333333;
	border-top: 2px #333333 solid; 
}

#container_2_col, #container_3_col, #footer {
	border-left: 2px #333333 solid;
}



/* COMMON PAGE ELEMENTS */

#leftmenu {
	width: 100%;
	padding: 0px;
	min-height: 750px;
	vertical-align: top;
	float: left;
}

#leftmenu p {
	width: 144px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.2em black;
	filter: Shadow(Color=#666666, Direction=135, Strength=4);
	color: lime;
	text-align: left;
	line-height: 14px;
	padding: 10px 0px 0px 6px;
}

#leftmenu hr {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	background-color: #E0E0E0;
}

#leftmenu a, #leftmenu .title, #leftmenu .deadlink {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

#leftmenu a:visited {
	color: yellow;
}

#leftmenu a:hover {
	color: lime;
}

#leftmenu span.deadlink {
	color: gray;
}

#right a {
	color: #70FF70;
}

#right a:hover {
	color: #00FF00;
}

#right img.divider {
	position: relative;
	left: -4px;
}

#right p {
	font-size: 11px;
}

.popin {
	display: none;
}

.popin_table {
        width: 100%;
        border: 0px none;
}

.popin_table td {
        vertical-align: top;
        font-style: italic;
        padding-bottom: 10px;
}

.popin_table td a {
        font-weight: bold;
        font-style: normal;
}


/* MAIN PAGE HEADLINE BLOCKS */
.headline {
	margin: 4px 4px 2em 4px;
	padding: 0px;
	border: 1px #444444 solid;
	background-color: #101010;
}

.headline_title {
	padding-left: 4px;
	background-color: #444444;
	font: bold 18px monospace;
	color: lime;
	text-shadow: 0.1em 0.1em 0.3em black;
	border-bottom: 1px black solid;
}

.headline_subtitle {
	padding: 1px 4px 1px 4px;
	margin: 0px 0px 0px 2px;
	font-size: 11px;
	color: lime;
	background-color: #222222;
	border-bottom: 1px black solid;
}

.headline p {
	color: #dddddd;
	margin-top: 0px;
	padding: 2px;
	text-align: justify;
}

.headline a:hover, .headline a:visited:hover {
	color: lime;
}

.headline img {
	border: 2px solid black;
	margin: 4px;
}

.headline blockquote {
	font-style: italic;
}


/* SUBPAGE HEADERS */
#header {
	background-color: #3e3e3e;
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding: 4px;
	margin-bottom: 1em;
}

#header_left {
	font: normal normal bold 24px normal inherit;
	color: lime;
	text-shadow: 0 0 0.3em black;
	float: left;
}


/* SUBPAGE TEXT MENUS */
ul.menu {
	list-style-type: none;
	margin: 0px 1em 1em 1em;
	padding: 0px;
}

ul.menu li {
	color: gray;
	background-color: #111111;
	font: normal normal bold 12px normal inherit;
	margin-bottom: 1px;
	padding: 4px;
}

ul.menu a {
	display: block;
}

ul.menu a:hover {
	background-color: #333333;
}


/* GAME SECTION CONTAINERS */
#descrip_text {
	position: absolute;
	top: 270px;
	left: 230px;
	width: 345px;
	padding: 2px;
	text-align: justify;
}

#filecard {
	position: absolute;
	top: 510px;
	left: 525px;
	width: 307px;
}

#filecard_top {
	width: 100%;
	height: 26px;
	background: url(images/filecard_top.gif) no-repeat;
}

#filecard_middle {
	width: 100%;
	background: url(images/filecard_middle.gif) repeat-y; 
	color: lime;
	padding: 2px 3px 0px 6px;
}

#filecard_bottom {
	width: 100%;
	padding: 23px 3px 3px 20px;
	background: url(images/filecard_bottom.gif) no-repeat;
	color: lime;
	font-size: 11px;
}

#filecard_bottom img {
	margin-right: 8px;
}

#filecard th {
	padding: 4px;
	vertical-align: middle;
}

#filecard td {
	font-family: monospace;
	color: lime;
	padding-top: 2px;
}



/* TRANSPARENT POP-IN WINDOW */
#dim_background {
	background-color: black;
	opacity: 0.7;			/* Safari, Opera */
	-moz-opacity: 0.70;		/* FireFox */
	filter: alpha(opacity=70);	/* IE */
	z-index: 20;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#dim_image {
	display: none;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 4em;
	z-index: 22;
}

#dim_image img {
	border: 2px gray solid;
}

#dim_window {
	width: 500px;
	min-width: 4em;
	display: none;
	padding: 0px;
	position: absolute;
	left: 30%;
	right: 30%;
	z-index: 22;
	background-color: #222222;
	border: 2px black solid;
}

#dim_window_title {
	color: lime;
	background-color: #555555;
	border: none;
	border-bottom: 1px black solid;
	margin: 0px;
	padding: 4px;
	font: normal normal bold 12px normal inherit;
}

#dim_window_title, #dim_window_title span{
	height: 14px;
}

#dim_window_title a {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

#dim_window_title a:hover {
	color: blue;
}


/* COMMON IMAGE TABLES */
/* Artwork Thumbnails */
table.artwork {
	width: 100%;
}

table.artwork td {
	width: 110px;
	height: 110px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-color: #111111;
}

/* Manga Reader */
table#comics td {
	width: 90px;
	height: 110px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #111111;
}

table#thumbnails {
	border-style: none;
	width: 800px;
	text-align: center;
	vertical-align: middle;
}

table#thumbnails td {
	font-size: 10px;
	padding: 5px;
	border-style: none;
}

img#img_selected {
	border: 3px;
	border-color: lime;
	border-style: solid;
}

/* Textual Tables */
table.multimedia {
	width: 100%;
}

/* Tricks and Vouchers - CANDIDATE FOR DELETION */
ol.tricks, blockquote {
	color: white;
	font-size: 12px;
	margin-top: 0px;
}

ol.tricks li {
	margin-bottom: 10px;
}

ul.voucher {
	list-style-type: none;
}
