@charset "utf-8";

.copyright {
font-size: xx-small; color: #ccc;
padding: 2em 11em 0 11em;
}

/* ---- STICKY FOOTER ------ */
* {
margin: 0;
}
html, body {
height: 100%;
}
.footer, .push {
height: 3.44em;
text-align:center;
}
/* ------- END STICKY FOOTER ------ */

/* ---- BASIC FORMATTING --- */
body {
	text-align: center;
	background:black;
	min-width:810px;
}
#wrapper {
	margin: 0 auto -3.44em;
	width: 810px;
	text-align: left;
	min-height: 100%; /* Sticky footer */
	height: auto !important; /* Sticky footer */
    height: 100%; /* Sticky footer */
}
#wrapper #header {
	background:url(../images/newsite%20draft_r1_c2.jpg) no-repeat center;
	height:255px;
	width:807px;
}
.header-text {
color:#009900;
font-size:xx-small;
margin-top:140px;
padding-left:65px;
width:100px;
}
.footer {
	background:url(../images/newsite-draft_r3_c3.jpg) no-repeat bottom;
	/* height:55px;
	width:807px; */
}
#menu {
	background:url(../images/newsite%20draft_r2_c2.jpg) no-repeat;
	height:316px;
	width:204px;
	margin-left:0;
	padding-left:20px;
	//padding-left:60px;
}
#menu a:link {
	color:#009900;
}
#menu a:visited {
	color:#009900;
}
#menu a:hover {
	color:#00FF00;
}
#menu ul {
	list-style:none;
	margin-top:0;
	color:#009900;
}
#container {
	background:url(../images/bg-image.gif) repeat-y center;
	width:807px;
}
#content {
	position:relative;
	float:left;
	width:520px;
	color:#FFFFFF;
	margin-top:-316px;
	margin-left:210px;
	text-align:justify;
	background:url(../images/bg-image.gif) repeat-y center;
}
.courier {
	font-family:"Courier New", Courier, monospace;
}
a {
	text-decoration:none;
}
a:link {
	color:#00CC00;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color:#00FF00;
}

.library table {
font-size:small; margin:0; width:100%;
}

.library td.first-book {
width:35%;
}

/* ----- GENERAL CLASS HEADER FORMATTING ----- */

.general h2 {
margin-top: 1em;
background-color:#006600;
background-image:url(../images/scanlines-green.gif);
padding:.25em;
}

.general h3 {
margin-top: 1em;
font-style:italic;
}
.normalised p {
margin-top:10px;
margin-bottom:10px;
}
/* ---------------------- EMBEDDED LIVEJOURNAL STYLING ----------------------- */
.dayheader {
	background-color:#006600;
	padding:0.25em;
	margin:0;
}
.entryheader {
	font-weight: bold;
	font-size:x-large;
}
.permalink {
	float: right;
	margin-left: 1em;
	font-size:smaller;
}
.ljtags {
	float: left;
	margin-right: 1em;
	margin-top:2em;
}
.metadata { font-size:smaller; margin-top:2em; }
.commentlinks {
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	font-size:smaller;
}
.entry {
	margin-bottom: 1em;
}
.entries {
}
.entrytext {
	margin-bottom:.5em;
	font-size:small;
}

/* ---------------- END LJ CSS -------------------------- */

/* ---------------- SUB MENU CSS ------------------------ */

.submenu {
text-align:right;
padding: 3px 0;
margin: 0;
border-top: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

.submenu ul { }
.submenu li {
display:inline;
text-decoration:none;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.submenu li a {
color: #667;
background-color:#006600;
border:1px solid #999999;
padding: 3px 0.5em;
}

.submenu li a:hover {
color:#FFFFFF;
background-color:#00CC00;
border:1px solid #FFFFFF;
}

.submenu li a#current {
color:#FFFFFF;
background-color:#00CC00;
border:1px solid #FFFFFF;
}

/* ---------------- END SUB MENU CSS -------------------- */

.gameslist td { margin:0; padding:5px;}

/* ---------------- TABBED MENU CSS --------------------- */
#navlist
{
padding: 3px 0;
margin: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
color: #667;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #663300 /*#DDE*/;
text-decoration: none;
}

/*#navlist li a:link { color: #448; }
#navlist li a:visited { color: #666677; }*/

#navlist li a:hover
{
color: white;
background:	red /*#AAE*/;
border-color: white /*#227*/;
}

#navlist li a#current
{
color: white;
background: red;
border: 1px solid white;
}

/* ---------------- END TABBED MENU CSS ----------------- */