@charset "utf-8";

body {
	background-color: #d4d8f0;
    background-image: url("http://drixxelsoft.com/images/bg_slice_pingy.png");
    background-position: 50% 0%;
    background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: center;
	overflow-y: auto;
	overflow-x: auto;
}

div.logobox {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

div.logobox:hover {
	opacity: 1.0;
	filter: alpha(opacity=1.0);
}

div.topbuttonbox_nu {
	width: 960px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

div.navbarbox_nu {
	width: 960px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top:96px;
	margin-bottom: 0px;
}

.navbutton_nu {
	width: 240px;
	height: 36px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	background: url(http://drixxelsoft.com/images/navbuttons_nu_sheet.png) 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	color: #C6C6C6;
}

div.navbutton_nu:hover {
	background: url(http://drixxelsoft.com/images/navbuttons_nu_sheet.png) 240px 0;
	color: #8D96A6;
}

div.navbutton_nu:active {
	color: #036;
}

div.bodybox_nu {
	position: inherit;
	width: 960px;
	height: auto;
	margin-top: ;
	margin-left: auto;
	margin-right: auto;
	background-image: ;
	background-repeat: ;
	background-position: ;
	background-color: ;
	overflow-y: ;
	overflow-x: ;
	z-index: 1;
}

div.bottombox_nu {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f2ff;
}

div.vidbox_nu {
	position: relative;
	width: 920px;
	margin-left: 20px;
	margin-right: auto;
	opacity: 1.0;
}

div.vidbox_nu:hover {
	opacity: 1.0;
}

.bodycell_nu {
	color: #494F5C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url();
	background-position: ;
}

div.greenlightbox {
	position: relative;
	background-image: url(http://drixxelsoft.com/images/fantasybump/greenlight_frame.png);
	width: 540px;
	height: 245px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #bfbfbf;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
}

div.vidbox_frame {
	position: absolute;
	display: block;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 580px;
	left: 0px;
	margin-top: 181px;
}

div.topbuttonsleft {
    float: left;
	width: ;
	padding-top: 22px;
	padding-left: 8px;
}

div.topbuttonsright {
    float: right;
	width: ;
	margin-top: 21px;
	margin-right: ;
	padding-top: 22px;
	padding-left: 25px;
}

img.topbuttons {
	opacity: 0.5;
	filter: alpha(opacity=0.5);
}

img.topbuttons:hover {
	opacity: 0.7;
	filter: alpha(opacity=0.7);
}

img.projektbannerz {
	opacity: 0.88;
	filter: alpha(opacity=0.88);
}

img.projektbannerz:hover {
	opacity: 1.0;
	filter: alpha(opacity=1.0);
}

div.miniheader {
	display: inline-block;
	background-color: #f0f2ff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-color: ;
	border-radius: 4px 16px 4px 16px;
	color: #036;
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, sans-serif;
}

a.Hoverline:link {}

a.Hoverline:visited {}

a.Hoverline:hover {
	text-decoration: underline;
}

.legalese {
	color: #036;
	font-family: Courier New;
	font-size: 11px;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #8D96A6;
}

a:visited {
	text-decoration: none;
	color: #8D96A6;
}

a:hover {
	background-image: ;
	text-decoration: ;
	color: #069069;
}

a:active {
	text-decoration: none;
	color: #000000;
}

/* PLEASINGLY EFFICIENT LIGHTBOXXXY */

a.thumbnailz img {
	width: 952px;
	border: 4px solid white;
	box-shadow: 0px 0px 8px rgba(141,150,166,1.0);
	margin: 15px 0px 15px 0px;
}

div.lightboxxx_container {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	overflow: auto;
}

div.lightboxxx_formfitter {
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lightboxxx {
	/* Default lightbox to hidden */
	display: none;

	/* Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}

.lightboxxx img {
	display: inline-block;
    position: relative;
	max-width: 100%;
	max-height: 100%;
	margin-left: 64px;
}

.lightboxxx:target {
	/* Remove default browser outline */
	outline: none;

	/* Unhide lightbox */
	display: block;
}

/* Generated 'X' as reminder that this lightbox overlay can be clicked away, and miraculously enough displays properly on all browsers */

.lightboxxx_ex {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 20px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	border-width:4px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: ;
	background-color: #ffffff; 
	box-shadow: 0px 0px 8px rgba(141,150,166,1.0);
}

.lightboxxx_ex:before, .lightboxxx_ex:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #6c7993;
}

.lightboxxx_ex:before {
  transform: rotate(45deg);
}

.lightboxxx_ex:after {
  transform: rotate(-45deg);
}

/* GOOD GRAVY. VERTICAL SCROLLING FINALLY LOCKS !! Working in tandem with the enable/disable js, this keeps the page behind the overlay in place ON DESKTOP AT LEAST <_<; >_>; */

.lock_page {
	/* since this style gets applied to body, vertical scrolling locks and page content behind the overlay is shifted to account for hidden scrollbar */
	overflow-y: hidden;
	margin-right: 24px;
}