﻿ 
/* Main game content area */
 
#gamecontent {
	margin: 10px 10px 0px 10px;
	line-height: 1.8em;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#gametitle {
	text-align: center;	
	font-size:24px;
	font-weight:bolder;
	color:#0000cc;	
}
  
/* Destination boxes for final object positions */
 
#objectDest {
  margin: 0 auto 0 auto;
  background:#FF6677;
}
 
/* The initial array of unsorted objects */
 
#objectTarget {
  margin: 0 auto;
  background: #ffd;
}
 
#objectDest {
  float:right;	
  width: 320px;
  height: 690px;
  padding: 20px;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}

#objectTarget {
  float:left;	
  width: 50px;
  height: 700px;
  padding-left: 25px;
  padding-top: 5px;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
}
 
/* Individual objects and destination boxes */
 
#objectDest div {
  float: right;
  width: 280px;
  height: 40px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 9px;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 10px;
  background: #fff;
  text-align:right;
  font-size:18px;
  font-weight:bold;
}

#objectTarget div {
  float: right;
  width: 28px;
  height: 28px;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 2px;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 2px 5px 3px 10px;
  background: #fff;  
}
 
#objectDest div:first-child {
  margin-left: 5;
}
 
#objectDest div.hovered {
  background: #aaa;
}
 
#objectDest div {
  border-style:groove;
}
 
#objectTarget div {
  background: #666;
  color: #fff;
  
/*  font-size: 25px;
  text-shadow: 0 0 3px #000; */
}

#objectTarget div.shirt {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/shirt_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.pants {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/pants_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.shorts {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/shorts_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.blouse{
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/blouse_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.dress {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/dress_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}
 
#objectTarget div.skirt {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/skirt_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.hat {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/hat_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.coat{
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/coat_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.glove {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/glove_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.sock {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/sock_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.shoe {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/shoe_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}

#objectTarget div.boot {
  background: #666;
  color: #fff;
  width: 40px; 
  height: 40px;
  background-image:url(../images/boot_sm.gif);
  background-repeat:no-repeat;
  background-position:center;     
}
 
#objectTarget div.ui-draggable-dragging {
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}
 
