/*-------------------------
	Simple reset
--------------------------*/



*{
	margin:0;
	padding:0;
}



/*-------------------------
	General Styles
--------------------------*/





/*-------------------------
	Header Styles
--------------------------*/



header{
	background:url('..assets/img/background_tile_1.jpg');
	padding:75px;
	position: relative;
}






/*-------------------------
	Dropbox Element
--------------------------*/



#dropbox{
	background:url('..assets/img/background_tile_3.jpg');
	
	border:5px dotted #eeeeee;
	margin:0px auto 20px auto ;
	min-height: 300px;
	overflow:hidden;
	padding: 0;
        max-width: 550px;
position:relative;
	z-index:1;
	border:1px solid black;
}


#dropbox .message{
	font-size: 20px;
    text-align: center;
    padding-top:100px;
    display: block;
color:#666;
}

#dropbox .message i{
	color:#999;
	font-size:11px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}



/*-------------------------
	Image Previews
--------------------------*/



#dropbox .preview{
	width:300px;
	height: 300px;
	float:left;
	margin: 10px 0 0 75px;
	position: absolute;
top:0px;
z-index:1;
	text-align: center;
}

#dropbox .preview img{
	width: 300px;
	max-height:700px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}



/*-------------------------
	Progress Bars
--------------------------*/



#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:10px;
	width:305px;
	left:0;
	top: -6px;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}



/*----------------------------
	The Footer
-----------------------------*/



footer{
	display:block;
	background-color: #151517;
    
    position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
	
	box-shadow: 0 -1px 2px #171717;
	-webkit-box-shadow: 0 -1px 2px #171717;
	-moz-box-shadow: 0 -1px 2px #171717;
}

footer h2{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width: 540px;
	color:#eee;
}

footer a.tzine,a.tzine:visited{
	background:url("..assets/img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}
