@charset "utf-8";
/* CSS Document */
#content{
	text-align:center;
	margin-top:6%;
	}
.centered {
  position:relative; top:0%; left:50%; margin-left:-445px;
  max-width:900px;
  width:900px;
}
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1em;
	line-height:1em;
}	
#postBox{
	margin:30px;
	display:inline-block;
	height:520px;
	width:19.5%;
	}

#postBoxImage{
	background-image:url("../images/postbox.png");
	background-repeat: no-repeat;
	height:520px;
	width:100%;
	}
	
#dropArea{
	display:inline-block;
	border:#E65000 1px solid;
	background-color:#fff;
	width:50%;
	height:500px;
	}
#dropArea li{}

#dragArea{
    padding: 0px;
    margin: 10px;
	height:120px;
	}

#dragArea li{
	font-size:1em;
	margin:2px;
	cursor: pointer;
	display:inline-block;
	width:250px;
	height:40px;
	}
	
#buttonsList{
	background-color:#E65000;
	padding:5px;
	
	width:6%;
	border-radius:10px;
	
	text-align:center;
	margin:0 auto;
	}

#buttonsList li {
	display:inline-block;
	width: 33px;
	height: 33px;
	list-style:none; 
	
	background-repeat: no-repeat;
	background-position: 0px 0px; 

}

#buttonsList li:hover {
	background-position: 0px -35px; 
	cursor: pointer;

}
	
#check{
	background-image:url("../../../images/icon-15.png");
	}
	
#reset{
	background-image: url("../../../images/icon-14.png");
	}
	




.hoverDrag{
 	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}

ul, #checkAnswer {
	
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 1em;
	line-height:1.1em;
	
	
}
.incorrect{
	/*background-color:#F00;*/
	
	}

@media only screen and (max-height: 800px) {
	.centered {
  position:relative; top:4%; left:50%; margin-left:-445px;
  max-width:900px;
  width:900px;
}
#content{
	text-align:center;
	margin-top:4%;

	}
	
	#postBox{
	margin:30px;
	display:inline-block;
	height:300px;
	width:19.5%;
	}

#postBoxImage{
	background-image:url("../images/postbox.png");
	background-repeat: no-repeat;
	height:300px;
	width:100%;
	}
	
#dropArea{
	display:inline-block;
	border:#E65000 1px solid;
	background-color:#fff;
	width:50%;
	height:300px;
	}
	
#dragArea{
    padding: 0px;
    margin: 10px;
	height:100px;
	}

#dragArea li{
	font-size:.8em;
	margin:1px;
	cursor: pointer;
	display:inline-block;
	width:198px;
	height:30px;
	}
}
	


	
