@charset "UTF-8";
/* CSS Document */

body {
	/*background-image:url("Anagrams/grcs/brownPaperLight.jpg");*/
	background-color:burlywood;
	margin-top:10px;
}
		
#indexBtn {
	box-shadow: 3px 3px 12px rgba(0, 0, 0, .75);
	margin: 8px 0px 25px 0px;
	cursor: url("../Quotes/grcs/playCursor.png");
}
		
.selection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic; 
}

#Topic {
	position: relative;
	width: 400px;
	height: 5px;
	background-color: transparent;
	margin-bottom: 0px;
	z-index: 2;
	border: none;
}	

#aTopic {position: relative;
	width: 400px;
	height: 5px;
	background-color: transparent;
	margin-bottom: 0px;
	z-index: 2;
	border: none;
}

.btnTitle {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	opacity: 1.0;
	color: #000;
}

.policyWhite {
	text-shadow: 1px 1px 2px rgba(0,0,0,.75);
	font-family: Arial, Verdana, 'sans-serif';
	font-size: 16pt;
	line-height: 120%;
	text-align: center;
	color: #fff;
}	

.topBTN {
	height: 32px;
	width: auto;
	color: #E0BE95;
	margin: 0px 0px 0px 8px;
	font: 14pt Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	padding: 5px 10px 9px 10px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 10px;
	border: black solid 1px;; 
	background-color:#333;
	box-shadow: -2px -2px 3px rgba(0,0,0,.8) inset, 2px 2px 3px rgba(256,256,256,0.5) inset;
	transform: translateY(8px);
}

.topBTN:hover {
	background-color:#6E3400;
}

.topBTN:active {
	background-color: #C00;
}	
		
.gameBTN {
	height: 32px;
	width: auto;
	color: black;
	margin: 0px 0px 0px 8px;
	font: 14pt Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(256,256,256,.5);
	padding: 5px 10px 9px 10px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 10px;
	border: black 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;
	transform: translateY(8px); 
}

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

.gameBTN:active {
	background-color: #0A0;
}

a:link {
  	color: burlywood;
	text-decoration: none;
}

a:hover {
  color: white;
}




#footer {
	position: fixed;
	align-self: center;
	bottom: 0;
	left: 0;
	background-color:#000;
	width: 100%;
	/*background-image: url("../../backgrounds/BkgQuote.jpg");
	background-size:cover;*/
	padding: 8px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color: burlywood;
	text-align:center;
}



