
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	background: #4B3621; /* #f3f3f3; */
	color: #333;
	margin: 0;
	background: url('/img/pagebgs/Sahara-Desert-Algeria.jpg') no-repeat center center fixed;
	background-color: rgba(0,0,0,0.4);
	background-blend-mode: multiply;
	background-size: cover;
}

img
{
	width: 100%;
}

#pageWrapper {
	padding: 0vh 0 1vh 0;
	/* background: rgba(0,0,0,0.4); */
	/* position: absolute; */ 
	height: 100%;
	width: 100%;
}

A:visited,
A:link,
A:active
{
	color:#744;
	text-decoration: underline; /* rgba(119,68,68,0.1); */
}

A:not(.nohover):hover {
	color: #733;
	text-decoration: underline;
	/* background: rgba(119,68,68,0.1); */
}

#pageHeader
{
	width: 100%;
	background: rgba(36, 33, 19, 0.85); /* rgba(255,255,255,0.75);  url('/globe/img/earth-americas-dscovr-july2015.jpg') center -200px; */
	height: 8vh;
	color: rgba(255,255,255,0.5);
	margin-bottom: 0em;
	cursor: pointer;
	z-index: 10;
	position: relative;
}

#pageHeader DIV
{
	display: inline-block;
	vertical-align: top;
	font-size: 5vh;
	font-style: italic;
	padding: 1.5vh 1.5vh;
}

#pageHeader #mobileMenu
{
	width: 6%;
	padding: 0;
	margin: 1vh 3vh 0 0;
	float: right;
	display: block;
}



#pageContent
{
	padding: 0 0.5em 0 0.5em;
	/* margin-right: 28%; */
	/*min-height: 90%;*/
	line-height: 1.4em;
}

#navMain
{
	display: none;
	z-index: 10;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	color: #eee;
	width: 80%;
	left: 20%;
	float: right;
	/* border-top: 1vh single rgba(255,255,255,0.15); */
	/* border-left: 1vh double rgba(255,255,255,0.25); */
	/* border-bottom: 1vh single rgba(255,255,255,0.15); */
	/* background: rgba(255,255,255,1.0); */
	background: rgba(36, 33, 19, 0.85);
	position: absolute;
}


#navMain UL
{
	font-size: 1.0em;
	list-style-type: none;
	margin: 0;
	line-height: 2.4em;
}


#navMain UL LI
{
	margin-top: 0.25em;
	padding-left: 0em;
	color: #ddd;
	border-bottom: 3px solid rgba(255,255,255,0.25);
	/* border-bottom: 1px solid #ddd; */
}

#navMain .selected
{
	padding: 0.5em 0;
	/* border-top: 3px solid #999; */
	/* border-bottom: 3px solid #999; */
}

#navMain UL LI:last-child
{
	border: none;
}

#navMain UL LI UL
{
	font-size: 0.85em;
	line-height: 2.0em;
	color: #aaa;
}

#navMain UL LI UL LI
{
	border: none;
}

#navMain A,
#navMain A:visited,
#navMain A:link
{
	display: inline-block;
	width: 93%;
	color: #eee;
	margin-right: 0em;
	text-decoration: none;
}

/*#navMain LI:hover, */
#navMain A:hover 
{
	cursor: pointer;
	border-radius: 1em;
	color:#FFF;
	text-decoration: none;
	
}

#pageFooter
{
	font-size: 0.8em;
	margin: 3em 0.5em 1em 0.5em;
	text-align: center;
	clear: both;
	background: rgba(255,255,255,0.80);
	border-radius: 1em;
	padding: 0.5em 1em;
}

#pageFooter A
{
	text-decoration: none;
}

#pageFooter UL
{
	margin-left:-1.5em;
	list-style-type: none;
}

#pageFooter LI
{
	display: inline-block;
	text-align: center;
	width: 22.5%;
	border-left: 2px solid #666;
}

#pageFooter LI:first-child
{
	border-left: none;
}

#pageFooter DIV
{
	font-size: 0.9em;
	color: #444;
}

.contentBlock
{
	margin: 0 0.1em 1em 0.1em;
	padding: 0em 0em 1em 0em;
	background: rgba(255,255,255,0.85);
	border-radius: 1.5em;
}

#home-books .images,
#home-poppers .images,
#home-globe .images
{
	text-align: center;
}

#home-books .images IMG,
#home-poppers .images IMG,
#home-globe .images IMG
{
	width: 45%;
	padding: 2$;
	border-radius: 8px;
	border: 2px solid rgba(255,255,255,0);
}

#home-books .images IMG:hover,
#home-poppers .images IMG:hover,
#home-globe .images IMG:hover
{
	border: 2px white solid;
}

.contentBlock .mpLink,
.contentBlock .mpLink:hover,
.contentBlock .mpLink:active,
.contentBlock .mpLink:visited
{
	display: block;
	float: right;
	margin: 1em 1em auto 1em;
	padding: 0.75em;
	background: white;
	box-shadow: 0px 2px 2px 2px rgba(102,102,102,0.75);
	border-radius: 1em;
	width: 15%;
}

.productImgLrg
{
	margin: 0;
	width: 100%;
}

.imgCaption
{
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	color: #666;
	margin: auto 1.5em;
}

.titleH1
{
	background: rgba(96, 93, 79, 0.65); /* rgba(255,255,255,0.75);  url('/globe/img/earth-americas-dscovr-july2015.jpg') center -200px; */
	color: rgba(255,255,255,0.75);
	border-radius: 1em;
	padding: 1em 0.5em 0.75em 1em;
	margin: 1em 0;
	line-height: 1.2em;
}

.contentBlock H1
{
	font-size: 1.65em;
	background: rgba(166, 153, 139, 0.5);
	box-shadow: 0px 3px 2px 2px rgba(102,102,102,1.0);
	padding: 0.75em 0.5em 0.5em 1em;
	margin: 0em;
	border-radius: 0.8em 0.8em 0 0;
}

.globe H1
{
	background: url('/img/sphere-wireframe-top.png') no-repeat 4em -2em rgba(166, 153, 139, 0.5);
	background-size: 100%;
}

.dice H1
{
	background: url('/img/dice-bg.png') no-repeat right 1em center rgba(166, 153, 139, 0.5);
	background-size: 45%;
}

.rpg H1
{
	background: url('/img/rpg-bg.png') no-repeat right 1em center rgba(166, 153, 139, 0.5);
	background-size: 45%;
}

.contentBlock H2
{
	font-size: 1.25em;
	background: rgba(255,255,255,0.7);
	margin: 1em auto 1em auto;
	padding: 1em 0.5em 1em 1em;
	/* background: rgba(166, 153, 139, 0.5); rgba(255,255,255,0.5); */
	border-radius: 1.15em 1.15em 0 0;
	box-shadow: 0px 5px 5px 5px rgba(102,102,102,0.8);
}

.globe H2
{
	background: url('/img/earth-projection-trans.png') no-repeat 7em 0em rgba(166, 153, 139, 0.5);
	background-size: 50%;
	margin: 2em auto auto auto;
	padding: 1em 0.5em 1em 1em;
	/* background: rgba(166, 153, 139, 0.5); rgba(255,255,255,0.5); */
	border-radius: 1em 1em 0 0;
	box-shadow: 0px 5px 5px 5px rgba(102,102,102,0.8);
}

.dice H2
{
	background: url('/img/pips-bg.png') no-repeat right 1em center rgba(166, 153, 139, 0.5);
	background-size: 40%;
	margin: 2em auto auto auto;
	padding: 1em 0.5em 1em 1em;
	/* background: rgba(166, 153, 139, 0.5); rgba(255,255,255,0.5); */
	border-radius: 1em 1em 0 0;
	box-shadow: 0px 5px 5px 5px rgba(102,102,102,0.8);
}

.rpg H2
{
	background: url('/img/rpg-bg.png') no-repeat right 1em center rgba(166, 153, 139, 0.5);
	background-size: 40%;
	margin: 2em auto auto auto;
	padding: 1em 0.5em 1em 1em;
	/* background: rgba(166, 153, 139, 0.5); rgba(255,255,255,0.5); */
	border-radius: 1em 1em 0 0;
	box-shadow: 0px 5px 5px 5px rgba(102,102,102,0.8);
}

.magicbook H2
{
	/* background: url('/img/rpg-bg.png') no-repeat right 1em center rgba(166, 153, 139, 0.5);*/
	background-size: 40%;
	margin: 2em auto 1.5em auto;
	padding: 1em 0.5em 1em 1em;
	background: rgba(166, 153, 139, 0.5); rgba(255,255,255,0.5); 
	border-radius: 1em 1em 0 0;
	box-shadow: 0px 5px 5px 5px rgba(102,102,102,0.8);
}

.magicbook UL LI
{
	line-height: 1.0em;
}

.magicbook DL DD
{
	margin: auto 1em 1em 2em;
}

h3
{
	margin-left: 1em;
}

.contentBlock .productHeroImg
{
	width:100%;
	margin: 0;
	box-shadow: 0px 2px 2px 2px rgba(102,102,102,0.75);
}

.contentBlock .plainImg
{
	width:100%;
	margin: 0;
}

.contentBlock P
{
	margin: 1em;
}

.contentBlock OL,
.contentBlock UL
{
	margin: auto 1em auto 1em;
	font-size: 0.9em;
}

.contentBlock UL LI,
.contentBlock OL LI
{
	margin-bottom: 1em;
}

.contentBlock UL LI UL,
.contentBlock DT UL
{
	line-height: 1.3em;
}

.contentBlock UL LI DIV
{
	margin-bottom: 1em;
}

.contentBlock DL DT
{
	font-weight: bold;
	margin: auto 1em;
}

.contentBlock .localChat
{
	font-family: Consolas, Andale Mono, monospace;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 2em;
	line-height: 1.4em;
}

.contentBlock .tip
{
	margin: 1.25em 1em;
	padding: 0.6em 0.5em 0.5em 0.5em;
	background: url('/img/globe-tip.png') no-repeat 0.5em .5em rgba(166, 153, 139, 0.35);
	background-size: 10%;
	box-shadow: 3px 3px 2px 4px rgba(102,102,102,0.7);
	border-radius: 1em;
	cursor: pointer;
	color: #444;
}

.contentBlock .tip:first-line
{
	font-weight: bold;
}

.contentBlock .tip:before
{
	margin-left: 2em;
	content: "TIP: ";
	
}

.contentBlock .tip .tipPanel
{
	display: none;
	margin-left: 0em;
	font-size: 0.9em;
	line-height: 1.4em;
}

.contentBlock .louImg
{
	width: 100%;
	margin: 0;
}

#contactForm INPUT,
#contactForm TEXTAREA
{
	color: #999;
	border-radius: 0.5em;
	border: none;
	font-size: 1.5em;
	padding: 0.5em;
	margin: 0.5em 2.5%;
	width: 87%;
}

#contactForm #contactSubmit
{
	background: rgba(255,255,255,0.5);
	border: 1px solid #666;
	font-weight: bold;
	color: #666;
	width: 85%;
	margin: 0.5em 7.5%;
}

#contactForm #contactSubmit:hover
{
	background: rgba(255,255,255,0.9);
}

.news .itemDate
{
	margin: auto 1em;
	font-style: italic;
}


.homeNews .newsItem
{
	margin: 0.5em;
}

.homeNews .newsDate
{
	display: inline-block;
	font-style: italic;
	margin-right: 1em;
	text-align: right;
	width: 25%;
	vertical-align: top;
}

.homeNews .newsTitle
{
	display: inline-block;
	width: 60%;
}

.homeNews A
{
	text-decoration: none;
	font-weight: bold;
}

.prevNewsItem,
.nextNewsItem
{
	margin: 0.5em 0;
	padding: 1em;
	background: rgba(255,255,255,0.9);
	border-radius: 1em;
	line-height: 1.4em;
	font-size: 0.9em;
}

.prevNewsItem .itemDate,
.nextNewsItem .itemDate
{
	font-style: italic;
}

.prevNewsItem
{
	text-align: right;
	padding-left: 2em;
	background: url('/img/prev.png') rgba(255,255,255,0.9) 1em center no-repeat;
	background-size: 1.25em auto;
}

.nextNewsItem
{
	text-align: left;
	padding-right: 2em;
	background: url('/img/next.png') rgba(255,255,255,0.9) 96% center no-repeat;
	background-size: 1.25em auto;
}

.table
{
	display: table;
	width: 80%;
	margin: auto 8% 1em 8%;
	padding: 2%;
	border: 1px solid rgba(0,0,0,0.2);
}

.tableTitle
{
	font-weight: bold;
}

.tableHeader
{
	display: table-row;
	background: rgba(166, 153, 139, 0.5);
	font-style: italic;
	font-size: 0.9em;
}

.tableRow
{
	display: table-row;
}

.tableHeader .right,
.tableRow .right
{
	text-align: right;
}

.tableHeader .center,
.tableRow .center
{
	text-align: center;
}

.tableHeader DIV,
.tableRow DIV
{
	display: table-cell;
}

.tableHeader DIV:first-child,
.tableRow DIV:first-child
{
	padding-left: 1em;
}

.tableRow.borderTop DIV
{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 0.25em;
}

.tableDesc
{
	margin: auto 10% 2em 10%;
	font-size: 0.9em;
	line-height: 1.5em;
}
