@charset "utf-8";
/* CSS Document */

.riddle-question, .quiz-question {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	clear: both;
}

.riddle-question img {
	float: left;
	clear: both;
	padding-right: 15px;
}

.riddle-answer, .slang-definition {
	left: -9999px;
	top: -9999px;
	float:left;
	position: absolute;
}

.riddle-answer-content, .slang-definition-content {
	background: #ffffff;
	width: 100%;
	height: 100%;
}

.riddle-answer-content div {
	width: auto;
	height: auto;
	text-align: center;
	clear: both;
	padding: 10px 20px 10px 10px;
}

.slang-definition-content div {
	width: auto;
	height: auto;
	text-align: center;
	clear: both;
	padding: 10px 10px 10px 10px;
}

.riddle-answer-content p{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	line-height: 28px;
	text-align: center;
}

.slang-definition-content p, .footnote-or-source{
	padding: 10px;
}

.slang, .slang td {
	border: 1px dashed #A8CBD9;
	text-align: center;
}

.quiz-question ol, .quiz-question ol li {
	list-style-type:lower-alpha;
	list-style-position:inside;
	margin-left:10px;
}


/*-----css for energy sudoku-------------------------------------------*/
.sudoku-frame {
	position:relative; width:600px; clear:none; float:left; margin-right:20px; margin-bottom:15px; border-color:#666;
}
.sudoku-frame tr td {
	width:200px;
	height:auto;
	padding:0px;
	margin:0px;
}
.sudoku-frame tr {
	height:auto;
}
.sudoku-frame tr td table tr td {
	width:50px;
	height:50px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.sudoku-frame tr td table tr td img {
	z-index:10;
}
.sudoku-frame tr td table {
	width:200px;
	height:200px;
	padding:0px;
	margin:0px;
	border-color:#666;
}
.sudoku-links {
	clear:both;
	width:auto;
	margin-bottom: 15px;
}
.sudoku-links a {
	font-size: 10pt;
}

.sudoku-icon-set {
	position:relative; clear:none; width:70px; float:left;
}
.sudoku-icon-coal img {
	position: absolute; clear: none; width:60px; z-index:100;
}
.sudoku-icon-geo img {
	position: absolute; clear: none; width:60px; margin-top:65px; z-index:100;
}
.sudoku-icon-natgas img {
	position: absolute; clear: none; width:60px; margin-top:130px; z-index:100;
}
.sudoku-icon-tree img {
	position: absolute; clear: none; width:60px; margin-top:195px; z-index:100;
}
.sudoku-icon-uranium img {
	position: absolute; clear: none; width:60px; margin-top:260px; z-index:100;
}
.sudoku-icon-water img {
	position: absolute; clear: none; width:60px; margin-top:325px; z-index:100;
}
.sudoku-icon-wind img {
	position: absolute; clear: none; width:60px; margin-top:390px; z-index:100;
}
.sudoku-icon-oil img {
	position: absolute; clear: none; width:60px; margin-top:455px; z-index:100;
}
.sudoku-icon-sun img {
	position: absolute; clear: none; width:60px; margin-top:520px; z-index:100;
}
.drag{position:relative;
cursor:hand;z-index: 100;
}
/*.clone{ position: relative; clear: none;
cursor:hand;z-index:100; width: auto;
}*/

/*---------------------------------------------------------------------*/