body {
	align-self: center;
	margin-top:-10px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-image:url("../../Anagrams/grcs/brownPaperMedium.jpg");
	position: fixed;
	background-color: #CB9764;
  	width: 100%;
  	height: 100%;
	user-select: none;
	/*animation: fadeInAnimation ease 3s;
   	animation-iteration-count: 1;
  	animation-fill-mode: forwards;
  	animation-duration: 2s;*/
 }
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}

@font-face{
	font-family: quoteFont;
  	src:url("../fonts/RobotoMono-Regular.ttf");
}

.topBTN {
	width: auto;
	border: none;
	background-color: transparent;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	opacity: 1.0;
	color: #CCC;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	cursor: pointer;
}

.topBTN:hover {	
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);	
}

#showStats {
	width: auto;
	padding: 3px;
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 10pt;
	font-weight: normal;
	line-height: 100%;
	border-radius: 5px;
	background-color: #0f0; 
	border: white solid thin;
	color:#000;
	text-decoration: none;
	cursor: pointer;
	/*text-shadow: 1px 1px 1px rgba(256,256,256,0.7);*/
}

#showStats:hover {
	background-color: #bbb;
	border: grey solid thin;
	color:#000;
	text-decoration: none;
}

#myHow {
	width: auto;
	border: none;
	background-color: #transparent;
}

#myCredits {
	width: auto;
	border: none;
	background-color: #transparent;
}

#header {
	position: relative;
	top: -10px;
	right:2px;
	width: 740px;
	background-color: #ddd;
	z-index: 330;
}

.privacyHead {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 8pt;
	line-height: 100%;
	color:#888;
	width: 290px;
	text-decoration: none;
	cursor: pointer;
}

a {
	color:#444;
	text-decoration: none;
}

.privacyHead a:hover {
	color:#444;
	text-decoration: none;
}

.privacyText {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 9pt;
	line-height: 120%;
	color:#888;
	width: 290px;
}

.howText {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 9.5pt;
	line-height: 120%;
	color:#888;
	text-align:justify; 
}
	
#nav {
	position: relative;
    width: 740px;
    z-index: 100;
	margin: 0px 0px 10px 0px;
}

.data {
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.7);
}

#head {
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
	color: #ddd;
}

#timer {
	position: relative;
	margin-bottom: -8px;	
}

#cRight {
	position: relative;
	transform:translate(12px, 50px)
}

#indexWrapper {
	width: 800px;
	height: 750px;
	background-image:url("../grcs/indexBkg.jpg");
	background-position: center;
	box-shadow: 3px 3px 5px rgba(0,0,0,.75);  
}

#playBTN {
	position: relative;
	right: 55px;
	bottom: 840px;
	height: 40px;
	width: 200px;
	border: none;
	transform: translate(56px, 60px);
	z-index: 600;
}

.dReplay {
	height: 50px;
	width: 200px;
	opacity: 0.5;
	background-image:url("../grcs/playBTN.png");
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	border:none;
}
	
.dReplay:hover {
	background-image:url("../grcs/playBTNhover.png");
}

.sndBtn{
	position: relative;
	color: #f1d6a7;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size: 8pt;
	transform: translate(325px, -285px);
	
   	background-color: transparent;
	background-image:url("../grcs/BkgLeatherBtn.png");
	border-radius: 10px;
	border: 0;
	
	text-shadow: -1px -1px 1px rgba(0,0,0,1.0);
	box-shadow:  2px 2px 3px rgba(0,0,0,.78), -2px -2px 3px rgba(0,0,0,.5) inset, 2px 2px 3px rgba(221,175,123,0.6) inset;;rgba(221,175,123,0.6) inset;;
	cursor:pointer;		
}

.tooltip {
	  position: relative;
	  display: inline-block;
}

.tooltip .tooltiptext {
	  visibility: hidden;
	  width: 140px;
	  background-color: black;
	  color: #f1d6a7;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 5px;

	  /* Position the tooltip */
	  position: absolute;
	  z-index: 1;
	  left: -155px;
	  top: -1px;
}

.tooltip:hover .tooltiptext {
  	visibility: visible;
}

.sndBtn:visited{
	visibility: hidden;
}

.returnToC {
    text-decoration:none;
	font-weight:normal;
	width: 38px;
	height: 38px;
	color:burlywood;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	
}

.returnToC a:link {
	color: blue;
	text-decoration:none;
	font-weight:normal;
}

.returnToC a:visited {
	color: antiquewhite;
	text-decoration:none;
	font-weight:normal;
}

.returnToC a:hover {
	color:white;
	text-decoration:none;
	font-weight: bold;
}

#container {
	width: 800px;
	height: 950px;
	margin-top: 0px;
	padding-top: 5px;
	background-color:transparent;
}

#Quote, #dDiv {
	font-family: quoteFont, "Courier New", Courier, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.0);
	letter-spacing: 1px;
	line-height: 130%; 
	width: 700px;
	height: 210px;
	color:red;
	text-align: left;
	padding: 20px;
	border-radius: 15px;
	background-color:#333;
	box-shadow:  4px 4px 4px rgba(0,0,0,1) inset,  -3px -3px 3px rgba(50,30,10,1),  4px 4px 4px rgba(240,210,160,1);
	cursor: default;
	z-index: 1;
}

#solve {
	position:relative;
	font-family: quoteFont, "Courier New", Courier, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	letter-spacing: 1px;
	line-height: 130%;
	width: 700px;
	height: 210px;
	color: white;
	text-align: left;
	padding: 20px;
	border-radius: 15px;
	background-color:transparent;
	transform: translate(0px, 250px);
	z-index: 3;
	/*border: blue solid thin;*/
}

#deCoder, #Sam {
	transform: translateY(-250px);
	z-index: 1;
}

#unQuote,  {
	font-family: Courier, "Courier New";
	font-size: 20pt;
	letter-spacing: 1px;
	line-height: 150%;
	color: darkred;
	text-align: center;
	padding-top: 25px;
}

.codedLetters {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:darkred;
	text-align:center;
}

.decodedLetters {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color:#000;
	text-align:center;
	text-shadow: 2px 2px 1px rgba(205,165,120,.9);
}

.theme {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#000;
	text-align:center;
	text-shadow: 2px 2px 1px rgba(205,165,120,.9);
}

#originalQuote, #codedQuote, #cDiv, #dDiv, #iDiv {
	font-family: courier;
	font-size: 8pt;
	border: solid 1px;
	visibility: visible;
}

#content {
    width: 800px;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	transform: translateX(-7px);
}

#letterSlots .decoded {
	opacity: 0.0;
}

#letterPile .correct {
    opacity: 0.0;
	cursor: default;
}
/* Slots for final letter positions */

#letterSlots {
    height: 26px;
    width: 26px;
	opacity: 1.0;
}

#letter {
    /*width: 780px;*/
	width: 400px;
}

#letter div {
	float: left; 
	width: 26px;
    height: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px;
	border-color: transparent;
    margin-left: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}
	
/* The initial pile of unsorted letters */

#letterSlots {
    width: 350px;
	cursor: default;	
}

#letterPile {
    width: 350px;	
}

	/* Individual letters and slots */

#letterSlots div, #letterPile div {
	float: left; 
	width: 48px;
    height: 48px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px;
    margin: 4px;
	border-radius: 5px;
}
	
#letterSlots div {
    margin-left: 2px;
    background-color:#E0BE95;
    color:#fff;
	!important;
    font-family: quoteFont, "Courier New", Courier, sans-serif;
    font-size: 18pt;
	line-height: 200%;
    font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,.7);
    text-align: center;
	box-shadow: 2px 2px 3px rgba(0,0,0,.9) inset;
	border: solid 01px;
	border-left-color:black;
	border-top-color:black;
	border-right-color:#F4E0C8;
	border-bottom-color:#F4E0C8; 
	opacity: 1.0;
	transition-duration: 0.4s;
}

#letterSlots div.hovered {
 	background-color: #00ffd2;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5) inset;
}

#letterPile div {
    text-align: center;
    text-decoration: none;
	color: red;
	background-color: #111;
    border-color: black;
	border-radius: 5px;
    cursor: none;	
	box-shadow:  -2px -2px 4px rgba(0,0,0,1) inset, 2px 2px 4px rgba(256,256,256,0.5) inset, 2px 2px 6px rgba(100,100,100,1.0);
!important;
    font-family: quoteFont, "Courier New", Courier, sans-serif;
    font-size: 18pt;
	line-height: 200%;
    font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.0);
    draggable: true;
    z-index: 100; 
    cursor: e-resize;		
}

#letterPile div:hover {
    font-weight: bold;
	box-shadow: 2px 2px 4px rgba(256,256,256,.5) inset, -2px -2px 3px rgba(0,255,210,1), 2px 2px 3px rgba(0,255,210,1);
}

.nonBtn{	
	opacity: 0.5;
	height: 33px;
    width: 33px;
	border-radius: 5px;
	border: 0px;
	margin: 1px;
	color: #000;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 6px 3px 2px;
}

.navBtn{	
	opacity: 0.5;
	height: 33px;
    width: 33px;
	border-radius: 5px;
	border: 0px;
	margin: 1px;
	color: #000;
	font-family: Helvetica,  sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 6px 3px 2px;
}
.navBtn:hover{	
	opacity: 1.0;
	cursor:pointer;
}
.navBtn:active{	
	opacity: 1.0;
	cursor:pointer;
	scale:90%;
}

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

.introtext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: normal;	
}

.textcentered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #f1d6a7;
	font-weight: normal;
	line-height: 150%;
	text-shadow: -1px -1px 1px rgba(0,0,0,1.0);	
}

.textcentered a:link {
	color: #f1d6a7;
	font-weight: bold;
	text-decoration: none;
}
.textcentered a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.textcentered a:visited {
	color: #f1d6a7;
	font-weight: bold;
	text-decoration: none;
}

.NOTICEcentered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#000;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(256,256,256,0.5);
}

.copyrightNOTICEcentered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight:500;
	paddingn-top: 4px;
	color: #F4E0C8;
	text-align:center;
}

.copyrightNOTICE {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	paddingn-top: 0px;
	color:##F4E0C8;
	text-align:right;
	text-shadow: 1px 1px 2px rgba(256,256,256,0.5);
}

.copyrightNOTICEsm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight:500;
	paddingn-top: 0px;
	color:#693E0A;
	text-align:right;
	text-shadow: 1px 1px 2px rgba(256,256,256,0.5);
}

.hint {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color:#000;
	text-align:justify;
}

#sndBank {
	visibility: hidden;
	border: solid 1px;
}

#buttons {
	visibility: hidden;
}

.policy2 {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 10pt;
	line-height: 120%;
	text-align: center;
	align-self: center;
	color:#000;
	width: 290px;
}

.policy{
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 8pt;
	text-align: center;
	color:#000;
}

#tiles {
	position: relative;
	right:5px;
	margin-top: 10px;
}

#topic {
	position: relative;
	left: 0px;
	top: -834px;
	background-color: #ccc;
	background-image: url("../../Anagrams/grcs/brownPaperMedium.jpg");
	width: 738px;
	height: 248px;
	border-radius: 15px;
	border: none;
	border-color: red;
	cursor: pointer;
	z-index: 900;
	color: #ddd;
}

#vTopic {
	transform: translateY(8px);
}

.topicNotice {
	font-family: Arial, Helvetica, 'sans-serif';
	font-size: 12pt;
	font-weight: bold;
	line-height: 100%;
	color:#888;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.7);
	cursor: pointer;
}

#filmClip {	
	z-index: 700;
	position: relative;
	background-color: #000;
	bottom: 825px;
	left: 0px;
	border-radius: 15px;
	border: none;
	border-color: blue;
	box-shadow:  2px 2px 2px rgba(0,0,0,1) inset,  -3px -3px 3px rgba(90,90,90,1),  4px 4px 4px rgba(250,250,250,.9); 
	cursor: none;
}

.reelgood{
	position: relative;
	left: 00px;
	bottom: 810px;
	color: #f1d6a7;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-size: 9pt;
	height: 60px;
	width: 130px;
   	background-color: #222;
	border-radius: 10px;
	padding: 10px;
	box-shadow:  2px 2px 3px rgba(0,0,0,.5), -2px -2px 3px rgba(0,0,0,.5) inset, 3px 3px 4px rgba(240,240,240,0.6) inset;;
	cursor:pointer;		
}

.reelgood a:link {
	color: #fff;
	text-decoration: none;
}
.reelgood a:hover {
	color: #f1d6a7;
	text-decoration: none;
}
.reelgood a:visited {
	color: #fff;
	text-decoration: none;
}

#logo {
	position: relative;
	background-image: url("../grcs/CQ.jpg");
	background-size: contain;
	line-height: 130%;
	border-radius: 10px;
	box-shadow:  2px 2px 2px rgba(0,0,0,1) inset,  -3px -3px 3px rgba(90,90,90,1),  4px 4px 4px rgba(250,250,250,.9); 
}


#rankData {
	background-color: #ccc;
	height: 60px;
	width: 280px;
	border-radius: 10px;
	border: none;
	box-shadow:  -3px -3px 3px rgba(90,90,90,.8),  4px 4px 4px rgba(250,250,250,.9);
}

/*#rankData:hover {
	opacity: 1.0;
}*/

.rank {
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	color: #555;
	font-size: 9pt;
	font-weight: normal;
	line-height: 80%;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.7);
}

.rankHead {
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	color: #555;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 80%;
	text-shadow: 1px 1px 1px rgba(256,256,256,0.7);
}

.scoreData {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24pt;
	margin: 10px 0px 0px 0px;
	font-weight: bold:
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

#scoreBox {
	position: relative;
	background-color:#000;
	width: 600px;
	/*background-image: url("../../backgrounds/BkgQuote.jpg");
	background-size:cover;*/
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 15px 0px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-align:center;
	border-radius: 0px 0px 10px 10px;
	box-shadow:  2px 2px 2px rgba(113,86,56,.0) inset,  -4px -4px 6px rgba(113,86,56,0),  4px 4px 4px rgba(250,250,250,.0); 
}

.elapsed-time-text {
    margin: 0;
    text-align: center;
    font-size: 40px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropMenu {
	width:350px;
	height: 24px;
	border: none;
	margin-top: 0px;
	transform: translateX(-03px);
	overflow: hidden;
	z-index: 999;
}

.ToCbtn {
	height: 38px;
	width: 38px;
	color: black;
	margin: 4px 2px 4px 2px;
	font: 10pt Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(256,256,256,.5);
	padding: 10px 10px 10px 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 10px;
	border: solid 1px;; 
	background-color:#E0BE95;
	box-shadow: -2px -2px 3px rgba(50,30,10,.5) inset, 2px 2px 3px rgba(256,256,256,0.8) inset; 
}

.ToCbtn:hover {
	background-color: #fff;
}

.ToCbtn:visited {
	background-color: #777;
}

.tileINT {
	background-color: #ccc;
}

#menuBtns {
	transform: translate(10px, 10px)
}

#dMenu {
	width: 32px;
	height: 32px;
	background-color: transparent;
	background-image:url("../grcs/menuIcon.png");
	background-size: contain;
	border: none;
}

#dMenu:hover {
	background-color:#E0BE95;
	cursor:pointer;
	border: none;
}

.menuBTN {
	padding: 10px;
	margin: 5px;
	background-color:transparent/**/; 
	cursor: pointer;
	border: none;
	border-radius: 10px;
	width: 270px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color:black; 
	/*text-shadow: 1px 1px 2px rgba(256,256,256,0.6);
	box-shadow: -2px -2px 3px rgba(0,0,0,.5) inset, 2px 2px 3px rgba(256,256,256,0.8) inset, -1px -1px 2px rgba(0,0,0,.5), 1px 1px 2px rgba(256,256,256,0.8);*/
	z-index: 1;
}

.menuBTN:hover {
	background-color: #E8D1B2;
}
