@charset "UTF-8";
/* CSS Document 
Developed by Ivan Moreno http://www.thefloatingwall.com/

*/
/* BODY */
body {
	background:url('../GUI/background.png');
	margin: 0px;
	padding-bottom:300px;
	overflow:auto;
	font-family:'Maven Pro', sans-serif;
}

body a {
	text-decoration:none;
	color:#000;
}

body a:hover {
	color:#390;
}


/* WEBGL TOP BANNER */

#webgl_wrapper {
	width:100%;
	height:510px;
	overflow:hidden;
	background:url('../GUI/webgl-bg.png') repeat-x;
	margin-top:30px;
}

#webgl-top-menu {
	background: url('../GUI/topToolBarBG.png') top center no-repeat;
	position:absolute;
	top:13px; 	
	width:100%;
	height:80px;
	text-align: center;
}

#webgl-top-menu ul {
	padding: 0;
	margin-top:15px;
}

#webgl-top-menu ul li {
	display:inline-block;
	cursor:pointer;
}

a#webgl-texture0-button {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button1.png');
}
a#webgl-texture0-button:hover {
	background-position:0 -34px;
}

a#webgl-texture1-button {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button2.png');
	
}
a#webgl-texture1-button:hover {
	background-position:0 -34px;
}

a#webgl-texture2-button {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button3.png');
	
}
a#webgl-texture2-button:hover {
	background-position:0 -34px;
}

a#webgl-texture3-button {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button4.png');
	
}
a#webgl-texture3-button:hover {
	background-position:0 -34px;
}

a#webgl-texture4-button {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button5.png');
	
}
a#webgl-texture4-button:hover {
	background-position:0 -34px;
}

a#webgl-fullscreen {
	display:block;
	width:45px;
	height:34px;
	background-image: url('../GUI/button6.png');
	
}
a#webgl-fullscreen:hover {
	background-position:0 -34px;
}

#add-remove-toys {
	background-image:url('../GUI/toysButton.png');
	background-repeat:no-repeat;
	font-size:.7em;
	width:166px;
	height:36px;
	padding-top:10px;
	text-align:center;
	position:static;
	margin-top:432px;
	cursor:pointer;
	z-index:-1;
	text-shadow:0px 1px 0px #111;
}
#add-remove-toys-button {
	color:#ccc;	
}
#add-remove-toys-button:hover {
	color:#390;	
}

/* MAIN MENU */

#main-menu {
	background:url('../GUI/lightBG.png') top center no-repeat;
	height:80px;
	margin-top:-23px;
	position:relative !important;
}

#main-menu ul {
	margin-right:20px;
}

#main-menu ul li {
	display:inline-block;
	text-align:center;
	margin-top:22px;
	cursor:pointer;
}

#main-menu ul li a {
	font-family:'Sansita One', cursive;
	color:#111;
	font-size:1.5em;
	margin-right:30px;
	text-shadow:0px 1px 1px #909090;
}

a#about-button, a#projects-button, a#blog-button, a#contact-button {
	display:block;
	width:134px;
	height:46px;
	padding-top:48px;
	text-align:center;
	background-repeat:no-repeat;
}

a#about-button {
	background: url('../GUI/aboutIcon.png') no-repeat;
}

a#about-button:hover {
	background-position:0 -92px;
}

a#projects-button {
	background:url('../GUI/projectsIcon.png') no-repeat;
}

a#projects-button:hover {
	background-position:0 -92px;
}

a#blog-button {
	background:url('../GUI/blogIcon.png') no-repeat;
}

a#blog-button:hover {
	background-position:0 -92px;
}

a#contact-button {
	background:url('../GUI/contactIcon.png') no-repeat;
}

a#contact-button:hover {
	background-position:0 -92px;
}

/* NEWS BOXES */
#news-boxes {
	padding-top:20px;
}
#box-1, #box-2, #box-3 {
	cursor:pointer;
	display:inline-block;
	width:280px;
	height:145px;
	font-size:1.1em;
	color:#eee; 
	margin-right:16px;
	padding-top:5px; 
	text-shadow: 0px 2px 1px #171717;
	font-family:'Sansita One', cursive;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;	
}

#box-1 {
	background:url('../GUI/box1.jpg');
}

#box-2 {
	background:url('../GUI/box2.jpg');
}

#box-3 {
	background:url('../GUI/box3.jpg');
}

/* CONTENT */
#content {
	width:900px;
	padding-top:80px;
}
#about-content, #projects-content, #contact-form {
	text-align:left;
	padding-top:50px;
}

#about-content {
	height:250px;
	padding-top:20px;
/*	background:url('../GUI/aboutBG.png') no-repeat;
*/	background-position:0 30px;
}

.about-text p {
	width:600px;
	text-align:center;
	padding-left:150px;
	color:#aaa;
	font-size:.9em;
	text-shadow:0px 1px 0 #000;
}

h1 {
	color:#ccc;
	font-family:'Sansita One', cursive;
	font-size:2.8em;
	text-align:center;
	text-shadow:-2px -1px 1px #000;	
}

.project-box-right, .project-box-left {
	height:214px;
	color:#eee; 
	margin-right:16px;
	padding-top:30px;
	margin-bottom:60px;
}

.project-box-left ul li, .project-box-right ul li {
	list-style-type:none;
	position:absolute !important;
}

.project-box-left p {
	color:#aaa;
	width:410px;
	float:left;
	font-size:.9em;
	text-align:left;
	margin-left:454px;
	text-shadow: 0px 1px 1px #000;
	margin-top:-20px;
}

.project-box-right p {
	color:#aaa;
	width:410px;
	float:right;
	font-size:.9em;
	text-align:right;
	margin-right:450px;
	text-shadow: 0px 1px 1px #000;
	margin-top:-20px;
}

.project-box-right h2 {
	color:#ccc;
	font-family:'Sansita One', cursive;
	font-size:1.3em;
	text-align:right;
	margin-right:450px;
	text-shadow: 0px 1px 1px #000;
}

.project-box-right h2 a {
	color:#111;
	font-family:'Sansita One', cursive;
	font-size:1.3em;
	text-align:right;
	text-shadow: 0px 1px 1px #909090;
}

.project-box-left h2 {
	color:#ccc;
	font-family:'Sansita One', cursive;
	font-size:1.3em;
	text-align:left;
	margin-left:454px;
	text-shadow: 0px 1px 1px #000;
}

.project-box-left h2 a {
	color:#111;
	font-family:'Sansita One', cursive;
	font-size:1.3em;
	text-align:right;
	text-shadow: 0px 1px 1px #909090;
}

.project-box-left h2 a, .project-box-right h2 a {
	font-size:.9em;
}

.project-box-left h2 a:hover, .project-box-right h2 a:hover {
	color:#252525;
	text-shadow: 0px 1px 1px #adadad;
}

.project-image-left {
	margin-left:-21px;
	margin-top:-80px;
	float:left;
	border:0px;
	position:static !important;
	background:#222;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.project-image-right {
	margin-left:417px;
	margin-top:-80px;
	float:right;
	border:0px;
	position:static !important;
	background:#555;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.separator {
	background:url('../GUI/separator.png');
	background-repeat:no-repeat;
	height:24px;
	float:inherit;
	margin-top:150px;
	margin-left:5px;
	border:0px;
}

.main-separator {
	background:url('../GUI/mainSeparator.png');
	height:50px;
	margin-top:70px;
	margin-left:100px;
	background-repeat:no-repeat;
}

/* CONTACT FORM */
#contact-info {
	margin-top:50px;
	width:700px;
	color:#aaa;
	font-family:'Maven Pro', sans-serif;
	font-size:.9em;
	text-shadow:0px 1px 0 #000;
}

#contact-info a{
	color:#aaa;	
	text-shadow:0px 1px 0 #000;
	cursor:pointer;
}

#contact-info a:hover{
	color:#fff;	
}

#info-left {
	float:left;
	width:400px;
	text-align:left;
}

#info-right {
	float:right;
	text-align:right;
	padding-left:0px;
}

#contacts-form {
	clear:right;
	width:900px;
	overflow:hidden;
}

#contacts-form fieldset {
	border:none;
	float:left;
}

#contacts-form .field {
	border:none;
	clear:both;
	color:#aaa;
	margin-top:10px;
	text-shadow:0px 1px 0 #000;
}

#contacts-form label {
	border:none;
	float:left;
	text-align:right;
	font-size:.9em;
	width:200px;
	padding-right:10px;
}

#contact_name, #email_address, #company_name {
	border:none;
	width:560px;
	height:20px;
	padding:1px 0 1px 8px;
	color:#777;
	background: #222;
	text-shadow:0px 1px 0 #000;
	font-size:.9em;
		
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

#contacts-form textarea {
	width:560px;
	height:250px;
	padding:3px 3px 3px 8px;
	border:0px solid #aaa;
	color:#777;
	background: #222;
	text-shadow:0px 1px 0 #000;
	font-family:'Maven Pro', sans-serif;
	font-size:.9em;
		
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	border-radius:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.send-button {
	cursor:pointer;
	margin-top:10px;
	float:right;
	font-family:'Sansita One', cursive;
	font-size:1.5em;
	text-shadow:0px 1px 1px #909090;
	background:none;
	border:none;
}

.send-button:hover {
	color:#252525;
	text-shadow: 0px 1px 1px #adadad;
}

contact-form-iframe {
	float:right;
}

#social-media {
	left:50%;
	margin-left: -30px;
	margin-top:140px;
	position: absolute;
}

/* BACK HOME BUTTON */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:30px;
	overflow:hidden;
	width:60px;
	height:49px;
	border:none;
	text-indent:-999px;
	background:url('../GUI/homeIcon.png') no-repeat left top;
}

#toTopHover {
	background:url('../GUI/homeIcon.png') no-repeat left -51px;
	width:60px;
	height:49px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	cursor:pointer;
}

#toTop:active, #toTop:focus {
	outline:none;
}



/* MAIN CONTAINER FOR PHOTO GALLERY */
div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{
	text-align:center;
}

div.light_square {
	background:#222;
	color:#ccc;
	font-family:'Sansita One', cursive;
	font-size:20px;
	text-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	box-shadow:0px 2px 3px #555;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

div.light_square .pp_content .ppt{
	color:#000;
}
div.light_square .pp_close{
	width:32px;
	height:32px;
	background: url('../GUI/close.png');
	cursor: pointer;
}
div.light_square .pp_nav .pp_play{
	background: url('../GUI/play.png') no-repeat;
	height:22px;
	width:15px;
}
div.light_square .pp_nav .pp_pause{
	background: url('../GUI/pause.png') no-repeat;
	height:22px;
	width:15px;
}
div.light_square .pp_arrow_previous{
	background: url('../GUI/arrowPrev.png') no-repeat;
}
div.light_square .pp_arrow_next{
	background: url('../GUI/arrowNext.png') no-repeat;
}
div.light_square .pp_next:hover{
	background: url('../GUI/btnNext.png') center right no-repeat;
	cursor: pointer;
}
div.light_square .pp_previous:hover{
	background: url('../GUI/btnPrevious.png') center left no-repeat;
	cursor: pointer;
}
/* END MAIN CONTAINER*/

/* BUTTONS AND THUMBNAILS */
div.pp_pic_holder a:focus{
	outline:none;
}
div.pp_overlay{
	background:url('../GUI/background.png');
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
div.pp_pic_holder{
	display: none;
	position:absolute;
	width:100px;
	z-index:10000;
}
.pp_top{
	height:20px;
	position: relative;
}
* html .pp_top{
	padding:0 20px;
}
.pp_top .pp_left{
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_top .pp_middle{
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_top .pp_middle{
	left:0;
	position: static;
}
.pp_top .pp_right{
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_content{
	height:40px;
	min-width:40px;
}
* html .pp_content{
	width:40px;
}
.pp_fade{
	display: none;
}
.pp_content_container{
	position: relative;
	text-align: left;
	width:100%;
}
.pp_content_container .pp_left{
	padding-left:20px;
}
.pp_content_container .pp_right{
	padding-right:20px;
}
.pp_content_container .pp_details{
	float: left;
	margin:10px 0 2px 0;
}
.pp_description{
	display: none;
	margin:-500px 0 5px 0;
}
.pp_nav{
	clear: left;
	float: left;
	margin:3px 0 0 0;
}
.pp_nav p{
	float: left;
	margin:0px 10px;
}
.pp_nav .pp_play,.pp_nav .pp_pause{
	float: left;
	margin-left:3px;
	margin-top:2px;
	margin-right:20px;
	text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next{
	display:block;
	float: left;
	height:22px;
	margin-top:3px;
	overflow: hidden;
	text-indent: -10000px;
	width:15px;
}
.pp_hoverContainer{
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}

/* GALLERY THUMBNAILS */
.pp_gallery{
	display: none;
	left:54%;/* ==> position the thumnails more to the right*/
	position:absolute;
	z-index:10000;
}
.pp_gallery ul{
	float:right;
	height:29px;
	margin-top:11px;
	overflow: hidden;
	padding:0;
	position:relative;
}
/*list normal*/
.pp_gallery ul a{
	border:2px #333 solid;
	display:block;
	float:right;
	height:25px;
	overflow: hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*ilst hover and selected */
.pp_gallery ul a:hover,.pp_gallery li.selected a{
	border-color:#ccc;
}
.pp_gallery ul a img{
	border:0;
}
.pp_gallery li{
	display:block;
	float:right;
	margin:0 5px 0 0;
	padding:0;
}
.pp_gallery li.default a{
	background: url('../GUI/default_thumbnail.gif') 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px;
}
.pp_gallery li.default a img{
	display: none;
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{
	margin-top:7px !important;
}
a.pp_next{
	display:block;
	float: right;
	height:100%;
	text-indent: -10000px;
	width:49%;
}
a.pp_previous{
	display:block;
	float: left;
	height:100%;
	text-indent: -10000px;
	width:49%;
}

a.pp_close{
	display:block;
	position:absolute !important;
	left:94.5%;
	top:95%;
	line-height:22px;
	text-indent: -10000px;
}
.pp_bottom{
	height:20px;
	position: relative;
}
* html .pp_bottom{
	padding:0 20px;
}
.pp_bottom .pp_left{
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_bottom .pp_middle{
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_bottom .pp_middle{
	left:0;
	position: static;
}
.pp_bottom .pp_right{
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.clearfix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
