
body
{
//    width: 790px;
//    height: 600px; 
 background: #1d435a;
}

/*GAME*/

#thewrapper {
    max-width: 751px ;
    margin-left: auto ;
    margin-right: auto ;
}


#gameheader {
	background-color:white;
//	top:2px;
//	left:20px;
	height:30px;
//	width:741px;
	position:relative;
    line-height: 30px;
	margin-top:10px;
	padding-left:10px;
	max-width:900px;
	
}

#gamefooter {
        top:20px;
        left:20px;
        height:30px;
       // width:741px;
        position:relative;
        line-height: 30px;
        padding-left:10px;
}

#game
{
    top:10px;
//    left:20px;
 width:100%;
max-width:900px;
//    width: 751px;
    height: 501px;
    position:relative;
    overflow: hidden;
}

#background
{
    position: absolute;
//    width: 751px;
width:100%;
height:501px;
  z-index: -50;
}

/* BUTTONS */



.hidden { display: none; }


.btn
{
    text-align: center;
//    padding-top: 5px;padding-bottom:5px;
padding:0px;
left:0px;right:0px;
    position: absolute;
    top: 400px;
 //   left: 322px;
margin-left:auto;
margin-right:auto;
   // width: 120px;
	width:50%;
    height: 35px;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	//color:#0066FF;
	cursor: pointer;
	border:1px solid black;padding-right:10px;padding-left:10px;
	border-radius:2em;
	background-color:#ccffcc;
	color:#000000;
	transition: all 0.1s;
//	background: url('../img/buttons.jpg') 0 0;
}

.btn:hover {
background-color:#aaffaa;
}

.hand_info
{
    top: 400px;
    font-family:Arial;
	font-size:20px;
}

.hand_info_next
{
    top: 400px;
    font-family:Arial;
        font-size:20px;
}

#enter_btn
{
    top: 65%;
}


#text_label
{
    position: absolute;

position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
    text-align: left;
	font-family:Arial;
	font-size:15px;
    width: 150px;
    height: 30px;
    top: 260px;
}

/*  MISC    */

.center_text 
{
    position: absolute;
    text-align:center;
    width:100%;
    display: block;
}


/*  SCREENS  */

.screen
{
    display:none;
    position:absolute;
//    width: 750px;
width:100%;
    height: 500px;
    top:0px;
    left:0px;
}

/*  LOADING SCREEN  */

#loading_text
{
    position:absolute;
    top:50%;
    font-family:Arial;
    font-size:20px;
    color:#0066FF;
}

#loading_screen
{
    display:block;
}

/*  INITIAL SCREEN  */

#logo
{
    max-width:50%;
    height:auto;
    position: absolute;
    left:25px;
    top: 25px;
}

#categoryimage
{
float:right;
max-width:20%;
height:auto;
//    position: absolute;
//    left:545px;
 //   top: 10px;
    padding:2px;
    border:2px solid black;
	margin:10px;
}

#title
{
    white-space:pre;
    font-family:Arial;
    font-size:24px;
    color:#000033;
    position: absolute;
    top: 26%;
    #text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
#text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
#             0px 4px 13px rgba(0,0,0,0.1),
#             0px 9px 23px rgba(0,0,0,0.1);
}

#category
{
display:none;
    font-family:Arial;
    font-size:20px;
    color:#0066FF;
    position: absolute;
    left:40px;
    top:465px;
#    text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
//	display:block;
}

#author
{
    font-family:Arial;
    font-size:18px;
    color:#000000;
    position: absolute;
    top: 38%;
}

#intro {
	font-family:Arial;
	font-size:17px;
	color: #000000;
	text-align: center;
    top: 48%;
    left: 15%;
    width: 70%;
}

#copyright {
	font-family:Arial;
	font-size:14px;
	color: #0066FF;
	text-align: center;
    top: 95%;
    font-weight:bold;
}

/*  RESULT SCREEN   */

#qcorrectionURL
{
    position: absolute;
    top: 477px;
    right: 40px;
    font-family:Arial;
	font-size:14px;
	color: #0066FF;
	cursor: pointer;
}

#correct {
    top: 20px;
	font-family:Arial;
	font-weight:bold;
	font-size:30px;
	color:#006600;
	text-align: center;
 //   text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
#text-shadow: 0 0 0.4em #8F7;
}

#incorrect 
{
    top: 20px;
	font-family:Arial;
	font-weight:bold;
	font-size:30px;
	color:#CC0033;
	text-align: center;
//    text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange;
}

#correct_img {
    position:absolute;
    display:block;
    left:650px;
    top:35px;
    padding:2px;
    width: 50px;
    height: 50px;
}

#incorrect_img {
    position:absolute;
    display:block;
    left:650px;
    top:35px;
    padding:2px;
    width: 50px;
    height: 50px;
}

#qinfo
{
    top:100px;
	width:95%;
position:absolute;
left:0;right:0;
margin-left:auto;margin-right:auto;
//	margin-left:20px;
//	width: 690px;
	font-family:Arial;
 //       white-space:pre-wrap;
	font-size:20px;
	color:#000000;
	overflow: auto;
	text-align:left;
 //       background-color: #F1FFF2;
	  background-color: #eeeeee;
	overflow-x:hidden;
       padding:5px;
height: 290px; 
border:1px dotted black;
}

#qanswer
{
    top:63px;
	font-family:Arial;
	font-size:20px;
	color:#000000;
}

/*  GAME  SCREEN    */


#category_icon
{
//    position:absolute;
    visibility:hidden;
//display:block;
    width:110px;
//    top:467px;
//    width: 20px;
//    height: 20px;
//    border:0px;
 //   background: url('../img/logo.gif') -220px 0;
}

//#category_name
//{
//    position:absolute;
//    display:block;
//    left:50px;
//    top:462px;
//    font-size:20px;
//    font-family:arial;
 //   background: url('../img/logo.gif') -220px 0;
//}

#game_logo
{
    position: absolute;
    width:100%;
}

#score_text
{
	display:none;
    font-size: 12px;
    top: 5px;
    left: 650px;
    position:absolute;
    color: #0066FF;
}
#question_text
{
display:none;
    font-size: 14px;
    top: 460px;
    left:0px;
 //   left: 650px;
    position:absolute;
//    color: #0066FF;
}
#score_box
{
//    font-size: 20px;
//    top: 20px;
//    left: 650px;
top:465px;
left:0px;
margin-left:auto;
margin-right:auto;
//left:140px;
font-size: 14px;
    position:absolute;
    width:100px;
    height:5%;
 //   background-color: #0066C8;
//    color: #FFFFFF;
}
#question_box
{   
    font-size: 14px;
    top: 440px;
    left: 0px;
    position:absolute;
   width:150px;
  //  height:5%;
    padding-bottom:3px;
//    background-color: #0066C8;
    color: #000000;
}

#qcategory
{
    color: #003300;
    top: 67px;
    font-size:18px;

}

#qtext
{
//    width: 690px;
margin-left:auto;
margin-right:auto;
left:0;right:0;
width:95%;
//border:1px solid black;
padding:10px;
//max-width:700px;
text-align:center;
    top: 130px;
    font-size:22px;
    font-weight:bold;
}

#qhint
{
    color: #003300;
    top: 292px;
    font-size:20px;
}


#back_box
{
    top: 23px;
 //   left: 130px;
margin-left:5px;
    position:absolute;
    width:495px;
    height:24px;
    background-color: #FFDD66;
    z-index:-20;
}
#timer_box
{
    top: 25px;
//    left: 132px;
    position:absolute;
    width:400px;
    height:20px;
    background-color: #0033C8;
    z-index:-10;
}

#arrow_div
{
    position:absolute;
    top:10px;
    left:400px;
}

#arrow_img
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
}

#timer_number
{
    position:absolute;
    top: 10px;
    left: 40px;
    width: 40px;
    font-size: 20px;
    color:#FFFFFF;
    z-index:10;
}

/*  MULTIOPTIONS    */

.possible_option
{
  font-family: Helvetica;
    position:absolute;
    width: 90%;
max-width:700px;
left:0;right:0;
margin-left:auto;
margin-right:auto;
//    height: 45px;
    text-align: left;
   // text-indent: 20px;
    font-size: 22px;
    padding-top: 2px;
    padding-left:5px;
   // left: 20px;
border:1px dotted black;
background: #ffffdd;
//	background: url('../img/options.jpg') 0 0;
	cursor: pointer;
}


.statuscorrect {
background: #00AA00;
}
.statusincorrect {
background: #FF7276;
}

@media (hover: hover) {

	.statuscorrect:hover {
	background: #00AA00 !important;
	}

	.statusincorrect:hover {
	background: #FF7276 !important;
	}

	.possible_option:hover {
	background: #ccccff;
	}
}


#option0
{
    top: 250px;
}

#option1
{
    //top: 290px;
	top: 295px;
}

#option2
{
    //top: 330px;
	top: 340px;
}

#option3
{
    //top: 370px;
	top:385px;
}



#mini_logo
{
visibility:hidden; 
   position:absolute;
    display:block;
    left:10px;
    top:10px;
    padding:2px;
    border:1px solid black;
    width: 108px;
    height: 73px;
 //   background: url('../img/logo.gif') -220px 0;
}


#mini_ftlogo
{
    position:absolute;
    display:block;
//    left:575px;
    top:435px;    
    width: 150px;
    height:34px;
right:0;
margin:10px;
    background: url('../img/ft_logo_tiny.png');
// -220px 0;
}

