/* Nouveau Pyramid CSS Document */

/* -=-=-=- Legacy definitions -=-=-=- */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

/* clearing technique *
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

h1, h2, h3, h4, h5, h6 { font-weight:bolder; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 {	font-size: 1.2em; }
h4 {	font-size: 1.0em; }
h5 {	font-size: 0.8em; }

hr { width:80%; }
.topright { float: right; }
.topleft { float: left; }

.tilefirst, .tile {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tilethumb {
	float: left;
	margin: auto;
	width: 170px;
}

.tilebody {
}

.v3tilebody {
	padding-top: 10px;
}

.bottomright{
	float: right;
}

.bottomleft{
	float: left;
}

.centerMe{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.column {
	float: left;
	width: 33%;
}

/* -=-=-=- Legacy definitions end -=-=-=- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #ffffff;
	color: #000000;
}

body {
	line-height: 1.25;
}

img { border: none; }

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	background-color: #ffffff;
	background-image: url(https://www.sjgames.com/pyramid/img/menublack.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	text-align: center;
	padding: 8px;
	z-index: 20;
	margin: 0 auto;
	background-color: #000000;
}

#content {
	padding:0em 0em 54px 0; /* bottom padding for footer */
}

#footer {
	padding: 13px;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
/*	width: 100%; */
	background-color: #000000;
}

#centerleft {
/*	float: left;
	width: 100%; */
}

#centerleft p img{
	padding-right: 10px;
}

#right{
	position: absolute;
	right: 0px;
	margin-top: 8px;
	margin-right: 5px;
	width: 165px;
}

ul {
	margin: 0px 30px;
}

ul, ol { margin-left: 50px; }

/* This section relates to the left-hand menu */

#left{
	position: absolute;
	float: left;
	z-index: 13; /* above footer if there's overlap */
	width: 150px;
}

#menubar{
	position: relative;
	left: 0;
	width: 150px;
}

.rollover a, .rollsub a {
display: block;
width: 150px;
background-repeat: no-repeat;
}

.rollover a { height: 50px; background-position: 0 0; }
.rollsub a { height: 46px; background-position: 0 0; }

.rollover a:hover { background-position: 0 -50px; }
.rollsub a:hover { background-position: 0 -46px; }

/* These classes set the image URLs for rollover/rollsub items. */

.rollover a.about { background-image: url(https://www.sjgames.com/pyramid/img/combo/about.gif); }
.rollover a.backish { background-image: url(https://www.sjgames.com/pyramid/img/combo/backish.gif); }
.rollsub a.past { background-image: url(https://www.sjgames.com/pyramid/img/combo/past.gif); }
.rollsub a.present { background-image: url(https://www.sjgames.com/pyramid/img/combo/present.gif); }
.rollsub a.future { background-image: url(https://www.sjgames.com/pyramid/img/combo/future.gif); }
/*
.rollsub a.foobar { background-image: url(../img/combo/foobar.gif); }
*/
.rollover a.vault { background-image: url(https://www.sjgames.com/pyramid/img/combo/volumes.gif); }
.rollsub a.iwc { background-image: url(https://www.sjgames.com/pyramid/img/combo/iwcbutton.gif); }
.rollover a.forum { background-image: url(https://www.sjgames.com/pyramid/img/combo/forum.gif); }
.rollover a.email { background-image: url(https://www.sjgames.com/pyramid/img/combo/email.gif); }
.rollover a.subscribe { background-image: url(https://www.sjgames.com/pyramid/img/combo/subscribe.gif); }
.rollover a.writing { background-image: url(https://www.sjgames.com/pyramid/img/combo/writing.gif); }
.rollover a.collected { background-image: url(https://www.sjgames.com/pyramid/img/combo/dfcollected.gif); }

/* Two-column and three-column definitions */

#center {
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

#samples {
        margin: 0px 0px 1em 160px;
}

#center p, #samples p {
	padding: 5px 20px;
}
