@import url("gaming-shared.css");

body {
	background-color: #f4f5e8;
	background: url(graphpaper.gif);
	font-family: sans-serif;
}
div.maincontent {
	margin-left: 130px;
	padding-top: 110px;
}
div.parentpages {
	background-color: #FFFFAA;
}


blockquote.bq {
	background-color: #EEEEC1;
}

.mapnumber {
	color: red;
}

.realdate {
	background-color: #E2E29E;
	color: #AA0000;
}

.outofcharacter {
  background-color: #EDEDA6;
}

.xpblock {
	background-color: #E2E29E;
}

.imageleft {
	float: left;
}
.imageright {
	float: right;
}

.pullquote {
	background-color: #EEEEC1;
}

.footerinfo {
	border-top: 1px solid #676762;
	color: #676762;
	font-size: 90%;
}


#artleft {
	position: absolute;
	top: 0;
	left: 0;
}
#arttop {
	position: absolute;
	top: 0;
	left: 128px;
}

hr {
	color: black;
	background-color: black;
	height: 1px;
	width: 80%;
}


@media print {
	div.maincontent {
		margin-left: 0;
		padding-top: 0;
	}
	#artleft { display: none; }
	#arttop { display: none; }
	.parentpages { display: none; }
	body {
		background-color: white;
		background-image: none;
	}
}

@media screen and (max-width: 650px) {
	div.maincontent {
		margin-left: 0;
		padding-top: 0;
	}
	#artleft { display: none; }
	#arttop { display: none; }
}
