body {
	align-self: center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	overflow: hidden;
	animation: fadeInAnimation ease 3s;
   	animation-iteration-count: 1;
  	animation-fill-mode: forwards;
  	animation-duration: 2s;
	background-color: #fff;
	background-image:url("../grcs/brownPaperLight.jpg");
	user-select: none;
 }
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}

#box {
	align-self: center;
	width: 740px;
}

#header {
	position: relative;
	z-index: 500;
}


#info {
	width: 680px;
}

#successMessage {
	position: relative;
	width: 700px;
	z-index: 60;
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
 	user-select: none; /* Standard syntax */
	margin: 35px 0px 0px 0px;
	border: none;
}

.articleTEXTnoindent {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 20pt;
	line-height: 120%;
	text-align: justify;
}	

#anagram {
	position: relative;
	margin-top: 18px;
	width: 700px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color:#715635;
	font-weight:normal;
	line-height: 16pt;
	
}

.NOTICEsm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	color: #000;
	text-align: center;
}

[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;
}

#login {
	position: relative;
	left: -90px;	
}

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

#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;
}

#content {
	position: relative;
    width: 700px;
    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: 70px;
    width: 70px;
	opacity: .25;
}
	
/* The initial pile of unsorted cards */

#cardSlots {
    width: auto;
    align-content: center;
    border: none;
}

#cardPile {
    width: auto;
	max-width: 790px;
	margin-bottom: 35px;
    border: none;
}

	/* Individual cards and slots */

#cardSlots div {
	float: left; 
	width: 50px;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin: 6px 2px 6px 2px;
    background: #fff;
}

#cardPile div {
	float: left; 
	width: 50px;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin: 6px 2px 6px 2px;
    background: #fff;
}

#cardSlots div:first-child, #cardPile div:first-child {
    margin-left: 0;
}

#cardSlots div.hovered {
    background: #999;
    color: #999;
}
	
#cardSlots div {
    color: #fff;
    border-style: none;
    text-align: center;/*opacity: 0.3;*/
	border: solid 2px;
	border-color: black;
}

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


#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: 34pt;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(256,256,256,.5);
    height: 50px;
    width: 50px;
    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;
}



#cardPile div.ui-draggable-dragging {
    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;
}



#navIndex {
	position: relative;
    width: 800px;
	height: 860px;
    align-content: center;
	margin-bottom: 10px;
}

.logo {
	margin: 15px 0px 10px 0px;
}

#container {
	width: 900px;
	height: 100%;
	padding-top: 1px;
	/*background-image: url("../../backgrounds/x.png");
	background-size: contain;
	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;*/
}

#index {
	width: 900px;
	margin-top: 0px;
}

.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;
}

.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);
	}

#topNAV {
	width: 900px;
}

.policy {
	font-family:  Arial, Verdana, 'sans-serif';
	font-size: 10pt;
	line-height: 80%;
	text-align: right;
	align-self: right;
	color: #e9ab56;
	width: 290px;
}

.policy2 {
	font-family: Arial, Verdana, 'sans-serif';
	font-size: 20pt;
	line-height: 120%;
	text-align: justify;
	color: #000000;
}

.policyWhite {
	font-family: Arial, Verdana, 'sans-serif';
	font-size: 16pt;
	line-height: 120%;
	text-align: justify;
	color: #fff;
}

.puzzleWhite {
	font-family: Arial, Verdana, 'sans-serif';
	font-size: 14pt;
	line-height: 120%;
	text-align: center;
	color: black;
	opacity: 0.6;
	text-shadow: 1px 1px 2px rgba(256,256,256,.6);
}

.menuText {
    font-family: Arial, Verdana, san-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 300%;
    color: #999;
	margin-right: 20px;
}

.menuText a:link {
	color: #999;
	font-weight:normal;
	text-decoration:none;
	}

.menuText a:visited {
	color: #999;
	font-weight:normal;
	text-decoration:none;	
	}

.menuText a:hover {
	color:black;
	font-weight:normal;
	text-decoration:underline;	
} 

.NOTICEcentered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #27180f;
	text-shadow: 2px 2px 2px rgba(256,256,256,.6);	
}

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

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

.logo {
	position: relative;
	width: 660px;
}

#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);
}

.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);
}

#nav {
	position: relative;
    width: 700px;
	margin: 15px 0px 15px 0px;;
	z-index: 100;
}

#topic {
	position: relative;
	width: 680px;
	height: 0px;
	background-color: #333;
	margin-bottom: 0px;
	z-index: 2;
	border: none;
	
}

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

#scoreBox {
	position: relative;
	background-color:#333;
	width: 700px;
	padding: 5px;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	color:#fff;
	z-index: 50;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	text-align:center;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 6px 6px 4px rgba(0,0,0,.50) inset; 
}

.note {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin: 30px 0px 0px 0px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-align:center;
}

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

.topBTN {
	width: 160px;
	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);	
}