/*Style Sheet for Tomasz Jan Groza Design*/

@font-face {
    font-family: 'daysregular';
    src: url('Days-webfont.eot');
    src: url('Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('Days-webfont.woff') format('woff'),
         url('Days-webfont.ttf') format('truetype'),
         url('Days-webfont.svg#daysregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'virgo_01regular';
    src: url('virgo-webfont.eot');
    src: url('virgo-webfont.eot?#iefix') format('embedded-opentype'),
         url('virgo-webfont.woff') format('woff'),
         url('virgo-webfont.ttf') format('truetype'),
         url('virgo-webfont.svg#virgo_01regular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandlight';
    src: url('quicksand-light-webfont.eot');
    src: url('quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-light-webfont.woff') format('woff'),
         url('quicksand-light-webfont.ttf') format('truetype'),
         url('quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbold';
    src: url('quicksand-bold-webfont.eot');
    src: url('quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-bold-webfont.woff') format('woff'),
         url('quicksand-bold-webfont.ttf') format('truetype'),
         url('quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font-family: 'quicksandregular';
	
	background: rgb(6,12,38); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(6,6,6,1) 0%, rgba(29,79,102,1) 50%, rgba(67,211,202,1) 77%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,12,38,1)), color-stop(50%,rgba(29,79,102,1)), color-stop(77%,rgba(67,211,202,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(6,12,38,1) 0%,rgba(29,79,102,1) 50%,rgba(67,211,202,1) 77%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(6,12,38,1) 0%,rgba(29,79,102,1) 50%,rgba(67,211,202,1) 77%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(6,12,38,1) 0%,rgba(29,79,102,1) 50%,rgba(67,211,202,1) 77%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(6,12,38,1) 0%,rgba(29,79,102,1) 50%,rgba(67,211,202,1) 77%,rgba(255,255,255,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c26', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(30%,rgba(43,43,43,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(43,43,43,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(43,43,43,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(43,43,43,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(43,43,43,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	background-size : 100%, 100%;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	
	}

body{
	position: relative;
	width: 100%;
	height: 100%;
	
	}
	
.content{
	background-image: url('img/specs.png');
	width: 100%;
	height: 100%;
	}
	
a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	cursor: pointer;
	}	 	

	a:hover{
		text-shadow: 0 0 3px #FEE;
		color: #FDD;
	}
	
	a span {display: none;}

h3 {
	display: inline;
	font-size: 10px;
	}

li {display: block;}

.nametag{
	font-size: 80%;
	line-height: 12px;

}

form{
	color: white;
	text-align: left;
}
input{
	display: inline;
	text-align: left;
	margin: auto;
	border: solid 1px rgba(255,255,255,.1);
	background-color: rgba(0,0,0,0.1);
	color: white;
	padding: 2px;
	}

input:focus {
	outline: auto 3px #FDD;
	}

h1{
	margin:0;
	}		

hr{
	border: dotted 1px rgba(255,255,255,.4);
	margin: 7px 0px 7px 0px;
}

#submitbar, #savebar, #biobar, #criticbar{
	display: none;
	}
	
#biobar, #criticbar{
	width: 435px;
	max-height: 600px;
	overflow-y: scroll;
	}
 
	
.sidebar{
	font-size: 75%;
	position: absolute;
	left: -300px;
	top: 100px;
	background-color: rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
	width: 200px;
	/* height: 20px; */
	padding: 5px;
	cursor: move;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
	border-radius: 0px;
	overflow: hidden;
	/*transition: 0.5s ease; */
	}
	
	.sidebar ul{
		text-align: left;
		padding: 3px;
		margin: 5px;
		}	
	.sidebar img{
		max-width:200px;
		}
	/*
	.sidebar:hover{
		height:350px;
	}
	*/
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    background-color: rgba(0,0,0,0.1);
	color: white;
	
	
}

textarea:focus{
	outline: auto 3px #FDD;
}
	
.card{
	
	position: absolute;
	left: -4030px;
	top: 40px;
	
	/*box-shadow: 0px 0px 6px rgba(0,0,0,.5);*/
	line-height: 0px;
	position: absolute;
	display:inline-block;
	}
		
	.card img, .card video{
		width: 100%;
		height: 100%;
		margin: auto;
		min-width: 15px;
		filter: grayscale(1);
		opacity: 0.85;
	}
	.card img:hover, .card video:hover{
		filter: grayscale(0);	
		opacity: 1;
		}
	.card p{
		display:none;
	}


		
	/*

	
	.card p{
		position: absolute;
		bottom: 0;
		left: 0;
		display: none;
		height: 30px;
		width: 30px;
		line-height: 16px;
		background-color: rgba(0,0,0,0.1);
		text-align: center;
		color: rgba(0,0,0,0.1);
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0 0 0 0;
		}
	.card:hover p{
		display: block;
		}
	.card p:hover{
		color: white;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		}
	*/
	
#panorama {
			width: 800px;
			height: 400px;
		}
.panoramacard{
	top: 40px;
	left: -880px;
	}

.draggable{
	cursor: move;
	
	}
.clearbar{ 
	width: 5px;
	background-color: white;
	opacity: 0.1;
	height: 100%;
	float: left;
}
.droppable{
	}
.hidden{ display: none;}