@charset "UTF-8";
/* CSS Document */

body{background-color:#000; background-image:url(../images/dwynwen-bg.jpg); background-repeat:no-repeat; background-color:#000; background-position:top center;}

@font-face {
    font-family: 'mainFont';
    src: url('ysg1__-webfont.eot');
    src: url('ysg1__-webfont.eot?#iefix') format('embedded-opentype'),
url('ysg1__-webfont.woff') format('woff'),
url('ysg1__-webfont.ttf') format('truetype'),
url('ysg1__-webfont.svg#Ysgol1Regular') format('svg');
}
h1{display: none;font-family:Arial, Helvetica, sans-serif;color:#FFF; font-size:30px; margin-left:-15px; padding-left:25px; width:470px; padding: 30px; background-color: #ffffff; border: 3px solid #ffa932; border-radius: 10px; position:fixed; top: 300px; left: 30%; z-index: 9001; color: #000000; text-align: center; }

			   
h2{font-family: mainFont;color:#000; font-size:25px; text-align:left;}

li{list-style-type:none; font-family:mainFont;}

.box {  
    width: 160px;  
    height: auto; 
	padding:5px;
   border:solid 10px #900;
	cursor:move;
	color:#FFF;
	background-color:#FA7204;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
	position:relative;
}  
  
.box:hover {  
    width: 160px;  
    height:auto;
	background-color:#002783;
	
	
}  
#container{
	width:970px;
	height:750px;
	margin:auto;
}

textarea {
border: 2px solid #000;
border-radius: 15px;
padding: 10px;
width: 165px;
color: #F00;
font-size: 20px;
height:28px;
margin-bottom:15px;
resize:none;
outline:none;
font-family:mainFont;
background-color:#FFF;
animation:ease-out 2s;
}

.mainContent{
	width: 750px;
	background-color:#efefef;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 25px;
	padding:15px 0px;
	position:relative;
	box-shadow: 10px 10px 15px #888;
	border: 1px solid #dbdbdb;
	border-radius:10px;
	margin-bottom:25px;
}
.dropped {background: #FFF;

}


#container-map{
	margin:auto;
	height:630px;
	width:636px;
	float:left;
	position:relative;
	background-image:url(../activity/images/activityone-map.png);
	background-repeat:no-repeat;
	margin-left:0px;
}
.words {text-align:center;padding: 10px; width: 260px; float:left; cursor:move; margin-left:210px;}
.wordbank {list-style: none; vertical-align: middle; margin: 0px;}
.wordbank li {display: inline-block; border-radius: 10px; border: 1px solid #ababab; padding: 10px; z-index: 5; background-color: orange !important; cursor: move; min-width: 80px; margin:5px; font-size:28px; width:90%}
.green {color: #008000 !important;}
.yellow {color: #FF0 !important;}

.btn .btn-inverse {background-color:#DE5E10 !important;}

.label-success {cursor: default;}
.correct {
  display: inline-block;
  *display: inline;
  padding: 15px;/*4px 14px*/
  margin-bottom: 0px;
  *margin-left: .3em;
  font-size: 18px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: default;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	opacity: 0;
}
.correct-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#correctCountries h2 {text-align:center;color: #ffffff !important;}
#correctCountries{position:absolute; left: 53%; width:0px; padding:15px; border-radius: 15px; top: 200px; z-index: 3; display:none; opacity:0; text-align:center; height:0px; cursor:move; border:solid 4px #ffa932;


background: rgb(169,3,41);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to right, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 )
}




#dockContainer { position:absolute; top: 90px; left: 10px; font-family:mainFont; }
#jqDock { position: relative; bottom: 48px; width:90px; font-family:mainFont; }
.jqDockLabel { background: #333; color: #fff; padding: 3px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-family:mainFont;}
ul,ol,li { list-style:none; z-index:2000 }

.q1{display:none;}
.q2{display:none;}
.q3{display:none;}
.q4{display:none;}

.yellow{color: #FC0;}

.popoutwindow {
		width: 510px;
		height:auto;
		border:solid 4px #E47911;
		position:absolute;
		left:29%;
		top:-500px;
		background-color:#FFF;
		display:none;
		z-index:9900;
		border-radius: 20px;
		padding:15px;
}
.popoutwindow h1 {color:#900; margin-bottom:5px; text-align:left; font-size:24px; background:none;}

.popoutwindow p {line-height:25px; font-size:20px;}

.popoutwindow button {padding:7px; border-radius:5px; font-size:20px; margin-top:10px; z-index:9901; cursor:pointer;}

#modalOverlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9000;
	background-color: #000000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

.draggable {z-index: 8900; cursor: more;}