/* @override http://meckyvandenbrink/themes/default/css/portfolio.css */

html, body {
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
	/*background: #fbfbfb;*/
/*	background: url(gray_dient_drkr.jpg);*/
/*	background: -webkit-gradient(
	linear, left top, left bottom, 
	color-stop(0.5, rgb(191, 191, 190)),
    color-stop(1.0, rgb(241, 241, 240))
   	);*/
   	background: ;
	/*background: silver url(../body-background.jpg) repeat right top;*/

}
html,body{
	background: rgb(147,178,232);
	background: -webkit-gradient(
	linear, left top, left bottom, 
	color-stop(0.0, rgb(160,188,242)),
    color-stop(1.0, rgb(137,168,222))
   	);
   	background: url(../lightning_repeat.jpg);
/*   	background: #2e2e9f;*/
}
body {
	font: 14px Helvetica, Arial, Verdana, Helvetica, Geneva, sans-serif;
	cursor: default;
	letter-spacing: 1px;
	padding: 6px;

}

.clearing {
	clear: both;
	visibility: hidden;
	display: block;
	height: 1px;
	font-size: 0;	
	margin: 0;
	border: 0;
	padding: 0;	
	background: red;
}
.clearingyears {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
	font-size: 0;	
	margin: 0;
	border: 0;
	padding: 0;	
	background: red;
}
*HTML .clearingyears {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
	font-size: 0;	
	margin: -1px;
	border: 0;
	padding: 0;	
	background: red;
}

#stage {
	position: absolute;
	
	top: 0;
	left: 0;
	
	margin: 0 225px 0 0;
	
	height: 100%;
	
	background: transparent;
	border: 0px solid red;
	z-index: 100;
	
	
}
#closeclickfullsize{
	position: absolute;
	/*background: red;*/
	width: 140%;
	height: 100%;
	z-index: 0;
	}

#navigator {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
	
	width: 235px;
	width: 1px;
	height: 100px;
	height: 100%;
	
	/*background: #f9f9f9;*/
	border: 0px solid orange;
	}


.thumbnail {
	cursor: pointer;
	position: absolute;
	left: -500px;
	top: 0;
}
.thumbnail {
	-webkit-box-shadow: 1px 1px 2px #4f5b70;
	-moz-box-shadow: 1px 1px 2px rgb(70,70,70);
	-ms-interpolation-mode:bicubic;
	/*filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#5d5d5d,direction=135,strength=1);
    border: none;*/
	}


#selected-item {
	display: none;
}


#full-size {
	position: absolute;
	z-index: 300;
	top: -30px;
	left: 240px;
	cursor: pointer;
	-webkit-box-shadow: 3px 11px 28px rgb(30,30,30);
	-moz-box-shadow: 3px 11px 28px rgb(30,30,30);
	filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=7);
}


#description {
	position: absolute;
	visibility: hidden;
	z-index: 249;
	
	top: 60px;
	right: 240px;
	
	width: 120px;
	background: white;
	padding: 6px;
	-webkit-box-shadow: 5px 7px 12px rgb(30,30,30);
	-moz-box-shadow: 5px 7px 12px rgb(30,30,30);
	filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5);
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}


#description h1 {
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
}


#cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 301;
	background: url(../lightning_repeat.jpg);
/*	background: -webkit-gradient(
	linear, left top, left bottom, 
	color-stop(0.5, rgb(191, 191, 190)),
    color-stop(1.0, rgb(241, 241, 240))
   	);
   	background: -webkit-gradient(
   	linear, left top, left bottom, 
   	color-stop(0.0, rgb(147,178,232)),
   	color-stop(1.0, rgb(107,138,192))
   		);*/
	cursor: nw-resize;
	/*background: url(../body-background.jpg) repeat right top;*/
	/*opacity: 1.5;*/
	/*filter: alpha(opacity=70);*/
	/*background: #fbfbfb;*/

}


#progressbar {
	display: block;
	
	position: absolute;
	bottom: 240px;

	width: 100%;

	z-index: 350;

	padding: 12px;
}

.translation {
	visibility: hidden;
}

.email{
	color:black;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.email:hover {
	color: aqua;
}