.btnReturn {	
	color:bisque;
	background-color: transparent;
	font: 11pt Arial, Helvetica, Verdana, sans-serif;
	border: none;
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	box-shadow:  -2px -2px 3px rgba(0,0,0,.5) inset, 2px 2px 3px rgba(221,175,123,0.6) inset;
	cursor: pointer;
}

.btnReturn:hover {
	color: white;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#f5cfa4;
	font-weight:normal;
	line-height: 16pt;
	text-shadow: 1px 1px 2px #000000;
}

.copyrightNOTICEcentered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color: #f5cfa4;
	text-shadow: 1px 1px 2px #000000;
}

.copyrightNOTICEnoIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:justify;
	line-height: 12pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

#playBTN {
		position: fixed;
		right: 75px;
		bottom: 38px;
		height: 40px;
		width: 40px;
		border: none;
	}
	.dReplay {
		height: 30px;
		width: 30px;
		opacity: 0.3;
		background-image:url("../grcs/playBTN.png");
		background-color: transparent;
		background-size: contain;
		border:none;
	}
	.dReplay:hover {
		height: 32px;
		width: 32px;
		opacity: 0.5;
	}

	#anagram{
		align-items: center;
		border: dashed;
		height: 35px;
		margin-bottom: 24px;
	}

	#multiCom {
		position: fixed;
		right: 250px;
		bottom: 100px;
		width: 300px;
		opacity: 0.4;
		font-family: Georgia, "Times New Roman";
		text-shadow: 1px 1px 1px rgba(256,256,256,.5);
		font-weight:500;
		font-size: 10pt;
	}

	#multiComLogo {
		width: 270px;
		opacity: 0.8;	
	}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#columns {
	width:550px;
	height:150px;
	padding:5px;
	border:thin solid #FFFFFF;
	alignment-adjust:central;
}

.clue {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size:18pt;
	font-weight:bold;
}

#spacer{
	width: 35px;
	height: 35px;
	opacity: 0;
}

.textcentered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.tile {
	position:absolute;
	float: left;
	margin-right:2px;
	text-align: center;
	text-decoration: none;
!important;
	font-family: Arial, Verdana, sans-serif;
	font-size:24pt;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(256,256,256,.3);
	width:35px;
	height:35px;
	webkit-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 2px 2px 4px rgba(0,0,0,.25), -2px -2px 4px rgba(138,79,14,.5) inset, 2px 2px 4px rgba(256,256,256,.75) inset;
	cursor: move;
	background-image:url(../grcs/tileBlockBkg.jpg);
	draggable:true;
	z-index:100;
}

#answer {
	background-color:#fff;
	opacity: 0.3;
	color:#fff;
	float: left;
	margin-left:3px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	width:50px;
	height:50px;
	webkit-border-radius: 3px;
	border-radius: 3px;
}

#spacer {
	float:left;
	font-size:24pt;
	font-weight:bold;
	border:none;
	margin-left:3px;
	margin-bottom: 10px;
	width:25px;
	height:50px;
}

#content {
    width: 800;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#cardPile .correct {
    background-image: none;
    background-color: transparent;
    webkit-box-shadow: none;
    box-shadow: none;
}
/* Slots for final card positions */

#cardSlots {
    height: 35px;
    width: 35px;
	opacity: .4;
}
	
/* The initial pile of unsorted cards */

#cardSlots {
    width: auto;
    align-content: center;
}
#cardPile {
    width: auto;
	max-width: 790px
	margin-bottom: 35px;
}

	/* Individual cards and slots */

#cardSlots div, #cardPile div {
	float: left; 
	width: 35px;
    height: 35px;
    margin: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 0px;
    margin: 0 0 10px 2px;
    background: #fff;
}
#cardSlots div:first-child, #cardPile div:first-child {
    margin-left: 0;
}

#cardSlots div.hovered {
    background: #aaa;
    color: #aaa;
}
	
#cardSlots div {
    color: #fff;
    border-style: none;
    text-align: center;/*opacity: 0.3;*/
}


#cardPile div {
    /* position:absolute;*/
	float: left;
    align-content: center;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
!important;
    font-family: Arial, Verdana, sans-serif;
    font-size: 23pt;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(256,256,256,.5);
    height: 35px;
    width: 35px;
    webkit-border-radius: 3px;
    border-radius: 3px;
    webkit-box-shadow: 0 1px 2px rgba(0,0,0,.8);
    box-shadow: 2px 2px 4px rgba(0,0,0,.8), -2px -2px 4px rgba(138,79,14,.5) inset, 2px 2px 4px rgba(256,256,256,.75) inset;
    cursor: move;
    background-image: url("../grcs/tileBlockBkg.jpg");
    draggable: true;
    z-index: 100;
}

#card1x {    
!important;
	opacity: 0.0;
    draggable: false;
}


#card1h {    
!important;
	opacity: 0.0;
    draggable: false;
}

#cardPile div.ui-draggable-dragging {
    -moz-box-shadow: 5px 5px 7px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 7px rgba(0,0,0,.25);
    box-shadow: 5px 5px 7px rgba(0,0,0,.25);
}

#successMessage{
	position: fixed;
	right: 73px;
	bottom: 40px;
}
	
#nav {
    width: 800px;
    align-content: center;
	margin-bottom: 10px;
}

.navScroll {
		width: 390px;
		height: 38px;
		border: 0;
        overflow-y:hidden;
		overflow-x: hidden;
		scrollbar-width: none;
	}
.navScroll::-webkit-scrollbar {
  		display: none;
}
.navScroll-content {
  		-ms-overflow-style: none;
		scrollbar-width: none;
}

.scrollBtn{		
	opacity: 0.5;
	/*height: 26px;
    width: 50px;*/
	height: 28px;
	color: #000;
	background-color: transparent;
	border: 0;
	text-shadow: 1px 1px 1px rgba(256,256,256,.5);
	font-family: Helvetica,  sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 4px;
	
	
}
.scrollBtn:hover{	
	opacity: 1.0;
	cursor:pointer;
}
.scrollBtn:active{	
	opacity: 1.0;
	cursor:pointer;
	scale:90%;
}

.nonBtn{	
	opacity: 0.5;
	height: 33px;
    width: 33px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	border-radius: 5px;
	border: 0px;
	margin: 1px;
	/*margin-bottom: 5px;*/
	color: #000;
	background-image: url( "../books-interface/brownPaperMedium.jpg");
	box-shadow: 2px 2px 4px rgba(0,0,0,.5), -2px -2px 4px rgba(117,66,3,.5) inset, 2px 2px 4px rgba(253,220,181,.9) inset;
	text-shadow: 1px 1px 1px rgba(256,256,256,.5);
	font-family: Helvetica,  sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 6px 3px 2px;
}

.navBtn{	
	opacity: 1.0;
	height: 44px;
    width: 44px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	border-radius: 5px;
	border: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000;
	background-image: url( "../books-interface/brownPaperMedium.jpg");
	padding: 4px 6px 0px 4px;
	text-shadow: 1px 1px 1px rgba(256,256,256,.5);
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 14pt;
	font-weight: bold; box-shadow: 2px 2px 4px rgba(0,0,0,.5), -2px -2px 4px rgba(117,66,3,.5) inset, 2px 2px 4px rgba(253,220,181,.9) inset;	
}

#nav {
	position:relative;
	margin:auto;
	width:100%;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.navBtn:hover{	
	opacity: 0.5;
	color: white;
	cursor:pointer;
}

.navBtn:active{	
	opacity: 1.0;
	cursor:pointer;
	scale:90%;
}

.navBtn:visited{	
	opacity: 1.0;
	color: burlywood;
	cursor:pointer;
	scale:90%;
}

#index {
	width: 800px;
	height: 650px;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url("../../backgrounds/BkgBrownPaper.jpg");
	background-repeat: repeat;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 8px rgba(0,0,0,.5), -2px -2px 8px rgba(0,0,0,.5) inset, 2px 2px 8px rgba(256,256,256,.5) inset;
}

#container {
	width: 800px;
	height: 800px;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url("../../backgrounds/BkgBrownPaper.jpg");
	background-repeat: repeat;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 8px rgba(0,0,0,.5), -2px -2px 8px rgba(0,0,0,.5) inset, 2px 2px 8px rgba(256,256,256,.5) inset;
}

#dFooter {
	width:100%;
	max-width:880px;
	padding-top:15px;
	margin:auto;
	height:auto;
	text-align:center;
	opacity:0.8;
}
.instruction {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.textcentered {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

#dContent {
	width:100%;
	max-width:680px;
	padding-top:00px;	
	padding-bottom:00px;
	margin: auto;
	text-align:center;
}

.poll {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}

#poll {
	width:80%;
	max-width:400px; 
	margin:auto; 
	text-align:center;
	padding:15px;
	border: dashed 2px;
}

#dMedia {
	width:880px;
	margin:auto;
    box-sizing: border-box;
    padding: 30px;
	text-align:center;
	height:500px;
}

#monitor {
	height:450px;
	width:539px;
	float:left;
	background:url(../../media/retroMonitor.png);
}

.monitorObj {
	margin-top:45px;
	border-radius:15px;
}

#videoMenu {
	width:275px;
	float:right;
}

.MenuRADIO {
	width:95%;
	height:450px;
	border:none;
}

.MenuTV {
	width:95%;
	height:450px;
	border:none;
}

#RADIOset {
	height:350px;
	width:470px;
	float:left;
	background:url(../../media/RADIOset.png)
}

.radioObj {
	margin-top:185px;
	margin-left:0px;
}

#radioMenu {
	width:320px;
	float:right;
}

#searchResults {
	width:100%;
	overflow:visible;
	text-align:center;	
}


audio {
    /*background-color: #000000;*/
	width:300px;
	height:40px;
}




#issueACTIVE {
	background:#ffe012;
	width:25%;
	height:auto;
	text-align:center;
	float:left;
	margin-bottom:10px;
}


#issue {
	width:25%;
	height:auto;
	text-align:center;
	float:left;
	margin-bottom:10px;
}

.pulse {
	width:90%;
	height:auto;
	transition: all .5s ease-in-out;
	}

.pulse:hover {
	transform: scale(1.75);
	}
	
.inactiveTitle {
	width:90%;
	height:auto;
	opacity:.5;
}

	
.readTitle {
	width:90%;
	height:auto;
	opacity:.3;
	filter:sepia(100%);
}

.pulseLogo {
	height:auto;
	width:45%;
	max-width:175px;
	margin-right:4px
	border:0;	
	transition: all .5s ease-in-out;
	}

.pulseLogo:hover {
	transform: scale(1.1);
	}
	
.inactiveLogo {	
	height:auto;
	width:45%;
	max-width:175px;
	margin-right:4px;
	border:0;	
	opacity:0.4;
	/*filter:sepia(100%);*/
}
	
.boxShadow {
	box-shadow: -10 -10 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.4);
	}
	
.insideShadow {
	/*background:url(../books-interface/brownPaperMedium.jpg);
	padding:20px;*/
	}
	
.extrasShadow {
	background-color:#FFF;
	border-style: solid;
    border-width: 0px 1px 1px 0px;
	border-color:#E3CEAD;
	border-radius: 0px;
	}
	
.menuBar {
	padding-top:15px;
	padding-bottom:15px;	
	}	


.listHead {
	font-family:  "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	font-weight:normal;
	line-height: 18pt;
	}
	
#dList {
	/*height:380px;
	overflow:auto;*/
}

.listText {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align:left;
	}

.listText a:link {
	color: #000000;
	text-decoration:none;
	}

.listText a:visited {
	color: #222222;;
	text-decoration:none;	
}

.listText a:hover {
	color: #ffffff;
	text-decoration:none;	
}



.listTitle {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align:left;
	font-weight:bold;
	}

.listTitle a:link {
	color: #000000;
	text-decoration:none;
	}

.listTitle a:visited {
	color: #222222;;
	text-decoration:none;	
}

.listTitle a:hover {
	color: #ffffff;
	text-decoration:none;	
}


.listText2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:italic;
	color: #000000;
	}
	
	


.listBlurb {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:italic;
	color: #000000;
	padding-left:5%;
	padding-right:5%;
	text-align:justify;
	} 

#btnMessage {
	width:auto;
	color:#000;
	background-color:#dcae7c;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 10pt/100% Arial, Verdana, sans-serif;
	font-weight:normal;
	padding: 8px 15px 8px 15px;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.75);
	border-radius: 15px;
	border-top: solid 1px #865714;
	border-left: solid 1px #865714;
	border-bottom: solid 1px #fcdba6;
	border-right: solid 1px #fcdba6;
	background:url(../../books-interface/channelBTN.jpg);		
}
#btnMessage:hover {
	text-decoration: none !important;
	color:#000;
	background-color:#dcae7c;
	background:url(../../books-interface/channelBTNgreen.jpg);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
}
#btnMessage:visited {
	text-decoration: none !important;
	color:#000;	
}

.btnToC {
	width:90%;
	max-width:220px;
	color:#000;
	background-color:#dcae7c;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 9pt/100% Arial, Verdana, sans-serif;
	font-weight:normal;
	padding: 7px 0px 6px 0px;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.75);
	border-radius: 15px;
	border-top: solid 1px #865714;
	border-left: solid 1px #865714;
	border-bottom: solid 1px #fcdba6;
	border-right: solid 1px #fcdba6;
	background:url(../../books-interface/channelBTN.jpg);		
}
.btnToC:hover {
	text-decoration: none !important;
	color:#000;
	background-color:#dcae7c;
	background:url(../../books-interface/channelBTNgreen.jpg);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
}
.btnToC:visited {
	text-decoration: none !important;
	color:#000;	
}

.btnToC:link {
	text-decoration: none !important;
	color:#000;	
}
.btnToC:active {
	text-decoration: none !important;
	color:#000;
}

.btnToC {
	width:40%;
	max-width:180px;
	color:#000;
	background-color:#dcae7c;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 12pt/100% Arial, Verdana, sans-serif;
	font-weight:normal;
	padding: 7px 0px 6px 0px;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.75);
	border-radius: 15px;
	border-top: solid 1px #865714;
	border-left: solid 1px #865714;
	border-bottom: solid 1px #fcdba6;
	border-right: solid 1px #fcdba6;
	background:url(../../books-interface/channelBTN.jpg);		
}
.btnToC:hover {
	text-decoration: none !important;
	color:#000;
	background-color:#dcae7c;
	background:url(../../books-interface/channelBTNgreen.jpg);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
}
.btnToC:visited {
	text-decoration: none !important;
	color:#000;	
}

.btnToC:link {
	text-decoration: none !important;
	color:#000;	
}
.btnToC:active {
	text-decoration: none !important;
	color:#000;
}

.btnSteel {
	width:40%;
	max-width:180px;
	color:#000;
	background-color:#cccccc;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 12pt/100% Arial, Verdana, sans-serif;
	font-weight:normal;
	padding: 7px 0px 6px 0px;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.75);
	border-radius: 15px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background:url(../../books-interface/channelBTNgray.jpg);		
}
.btnSteel:hover {
	text-decoration: none !important;
	color:#000;
	background:url(../../books-interface/channelBTNgreen.jpg);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.3);
}
.btnSteel:visited {
	text-decoration: none !important;
	color:#000;	
}

.btnSteel:link {
	text-decoration: none !important;	
	color:#000;
}
.btnSteel:active {
	text-decoration: none !important;
	color:#000;
}

#dCover {
	width:100%;
	max-width:880px;
	margin-bottom:12px;
	float:left;
	height:auto;
	border: solid 0px;	
}

.ToCcover {
	width:50%;
	max-width:300px;
	height:auto;
	margin-right: 0px;
}

#ToCwrapper {
	width:100%
	max-width:880px;
	height:440px;
	text-align:center;
}

#ToC {
	width:64%;
	max-width:610px;
	float:left;
	overflow:auto;
}



#logo {
	margin-right: 15px 24px 15 px 24px;
	border:thin;
}



.collectionTITLE {
	font-family: Georgia, "Times New Roman",  serif;
	font-size: 16pt;
	color: #7a6146;
	font-weight:normal;
	text-align:center;
	opacity:1.0;
	text-shadow: 2px 2px 0px #f5c28d;
}

.issue {
	font-family: Georgia, "Times New Roman",  serif;
	font-size: 20pt;
	color: #7a6146;
	font-weight:normal;
	text-align:center;
	opacity:1.0;
	text-shadow: 2px 2px 0px #f5c28d;
}
 
	
.blurbTEXTright {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: right;
	font-weight:normal
}



.storyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	color: #000;
	font-weight:bold;
	margin:0;
	margin-bottom:0;
	/*text-shadow: -1px -1px 0px #794d1c;*/
}
	
.storyTitle a:link {
	color: #ffffff;
	text-decoration:none;
}
.storyTitle a:visited {
	color: #000000;
	text-decoration:none;
	/*text-shadow: 1px 1px 0px #f6f4ce;*/
}
.storyTitle a:hover {
	color: #0000ff;
	text-decoration:none;	
	/*text-shadow: 1px 1px 0px #f6f4ce;*/
} 



.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}


.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-align: left;
	font-weight:normal;
	font-style: italic;
	margin:0;
	margin-bottom:0;
	margin-left:10px;
}

.byline a:link {
	color: #000;
	text-decoration:none;
}

.byline a:visited {
	color: #000;
	text-decoration:none;	
}

.byline a:hover {
	color: #f6f4ce;
	text-decoration:none;	
} 


.blurbTEXT {
	font-family:  Verdan, Arial, sans-serif;
	font-size: 12pt;
	line-height:130%;
	color: #000000;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}


	

hr.style-seven {
	width:90%;
    height: 20px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 20px;
    margin-top: -21px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.btnGreenLG {	
	/*width:120px;*/
	display: inline-block;
	border:0;
	width:auto;
	outline: none; !important;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 16pt Arial, Verdana, sans-serif;
	font-weight:bold;
	padding: 5px 0px 6px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-webkit-border-radius: .5em; 
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.5),-3px -3px 6px rgba(0,0,0,.5) inset, 3px 3px 6px rgba(256,256,256,.5) inset;
	color: #ffffff !important;
	border: solid 0px #008800;
	background: #00AA66;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CC66), to(#008888));
		
}
.btnGreenLG:hover {
	text-decoration: none !important;
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#00BB66), to(#007777));	
	color: #ffffff;
	-webkit-transform: scale(.98);
	transform: scale(.98);
	
}
.btnGreenLG:visited {
	text-decoration: none !important;	
}

.btnGreenLG:link {
	text-decoration: none !important;	
}
.btnGreenLG:active {
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#008888), to(#00CC66));
}


.btnGreen {	
	/*width:120px;*/
	display: inline-block;
	border:0;
	width:100px;
	outline: none; !important;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 10pt/95% Arial, Verdana, sans-serif;
	font-weight:bold;
	padding: 5px 0px 6px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-webkit-border-radius: .5em; 
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.5),-3px -3px 6px rgba(0,0,0,.5) inset, 3px 3px 6px rgba(256,256,256,.5) inset;
	color: #ffffff !important;
	border: solid 0px #008800;
	background: #00AA66;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CC66), to(#008888));
		
}
.btnGreen:hover {
	text-decoration: none !important;
	background: #009900;
	background: -webkit-gradient(linear, left top, left bottom, from(#00BB66), to(#007777));	
	color: #ffffff;
	-webkit-transform: scale(.98);
	transform: scale(.98);
	
}
.btnGreen:visited {
	text-decoration: none !important;	
}

.btnGreen:link {
	text-decoration: none !important;	
}
.btnGreen:active {
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#008888), to(#00CC66));
}

.btnOrange {
	display: inline-block;
	width:100px;
	outline: none; !important;
	text-decoration:none;
	text-align: center;
	text-decoration: none;
	font: 10pt/95% Arial, Verdana, sans-serif;
	font-weight:bold;
	padding: 5px 0px 6px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-webkit-border-radius: .5em; 
	border-radius: .5em;
	
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.5),-3px -3px 6px rgba(0,0,0,.5) inset, 3px 3px 6px rgba(256,256,256,.5) inset;
	
	
	
	color: #ffffff !important;
	border: solid 0px #000;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd81d), to(#cc6666));
		
}
.btnOrange:hover {
	text-decoration: none !important;
	background: #e67c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#efd660), to(#aa4444));
	color: #ffffff;
	-webkit-transform: scale(.98);
	transform: scale(.98);
	
}
.btnOrange:visited {
	text-decoration: none !important;	
}

.btnOrange:link {
	text-decoration: none !important;	
}
.btnOrange:active {
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc6666), to(#ffd81d));
}

	
a:link {
	color: #fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #ffffff;
}
	
.resourceShadow {
	width:80%;
	height:auto;
	background-color:#FFF;
	-webkit-box-shadow:  3px 3px 4px 0px rgba(77,43,2,0.4);
	-moz-box-shadow:   3px 3px 4px 0px rgba(77,43,2,0.4);
	box-shadow:   3px 3px 4px 0px rgba(77,43,2,0.4);
	border:none;
	border-radius: 0px;	
	transition: all .5s ease-in-out;
	}

.resourceShadow:hover {
	transform: scale(1.05);
	}

#pulpResources{
	width:390px;
	height:130px;
	float:left
}

#dHeader {	
	width:96%;
	height:100%;
	max-width:880px;
	margin:auto;
	border:solid 0px;
}
	
.mainMenu {
	width:100%;
	height:auto;
	max-width:850px;
	margin:auto;
	border:solid 0px;
	overflow:hidden;
}
cap[t]
#menuWrapper {
	width:100%;
	max-width:880px;
	height:auto;
	/*margin:auto;*/
	border:0;
}

.ipulpLOGO {
	width:43%;
	max-width:500px;
	min-width:270px;
	margin-bottom:5px;
	margin-left:10px;
	height:auto;
	border:solid 0px
}

.navICONS {
	width: 27px;
	height: 27px;
	margin-left: 5px;
	margin-top: 5px;
}

#menu {
	align-content: center;
	width: 850px;
	position: fixed;
	bottom: 0; 
}



.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:right;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	line-height:160%;
	margin-top:0px;
	margin-bottom:0px;
	}

.menuText a:link {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	text-shadow: 1px 1px 0px #000;
	}

.menuText a:visited {
	color: #fff;
	font-weight:normal;
	text-shadow: 1px 1px 0px #000;
	text-decoration:none;	
	}

.menuText a:hover {
	color: #ffffff;
	font-weight:normal;
	text-shadow: -1px -1px 0px #000;
	text-decoration:none;	
	} 




