/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

.clear {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

a:link, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

@font-face {
	font-family: 'Apple2';
	src: url('css/pr/PrintChar21.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
	background-color: black;
	color: white;
	font-family: 'Apple2', monospace;
	background: black url(images/stripes.png) repeat top left;
	font-size: 11px;
	line-height: 1.2em;
	background-image: url(images/stripes.png), url(images/conspiracy.png);
	background-repeat: repeat, no-repeat;
	background-position: top left, center 100px;
}

input {
	font-family: monospace;
	font-size: 1em;
}

#password {
	height:20px;
}

.page-content {
	display: none;
	padding: 5px 15px;
}

.password-page #password-page-content {
	display: block;
	text-align: center;
}

#password-form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	width: 200px;
	margin-left: -100px;
}


/* CONSOLE STUFF */
.welcome-page #welcome-page-content {
	display: block;
}

#welcome-console {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
}

#welcome-console:focus {
	border: none;
}

.greyed {
	color: #ddd;
}

.computer-message {
	opacity: .7;
}

/* DESKTOP STUFF */
.desktop-page #desktop-page-content {
	display: block;
}

#desktop-zone {
	padding: 30px 15px 0;
}


/* DESKTOP ICONS */
.desktop-icon {
	padding: 85px 5px 10px;
	background: transparent url() no-repeat center top;
	width: auto;
	display: inline-block;
	text-align: center;
	min-width: 75px;
	margin: 5px;
	border-radius: 2px;
	max-width: 160px;
	word-break: break-all;
}

.desktop-icon.selected {
	background-color: rgba(255,255,255,.2);
}

.desktop-icon:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,.3);
}

.desktop-icon-trash {
	background-image: url(images/icons/trash.png)
}

.desktop-icon-image {
	background-image: url(images/icons/image.png)
}

.desktop-icon-folder {
	background-image: url(images/icons/documents.png)
}

.desktop-icon-file {
	background-image: url(images/icons/blank_doc.png)
}

.desktop-icon-movie {
	background-image: url(images/icons/blank_doc.png); // todo
}

.desktop-icon-audio {
	background-image: url(images/icons/blank_doc.png); // todo
}

.desktop-icon-back {
	background-image: url(images/icons/back.png)
}

.desktop-message {
	font-size: 1.8em;
	padding: 15px;
	line-height: 1.6em;
	border: 1px white solid;
	width: 220px;
	background-color: rgba(0,0,0,.6);
}

.dragging-compatible {
	background-color: rgba(255,255,255,.6);
}

.dragging {
	opacity: .2;
}

.dragging-compatible-hovered {
	background-color: white;
	color: black;
}

.ui-draggable-dragging {
	opacity: .5;
	z-index: 9999;
}


/* DESKTOP MENU STUFF */
#desktop-menu {
	background-color: white;
	width: 100%;
	height: 20px;
	border-bottom: 1px black solid;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
}

#desktop-menu ul {
	list-style: none;
	color: black;
}

#desktop-menu ul li {
	list-style: none;
	float: left;
	width: auto;
	margin-left: 20px;
	margin-top: 4px;
	cursor: pointer;
}

#desktop-menu ul li:hover {
	background-color: black;
	color: white;
}

#desktop-menu ul li ul {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px black solid;
	border-top-width: 0;
	padding-top: 2px;
}

#desktop-menu ul li:hover ul {
	display: block;
	padding: 10px;
}

#desktop-menu ul li ul li {
	float: none;
	margin-left: 0;
}

#time-display {
	float: right;
	color: black;
	margin: 4px 10px 0 0;
	font-size: .9em;
}

#fullscreen-element {
	background: black;
	background: rgba(0,0,0,.88) url(images/dot_transparency_l.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	margin-top: -20px;
	z-index: 9998;
}

#fullscreen-element-closer {
	position: absolute;
	font-size: 20px;
	cursor: pointer;
	font-weight: normal;
	right: 0px;
	margin: 35px 10px 0 0;
}

#fullscreen-element-content {
	margin-top: 20px;
}

#fullscreen-element-content > * {
	position: absolute;
	max-width: 95%;
	max-height: 95%;
	
	min-width: 200px;
	min-height: 100px;
}

.ui-effects-transfer {
	border: white dashed 1px;
}

.desktop-icon-zone {
	display: none;
}

#desktop-view-1 {
	display: block;
}

#desktop-path {
	width: 80%;
	position: absolute;
	bottom: 0;
	margin-left: 30px;
	padding: 5px 0;
}

#desktop-path-field {
	background-color: transparent;
	border: none;
	outline: none;
	color: white;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 15px;
	height: 20px;
}

/* COMPUTER WARNING MESSAGE */
.computer-warning {
	width: 400px;
	margin-left: -200px;
	background-color: white;
	color: black;
	position: relative;
	left: 50%;
	border: 1px solid black;
	margin-top: 50px;
	padding: 20px;
}

.computer-warning-title {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.computer-warning-bg {
	background: black;
	background: rgba(0,0,0,.88) url(images/dot_transparency_l.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	margin-top: -20px;
	z-index: 9998;
}

/* LOADING STUFF */
#loading-indicator {
	width: 100%;
	font-size: .8em;
}

#loading-bar {
	background: black url(images/loading.gif) repeat left top;
	width: 100%;
	height: 30px;
	margin: 10px 0;
}

#loading-remaining {
	
}

.button {
	background-color: black;
	color: white;
	width: auto;
	display: inline-block;
	font-size: 16px;
	padding: 4px 8px;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
}

/* SCREENSAVER */
.screensaver-image {
	background: transparent url(images/screensaver_satan.gif) no-repeat top left;
	width: 127px;
	height: 161px;
	position: absolute;
}

#screensaver {
	overflow: hidden;
}

video.loading {
	background: transparent url(images/loading.gif) repeat-x left top;
	width: 300px;
	height: 200px;
}

audio.loading {
	background: transparent url(images/loading.gif) repeat-x left top;
	width: 300px;
	height: 80px;
}

/* TEMP CHEAT */
#cheat{
	position: absolute;
	top: 50px;
	right: 0;
}

#made-in-france {
	position: fixed;
	left: 40px;
	margin-top: -20px;
	padding-left: 20px;
	text-align: left;
	display: none;
	min-width: 50%;
	width: auto;
	background-color: black;
	background-color: rgba(0,0,0,.8);
}

#made-in-france-info {
	position: absolute;
	margin: 0 0 15px 20px;
	bottom: 0;
	text-align: left;
	background-color: black;
}

#made-in-france-info a {
	border-bottom: 1px solid white;
}

#made-in-france-info a#info {
	background-color: black;
	color: white;
	border: 1px solid white;
	padding: 5px;
}

#made-in-france-info:hover #made-in-france, #made-in-france-info.active #made-in-france {
	display: block;
}