@CHARSET "UTF-8";


body {
	background-color: white;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 10px auto;
	max-width: 98%;
	font-size: 10px;
	text-decoration: none;
}


#container {
	background-color: grey;
	margin: 0px;
	padding: 1px;
}

header {
	background-color: white;
	padding: 3px;
}

footer {
	background-color: white;
	padding: 3px;
}

#main {
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 10px;
}

article {
	margin: 3px 0px 0px 0px;
	padding: 3px 3px 2px 10px;
	background-color: #F0F0F0;
	border: 1px solid #A0A0A0;
}


/* Type Background Color */
.orangeerror {
	background-color: #FFCC66;
}
.orangeerrorfixed {
	background-color: #FFFFCC;
}
.noorangeerror {
	background-color: white;
}
.specialedition {
	background-color: #C0C0C0;
}
.tbd {
	background-color : #F0F0F0;
}


/* Image Off */
.image-Guide,
.image-197735mmNegativeone1,.image-197735mmNegativeone2,.image-1977mthr,.image-1977Starkiller,.image-197716mmPuggoGrande,.image-19778mmPuggo,.image-197716mmPuggoKrig,
.image-198_ITVrusss15,.image-1982CEDStarkiller,.image-1982LDStarkiller,.image-1982LibraryStarkiller,.image-1982VHSPALUKdannyboy,.image-1985LDDJStdPlay,.image-1986LDJapanSCArnied,
.image-1992LDDJFS,.image-1993LDDCIsomix,.image-1993LDDJDC,.image-1993LDTechnidisc,.image-1993TVSciFiPS,.image-1993LDDCCowclopsV2,.image-1993LDDCDrGonzo,
.image-1994LDPyramid,.image-1994VHSeffy,.image-1995FacesDJ,.image-1995FacesFSDJ,.image-1995FacesMeBeJediPrototype,.image-1995LDFrenchPALMoth3r,.image-1996TVSciFiWide,
.image-1997LDJFSE,.image-1997SETVDVBREIVAX,.image-1997GKar1999,.image-1997SEFlunk,.image-1997TB1999,
.image-2004SEDVD,.image-2004HDGerm07,.image-2006GOUT,.image-2011BR,
.image-EDITDROID,.image-X0ProjectTimecode {
	display: none;
	text-align: center;
}


/* Image Zoom */
.image-zoom2 {
	clear:none;
	-moz-transform: ;
	-webkit-transform: ;
	-webkit-transition: -webkit-transform 0.7s ease-in;
}
.image-zoom2:hover {
	z-index:100;
	position:relative;
	transform: translate(0px,0px) scale(2);
	-moz-transform: translate(0px,0px) scale(2);
	-webkit-transform: translate(0px,0px) scale(2);
	-o-transform: translate(0px,0px) scale(2);
}
.image-zoom4 {
	clear:none;
	-moz-transform: ;
	-webkit-transform: ;
	-webkit-transition: -webkit-transform 0.7s ease-in;
}
.image-zoom4:hover {
	z-index:100;
	position:relative;
	transform: translate(0px,0px) scale(4);
	-moz-transform: translate(0px,0px) scale(4);
	-webkit-transform: translate(0px,0px) scale(4);
	-o-transform: translate(0px,0px) scale(4);
}



/* Text */
h2 {
	margin: 0px;
}
h5 {
	margin: 0px;
}

p {
	margin: 1px;
}

.quote {
	width: 500px;
	text-align: left;
	color: grey;
	margin: 1px 1px 10px 50px;
}