/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

legend { display: none; }

/* --------------------------- GLOBAL ----------------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding:0;
}

body {
	background-color: #fff;
	text-align: center;
	color: #333;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}
	
a { color: #000; }

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4,h5,h6 { font-size: 1em; }

p { margin: 0 0 10px 0; }

ul { padding: 0 0 0 20px; }
li { padding: 0 0 15px 0; }

img
{
	border: 0;
}


/* ---------------------------- SITE STRUCTURE -------------------------------- */

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;

}

#content { 
	width: 900px;
	height:500px;
}

#pages
{
    display: block;
    margin: 0 auto;
    width: 850px;
    text-align: center;
    position: relative;
    top: 104%;
    overflow:scroll;
    overflow-y:hidden;
    height:75px;
}

.game-bg
{
    background-image: url('../images/bg2.jpg');
}

#footer {
	width:900px;
	height: 150px;
	padding: 25px 0 15px 0;
        position: relative;
        top: 100px;
}

#logo { 
	width:350px;
	float:left;
}

#introText { 
	width:550px;
	float:left; 
}

.clear { clear: both; font-size: 0; line-height: 0; }
.bold { font-weight: bold; }
.italic { font-style: italic; }


#result .req, #result .l { display:none; }

#sent_name, #sent_text1
{
    border: solid 1px black;
    background-color: #FFFFFF;
    width: 263px;
    height: 25px;
}


#sent_name
{
    position: absolute;
    left: 114px;
    top: 250px;
}

#sent_text1
{
    position: absolute;
    left: 114px;
    top: 284px;
}

#sent_submitButton
{
    display: block;
    position: absolute;
    left: 390px;
    top: 279px;
    width: 71px;
    height: 42px;
    background: url('../images/save.png');
    border: none;
    text-indent: -5000px;
	font-size:0;
	line-height:0;
	cursor: pointer;
}

#finishAndSave
{
    background: url('../images/finish_save.png');
    display: block;
    position: absolute;
    left: 746px;
    top: 33px;
    width: 155px;
    height: 47px;
    border: none;
    text-indent: -5000px;
	font-size:0;
	line-height:0;
	cursor: pointer;

}

#dressing-area
{
	background-image: url('../images/frame_large.jpg');
        width: 236px;
        height: 393px;
        float: right;
        z-index: 1;
        position: absolute;
        left: 641px;
        top: 75px;
}

#utensils-palette
{
    border: solid 1px red;
    width: 254px;
    height: 236px;
    position: absolute;
    top: 100px;
}

.save-bg
{
    background-image: url('../images/bg4.jpg');
    width: 900px;
    height: 500px;
    position: relative;
}

#puppet-frame {
	width: 236px; 
	height: 393px; 
	position: absolute; 
	top: 54px; 
	left: 554px; 
}

#puppet-area {
	position: relative; 
	vertical-align: middle; 
	height: 100%;
}

#eyes-palette
{
    border: solid 1px orange;
    width: 360px;
    height: 40px;
    position: absolute;
    top: 100px;
    left: 265px;
}

#clothes-palette
{
    border: solid 1px green;
    width: 370px;
    height: 290px;
    position: absolute;
    top: 180px;
    left: 270px;
}

#lips-palette
{
    border: solid 1px white;
    width: 234px;
    height: 78px;
    position: absolute;
    top: 400px;
    left: 20px;
}

.asset
{
    /*border: dotted 1px red;*/
    cursor: move;
}

#puppet-frame
{
    margin: 0 auto;
    text-align: center;
    background-image: url('../images/frame_large.jpg');
    position: absolute;
    top: 75px;
    left: 641px;
}

.gallery-bg
{
    background-image: url('../images/bg3.jpg');
    width: 900px;
    height: 500px;
    position: relative;
    
}


.galleryDiv
{
    position: absolute;
    top: 55px;
}

.gallery-img
{
    width: 100px;
    height: 167px;
    background: url('../images/frame_small.jpg');
    float: left;
    cursor: move;
	text-align: center;
}

.gallery-img img
{
    display: block;
    margin: 15px auto;
	vertical-align: middle;
}

.overlay
{
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    text-align:center;
    vertical-align:middle;
}

#box
{
    position: absolute;
    top: 10%;
    left: 30%;
    width: 500px;
    height: 400px;
    z-index: 210;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 100px;
}

#preview-frame
{
    text-align: center;
    background-image: url('../images/frame_large.jpg');
    width: 236px;
    height: 393px;
}

#preview-frame img
{
    display: block;
    margin: 0 auto;
}

.gallery-frame
{
    float: left;
    width: 250px;
    height: 167px;
    margin-top: 20px;
    margin-left: 20px;
}

#what-recycler
{
position: absolute;
top: 315px; 
left: 114px; 
width: 520px; 
font-size: 13px;
}

/* -------- PRINT ----------*/

#frameToPrint {
	position:absolute;
	top:20px;
	left:20px;
	width:360px;
	height:600px;
}

#puppetToPrint {
	position:absolute;
	top:80px;
	left:72px;
}

#textToPrint {
	position:absolute;
	top:20px;
	left:400px;
	width:275px;
	text-align:left;
}


/* ------ END ------ */

